﻿body {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;background-color:#ffffff;color:#000000;}

a {color:#2282b2;text-decoration:none;}
a:hover {color:#ffc35a;text-decoration:underline;}

a.subjectrollover {display: block;width:32px;height:16px;background-position:0 0;background-repeat:no-repeat;text-decoration: none;vertical-align:middle;}
a.subjectrollover:hover {background-position:-32px 0;}
a.subjectrolledover {display: block;width:32px;height:16px;background-position:-32px 0;background-repeat:no-repeat;text-decoration: none;vertical-align:middle;}

a.sidemenu {font-size:10px;color:#424542;text-decoration:none;font-weight:bold;}
a.sidemenu:hover {color:#ffc35a;text-decoration:none;}
a.sidemenuhover {font-size:10px;color:#ffc35a;text-decoration:none;font-weight:bold;}
div.sidemenu {height:20px;border-bottom:1px solid #c6c3c6;padding-top:5px;}

table.topmenu {width:960px;}
td.topmenu {background-color:#cecfce;text-align:center;padding:2px;}
td.topmenu:hover {background-color:#424542;}
td.topmenuright {background-color:#ffffff;padding:0;text-align:right;width:138px;}
a.topmenu {font-size:11px;font-weight:bold;color:#ffffff;text-decoration:none;text-transform:uppercase;}
a.topmenu:hover {text-decoration:none;}

a.bottommenu {font-size:10px;color:#2282b2;text-decoration:none;}
a.bottommenu:hover {font-size:10px;color:#ffc35a;text-decoration:underline;}

td.titlebar130 {color:#ffffff;font-weight:bold;text-transform:uppercase;padding:2px 2px 2px 25px;background-image:url('/upload/system/linebreaker_130.gif');width:130px;height:12px;}
td.titlebar220 {color:#ffffff;font-weight:bold;text-transform:uppercase;padding:2px 2px 2px 25px;background-image:url('/upload/system/linebreaker_220.gif');width:220px;height:12px;}
td.titlebar335 {color:#ffffff;font-weight:bold;text-transform:uppercase;padding:2px 2px 2px 25px;background-image:url('/upload/system/linebreaker_335.gif');width:335px;height:12px;}
td.titlebar450 {color:#ffffff;font-weight:bold;text-transform:uppercase;padding:2px 2px 2px 25px;background-image:url('/upload/system/linebreaker_450.gif');width:450px;height:12px;}
td.titlebar680 {color:#ffffff;font-weight:bold;text-transform:uppercase;padding:2px 2px 2px 25px;background-image:url('/upload/system/linebreaker_680.gif');width:680px;height:12px;}

td.contentbox {padding:2px;vertical-align:top;} /*{border:1px solid #c6c3c6;padding:2px;vertical-align:top;}*/
td.contentboxnoborder {padding:2px;vertical-align:top;}

td,th {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;}

table.border {border:1px solid #000000;border-collapse:collapse;}
th.border {border-right:1px solid #000000;}
td.border {border-right:1px solid #000000;}

th.borderButton {border-right:1px solid #000000;width:40px;}
th.borderDate {border-right:1px solid #000000;width:80px;}
td.borderCenter {border-right:1px solid #000000;text-align:center;}

tr.cms {background-color:transparent;}
tr.cms:hover {background-color:#c0c0c0;}	

.contentitem {padding-top:5px;padding-bottom:5px;}
a.contentlink {color:#2282b2}
a.contentlink:hover {color:#ffc35a}
.contentsummary {}
.contentuserdate {color:#c6c3c6;}

.green {color:#228b22;}
.grey {color:#c6c3c6;}

hr {height:1px;border:0;color:#c6c3c6;background-color:#c6c3c6;}

form.form {margin:0;}
input.input {width:300px;}
input.inputSmall {width:250px;}
input.button {width:50px;}
input.readonly {background-color:#c0c0c0;width:250px;}
input.readonlyWide {width:300px;}
textarea.input {width:300px;height:100px;font-family:sans-serif;font-size:12px;}
select.input {width:305px;}
select.inputNoWidth {}

input.search {font-size:11px;width:100px;height:15px;border:0;}
input.standard {font-size:11px;border:1px solid #c6c3c6;height:15px;}
input.arrowbutton {border:0;padding:0 0 0 0;width:38px;height:17px;}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold}
h5 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}
h6 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold}

.blogelement {padding:bottom:20px;}
.blogdate {color:#c6c3c6;font-weight:bold;font-size:12px;}
.blogtitle {color:#228b22;font-weight:bold;font-size:20px;text-decoration:underline;}
.blogcomments {color:#ffc35a;font-weight:bold;font-size:10px;}
.bloguser {color:#ffc35a;}

a img {border:0;}
img.image {border:0;vertical-align:middle;}

/* These are styles used by the JavaScript DatePicker, available from 
   http://www.nsftools.com */


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#505050;
	background-color:#ece9d8;
	border:1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border:1px solid #ece9d8;
	text-align:center;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color:#CCCCCC;
	border:1px solid #AAAAAA;
	text-align:center;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color:#aca998;
	border:1px solid #888888;
	cursor:pointer;
	color:#ff0000;
	text-align:center;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	text-align:center;
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color:#CCCCCC;
	border:1px solid #AAAAAA;
	color:#ffffff;
	text-align:center;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size:12px;
	color:#808080;
	font-weight:bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color:#4060ff;
	font-weight:bold;
}

/* the forward/backward buttons at the top */
.dpButton {
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#808080;
	background:#d8e8ff;
	font-weight:bold;
	padding:0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#808080;
	background:#d8e8ff;
	font-weight:bold;
	}