
/*-------------Global styles----------------*/

/*----GDPR Cookie Banner-----*/
gdprh2white {
    font-size: 16px;
	color: #fff;
	margin: 0px;
	clear: none;
    font-weight: bold;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
}
gdprh2black {
    font-size: 16px;
	color: #000;
	margin: 0px;
	clear: none;
    font-weight: bold;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
}

html {
	background-image: url(styleimages/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;

}
body {
	margin:0px auto 10px;
	padding:0;
	width: 995px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
#wrapper {
	margin:0 auto;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	display: block;
	clear: both;
	height: 100px;
	background-image: url(/assets/style/styleimages/headerbg.jpg);
	background-repeat: no-repeat;
}
#header .logo{
	float: left;
}
.logo {
	float: left;
}
.rightfloat {
	float: right;
}
.leftfloat {
	float: left;
}
/*-------------Navigation - top right, breadcrumbs, main section nav ---------------*/
/*link styles */
img{
	border: 0px none;
	padding: 0px;
	margin: 0px;
}
a{
	border: 0px none;
}
#content a:link img{
	text-decoration: none;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
#content a:visited img{
	text-decoration: none;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
#content a:hover img{
	text-decoration: none;
	border: 0px none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#content a:link, #sidebar a:link {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited, #sidebar a:visited {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #sidebar a:hover {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
/*top right navigation*/
#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(styleimages/topnavbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	vertical-align: middle;
	word-spacing: 1px;
	color: #FFFFFF;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
}
#topnav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;

}
#topnav a:link{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;

}
#topnav a:hover{
	color: #00FF00;
	text-decoration: none;
}
/* breadcrumbs navigation */
.breadcrumbs {
	height: 30px;
	width: 965px;
	background-image: url(styleimages/breadcrumbsbgwide.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	color: #006600;
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
.breadcrumbs img{
	vertical-align: middle;
}
.breadcrumbs a:link{
	color: #006600;
	font-weight: bold;
	margin: 2px;
}
.breadcrumbs a:visited{
	color: #006600;
	font-weight: bold;
	margin: 2px;
}
.breadcrumbs a:hover{
	color: #CC6600;
	background-color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
}
/* main navigation */
.mainnav {
	background-image: url(styleimages/mainnavbgwide.jpg);
	font-size: 12px;
	height: 25px;
	width: 995px;
	clear: both;
	background-repeat: no-repeat;
	background-position: left;
	color: #336633;
	text-align: right;
	vertical-align: baseline;
	line-height: 25px;
	float: right;

}
.mainnav a {
	padding-left: 5px;
	padding-right: 5px;
}
.mainnav a:link {
	text-decoration: none;
	color: #000000;
}
.mainnav a:visited {
	text-decoration: none;
	color: #000000;
}
.mainnav a:hover {
	text-decoration: none;
	color: #CC6600;
}
.mainnav a:active {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 25px;
}
.mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	display: block;

}
.mainnav li {
	text-align: left;
	padding-left: 5px;
	display: block;
	padding-right: 5px;
}
.mainnav li ul {
	position: absolute;
	left: -999em;
	background-image: url(/assets/style/styleimages/bg-light.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999900;
	width: 10em;
}
.mainnav li ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.mainnav li:hover ul {
	left: auto;
}
.mainnav li.ieonly ul {
	margin-top: 20px;
	left: auto;
	margin-left: -110px;


}
.myaccount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.myaccount a:link {
	text-decoration: none;
	color: #ffffff;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.myaccount a:visited {
	text-decoration: none;
	color: #ffffff;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.myaccount a:hover {
	text-decoration: none;
	color: #00FF00;
}
.myaccount a:active {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
}
/*Header styles*/
h1 {
	font-size: 18px;
	color: #336633;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
h1 a:visited {
	color: #00FFFF;
	font-size: 12px;
	text-decoration: none;
}
h1 a:link {
	color: #00FFFF;
	font-size: 12px;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	margin: 0px;
	clear: none;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 12px;
	color: #336633;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
h4 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* footer styles */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
	display: block;
	clear: both;
	padding-bottom: 20px;
	padding-top: 2px;
	padding-left: 5px;
}
#footer a:visited {
	text-decoration: none;
	color: #006600;
}
#footer a:link {
	text-decoration: none;
	color: #006600;
}
#footer a:hover {
	color: #CC6600;
}
#footer a:active {
	text-decoration: none;
	color: #003366;
	background-color: #FFFFFF;
}
#footer img{
	border:none;
	vertical-align: top;
}
#footer .poweredby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 5px;
	float: right;
}

.highlight {
	background-color: #FFFFCC;
	padding: 5px 5px 5px 5px;
}

.attention {
	border: 1px dashed #FF0000;
	padding: 2px 2px 2px 30px;
	background-image: url(styleimages/warning.gif);
	background-repeat: no-repeat;
	color: #FF0000;
	background-color: #FFFFFF;
	margin: 5px;
	background-position: 2px 2px;
}

.successful {
	border: 1px dashed #336633; 
	padding: 2px 2px 2px 30px; 
	background-image: url(styleimages/successfultick.gif); 
	background-repeat: no-repeat; 
	color: #336633; 
	background-color: #FFFFFF;	
	margin: 5px; 
	background-position: 2px 2px;
}

.sectionbreak {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
	padding-top: 5px;
}
/* Form element handling*/
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	vertical-align: middle;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999900;
	padding: 2px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #999900;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #999900;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url(styleimages/bg-light.gif);
	border-top: 1px solid #999900;
	border-right: 2px solid #999900;
	border-bottom: 2px solid #999900;
	border-left: 1px solid #999900;
}
/*-------------table handling----------------*/
.highlightrow {
}
.highlightrow td {
	background-image: url(styleimages/reporttdaltbg.png);
	background-repeat: repeat;
}
.tabletd {
	vertical-align: middle;
	text-align: center;
	color: #666666;
	line-height: 25px;
	width: 10%;
	white-space: nowrap;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(styleimages/reporttdbg.png);
	background-repeat: repeat;
}
.tableth {
	text-align: center;
	line-height: 25px;
	white-space: nowrap;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(styleimages/thbg.png);
	background-repeat: repeat-x;
}
.tabletotallabel {
	color: #003366;
	background-color: white;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #003366;
}
.alignright {
	text-align: right;
}
.leftcolumn {
	width: 220px;
	position: relative;
}
.rightcolumn {
	width: 220px;
	float: right;
	margin-top: 5px;
}
.breedoff {
	background-image: url(styleimages/breedoff.png);
	background-repeat: no-repeat;
	vertical-align: top;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.breedtoggle {
	list-style-type: none;
	padding-left: 20px;
	line-height: 16px;
	vertical-align: top;
	height: 16px;
	border: 0px none;
}
.breedon {
	background-image: url(styleimages/breedon.png);
	background-repeat: no-repeat;
	vertical-align: top;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.paddedsection {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 5px;
}
/* Recordset paging */
.pagingnext {
	background-image: none;
	text-align: right;
}
.pagingprevious {
	background-image: none;
	text-align: left;
}
/* list styles */
#content li, #sidebar li {
	list-style-image: url(/assets/images/bullet.gif);
	padding-bottom: 5px;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
}
#content li a, #sidebar li a{
	padding: 3px;
}
#content ul, #sidebar ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.weatherhead {
	background-image: url(styleimages/weatherhead.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	display: block;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336633;
	margin-top: 5px;
}
.lefthalf {
	display: block;
	width: 48%;
}
.righthalf {
	float: right;
	width: 48%;
	display: block;
}
/* highlighting styles */
.light {
	background-image: url(styleimages/bg-light.gif);
	background-repeat: repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.medium {
	background-image: url(styleimages/bg-medium.gif);
	background-repeat: repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dark {
	background-image: url(styleimages/bg-dark.gif);
	background-repeat: repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* message display (goes under breadcrumbs) */
.message {
	padding-left: 5px;
	background-image: url(/assets/style/styleimages/bg-dark.gif);
	background-repeat: repeat;
	display: block;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.message h2{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #996600;
}
.message a:link {
	color: #336633;
	text-decoration: none;
	font-weight: bold;
}
.message a:visited {
	color: #336633;
	text-decoration: none;
	font-weight: bold;
}
.message a:hover {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
.message input{
	vertical-align: middle;
}
.warning {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #FF0000;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
}
/* section and panels decoration */
.panel {
	border-top-width: 6px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.title {
	background-image: url(styleimages/bg-title.gif);
	line-height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #669966;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336633;
	font-weight: bold;
}
.padme {/* use if you just need to pad something */
	padding-right: 5px;
	padding-left: 5px;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.newsheadline {
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	margin: 0px;
	clear: none;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.rightpanel {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #999966;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999966;
}
.small {
	margin:0px auto 10px;
	padding:0;
	width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.lpanel {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #999966;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999966;
}
.rborder {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999966;
}
.lborder {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999966;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-image: url(styleimages/bg-light.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9966;
	padding-left: 3px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}
.bborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
.eidnumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}
h5 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #336633;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.tborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999966;
}
.clearboth {
	clear: both;
}
.indent {
	margin-left: 30px;
}
.activeStep {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	line-height: 30px;
}
.inactiveStep {
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	font-weight: bold;
}
.tickedStep {
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	font-weight: bold;
	background-image: url(/assets/images/tick.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.cleardivider {
	clear: both;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 3px;
}
.completedStep {
	font-size: 12px;
	color: #999900;
	line-height: 30px;
	font-weight: bold;
	background-image: url(styleimages/tick.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;




}
.block {
	display: block;
	clear: both;
}

.dataGridHeader {
	vertical-align: middle;
	text-align: left;
	color: #336633;
	font-weight: bold;
	font-size: 12px;
}

.report td {
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	width: 10%;
	white-space: nowrap;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.report th {
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	white-space: nowrap;
	color: #336633;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.reportAlternatingRow {

}

.reportAlternatingRow td
{
	background-image: url(styleimages/reporttdaltbg.png);
	background-repeat: repeat;
}

.pager td 
{
	text-align: right;
}

.darkborder {
    border: 1px solid #999900;
}

.reportSelectedRow td {
    background-image: url(styleimages/contentheaderrightbg.gif);
	background-repeat: repeat; 
	color: #FFFFFF;   
}

.searchableDropDownListbutton 
{
	float: left;
	background-image: url(styleimages/DropDownList.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 20px;
	cursor: pointer;
}

.searchableDropDownListContent
{
	display: none;
	border: 1px solid #999900;
	width: 200px;
	background: #ffffff;
	overflow: hidden;
}
			
.searchableDropDownListData {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 200px;
}
					
.searchableDropDownListData a:link, .searchableDropDownListData a:visited, .searchableDropDownListData a:hover {
	font-weight: normal !important;
	color: #000000 !important;
	display: block; 
	height: 15px; 
	padding: 1px;
	padding-left: 2px;
	overflow: hidden;
	text-decoration: none !important;
}
		
.searchableDropDownListData a:hover {
	font-weight: normal;
	color: #ffffff !important;
	background: #336633; 
}
		
.searchableDropDownListData h3 {
	height: 15px; 
	padding: 1px;
	padding-left: 2px;
}

.searchableDropDownListFilter {
	cursor: pointer;
	font-size: 10px;
	color: #336633;			
}


#tabnav {
	height: 100%;
	margin: 0;
	padding-left: 0px;	
}

#tabnav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
 }
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	white-space: nowrap;
}

#tabnav a:link.tabnavactive, #tabnav a:visited.tabnavactive {
	border-bottom: 1px solid #fff;
	background-image: url(../images/bg-light.gif);
	background-repeat: repeat;
	color: #000;
}

#tabnav a:hover {
	background: #fff;
}


#sidemainnav
{
	background-image: url(styleimages/sidemainnavbg.gif);
	background-repeat: repeat-y;
	width: 150px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
}

#sidemainnav .sidemainnavitems
{
	padding-left: 10px;
	margin-left: 0;
}

#sidemainnav li
{
	list-style-image: url(styleimages/sidemainnavbullet.gif);
	padding-bottom: 2px;
	line-height: 15px;
	margin: 0px;
	padding-top: 2px;
	vertical-align: middle;
	font-weight: normal;
}

#sidemainnav li a
{
	color: #FFFFFF;
	text-decoration: none;
}

#sidemainnav li a:hover
{
	text-decoration: underline;
}

#sidemainnav ul
{
	margin: 0px 0px 0px 18px;
	padding: 0px;	
}

#sidemainnav ul li ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#sidemainnav .sidemainnavsectionhead
{
	font-weight: bold;
}

#sidemainnav .sidemainnavcurrent
{
	color: #FFFF33;
}

#contentheaderright
{
	float: right;
	height: 29px;
	background-image: url(styleimages/contentheaderrightbg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 350px;
}

#contentheaderrightcorner 
{
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 4px;
	background-image: url(styleimages/contentheaderrightcorner.gif);
	background-repeat:  no-repeat;	
	height: 29px;
}

.searchtextboxbutton 
{
	float: left;
	background-image: url(styleimages/searchtextboxbutton.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
	cursor: pointer;
}