BODY
{
	background: #FFF url(/Template/img/top-repeat.jpg) repeat-x;
}
*
{
	font-family: helvetica, sans-serif;
	font-size: 13px;
}
A
{
	text-decoration: underline;
	color: #336699;
	color: #105CB6;
}
A:hover
{
	color: #6DCB1B;
	text-decoration: underline;
}
H1
{
	font-size: 24px;
	color: #262C40;
	padding: 8px;
	font-weight: normal;
	border-bottom: 1px solid #C0DDA4;
}
H2
{
	font-weight: normal;
	font-size: 20px;
	color: #3366A9;
	margin: 5px 0 20px;
}
H3
{
	font-weight: normal;
	color: #262C40;
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 35px;
	border-bottom: 1px solid #C0DDA4;
}
H4, H4 A
{
	font-weight: bold;
	color: #222334;
	font-size: 14px;
	margin: 15px 0 3px;
}
#Header
{
	width: 240px;
	padding: 0px 11px 0px 28px;
	margin: 0px 0;
}
#Header A, #Header SPAN
{
	border: 0px solid red;
	color: white;
	text-decoration: none;
	font-size: large;
}
#Header .Navigation UL
{
	margin: 0 0 0 -48px;
	position: absolute;
	top: 45px;
	_top: 43px;
	top: 47px;
	display: block;
	list-style: none;
}
#Header .Navigation LI
{
	list-style: none;
	display: block;
	float: left;
}
#Header .Navigation LI DIV
{
	padding: 7px 19px 10px 15px;
}
#Header .Navigation LI.selected
{
	background-image: url(/Template/img/leftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
#Header .Navigation LI.selected DIV
{
	background-image: url(/Template/img/rightcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#Header .Navigation LI.selected A
{
	color: #232839 !important; /*[e]#232839*/
	text-decoration: underline;
}
#Header .Navigation LI.selected A:hover
{
	color: #232839 !important; /*[e]#232839*/
	text-decoration: underline;
}
#Header .Navigation LI A
{
	text-transform: capitalize;
	color: #AAAABB !important; /*[e]#AAAABB*/
	font-size: small;
}
#Header .Navigation LI A:hover
{
	color: #FFFFFF !important; /*[e]#FFFFFF*/
	text-decoration: underline;
}
#Tab
{
	width: 90%;
	padding: 0px 6px 0px 0;
	margin: 12px 0 0px;
	height: 28px;
}
#Tab A, #Tab SPAN
{
	border: 0px solid red;
	color: #232839;
	text-decoration: none;
	font-size: large;
}
#Tab .Navigation UL
{
	margin: 4% 0 0 0px;
	position: absolute;
	top: 157px;
	_top: 166px;
	top: 171px;
	display: block;
	list-style: none;
	padding: 0px 6px 0px 5px;
}
#Tab .Navigation LI
{
	list-style: none;
	display: block;
	float: left;
}
#Tab .Navigation LI DIV
{
	padding: 6px 19px 10px 15px;
}
#Tab .Navigation LI.selected
{
	background-image: url(/Template/img/tab_leftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #232839;
}
#Tab .Navigation LI.selected DIV
{
	background-image: url(/Template/img/tab_rightcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#Tab .Navigation LI.selected A, #Header .Navigation LI.selected A:hover
{
	color: #232839 !important; /*[e]#FFF*/
	text-decoration: underline;
}
#Tab .Navigation LI A
{
	text-transform: capitalize;
	color: #232839 !important; /*[e]#232839*/
	font-size: small;
}
#Tab .Navigation LI A:hover
{
	color: #AAAABB !important; /*[e]#AAAABB*/
	text-decoration: underline;
}
.Form
{
	font-size: 100%;
	width: 100%;
}
.Form LEGEND
{
	font-size: 115%;
	font-weight: bold;
	color: #3366A9;
	margin: 0 2px;
	padding: 10px 5px;
	text-shadow: #FFF 2px 2px 0;
}
.Form FIELDSET
{
	border: 1px solid #C0DDA4;
	background: #F8FFF6 repeat-x bottom;
	margin: 0;
	padding: 10px;
	clear: left;
}

.Grid
{
	border: 1px solid #C0DDA4;
	background: #F8FFF6 repeat-x bottom;
	margin: 0;
	padding: 10px;
	clear: left;
}

#Body
{
	min-width: 760px;
	clear: left;
	float: left;
	width: 99%;
	padding-bottom: 40px;
	min-height: 800px;
}
#RightSide
{
	min-width: 140px;
	clear: left;
	float: right;
	width: 15%;
	padding-bottom: 40px;
}
#Content
{
	padding: 3% 0% 0px;
	color: #262C40;
	float: left;
	clear: left;
	width: 100%;
	min-height: 850px;
}
#Content P
{
	margin: 0 0 1em;
}
#Content .Form P
{
	border-top: 1px solid #C0DDA4;
	border-left: 1px solid #C0DDA4;
	border-right: 1px solid #C0DDA4;
	background: #FFF;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	float: none;
}
.Form P LABEL
{
	float: left;
	width: 125px;
	font-size: 100%;
	font-weight: normal;
	color: #263800;
}
.Form P INPUT.text:focus
{
	color: #000;
}
.Form P INPUT.text
{
	width: 50%;
	font-size: 110%;
	background: #FFF 0 0;
	color: #999;
	border: 1px solid #DDD;
	border-top: 1px solid #7C7C7C;
	padding: 3px;
}
.Form P TEXTAREA.text
{
	width: 50%;
	height: 140px;
	text-align: left;
	background: #FCFFF2;
}
.Form P TABLE.text
{
	width: 50%;
	height: 140px;
	text-align: left;
	background: #FFF;
}
#Content .Form P.last
{
	border-bottom: 1px solid #AABD6E;
}
#Content .Form P.buttons
{
	padding: 15px 0 15px 1%;
	border: none;
	background: none;
	font-size: 110%;
}
#Footer
{
	min-width: 760px;
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #C0DDA4;
}
#Footer UL
{
	font-size: 85%;
	background: none;
	margin: 0;
	padding: 0;
	float: left;
}
#Footer UL LI
{
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
}
#Footer UL LI A:link, #Footer UL LI A:visited
{
	color: #105CB6;
	display: block;
	padding: 10px 15px;
	margin: 0;
	border-right: 1px solid #F0FDC1;
	text-decoration: none;
	float: left;
}
#Footer UL LI A:hover
{
	color: #232839;
	background: #E0E5FB;
}
#Step2
{
	width: 750px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 10px auto 20px;
	text-align: left;
	border: 0px solid black;
	position: relative;
}
/*Paging System
----------------------------------
Paging Number System
----------------------------------*/
.pager
{
	float: left;
	width: 100%;
	margin: 5px 0 0 0px;
	padding: 0;
	font-size: 10px;
}
/*overrides for media center*/
.pager IMG
{
	padding: 0; /*[e]0 !imporant*/
	margin: 0 !important; /*[e]0*/
	width: auto !important; /*[e]auto*/
	height: auto !important; /*[e]auto*/
	top: 0 !important; /*[e]0*/
	left: 0 !important; /*[e]0*/
	background: transparent !important; /*[e]transparent*/
}
.pager A
{
	color: #105CB6;
	font-size: 10px;
}
.pager LI
{
	list-style: none;
	float: left;
	padding: 1px;
	margin-right: 5px;
}
.pager LI SPAN
{
}
.pager LI A:link, .pager LI A:visited, .pager LI SPAN
{
	display: block;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid #333;
}
.pager LI.selected A:link, .pager LI.selected A:visited, .pager LI.selected A:hover
{
	background: #C0DDA4;
	color: #333;
	border: 1px solid #333;
	font-size: 10px;
}
.pager LI.last
{
	margin: 1px 0 0 1px;
	background: #C0DDA4;
	padding: 4px 8px 2px;
	text-transform: uppercase;
	border: 1px solid #333;
	font-size: 10px;
}
.pager LI.last A:link, .pager LI.last A:visited
{
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.pager LI.last EM
{
	color: #105CB6;
	font-style: italic;
	font-weight: bolder;
	font-size: 10px;
}


#previewimageid{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 250px;
	z-index: 200;
	text-align: left;
	border: 1px solid #C0DDA4;
}
#previewimageid dl{
	background: url(../img/bg_infobox.png) repeat-x top;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #FFF;
}
#previewimageid dt{
	font-size: 120%;
	padding-bottom: .3em;
	margin: 0;
	color: #3366A9;
	text-shadow: #FFF 2px 2px 0;
	border-bottom: 1px solid #C0DDA4;
	font-weight: bold;
}
#previewimageid dd{
	border-top: 1px solid #FFF;
	padding: .3em 0 0 0;
	margin: 0;
	color: #666;
	font-size: 90%;
}



/* MISC  
----------------------------------------------------------*/


.error
{
    color:Red;
}


.validator
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    width: 50%;
	font-size: 110%;
	
	color: #999;
	
	padding: 3px;
}

.validation-summary-errors
{    
    font-weight: bold;
    color: #ff0000;
    padding: 10px 10px 10px 10px;
}

.validation-summary-title
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-weight: bold;
    color: #ff0000;
    padding: 10px 10px 10px 10px;
}

.validation-summary-titie-success
{
    border: 1px solid #044904;
    background-color: #66CC66;
    font-weight: bold;
    color: #044904;
    padding: 10px 10px 10px 10px;
}


.validation-summary-success
{    
    font-weight: bold;
    color: #044904;
    padding: 10px 10px 10px 10px;
}