/* 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;
	left: 2px;
} /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ++++++++++++ Basic Styles +++++++++++++ */
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 1em;
	margin: 1em 0px;
}
h2{
	font: 1.5em Arial, Helvetica, sans-serif;
	line-height: 1.166667em;
	margin: 1.166667em 0px;
	color: #E10027;
	font-weight: bold;
}
h3 {
	font: 1.16em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 1.5em 0px;
	color: #E10027;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin-left: 15px;
	list-style-type: disc;
}
a{
	color: #006699;
	text-decoration: underline;
}
a:hover{
	color: #E10027
}
a:visited{ 
	color:#666;
}
a:active{ 
	color:#FF6699;
}
/* ++++++++++ Generic Classes +++++++++++++++ */
.contentsection{
	padding: 0px 20px 0px 20px;
}
/* ++++++++++ FORMS +++++++++++++++ */
/* default cmx dimensions */
form.cmxform input { }
form.cmxform label { width: 150px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 153px; } /* Width plus 3 (html space) */
form.cmxform fieldset{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
form.cmxform ol{
	font-size: 1em;
}
form.cmxform legend{
	font: 1.16em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	color: #E10027;
	background: #fff;
	padding: 5px;
}
form.cmxform li{
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 8px 5px;
	border-bottom: 1px solid #E6E6E6;
	font-weight: bold;
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #CAEEF9;
	background: url(../graphics/tips_left.gif) no-repeat left top #CAEEF9;
	border: 1px solid #86CCE7;
	width: 200px;
}
.error_message{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#003366;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #86CCE7;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 2px solid #86CCE7;
	padding: 2px;
	width: 250px;
	height: 25px; 
	font-size: 16px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 2px solid #86CCE7;
	padding: 2px;
	height: 100px;
	width: 250px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #e6e6e6;
	border: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	color: #E10027;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #e6e6e6;
	border: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	color: #E10027;
}
.selectbox{
	border: 1px solid #ccc;
	padding: 2px 0px 2px 2px;
	font-size: 12px;
}
.tickbox{
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}

