* {
    margin:0;
    padding:0;
}

p, li, ul, ol, h1, h2, h3, h4, h5, h6, label, input, textarea, cite, select, legend, option, optgroup, caption, th, td, div {
	font-family:arial,helvetica,sans-serif;
	font-size:small;
}


body {
    margin:10px;
    text-align: center; /* for IE */
}


div#container {
    padding:10px;
    text-align:left;
    margin:10px auto;
    width:958px;
    border:1px solid #CCCCCC;
}

div.spacer {
	clear:both;
}

h1 {
	margin:15px 0 5px;
	font-size:125%;
}

h2 {
    margin:15px 0 5px;
    font-size:110%;
    font-weight: bold;
}

h3 {
	margin:15px 0 5px;
}

h4 {
    margin:15px 0 -.5em;
    color:#444;
    font-style:italic;
}

p {
	margin:.7em 0;
}

a[href^="http"] {
    display:inline-block;
    background:transparent url(/images/ic-linkoffsite.gif) no-repeat scroll 100% -1px;
    padding-right:17px;
}
a[href*="209.209.80.230"] {
    background:none;
    padding-right:0;
}
a[href$=".doc"] { /* Word DOC icon. */
  background:url(/images/ic-dnld-doc.gif) 100% 0 no-repeat;
  padding-right:20px;
  }
a[href$=".pdf"] { /* Acrobat PDF icon. */
  background:url(/images/ic-dnld-pdf.gif) 100% 0 no-repeat;
  padding-right:23px;
  }
a.noIcon {
    background:none;
}

a:link, a:visited {
	color:#0019D1;
	text-decoration: none;
}

a:active, a:hover {
	background-color:#5780E6;
	color:#FFF;
	text-decoration: none;
}

ul li {
	margin-left:25px;
	padding-bottom:4px;
}

ol li {
	margin-left:25px;
	padding-bottom:8px;
}

blockquote {
    margin:10px 50px;
}

tbody td p, tbody td a {
	margin-top:0;
	font-weight:normal;
}

.xsmall {
	font-size:x-small;
}



/******************
 ***** HEADER *****
 ******************/

div#header {
    border-bottom:1px solid #DDDDDD;
}

div#breadcrumb {
	float:left;
}

div#breadcrumb ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:10px 0;
    padding:0;
}
div#breadcrumb ul li {
    display:inline;
    margin:0;
    padding:5px 20px 5px 5px;
    font-weight:bold;
}

div#userlinks {
	float:right;
}

div#headerlinks {
    background:#5780E6;
    color:#FFF;
}



/******************
 ***** FORMS ******
 ******************/

form div {
    clear:both;
    padding-top:8px;
}
form div label, .label {
    text-align:right;
    display: block;
    float: left;
    width: 220px;
    margin:1px 3px 0 0;
}
form div input.radio {
	vertical-align:bottom;
    margin-left: 3px;
}
form div input.checkbox  {
	margin-top:2px;
}

select option {
	padding:0 3px;
}

.note {
	font-size:x-small;
}
.message {
	padding:5px 0;
	color:#CC0000;
	font-weight:bold;
}
span.required {
	vertical-align:top;
	color:#C00;
    font-family: courier, monospace;
}

/******************
 *** CERTIFICATE **
 ******************/

div#certificate {
	margin:1.5em auto;
	padding:15px;
	border:1px dashed blue;
	width:600px;
}
div#certificate h3 {
	font-size:large;
	margin-bottom:1.4em;
	text-align:center;
}
div#certificate p {
	margin:1em auto;
}
p#printme {
	text-align:center;
}
div#fineprint p {
	text-align:left;
	font-size:x-small;

}


/******************
 ***** FOOTER *****
 ******************/

div#bottomlinks {
	margin:1.5em 0 .5em;
	text-align:center;
}
div#bottomlinks p {
	margin:.2em 0;
}


/******************
 ***** ADMIN ******
 ******************/

#allUsers li {
	margin:3px 0 3px 20px;
}
#allUsers li a {
	text-decoration:none;
	font-size:small;
}




/******************
 **** LEFT TH  ****
 ******************/
div.leftTH table {
    font-size: 11px;
    margin: .5em 0 .5em;
 	border-collapse:collapse;
}

div.leftTH table th {
    padding: 2px 10px 0px 15px;
    white-space:nowrap;
    vertical-align:top;
    text-align:right;
}

div.leftTH table td {
    padding: 2px 10px 15px 0px;
    vertical-align:top;
}





/******************
 **** SUMMARY  ****
 ******************/
div.summary table {
    border: solid 1px #333;
    font-size: 11px;
    margin: .5em 0 .5em;
 	border-collapse:collapse;
}

div.summary table td {
    border-bottom: solid 1px #333;
    padding: 2px 5px;
    white-space:nowrap;
    vertical-align:top;
}

div.summary table tr.odd {
    background: #E0E0E0;
}

div.summary p {
    font-weight: bold;
}



/******************
 **** DATAGRID ****
 ******************/

div.datagrid table {
    border: solid 1px #333;
    font-size: 11px;
    margin: .5em 0 .5em;
 	border-collapse:collapse;
}

div.datagrid table th {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    background: #5780E6;
    padding: 2px 5px;
    color: white;
    text-transform: capitalize;
    white-space:nowrap;
}

div.datagrid table th a {
    color: white;
    text-decoration: none;
}

div.datagrid table th a:hover {
    color: #EEE;
}

div.datagrid table td {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 2px 5px;
    white-space:nowrap;
    vertical-align:top;
}
/*
div.datagrid table tbody tr:hover {
	background: #F90;
}
*/
div.datagrid table tr.odd {
    background: #e3e3e3;
}

div.datagrid p {
    font-weight: bold;
}

div.datagrid td.title {
	white-space: normal;
	width: 180px;
}

div.datagrid td.description {
	white-space: normal;
	width: 300px;
}

