/*=====================================
 ELEMENTS 
=====================================*/
body {
	border-width: 1px;
	background-color: White;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font: .70em Tahoma,Arial,sans-serif;
}
form {margin: 0px;}
h1, h2, h3, h4, h5, h6, hr {color: #003399;}
hr {
	height: auto;
	border-width: 1px;
}
p {
	text-align: left;
	text-indent: 15px;
}

a {
	text-decoration: underline;
	color: #003399;
}
a:visited {
	color: #993366;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}

/* =============================================
 CLASSES 
============================================== */

/* === CONTROLS*/
select, input {font: normal 11px/13px Tahoma,Arial,sans-serif;}

/* === Buttons*/
.button {
	width: 80px;
	font: normal 11px/13px 'Tahoma';
	white-space: nowrap;
}
.bigbutton {
	width: 120px;
	font: normal 11px/13px 'Tahoma';
}
.midbutton {
	width: 100px;
	font: normal 11px/13px 'Tahoma';
}
.shortbutton {
	width: 65px;
	font: normal 11px/13px 'Tahoma';
}
.tallButton {font: normal 12px/14px Tahoma,Arial,sans-serif;}
.loginbutton {margin-right:11px;}
.forgotbutton {margin-right: 7px;}

/* === Common for all pages  === */
.PageHeader {
	color: #003399;
	font: bold 14pt /16pt Tahoma;
}
.SubHeader1 {
	color: #003399;
	font: bold 12px/14px Tahoma;
}
.SubHeader1Terra {
	color: #FF6600;
	font: bold 12px/14px Tahoma;
}
.sh1Extra {
	/*text-decoration: underline;*/
	padding: 15px 0px 7px 0px;
}
.SubHeaderRqd {
	color: #CC0033;
	font: bold 12px/14px Tahoma;
}
.SubHeader2 {
	color: #003399;
	font: bold 11px/13px Tahoma;
}
.SubHeader3 {
	color: #FFFFFF;
	font: bold 12px/14px Tahoma;
}
table.SubHeader3 {
	margin-left: 3px;
}
.SubHeader1bg {
	color: #FFFFFF;
	font: bold 12px/14px Tahoma;
	width: 100%;
	height: 20px;
	table-layout: fixed;
}
.SubHeader3Terra {
	color: #FF6600;
	font: bold 16px/18px Tahoma;
	padding: 5px;
}
/* === TABs === */
table.SubHeader3 {
	width: 90px;
	text-align: center;
	margin-right: 1px;
}
table.toolbar {
	padding: 2px 0px 0px 0px;
	width: 100%;
	background: url(/Images/BGs/toolbar-mid.gif) repeat-x bottom;
	background-color: Transparent;
}
.bgTerraLeft {
	width: 7px;
	height: 28px;
	background-image: url('/Images/BGs/terra-glassy-left.gif');
	background-position: top left;
}
.bgTerraRight {
	width: 7px;
	height: 28px;
	background-image: url('/Images/BGs/terra-glassy-right.gif');
	background-position: top right;
}
.bgTerraCenter {
	height: 28px;
	background-image: url('/Images/BGs/terra-glassy-middle.gif');
	background-position: top center;
}
.bgBlueLeft {
	width: 7px;
	height: 28px;
	background-image: url('/Images/BGs/blue-glassy-left.gif');
	background-position: top left;
}
.bgBlueRight {
	width: 7px;
	height: 28px;
	background-image: url('/Images/BGs/blue-glassy-right.gif');
	background-position: top right;
}
.bgBlueCenter {
	height: 28px;
	background-image: url('/Images/BGs/blue-glassy-middle.gif' );
	background-position: top center;
}

/* === Dimentions === */
.w100 {width: 100%;}
/* eg: HR*/
.w80 {width: 80%;}
.w200 {width: 200px;}
.wh2x2 {
	width: 2px;
	height: 2px;
}
.wh100x100 {
	width: 100%;
	height: 100%;
}
.height100, .h100 {height: 100%;}
.height3px, .h3px {height: 3px;}
.ContentWidth {width: 82%;}
.NavWidth {width: 19%;}

/*.NavWidth {width: 250px;}*/
.LoginBox {
	margin: 20px;
	padding: 3px;
	width: 320px;
}

/* === Font */
.fsXSmall {font-size: xx-small;} /*font-size :8pt;*/
.fsSmall {font-size: .90em;}
.fsNormal {font-size: small;} /*font-size: 10pt;*/
.fsLarge {font-size: medium;} /*font-size:12pt; */
.fsXLarge {font-size: large;} /*font-size: 14pt;*/
.Bold {font-weight: bold;}
.Normal {font-weight: normal;}

/* Alignments */
.Left {text-align: left;}
.Right {text-align: right;}
.Center {text-align: center;}
.Justify {text-align: justify;}
.floatLeft {
	display: inline;
	float: left;
}
.floatRight {
	display: inline;
	float: right;
}
.NoWrap {white-space: nowrap;}
.NoUnderline {text-decoration: none;}


/* === Colors === */
.MainColor, .fcMain {
	color: #336699;
}
.MainColor2, .fcMain2 {color: #FF6600;}
.DPHDarkGrey {color: #838498;}
.DPHMidGrey {color: #AAACBF;}
.DPHLiteGrey {color: #CDCEDB;}
.fcBlack {color: #333333;}
.fcWhite {color: #FFFFFF;}
.fcError {color: #cc0033;}

.bgMain {background-color: #336699;}
.bgMain2 {background-color: #FF6600;}
.bgMainMid {background-color: #A2C7D9;}
.bgMainLite {background-color: #EFF3FB;}
.bgMain2Mid {background-color: #FFCC99;}
.bgMain2Lite {background-color: #FFDDCC;}
.bgWhite {background-color: #FFFFFF;}
.bgBlueGrad{
	background-image: url(/Images/BGs/ver-grad-blue.gif);
	height: 23px;
	font: bold 11px/13px Tahoma;
	color: #FFFFFF;
	padding: 2px;	
}

/* === Borders === */
.border1Main {border: solid 1px #336699;}
.border2Main {border: solid 2px #336699;}
.border3Main {border: solid 3px #336699;}
.border1Main2 {border: solid 1px #FF6600;}
.border2Main2 {border: solid 2px #FF6600;}
.borderLite1 {border: solid 1px #EFF3FB;}
.borderLite2 {border: solid 2px #EFF3FB;}
.borderLite3 {border: solid 3px #EFF3FB;}
.noborder {border:0px;}
.pad1 {padding: 1px;}
.pad2 {padding: 2px;}
.pad3 {padding: 3px;}
.pad5 {padding: 5px;}
.padHor3 {padding: 0px 3px;}
.padHor5 {padding: 0px 5px;}
.padHor10 {padding: 0px 10px;}
.padVer5 {padding: 5px 0px;}
.padVer10 {padding: 10px 0px;}
.padTop7 {padding-top: 7px;}
.fixed {table-layout: fixed;}

/*===== Classes for controls*/
/*===== Classes for controls*/
.txtNormal {
	width: 10em;
	font: normal 1.1em/1.3em Tahoma;
	border: solid 1px #336699;
	padding-bottom: 0.2em;

}
select.txtNormal {width: 11em;}
.txtSmall {
	width: 6em;
	font: normal 1.1em/1.3em Tahoma;
	border: solid 1px #336699;
	padding-bottom: 0.2em;

}
.txtLong {
	width: 14em;
	font: normal 1.1em/1.3em Tahoma;
	border: solid 1px #336699;
	padding-bottom: 0.2em;

}
.txtLongRqd {
	width: 14em;
	font: normal 1.1em/1.3em Tahoma;
	border: solid 1px #336699;
	padding-bottom: 0.2em;

	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
}
.txtNormalRqd {
	width: 10em;
	font: normal 1.1em/1.3em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
	padding-bottom: 0.2em;

}

.txtNormal2 {
	width: 10.4em;
	font: normal 1.0em/1.1em Tahoma;
	border: solid 1px #336699;
	padding-bottom: 0.1em;

}
.txtNormal2Rqd {
	width: 10em;
	font: normal 1.0em/1.1em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
	padding-bottom: 0.1em;

}
select.txtNormal2 {width: 10.8em;}
select.txtNormal2Rqd {
	width: 10.2em;
	border: 0px; /*for Firefox*/
}
.extraRqd2 {
	width: 10.2em;
	font: normal 1.0em/1.1em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
}
.txtLong2 {
	width: 14.4em;
	font: normal 1.0em/1.1em Tahoma;
	border: solid 1px #336699;
	padding-bottom: 0.2em;

}
.txtLong2Rqd {
	width: 14.0em;
	font: normal 1.0em/1.1em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
	padding-bottom: 0.2em;
}
select.txtLong2 {width: 14.8em;}
select.txtLong2Rqd {
	width: 14.2em;
	border: 0px; /*for Firefox*/
}
.extra4Long2Rqd {
	width: 14.2em;
	font: normal 1.0em/1.1em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
}
.txtSmallRqd {
	width: 6em;
	font: normal 1.1em/1.3em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
	padding-bottom: 0.2em;

}
.txtLongRqd {
	width: 14em;
	font: normal 1.1em/1.3em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
	padding-bottom: 0.2em;

}
.extra4LongRqd {
	width: 14em;
	font: normal 1.1em/1.3em Tahoma;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 5px #FF6600;
	border-bottom: solid 1px #336699;
}

/*=========*/
.ratingStar {
	white-space: nowrap;
	height: 14px;
}
.ratingStar .ratingItem {
	padding: 0px;
	display: block;
	font-size: 0pt;
	margin: 0px;
	width: 13px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 12px;
}
.ratingStar .Filled {background-image: url(/Images/ratingStarFilled.png);}
.ratingStar .Empty {background-image: url(/Images/ratingStarEmpty.png);}
.ratingStar .Saved {background-image: url(/Images/ratingStarSaved.png);}

/* === Grid === */
.grid {
	border: solid 1px #336699;
	border-bottom: solid 2px #336699;
}
.gridHeader {
	background-image: url(/Images/BGs/grad-slate-blue.gif);
	height: 23px;
	font: bold 8pt Tahoma;
	color: #003399;
	padding: 2px;
	text-align: left;
}
.gridRow {
	font-size: 8pt;
	border-bottom: solid 1px #CDCEDB;
	text-align: left;
	padding: 2px;
	color: #4B4B65;
}

/*====================================
 ELEMENT IDs 
 [NOTE: Try to avoid using these: 
		they slow down rendering]
=====================================*/

/*====================================
 @ BLOCKS 
=====================================*/
