/* CSS Document */
body,td,th {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

td.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
}
td.footer {
	font-size: 10px;
}
.footer a:visited {
	color: #000000;
}
.footer a {
	color: #000000;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
td.boxtitle {
	font-size: 11px;
	color: #727A79;
	background-color: #626A69;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	line-height:21px;
	background-image:url(/templates/default/images/bgTabHdr.gif);
/*
	border-left:1px;
	border-right:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-left-color:#949B9A;
	border-right-color:#5B6060;
	*/
}
td.boxcontent {
	font-size: 12px;
/*	background-color: #D3D6CE; */
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-color:#D7DBD4;
	border-right-color:#D7DBD4;
	border-bottom-color:#D7DBD4;
}
td.boxcontentrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDE0DB;
	font-size: 12px;
	text-decoration: none;
}
td.sectionheader {
	font-size: 13px;
	font-weight: bold;
	color: #61804A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #61804A;
}
form {
	margin: 0px;
	padding: 0px;
}
.headerlinks {
	font-size: 10px;
	font-weight: normal;
	color: #f5c2ca;
}
.headerlinks a:link, .headerlinks a:visited{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.headerlinks a:hover{
	color: #000000;
	background-color: #f5c2ca;
}
.csection {
	font-size: 10px;
}
.csection a:link, .csection a:visited{
	font-size: 10px;
}
.csection a:hover{
	color: #000000;
	background-color: #EBF3F2;
}
.doctitle {
	font-size: 18px;
	font-weight: bold;
}

.articletitle {
	font-size:24px;
	font-weight:bold;
}

.articletext {
	font-size:12px;
	line-height:20px;
}
table.maincontainer {
/*	background-color:#FFFFFF; */
	border-right:1px;
	border-right-color:#636969;
	border-right-style:solid;
}
td.maincontainer {
/*	background-color:#FFFFFF; */
	border-right:1px;
	border-right-color:#636969;
	border-right-style:solid;
}
a {
/*	color:#005FA9; */
	color:#0033CC;
}
a:visited {
/*	color:#7C3E7C; */
	color:#660066;
}

a.header {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
a.header:visited {
	color:#FFFFFF;
}



ul.navtab,ul.navtab ul {
	list-style-type: none
}
ul.navtab {
	padding: 0 10px;
	margin: 0px -10px 10px;
}
ul.navtab ul {
	padding: 0 10px;
	margin: 0 -5px
}
ul.navtab li {
	padding: 0 10px;
	margin: 0 -5px;
	background-color:#ECEFE8;
 	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FDFFFF;
	border-bottom-color: #C2CAC9;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul.navtab li a {
	display: block;
	margin: 0 -10px;
	padding: 5px 10px;
	min-height: 14px;
	text-decoration:none;
}
ul.navtab a:hover {
	background-color:#E1E5DB;
}
ul.navtab a:visited {
	color:#333333;
}

ul.navtab li.active {
	background-color:#E1E5DB;
	font-weight:bold;
}

.printme {
	display:none;
}

.required {
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
}

input, select, textarea {
	font-family:'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}
input.textfield, select.textfield, textarea.textfield {
	margin-top:3px;
	margin-bottom:3px;
 	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2CAC9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FDFFFF;
 	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2CAC9;
 	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FDFFFF;
	background-color:#F0F0F0;
	color:#003399;
}
input.textfielderr, select.textfielderr, textarea.textfielderr {
	margin-top:3px;
	margin-bottom:10px;
 	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2CAC9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FDFFFF;
 	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2CAC9;
 	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FDFFFF;
	background-color:#FFCCCC;
	font-weight:bold;
}
input.textfielderr, select.textfielderr {
	height:22px;
	vertical-align:middle;
	line-height:22px;
}
input.textfield, select.textfield {
	height:22px;
	vertical-align:middle;
	line-height:22px;
}
input.searchfield {
	width:150px;
	height:20px;
	line-height:20px;
	background-image:url(/templates/default/images/bgSearch.gif);
	border:0 none #C2CAC9;
	margin:0px 0px 0px 3px;
}

ul {list-style: none outside; margin: 0; padding: 0 0 1em 0;}
ul.square {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
ul.circle {list-style: circle outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
ol {list-style: decimal; margin: 0 0 0 2.8em; padding: 0 0 1em 0;}
li {padding-bottom: .3em;}
ul ul.circle {margin-top: .3em;}
ul ul.square {margin-top: .3em;}

ol.last {padding: 0;}
ul.last {padding: 0;}
dl.last {padding: 0;}

div.formerror {
	color:#CC0000;
	background-color:#FFCCCC;
	padding:5px;
}
span.formerror {
	color:#CC0000;
}
span.formerrortips {
	color:#000000;
	font-size:11px;
}

p {
	margin-top: 5px;
}

p a {
	text-decoration: none;
	border-bottom: dotted 1px #00C;
}
p a:hover {
	border-bottom: solid 1px #00C;
}

p a:visited {

}

ul.mybullet li a {
	text-decoration: none;
	border-bottom: none 1px #00C;
}
ul.mybullet a:hover {
	border-bottom: dotted 1px #00C;
}

ul.mybullet a:visited {

}

textarea#msgtext {
	behavior: url(/includes/behaviors/maxlength.htc);
	color:#333;
}