/* easy-clearing styles documented here: http://www.positioniseverything.net/easyclearing.html */
.fix:after{content:".";display:block;height:0;clear:both;visibility: hidden;}/*for firefox,safari etc*/
* html .fix {height: 1%;}/*for ie*/
/*fixes issue where widths set in html push content out in ie 5 */
.ie5overflowfix {width:100%;overflow: hidden;}/*for ie*/
html>body .ie5overflowfix {overflow:visible;}/*for firefox,safari etc*/

form {margin:0;}






BODY,
P,
TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 11px;
	margin-top:0px;
	
}

normal {
	font-size : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

pre {
	font-size : 120%;
	font-family : Times New Roman, serif;
	color : #CC6600;
}

H1  {
	color:#00529C;
	font-size : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2  {
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #00529C;
	text-transform:uppercase;
}
H3  {
	font-size : 12px;;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #00529C;
	text-transform:uppercase;
}
H4  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #00529C;
	font-weight : bold;
	text-transform:uppercase;
}
H5  {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
	text-transform:uppercase;
}
H6  {
	font-size : 80%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : normal;
}




.creditupdated {
	color : #9198A4;
	padding:5px 0 0 0;
}




/** Image Templates *********************************************/
/* -FRAME */
.ImageFrame{
	border : 1px solid #999999;
	background-color:#b8cbe1;
}
.ImageBorder{
	border : 1px solid #999999;
}
/* -BORDER */
.ImageBorderColor{
	background-color:#999999;
}
/** END Image Templates *****************************************/





.padding5 {padding:5px;}
.padding20 {padding:20px;}



.alert {
	color : red;
	font-weight : bold;
}

.masthead {
	font-size : 200%;
	padding : 15px;
}

/* START main links */ 
A:Link {color: #004189;text-decoration:underline;}
A:Visited {color: #004189;text-decoration:underline;}
A:Hover {color: #002854;text-decoration:underline;}
/* END main links */ 

.content {
	padding : 0px;
}

.small {
	font-size : 10px;
}

TABLE.table {
	border : 1px solid #c6dcf5;
	background : #eff8ff;
}
.table TH {
	background : #d3e7fb;
	text-align : left;
}
.table th,
.table td { padding:2px; color:#18160f;}


.terraFormLayoutElement,
.fullwidth {
	width : 100%;
}
.halfwidth {
	width : 50%;
}

.dynamicImageTable {
	border-width : 0;
	margin : 5px;
	background-color : #FFFFFF;
}
.dynamicImageTitle {
	color : #000000;
	font-size : 16px;
	font-weight : bold;
}
.dynamicImageCaption {
	
}

.dynamicImageMetaData {
	color:#999999;
	font-size:10px;
}
	
A:link.popup,
A:visited.popup,
A:hover.popup,
A:active.popup {
	border-bottom : 1px dotted blue;
	text-decoration : none;
}

.creditpoweredby {
	color : #9198A4;
}

.creditpoweredby A:Link,
.creditpoweredby A:Visited {
	text-decoration : none;
	color:#9198A4;
}
.creditpoweredby A:Hover {
	text-decoration : underline;
	color:#004189;
}

	
/* 
added by Thrive update dated 20040521.
These classes control the appearance of 
asterisks and errors in forms.
*/

.formFlag {
	color : red;
}

.formError {
	color : red;
	font-weight : bold
}

/* end */




/*blue button*/
.blueButton,
.redButton {
	background-color:00529c;
	border:1px solid #fff;
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
	padding-left: 5px;
}
span.blueButton,
span.redButton {padding:2px 10px;}
span.blueButton a:link,
span.blueButton a:visited,
span.redButton a:link,
span.redButton a:visited { color:#fff; text-decoration:none;}

/*red button*/
.redButton {
	background:#94aec9 url(/custom/templates/page/shared/images/red-btn-bg.gif) repeat-x 0 0;
	border:1px solid #6b7e92;
	border-right:10px solid #314c6e;
}