﻿body
{
	margin: 0px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../Images/Template/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eeeeee;
	text-align:center;
}
/***********************************************/
#banner_area
{
	margin-bottom: 10px;
}
#main_nav_area
{
	margin-bottom: 5px;
}
#sub_nav_area
{
	margin-bottom: 4px;
}
#progress_area
{
    border: #000000 1px solid;
    padding: 8px;
    background-color: #ffffff;
}
/***********************************************/
#content_area
{
	margin-bottom: 4px;
}
.content_box
{
	background-color:#FFFFFF;
	height: 412px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/***********************************************/
.top_border
{
	background-image: url(../Images/Template/top_border.gif);
	background-repeat: repeat-x;
}
.bottom_border
{
	background-image: url(../Images/Template/bottom_border.gif);
	background-repeat: repeat-x;
}
.left_border
{
	background-image: url(../Images/Template/left_border.gif);
	background-repeat: repeat-y;
}
.right_border
{
	background-image: url(../Images/Template/right_border.gif);
	background-repeat: repeat-y;
}
.content_corner1
{
	background-image: url(../Images/Template/corner1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.content_corner2
{
	background-image: url(../Images/Template/corner2.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.content_corner3
{
	background-image: url(../Images/Template/corner3.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.content_corner4
{
	background-image: url(../Images/Template/corner4.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
/***********************************************/
#footer_area 
{
	color: #333333;
	font-size: 11px;
}
#footer_area a
{
	color: #333333;
	text-decoration: none;
}
#footer_area a:hover
{
	text-decoration: underline;
}
/***********************************************/
h1
{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 20px;
}
h2
{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
h3
{
    font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
h4
{
    font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
a
{
   color: #ff8a00;
}
a:hover
{
   text-decoration: none; 
}
.small_italics
{
    font-size: 11px;
    font-style: italic;
}
.small_text
{
    font-size: 11px;
}
/***********************************************/
.gv_header_bg
{
    background-image: url(../Images/header_row_bg.jpg);
	background-repeat: repeat-x;
	height: 19px;
	font-weight: bold;
	color: #333333;
}
.gv_pager_bg
{
    background-image: url(../Images/footer_row_bg.jpg);
	background-repeat: repeat-x;
	height: 19px;
    color: #333333;
}
.gv_row
{
    background-color: #f5f5f5;
}
.gv_row_alt
{
     background-color: #FFFFFF;
}
.gv_row:hover, .gv_row_alt:hover
{
    background-color: #fdfcf1;
}
/***********************************************/
.main_nav_bg
{
    background-image: url(../Images/nav/main_nav_bg.gif);
	background-repeat: repeat-x;
}
.main_nav_dynamic_menu
{
    z-index: 1; /*IE8 compatibility*/
}
.main_nav_dynamic_item
{
    border-bottom: solid 1px #828282;
    font-size: 12px;
}
.sub_nav_bg
{
    background-image: url(../Images/nav/sub_nav_bg.gif);
	background-repeat: repeat-x;
}
.sub_nav_dynamic_menu
{
    z-index: 1; /*IE8 compatibility*/
}
.sub_nav_dynamic_item
{
    border-bottom: solid 1px #828282;
    font-size: 11px;
}
/***********************************************/
.modal_bg 
{
	background-color: #808080;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modal_popup 
{
	background-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#000000;
	padding:20px;
}
.modal_popup_title
{
	padding:6px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #333333;
}
/***********************************************/
.accordion_box
{
    border: #d3d3d3 1px solid;
    margin: 3px;
}
.accordion_pane_content
{
    padding: 5px;
    line-height: 20px;
}
.accordion_pane_title
{
    font-weight: bold;
    padding: 4px;
    background-color: #d3d3d3;
    color: #333333;
    cursor: hand;
}
.accordion_pane_title a
{
	color: #333333;
	text-decoration: underline;
}
.accordion_pane_title a:hover
{
	text-decoration: none;
}
.accordion_pane_title_selected
{
    font-weight: bold;
    padding: 4px;
    background-color: #d3d3d3;
    color: #333333;
}
.accordion_pane_title_selected a
{
    color: #333333;
	text-decoration: none;
}
/***********************************************/
input
{
    color: #333333;
    font-size: 11px;
    background-color: #EBEBEB;
    border: #cccccc 1px solid;
}
select
{
   color: #333333;
   font-size: 11px;
   background-color: #EBEBEB;
   border: #cccccc 1px solid;
}
textarea
{
   color: #333333;
   font-size: 11px;
   background-color: #EBEBEB;
   border: #cccccc 1px solid;
}
input.clear
{
    background-color: transparent;
    border: none;
}
span.clear input
{
    background-color: transparent;
    border: none;
}
.wizard_nav_button
{
    font-size: 14px;
	font-weight: bold;
	width: 100px;
}
.form_heading
{
    font-weight: bold;
    border-bottom: #000000 1px solid;
    font-size: 13px;
    margin-bottom: 5px;
}
/***********************************************/
.table_center
{
    margin-left:auto; 
	margin-right:auto; 
}
.instructions
{
    border: #a9a9a9 1px dashed;
    padding: 8px;
    background-color: #fef4e9;
    margin-bottom: 15px;
    margin-top: 8px;
}
.OnScreenTip
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-left: 30px;
}
.box
{
    padding: 8px;
    border: #808080 1px solid;
}
.group_box
{
    border: #d3d3d3 1px solid;
    margin: 3px;
}
.group_box_title
{
    font-weight: bold;
    padding: 4px;
    background-color: #d3d3d3;
    color: #333333;
}
.group_box_content
{
    padding: 5px;
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-left: 20px;
    list-style-type: square;
}
hr
{
    color: #808080;
    height: 3px;
}

