
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* General Typography Sizing */
body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	line-height: 1em;
	margin: 1em 0px;
}
h2{
	font: 1.75em "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1em;
	margin: 1em 0px;
	color: #0071BC;
}
h3 {
	font: 1.5em "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.167em;
	margin: 0.6em 0px;
	color: #003366;
	padding: 0px;
	background: url(../graphics/heart_icon.gif) no-repeat;
}
h4{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
}
p{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin: 0.75em 0px;
	color: #333;
	text-align:justify;
}
ul{
	margin: 0px 0px 1.75em 15px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin-left: 15px;
	list-style-type: disc;
}
a{
	color: #006699;
	text-decoration: underline;
}
a:hover{
	color: #BC1556
}
a:visited{ 
	color:#666;
}
a:active{ 
	color:#FF6699;
}

/* Generic Classes */
div.buttonlink{
	padding: 3px 0px 3px 25px;
	background: url(../graphics/bullet.gif) no-repeat;
	font-size: 1.1em;
}
div.buttonlink a{
	color: #0066CC;
	font-style: italic;
	text-decoration: none;
}
div.textbutton a{
	background: url(../graphics/button_bg.gif) left no-repeat;
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	color: #003366;
}
div.textbutton a:hover{
	background: url(../graphics/button_bg_roll.gif) left no-repeat;
	padding: 5px 5px 5px 30px;
	color: #0099FF;
}
div.button a:hover{ text-decoration: underline; color: #000033; }
.floatright{
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
/* ##### FORMS ################################## */
/* default cmx dimensions */
form.cmxform input { }
form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #003366; padding: 10px;}
form.cmxform div.fieldset{ border: 1px solid #003366; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	font: 1.5em "Times New Roman", Times, serif;
	font-style: italic;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;	
	background: #F3FCFF;
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #003366;
	width: 200px;
}
.error_message{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#FF6600;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #003366;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #003366;
	padding: 2px;
	width: 250px;
	height: 25px; 
	font-size: 16px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.medtextbox{
	border: 1px solid #003366;
	padding: 2px;
	width: 220px;
	height: 25px; 
	font-size: 16px;
}
.smalltextbox{
	border: 1px solid #003366;
	padding: 2px;
	width: 60px;
	height: 25px; 
	font-size: 16px;
}
.bigtextbox{
	border: 1px solid #003366;
	padding: 2px;
	height: 100px;
	width: 250px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #003366;
	padding: 2px;
	height: 200px;
	width: 700px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 3px 0px 3px;
	height: 30px;
	background: url(../graphics/button_bg_right.gif) repeat-x #D3E9F4;
	border: 0;
	font-size: 14px;
	font-weight: bold;
}
.midbutton{
	width: 224px;
	height: 30px;
	background: url(../graphics/button_bg_right.gif) repeat-x #D3E9F4;
	border: 0;
	font-size: 14px;
	font-weight: bold;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: url(../graphics/button_bg_right.gif) repeat-x #D3E9F4;
	border: 0;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #003366;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #003366;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.ajaxupdater{
	background:#00FF99;
	padding: 3px;
}
/* +++++++++++++ Table styles ++++++++++++++ */
table{
	border-collapse:collapse;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
	clear: both;
}
table td{
	padding: 5px;
	border-bottom: 2px solid #fff;	
	background-color: #E7F5F7; 
	vertical-align: top;
}
table th{
	padding: 5px;
	border-bottom: 2px solid #fff;
	background-color: #86CCE7;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
