/* 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 */

/* ------- Site Wide 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: #425767;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #425767;
}
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #425767;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #425767;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #425767;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #425767;
	margin-bottom: 8px;
}
a{
	color: #425767;
	text-decoration: underline;
}
a:hover{
	color: #f3732f
}
a:visited{ 
	color:#f3732f;
}
a:active{ 
	color:#f3732f;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
/* -------------- end general glasses -------------------------------------------- */


.thumbnail{
float: left;
border: 1px solid #ccc;
margin: 0 25px 20px 0;
padding: 5px;
}

.article{
	border-bottom: 1px dashed #ccc;
	height: 1%;
	clear: both;
	margin: 10px 0px 10px 0px;
}
.article h3{
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0.3em 0px;
	color: #000;
	background: #fff;
	padding: 4px 0px 4px 0px;
}
.article .date{
	font-size: 0.8em;
	margin: 0px;
}
.article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.article img{
	border: 1px solid #ccc;
}
.article {display: inline-block;}
/* Hides from IE-mac \*/
* html .article {height: 1%;}
.article {display: block;}
/* End hide from IE-mac */
.date{
	font-size: 0.9em;
}

/* --------------- Form Styles - Using CMX Form ---------------------------------- */

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 #ccc; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #EC0B8D;
	font-style: italic;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;	
}
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 #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #f3732f;
	border: 1px solid #f3732f;
	font-size: 14px;
	font-weight: bold;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #f3732f;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
/* -------------- End Form Styles ----------------------------------------------- */

/* ------------------ Pagination Controls ---------------------- */
.pagination{
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
margin: 0px;
}

.pagination li{
	color: #425767;
list-style-type: none;
display: inline;
padding-bottom: 1px;
margin-left: 0px;
}

.pagination a, .pagination a:visited{
padding: 5px;
text-decoration: none; 
color: #425767;
}

.pagination a:hover, .pagination a:active{
color: #f3732f;
}

.pagination a.currentpage{
color: #425767 !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #425767;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}