body {
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	background-color : #ffffff;
	color: #000000;
}
td, body, input, select, textarea {
	font-family : Verdana;
	font-size : 12px;
}
A:visited {
	color : rgb(71, 104, 149);
	text-decoration : none;
}
A:link {
	color : rgb(71, 104, 149);
	text-decoration : none;
}
A:hover {
	color : rgb(71, 104, 149);
	text-decoration : underline;
}
A:active {
	color : rgb(71, 104, 149);
	text-decoration : none;
}

div.hr hr {
  display: none;
}
.pagetitle {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial;
	font-size : 22px;
	font-weight : bold;
	color : #ffffff;
}
.header {
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
}
.small {
	font-family : Verdana;
	font-size : 9px;
}
.sitename {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
}
.white {
	color : #ffffff;
}
a.whitelink, a.whitelink:hover, a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	font-weight : bold;
	color : #ffffff;
	text-decoration : underline;
}
a.menu, a.menu:hover, a.menu:link, a.menu:active, a.menu:visited {
	font-family : Verdana;
	color : #ffffff;
	text-decoration : underline;
	font-size: 11px;
}
a.csvlink, a.csvlink:hover, a.csvlink:link, a.csvlink:active, a.csvlink:visited {
	font-family : Verdana;
	color : #000000;
	text-decoration : underline;
	font-size: 14px;
}
a.nodemenu, a.nodemenu:hover, a.nodemenu:link, a.nodemenu:active, a.nodemenu:visited {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	text-decoration : underline;
}
.flatbox {
	border-style : none;
}
img {
	border : 0;
}
h1 {
	font-size: 22px; 
	font-weight: bold;          
	color: #ffffff;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.formtable {
	width: 100%;
}
.formlabel {
	width : 20%;
	vertical-align : top;
}
.formfield {
	vertical-align : top;
}
.formhelp {
	font-size : 11px;
}
.formrequired {
	font-size : 11px;
	color : #ff0000;
}
.formbutton {
	margin-top : 10px;
}
.formback {
	padding : 5px;
	background-color : #ebf3ff;
	border-top : 1px solid #a5c1ec;
	border-bottom : 1px solid #a5c1ec;
}
.formhtml {
	font-family : courier;
	font-size : 11px;
}
input, select, textarea {
	font-family : arial, sans-serif;
	font-size : 14px;
}
.formerror {
	font-size : 11px;
	color : #ee0000;
}
.formerrors {
	padding : 5px;
	border-top : 1px solid #ff9393;
	border-bottom : 1px solid #ff9393;
	margin-bottom : 3px;
	background : #ffecec url('/images/exclame.gif') no-repeat 99% 50%;
}
.success {
	padding : 5px;
	border-top : 1px solid #96ff93;
	border-bottom : 1px solid #96ff93;
	margin-bottom : 3px;
	background : #edffec url('/images/tick.gif') no-repeat 99% 50%;
}
.info {
	padding: 5px;
	border-top: 1px solid #72CCFF;
	border-bottom: 1px solid #72CCFF;
	margin-bottom : 3px;
	background: #E5F6FF url('/images/info.gif') no-repeat 99% 50%;
}
.listtable {
	width : 100%;
	border : 0;
}
.listheader {
	background-color : #d6e7ff;
	color : #000000;
	font-weight : bold;
	height : 25px;
}
/*.listheader a {
	color : #000000;
}
.listheader a:visited {
	color : #000000;
}
.listheader a:hover {
	color : rgb(71, 104, 149);
}*/
.listheader a {
	font-weight: normal;
}
.listtable {
	border : 1px solid #cccccc;
}
.listrow td {
	height : 25px;
	border-bottom : 1px solid #dddddd;
}
.smalllistrow td {
	height : 25px;
	font-size : 11px;
	border-bottom : 1px solid #dddddd;
}
.hoverlistrow td {
	height : 25px;
	border-bottom : 1px solid #dddddd;
	background-color : #efefef;
}
.highlistrow td {
	height : 25px;
	border-bottom : 1px solid #dddddd;
	background-color : #ffffcc;
}
.pages {
	text-align : center;
	margin : 0;
}
.page {
	padding : 7px;
	background-color : #efefef;
	margin-left : 1px;
}
.pagedots {
	padding : 7px;
	margin-left : 1px;
}
.selpage {
	padding : 7px;
	background-color : #ffffcc;
	margin-left : 1px;
}
.twocols span.left {
	float : left;
	text-align : left;
	width : 40%;
}
.twocols span.right {
	float : right;
	width : 50%;
}

div.auto_complete {
	width: 400px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}

.topbar {
	background: #000000 url('/images/greyfade.gif') repeat-x;
	height: 16px;
	font-size: 11px;
	padding: 4px;
	color: #ffffff;
}
.topbarleft {
	float: left;
	width: 60%;
}
.topbarright {
	margin-left: 60%;
	text-align: right;
}

.mainsurround {
	clear: both;
}

.maincontent {
	width: 98%;
	margin: 10px;
}
.mainleft b {
	border-bottom: 1px solid #0F3153;
	background-color: #244871;
	color: white;
	display: block;
	padding: 4px 0px 4px 5px;
}
.mainleft .menu {
	padding-left: 5px;
}

.bread {
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 5px;
	font-size: 11px;
}

.buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 35px;
} 
.buttons li {
	float: left;
	margin-right: 1px;
	background-color: #ffffcc;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

.spacer {
	clear: both;
}

#tabs {
	padding-top: 7px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 

#tabs ul li {
	float: left;
	margin-right: 1px;
	border-top: 1px solid #9EC5F3;
	border-left: 1px solid #9EC5F3;
	border-right: 1px solid #9EC5F3;
}

#tabs ul li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px;
	background-color: #D6E7FF;
	color: #000000;
}

#tabs ul li.here a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px;
	background-color: #ffffff;
	color: #000000;
}

#tabs ul li a:hover {
	color: #000000;
	background-color: #EFF7FF;
}

#tabs ul li.here a:hover {
	color: #000000;
	background-color: #ffffff;
}

.pageheader {
	background-color: #123A63;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	font-size: 11px;
	height: 52px;
}
.pageheaderleft {
	float: left;
}
.pageheaderright {
	text-align: right;
}
.pageheaderright form {
	margin: 0px;
	padding: 0px;
}
.pageheader input {
	font-size: 10px;
}

.browseimage {
	width: 100%;
	height: 160px;
	text-align: center;
	border: 1px solid #dddddd;
}
.browseimagehover {
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #efefef;
	border: 1px solid #aaaaaa;
}
.browseimagehigh {
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #ffffcc;
	border: 1px solid #FFD277;
}
.imageletter {
	padding: 5px;
	background-color: #d6e7ff;
	margin-left: 1px;
}
.imageletterhigh {
	padding: 5px;
	background-color: #ffffcc;
	margin-left: 1px;
}

.tab {
	color: #000000;
	background-color: #D6EBFF;
	border: thin solid;
	border-color: #123A63;
	position: absolute;
	width: 140;
	text-align: center;
	padding: 3;
	cursor: pointer;
}

.tabpage {
	width: 800;
	visibility: hidden;
	color: #FFFFFF;
	border: thin solid;
	border-color: #123A63;
	padding: 10;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}


#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

div.auto_complete {
	width: 400px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}


// Calendar
.cpYearNavigation,.cpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#000000; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { font-family:arial; font-size:9pt; }
.cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
.cpOtherMonthDate { color:#808080; }
.cpCurrentDate { color:white; background-color: #C0C0C0; border:1px solid #800000; }
.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
.cpTodayText { color:black; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:1px solid #808080; }
