@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-lite/opensans-light-webfont.eot');
    src: url('../fonts/open-sans-lite/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans-lite/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/open-sans-lite/opensans-light-webfont.woff') format('woff'),
         url('../fonts/open-sans-lite/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/open-sans-lite/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
        
/**********************************
    General
***********************************/
body {
    margin:0;
    font-family: "Open Sans", sans-serif;
    font-size:100%; 
	font-size: 14px;
	color: #000000;
}
ul.buttonmenu {
	font-family: "Open Sans", sans-serif;
	padding:0px;
	margin: 12px 0px 0px;
}
ul.buttonmenu li {
	font-size: 16px;
	margin: 4px 5px;
	padding: 5px 5px;
}
ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}
ol > li li, ul > li li {
  text-indent: .5em;
}
ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
a.iconfe:link, a.iconfe:visited {
	color:#666;
	text-decoration:none;
	font-size:20px;
	line-height:18px;
}
a.iconfe:hover {
	color:#cc0000;
	text-decoration:none;
}
#username {
	background: url(images/icon-username.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:25px;
}
#password {
	background: url(images/icon-password.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:25px;
}
.loginbg {
	border-top: solid 2px #80bd01;
	background-image: url(images/granite_leftnav_light.png);
	vertical-align: top;
}

table.gallerytable {
	border:1px solid #CCC; background:#FFFFFF;	
	color: #000;
	margin: auto;
	border-collapse: collapse;

}
h1 { font-size:18px;}

table.gallerytable td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
}
table.listtable {
	 border-collapse: collapse;
	 width: 95%;
	 margin: auto;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
  -moz-box-shadow:    3px 3px 5px 2px #ccc;
  -webkit-box-shadow: 3px 3px 5px 2px #ccc;
  box-shadow:         3px 3px 5px 2px #ccc;

}
table.listtable td {
	padding: 5px;
}
input[type=submit], input[type=file], select, a.submitbutton:link, a.submitbutton:visited {
	padding:5px 15px; 
	border: 1px solid #ccc;
	-moz-box-shadow:    1px 1px 0px 0px #ccc;
  -webkit-box-shadow: 1px 1px 0px 0px #ccc;
  box-shadow:         1px 1px 0px 0px #ccc;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color:#555;
	background:#fff;
	text-decoration:none;
}
input[type=submit], a.submitbutton:link, a.submitbutton:visited {
	margin: 10px;
	color:#fff;
	background:#80bd01;
	border: 1px solid #999; 
}
select option {
     font-weight:bold; 
 }
input[type=submit]:hover, a.submitbutton:hover {
	color:#ccc;
	background:#fff;
}
a.submitbutton:link, a.submitbutton:visited {
	font-size: 16px;
	font-weight:bold;
}
a.submitbutton:hover img {
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
	background-image:url(images/arrow-list.gif);
	background-repeat:no-repeat;
	background-position: -2px 1px;
}
input[type=text], input[type=password], textarea, select {
	padding:5px 15px; 
	border: 1px solid #ccc;
	-moz-box-shadow:    1px 1px 0px 0px #ccc;
  -webkit-box-shadow: 1px 1px 0px 0px #ccc;
  box-shadow:         1px 1px 0px 0px #ccc;
  border-radius: 5px; 
	margin: 10px;
	color:#555;
	font-family: "Open Sans";
	font-size: 14px;
}
.draginstruct {
	margin: auto;
	margin: 10px;
	text-align: center;
	background: #eaeaea;
	color:#80bd01;
}

.topbuttonbarwidth {
	background-image: url(images/granite_leftnav.png);
	width: 100%;
	height: 60px;
}
.topbuttonbar {
	padding: 10px 10px 0px 10px;
	background-image: url(images/granite_leftnav.png);
	border-right: 1px solid #999;
	float: right;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	
	font-size: 10px;
	line-height:8px;
	height:50px;
}
.topbuttonbar a {
	text-decoration: none;
	color: #fff;
}
.topbuttonbar a:hover {
	color: #80bd01;
}
.topbuttonbar img {
	padding-bottom: 5px;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{

}
.adminbutton2, .adminbutton2:visited{
	background-color: #FFFFFF;
	cursor:pointer;
	color:#ffffff;
	text-decoration: none;
	border: 1px solid #80bd01;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/input_back.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
}

.adminbutton2:hover, .adminbutton2:active{
	color:#333333;
	cursor:pointer;
	border: 1px solid #80bd01;
	background-image: url(images/input_back_over.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
}


.adminbutton, .adminbutton:visited{
	background-color: #FFFFFF;
	cursor:pointer;
	color:#ffffff;
	text-decoration: none;
	border: 1px solid #80bd01;
	
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(images/input_back.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
}

.active{
	background-color:#333300;
	cursor:pointer;
	color:#ffffff;
	text-decoration: none;
	border: 1px solid #CC6B24;
	
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: repeat-x;
	text-transform: uppercase;
}


.adminbutton:hover, .adminbutton:active{
	color:#333333;
		cursor:pointer;
			border: 1px solid #80bd01;
	background-image: url(images/input_back_over.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
}




.troff{
	
	font-size: 10px;
	text-transform: uppercase;
	color: #962E2F;
	background-color: #FFFFFF;
	
}

.tron{
	background-color:#FFFF66;
	
	font-size: 10px;
	text-transform: uppercase;
	color: #2c4693;
	}
	
	
.border{
	border: 1px solid #80bd01;
	
	background-repeat: repeat-x;
}


.bigred { color:#F00;font-weight:bold; }


.links, a.links:link, a.links:visited {
	font-size: 11px;
	color:#80bd01;
}

a.links:hover {
	
	color: #DAB27B;
}
.usernamestyle {
	text-transform: uppercase;
	color:#a94c0f;
	font-size: 14px;
	font-weight: bold;
	
}
.useravatar {
	border: 2px solid #a94c0f;
}
.header, .headerlogin {
	
	color:#80bd01;
	font-size: 14px;
	font-weight: bold;
	height: 110px;
	text-align:right;	
	padding-right: 30px;
	
}
.header {
	border-right: solid 2px #80bd01;
}
.headerlogin {
	background-image: url(images/headerlogin.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	text-align: left;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	
	padding: 20px;
	}

a.footerlink:link, a.footerlink:visited {
color:#FFFFFF;
}
a.footerlink:hover {
	color: #ccc;
}

.subheader, a.subheader:link, a.subheader:visited {
	text-transform: none;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	

	background-repeat: repeat-x;
}
a.subheader:hover {
	color: #80bd01;
}
.text{
	
	font-size: 14px;
	}


.back2 {
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;
}

.tableRollOverEffect1{
		background-color:#80bd01;

	font-size: 11px;
	text-decoration:none;
	color: #80bd01;
	}


	.tableRowClickEffect1{
	background-color:#CFD7E2;
	
	font-size: 11px;
	text-decoration:none;
	color: #80bd01;

	}
	






input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	padding: 5px;
}

input.required, textarea.required {
	border: 1px solid #80bd01;
	width: 80%;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #cc0000;
	color : #cc0000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #80bd01;
	color : #000;
}




.validation-advice {
	margin: 2px 0;
	padding: 5px;
	background-color:#000000;
	color : #FFFFFF;
	font-weight: bold;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: right center;
	font-size: 12px;
	border: 1px solid #2c4693;
}

.error {
	width:95%;
	
	margin: 2px 0;
	padding: 2px;

	color : #cc0000;
	font-weight: bold;
	padding: 3px 5px;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	border: 1px solid #cc0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}


.good {
	
	color : #80bd01;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	padding: 3px 5px;
	border: 1px solid #80bd01;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}


.field-widget {

}

.rightcornsm {
	border: thin solid #80bd01;
	padding: 20px 60px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}


.rightbig {
	background-image:url(images/btncor.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right: solid 2px #dbb47e;
	
}




.topborder{

	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	
	font-size: 12px;
	
}


.formouter{
	border: 1px solid #E2E2E2;
}

.input_back{
	background-image: url(images/input_back.jpg);
	background-repeat: repeat-x;
}

.topbtm {
	background-image: url(images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logobtm {
	background-image: url(images/llogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.whitetext{
	
	font-size: 12px;
	color: #FFFFFF;
}
.bigbrown, a.bigbrown:link, a.bigbrown:visited {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}
a.bigbrown:hover {
	color: #ccc;
}
.blackborder {
	border: 1px solid #2c4693;
}


p, ul, li, .bodytext, a.bodytext:link, a.bodytext:visited {
	line-height: 20px;
}
a.bodytext:hover {
	color: #2c4693;
}

.smallnavy, a.smallnavy:link {
	
	font-size: 10px;
	line-height: 14px;
	color: #80bd01;
}
a.smallnavy:hover {
	color: #666666;
}
.boldred, a.boldred:link {
	
	font-size: 11px;
	line-height: 14px;
	color: #C8182E;
	
}
a.boldred:hover {
	color:#80bd01;
}
.boldblue {
	
	font-size: 14px;
	line-height: 16px;
	color: #80bd01;
	font-weight: bold;
}
.blueLightNBU, a.blueLightNBU:link, .blueLight, a.blueLight:link, a.whiteUL, a.whiteUL:link {
	
	font-size: 14px;
	color: #80bd01;
}
a.blueLightNBU:hover, a.blueLight:hover, a.whiteUL:hover, a.linkShow:hover  {
	color: #666666;
}
.redstyle {
	color: #C8182E;
}
.tinyblack, a.tinyblack:link {
	
	font-size: 11px;
	color: #333333;
}
a.tinyblack:hover {
	color: #990000;
}

.redalert,a.redalert:link, a.redalert:visited {
	
	font-size: 14px;
	color: #c00;
}
a.redalert:hover {
	color: #666666;
}
.header_link {
	
	font-size: 12px;
	color: #ffffff;
}
h2 {
	
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
table.nofrills {
 border-collapse: collapse;
 width: 600px;
 margin: auto;
}
table.nofrills td {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
}
table.nofrills tr.bluehead {
	background: #666;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
}
table.nofrills tr:nth-child(even) { background-color:#e0e0e0; }
a.button:link, a.button:visited {
	border: 1px solid #999;
	background: #ccc;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #333;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
a.button:hover {
	background: #999;
	color: #fff;
}
#newstextbrief {
	margin-bottom:0px;
}
.wordcounter {
	color: red;
	font-size: 1em;
	height: 10px;
	margin: -50px 0px -20px 0px;
	width: 200px;
	text-align: center;
	padding:0px;
	position:absolute;
}

#panelCms {width:100%;height:57px;border-top: #eee 1px solid;background:rgba(255,255,255,0.95);position:fixed;bottom:0;padding:10px;box-sizing:border-box;text-align:center;white-space:nowrap;z-index:10001;}

#calModal { width:95%;margin: 20px auto 0px;}
#fmModal { max-width:870px; width:85%;margin: 30px auto 0px;}
#panelCms .btn {border-radius:4px;padding: 10px 15px;text-transform:uppercase;font-size: 11px;letter-spacing: 1px;line-height: 1;}
.eventcal { height:10px;padding-top:0px;padding-bottom:10px;text-align:right;font-weight:bold;color:#F00;font-family:Arial, Helvetica, sans-serif; }
.adminmodal { z-index: 10002; }

