/* 
* Created by Ahmed Murad
* Date Modified: 2007-11-04
******************************/

/* Basic Layout 
****************************************************************/
body {
	margin: 0;
	padding: 0;
	min-width: 500px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
#prntContent {
	margin: 1em 5% 0 5%;
}


/* Presentation 
****************************************************************/
body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #484242;	/*#484242 brownish*/
	font-size: 0.9em;
}
p {
	margin: 0.5em 0 1em 0;
}
li {
	margin-left: 0em;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
a:hover,
a:active {
	color: #0066cc;
	text-decoration: underline;
}

img,
a img { border: 0; }

img .imageLeft {
	float:left;
}
img .imageRight {
	float:right;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: Cambria, "Trebuchet MS", Arial, sans-serif;
}

h1 {font-size: 190%;} 
h2 {font-size: 150%;} 
h3 {font-size: 120%;} 
h4 {font-size: 100%;} 
h5 {font-size: 100%;} 
h6 {font-size: 100%;} 

#prntHeader {
	background-color:#CEE5F7;
	text-align:left;
	padding-left: 5%;
}

/* Content
*********************/
#prntContent {
	text-align: justify;
	background-color: transparent;
}
#prntContent .dateline {
	margin: 0;
	font-size: 0.8em;
	font-style: italic;
	text-align:right;
	color: #9bd;
	border-bottom: 0px #aaa dotted;
}
#prntContent p.author {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 2em;
	text-align: left;
	border-top: 1px #99ccff dotted;
}
#prntContent h1, #prntContent h2, #prntContent h3, #prntContent h4, #prntContent h5, #prntContent h6 {
	font-family: Cambria, "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
}

#prntContent h1 {
	color: #0057aa;
	line-height: 1.0em;
	letter-spacing: -0.05em;
	margin-top: 0.8em;
	margin-bottom: 0.1em;

}
#prntContent h2 {
	color: #0082ff;
	line-height: 0.9em;
	letter-spacing: -0.03em;
	margin-top: 1em;
	margin-bottom: 0;

}
#prntContent h2.subtitle {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#prntContent h3 {
	color: black;
	line-height: 0.9em;
	margin-top: 1em;
	margin-bottom: 0;
}
#prntContent h4 {
	color: black;
	line-height: 0.9em;
	margin-top: 1em;
	margin-bottom: 0;
}
#prntContent h5 {
	color: black;
	line-height: 0.9em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0;
	display: inline;
}

#prntContent h6 {
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: text-bottom;
	font-style: italic;
}
#prntContent ul {
	list-style-type: disc;
}
#prntContent ol.alpha {
	list-style-type: lower-alpha;
}
#prntContent ol.numbered {
	list-style-type: decimal;
}


/* footer
*********************/

#prntFooter {
	color: #cee5f7;
	background: #0a58c4;
	text-align: left;
	padding: 8px 50px 4px 50px;
	margin-top: 20px;
	border-top:2px solid #68caf7;
}
hr {
	color: #6699FF;
	width: 80%;
	height: 1px;
}

/* forms */
fieldset {
	border-width: 1px;
	border-style: solid;
	border-color:#91ccff;
	background-color: #f0f8ff;
	border-left: 8px #91ccff solid;
	margin: 20px 10% 20px 0;
	padding: 0px 40px 10px 10px;
	/*width: 25em;*/
	/*IE fix */
	display: block;
	position: relative;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

}
fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #2f4f4f;
	background-color: #f5fffa;
	border-width: 1px;
	border-style: solid;
	border-color: #228b22;
	border-left: 6px #228b22 solid;
	padding: 2px 1em;
	margin: 0px 0px 10px 0;
	/*IE fix */
	position: relative;
	top: -12px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

}
fieldset input,
fieldset select,
fieldset textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}
fieldset label.leftAlign {
	display: block;
	color: #696969;
	float: left;
	width: 10em;
	text-align: right;
	margin: 0.5em 1em 0 0;
	clear: left;
}
fieldset table {
	margin-left: 5em;
	text-align: left;
	font-size: smaller;
}
fieldset tabel input[type="checkbox"] {
	float: left;
}

.staticField {
	display: block;
	margin: 0em 0;
	font-weight: bold;
}

fieldset input.submit{
	padding: 0 4px 0 4px;
	background-color: #e5f3ff;
	border: 3px double #91ccff;
	color: #5eb4ff;
	font-size: 0.9em;
	font-weight: bolder;
}
fieldset p.helpMsg {
	margin-left: 10em;
	color: #1e90ff;
}
fieldset p.errorMsg {
	margin-left: 10em;
	color: red;
	font-weight: bold;
}
fieldset p.buttons {
	margin: 4em 0 0 9em;
	padding: 1em 0 1em 0;
	border-top: 2px white solid;
}

fieldset hr {
	width:100%;
	color: white;
	border: 0;
	height: 2px;
	margin: 0.5em 0;
}

fieldset select,
fieldset input.text {
	border: none;
	background-color: #f0f8ff;
	border-bottom: 1px #696969 dotted;
	color: blue;
	padding: 2px 2px 0 2px;
	width: 15em;
}

fieldset input.radio,
fieldset input.checkbox {
	width: auto;
	border: none;
	margin-top: 1.0em;
}
fieldset textarea {
	width: 14em;
	border: 1px #696969 dotted;
	background-color: #f0f8ff;
	color: blue;
}
fieldset br {
	clear: both;
}
fieldset img {
	display: block;
	margin: 2em 0em 0em 10em;
}
ul.radioList {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.radioList li {
	display: inline;
}
#contactUs {
	margin: 4em 0 1em 0;
}
#contactUs fieldset {
	width: 32em;
}
#contactUs fieldset input.text,
#contactUs fieldset textarea {
	width: 20em;
}
.error {
	color: red;
}
fieldset select.monthList {
	width: 3em;
	text-align: right;
}
fieldset select.yearList {
	width: 5em;
}
.messageBox {
	border: double 3px #e1e1e1;
	margin: 2em;
	padding: 4em;
}

.linkButton {
	font-weight: bold;
	font-size: 1.4em;
}

.ajax__validatorcallout_popup_table {
	width: 180px;
	text-align: left;
	vertical-align: top;
	z-index: 500;
}

