/* Please refer to word doc in VSS for usage */

body {
	margin: 0em;
	padding: 0em;	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1B578C;
	margin: 0em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #1B578C;
	margin: 0em;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 0em;
}
a img {border-style: none;}
input {font-family: Arial, Helvetica, sans-serif;}

/* Forms --------------------------------------------------------------------------- */
fieldset {border: solid 1px #206C49; padding: 8px;}
fieldset td {padding: 2px;}
fieldset legend {margin-left: 8px; font-weight: bold; color: #206C49; padding: 0.2em 0.5em; border: solid 1px #206C49;}
.formLabelLeft {width: 15em; padding-left: 8px}
.formLabelRight {width: 15em; text-align: right; padding-right: 8px}
.formInput {padding-right: 12px}
.formSep {height: 2px; border-top: solid 1px #e4eeff; border-bottom: solid 1px #32618B;}
.formReadOnly {border-style: none; background-color: #e4eeff;}
.error {color: #ff0000;}
.multilineText {font-family: Arial, helvetica, Sans-Serif; font-size: 1em;}

/* Table styles -------------------------------------------------------------------- */
thead {background-color: #32618B; color: #ffffff; font-weight: bold;}
thead a {color: #ffffff;}
th {text-align: left;}
/* These can also be used for datagrid AlternatingItemStyle & HeaderStyle respectively: */
.trAlt {background-color: #fDDEEDD;}
.trHead {background-color: #206C49; color: #ffffff; font-weight: bold;}
.trHead a, .trHead a:visited {color: #ffffff; text-decoration:none; font-weight: bold}

/* Bullet styles: ------------------------------------------------------------------ */
.whitearrowbullets, .bluearrowbullets, .blackarrowbullets {margin: 0px; padding: 0px; list-style-type: none; vertical-align: middle;}
.whitearrowbullets li, .bluearrowbullets li, .blackarrowbullets li {padding-left: 20px; background-repeat: no-repeat; background-position: center left; padding-top: 2px; padding-bottom: 2px; list-style-image: none;}
.whitearrowbullets a:hover, .bluearrowbullets a:hover, .blackarrowbullets a:hover {text-decoration: underline;}
.bluearrowbullets li {background-image: url(../../Images/Internet/bluearrow.gif);}
.whitearrowbullets li {background-image: url(../../Images/Internet/whitearrow.gif);}
.blackarrowbullets li {background-image: url(../../Images/Internet/blackarrow.gif);}
.whitearrowbullets a {color: #ffffff; text-decoration: none;}
.blackarrowbullets a, .bluearrowbullets a {color: #000000; text-decoration: none;}

/* Standard styles ----------------------------------------------------------------- */
.alignLeft {text-align: left;}
.alignCenter {text-align: center;}
.alignRight {text-align: right;}
.alignJustify {text-align: justify;}
.width10 {width: 10%;}
.width20 {width: 20%;}
.width30 {width: 30%;}
.width40 {width: 40%;}
.width50 {width: 50%;}
.width60 {width: 60%;}
.width70 {width: 70%;}
.width80 {width: 80%;}
.width90 {width: 90%;}
.width100 {width: 100%;}
.alignCenter table {margin-left: auto; margin-right: auto; text-align: left;}

