﻿html, body, div, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, fieldset
{
	margin: 0;
	padding: 0;
}
a, a:visited
{
    color: #0182BA;
}
body
{
	font: 11px Segoe UI, Tahoma, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #73C5E5;
	background: #73C5E5 url(../images/bodyback.gif) repeat-x;
}

.note
{
	margin-left:20px;
	font-size: 11px;
	line-height: 15px;
	padding: 8px;
	width: 538px;
	border-left: solid 2px #5DB30A;
	background-color: #F8FAF8;
}

.errnote
{
	margin-left:20px;
	font-size: 11px;
	line-height: 15px;
	padding: 8px;
	width: 538px;
	border-left: solid 2px red;
	background-color: #FAF8F8;
}

#caption
{
	background: #FFFFFF url(../images/hdr_back.gif) repeat-x;
}

#leftpane
{
	width: 182px;
	float: left;
	text-align: left;
	padding: 12px 8px 12px 8px;
}

#navigation
{
	background: #FAFEFF url(../images/darknavigationbackground.png) 0 3px repeat-x;
	/*background: #6DBE1C url(../images/darknavigationbackground.png) 0 3px repeat-x;*/
	height: 33px;
}

#navigation ul
{
	margin-left: 32px;
	background-color: #6DBE1C;
}

#navigation ul li
{
	float: left;
	font-variant: small-caps;
	font-weight: 600;
	list-style-type: none;
	background-color: #6DBE1C;
}

#navigation span
{
	float: left;
	width: 1px;
	height: 30px;
	background: white url(../images/nav_bg_sep.gif) no-repeat 0 3px;
}

#navigation a
{
	border-top: 3px solid white;
	float: left;
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 12px;
	padding: 9px 25px 9px 24px;
}

#navigation a:hover, #navigation .selected a
{
	border-top: 3px solid #7EC638;
	text-decoration: none;
	border-top: 3px solid #c7eba0;
	background-color: #c7eba0;
	color: #474;
}

#sub_navigation
{
	background: #CBEEA8 url(../images/lightnavigationbackground.png) top left repeat-x;
	height: 30px;
	border-bottom: 1px solid #525C3D;
	overflow: auto;
	clear: both;
}

#sub_navigation ul
{
	margin-left: 32px;
}

#sub_navigation ul li
{
	float: left;
	font-weight: normal;
	list-style-type: none;
}

#sub_navigation a
{
	float: left;
	font-size: 11px;
	line-height: 10px;
	text-decoration: none;
	padding: 10px 25px 10px 24px;
	color: #474;
}

#sub_navigation a:hover, #sub_navigation .selected a
{
	color: #3F5A3F;
	background: #DCF3C2 url(../images/lightnavigationbackgroundselected.png) top left repeat-x;
}

#sub_navigation span
{
	float: left;
	width: 1px;
	height: 30px;
	background: url(../images/lightnavigationseparator.png) right no-repeat;
}

.para
{
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	padding: 8px 20px 8px 0px;
}

.para ul
{
	margin: 8px 0px 8px 32px;
	list-style-image:url(../images/bullet.gif);
	line-height: 21px;
	text-align: left;
}

.para ol
{
	margin: 8px 0px 8px 32px;
	text-align: left;
}

.para li
{
	line-height: 21px;
	text-align: left;
}

.image
{
    text-align: center;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.lpbuttonie6
{
    margin: 4px 8px 4px 0px;
    padding: 14px 8px 14px 8px;
    width:174px;
    font-weight: normal;
    text-align: center;
}

div.lpbuttonie6 a
{
    text-decoration: none;
    color: #E8F0FF;
    font-weight: normal;
    line-height: 15px;
}

div.lpbuttonie6 a:visited
{
    text-decoration: none;
    color: #E8F0FF;
    font-weight: normal;
    line-height: 15px;
}

div.lpselectedie6
{
    margin: 4px 8px 4px 0px;
    padding: 14px 8px 14px 8px;
    width:174px;
    font-weight: bold;
    text-align: center;
}

div.lpselectedie6 a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 15px;
}

div.lpselectedie6 a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 15px;
}

div.lpbutton
{
    margin: 4px 0px 4px 0px;
    background: url(../images/button_ul.png) no-repeat left top;
    width:182px;
    min-height:64px;
}


div.lpbutton>div
{
    background: url(../images/button_br.png) no-repeat right bottom;
    width:182px;
    min-height:64px;
}

div.lpbutton>div>div
{
    text-align: center; 
    font-family: Segoe UI; 
    font-size:12px; 
    font-weight: normal;
    padding:24px 14px 24px 14px;
}

div.lpbutton>div>div>a
{
    text-decoration: none;
    color: #E8F0FF;
    line-height: 15px;
}

div.lpselected
{
    margin: 4px 0px 4px 0px;
    background: url(../images/button_ul.png) no-repeat left top;
    width:182px;
    min-height:64px;
}


div.lpselected>div
{
    background: url(../images/button_br.png) no-repeat right bottom;
    width:182px;
    min-height:64px;
}

div.lpselected>div>div
{
    text-align: center; 
    font-family:Segoe UI; 
    font-size:12px; 
    font-weight: normal;
    padding:24px 14px 24px 14px;
}

div.lpselected>div>div>a
{
    text-decoration: none;
    color: #FFFFFF;
    line-height: 15px;
}

.formLine
{
    margin: 2px;
}

span.label
{
    font-family: Segoe UI, Tahoma, Sans-Serif;
    font-size: 11px;
    clear: both;
	display: -moz-inline-box;
    margin: auto;
    line-height: 21px;
    display:inline-block;
    width:110px;
}

.button
{
    font-family: Segoe UI, Tahoma, Sans-Serif;
    font-size: 11px;
    height: 23px;
}

.textBox
{
    font-family: Segoe UI, Tahoma, Sans-Serif;
    font-size: 11px;
    height: 15px;    
}

.comboBox
{
    font-family: Segoe UI, Tahoma, Sans-Serif;
    font-size: 12px;
}

#contentpane h2
{
	color: #C52;
	font: normal 18px Georgia,Arial Narrow,Arial,sans-serif;
	line-height: 18px;
	padding: 12px 0px 12px 0px;
	background: transparent url(../images/h2.gif) no-repeat bottom left;
}

#contentpane h3
{
	color: #005B7C;
	font: bold 13px Georgia,Arial Narrow,Arial,sans-serif;
	line-height: 15px;
	padding: 12px 0px 6px 0px;
}

#contentpane h4
{
	color: #005B7C;
	font: normal 13px Georgia,Arial Narrow,Arial,sans-serif;
	line-height: 15px;
	padding: 12px 0px 6px 0px;
}

h2 a
{
    text-decoration: none;
}

h3 a 
{
    text-decoration: none;
}

h4 a
{
    text-decoration: none;
}

h2 a:visited
{
    color: #C52;
    text-decoration: none;
}

h3 a:visited 
{
    color: #005B7C;
    text-decoration: none;
}

h4 a:visited
{
    text-decoration: none;
    color: #005B7C;
}


.panelbutton
{
    border: solid 1px #7EC638;
	overflow: hidden;
	clear: both;
	background: #CBEEA8 url(../images/lightnavigationbackground.png) top left repeat-x;
	width: auto;
	height: 30px;
	text-align: center;
}

.panelbutton a
{
    display: block;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #474;
	margin: auto;
}

.panelbutton a:hover, .panelbutton .selected a
{
    display: block;
	color: #3F5A3F;
	color: #474;
	background: #DCF3C2 url(../images/lightnavigationbackgroundselected.png) top left repeat-x;
}

.panelbutton span
{
	float: left;
	width: 1px;
	height: 30px;
	background: url(../images/lightnavigationseparator.png) right no-repeat;
}

.panelheader
{
    border: solid 1px #7EC638; 
	overflow: hidden;
	clear: both;
	line-height:28px;
	background: #CBEEA8 url(../images/lightnavigationbackground.png) top left repeat-x;
	width: auto;
	height: 30px;
	text-align: left;
	cursor: pointer;
	font-size: 13px;
	padding-left: 8px;
	color: #474;
	margin: 8px;
}

.panelheaderselected
{
    border: solid 1px #7EC638;
	overflow: hidden;
	clear: both;
	background: #F0F0F0 #DCF3C2 url(../images/lightnavigationbackgroundselected.png) top left repeat-x;
	width: auto;
	line-height:28px;
	height: 30px;
	text-align: left;
	cursor: pointer;
	font-size: 13px;
	padding-left: 8px;
	color: #474;
	font-weight: bold;
	margin: 8px 8px 8px 8px;
}

.panelcontent
{
    text-align: center;
    overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	padding: 8px 8px 8px 8px;
}

