/* ##### BASIC TEXT FORMATTING ################### */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 1.4em; 
	margin-bottom: 15px; 
	color: #B70404;
}
h2{
	font-size: 1.2em; 
	margin-bottom: 15px; 
	color: #B70404; 
	line-height: 1.4em;
	font-weight:normal;
}
h3{
	font-size: 1em; 
	margin-bottom: 10px; 
	color: #CC0000; 
	line-height: 1.4em; 
	font-weight:normal;
}
h4{
	font-size: 0.9em; 
	margin-bottom: 4px; 
	color: #CC0000; 
	line-height: 1.2em; 
	font-style: italic;
	font-weight: normal;
}
h5{
	font-size: 0.7em; 
	margin-bottom: 8px; 
	color: #3763AB; 
	line-height: 1.4em; 
	font-style: italic;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	line-height: 1.7em; 
	margin-bottom: 15px; 
	line-height: 1.7em;
}
p.larger{ 
	font-size: 0.8em; 
	line-height: 1.4em;
}
p.small{
	font-size: 0.6em;
	line-height: 1.2em;
}
.logo{ 
	font-weight: bold;
	color: #cc0000;
}
#footer span.logo{
	font-weight: bold;
	color: #000;
}
ul.style1{
	list-style-type: none;
	font-style: italic;
}
ul p{
	font-size: 1em; 
	line-height: 1.6em; 
	margin-bottom: 10px; 
	line-height: 1.4em;
}
p.larger{
	font-size: 0.8em;
}
p.quote{
	margin: 10px;
	padding: 5px;
	background-color: #F4D9D9;
}
ol{
	font-size: 0.7em; 
	line-height: 1.6em; 
	margin-bottom: 15px;
	margin-left: 20px; 
}
ul{
	margin-left: 20px; 
	font-size: 0.7em; 
	line-height: 1.6em; 
	margin-bottom: 15px;
}
ul ul{
	margin-left: 20px; 
	font-size: 1em; 
	line-height: 1.6em; 
	margin-bottom: 15px;
}
ul.sidebar{ 
	list-style-type:none;
}
li{
	margin-bottom: 7px;
}
h4 a{
	font-weight: normal;
	text-decoration: underline;
}
a{
	color:#CC0000;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}
a:visited{
	color:#990000;
}
a:visited:hover{
	color:#FF0000;
}
.floatright{
	float: right;
	margin: 0px 0 5px 5px;
}
.floatleft{
	float: left;
	margin: 5px 5px 5px 0px;
}
.smaller{
	font-size: 0.6em;
	color: #666666;
}
a img{ border: 0px; }
.black{ color: #000; }

/* ##### 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 ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;	
	border-left: 4px solid #86CCE7;
	background-color: #E7F5F7; 
}
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: #E7F5F7;
	border: 3px solid #86CCE7;
	font-size: 14px;
	font-weight: bold;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #E7F5F7;
	border: 3px solid #86CCE7;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 2px solid #86CCE7;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 3px solid #86CCE7;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
/* Login form */
#loginform li{
	background: #F0FFF0;
	margin: 0px 0px 4px 0px;
	border-left: 3px solid #99CC99;
}
#loginform label{
	width: 120px;
	font-size: 1em;
}
#loginform .textbox{
	width: 150px;
	height: 25px;
	border: 3px solid #99CC99;
}
#loginform .tickbox{
	width: 14px;
	border: 3px solid #99CC99;
}
#loginform .submitbutton{
	width: 100px;
	height: 30px;
	background: #F0FFF0;
	border: 3px solid #99CC99;
	font-size: 14px;
	font-weight: bold;
}
#pageforms{
	border: 1px solid #ccc;
	width: 710px;
	padding: 4px;
}
#quicksearchform{
	font-size: 0.7em;
	width: 300px;
	float: right;
}
#quicksearchform input { width: 215px;}
#quicksearchform label { width: 50px; } /* Width of labels */
#quicksearchform fieldset fieldset label { margin-left: 63px; } /* Width plus 3 (html space) */
#filterform{
	float: left;
	width: 300px;
	padding: 4px;
	font-size: 0.7em;
}
/* ##### GENERIC CLASSES ######################## */
.floatright{
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.knockback{
	color: #999999;
}
.newsdate{
	color: #006633;
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
}
/* ##### TABLES ############################### */
table{
	border-collapse:collapse;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
	clear: both;
}
thead td{
	background-color: #E2E0E0;
	font-weight: bold;
}
tfoot td{
	background-color: #E2E0E0;
	font-weight: bold;
}
table td{
	padding: 5px;
	border-bottom: 2px solid #fff;	
	background-color: #E7F5F7; 
}
table th{
	padding: 5px;
	border-bottom: 2px solid #fff;
	background-color: #86CCE7;
	text-align: left;
}
.level0{	background-color: #E7F5F7; }
.level1{	background-color: #D9EBED; }
.level2{	background-color: #C5DCDD; }
.level3{	background-color: #B3CECE; }
.level4{	background-color: #B3CECE; }
.separator{
	border-bottom: 1px solid #ccc;
}
/* ##### AJAX STYLES #################################### */
ul.sortable{
	margin: 0px;
}
ul.sortable li{
	list-style-type: none;
	padding: 5px;
	border: 1px solid #ccc;
	cursor:move;
	margin: 0px 0xp 3px 0px;
}
ul.sortable li:hover{
	border: 1px solid #ff0000;
	background-color: #CCCCCC;
}
div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:18px;
  cursor:pointer;
}