/* body { font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 12px; } */
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; }
td { font-size: 14px; }
a.base:visited { color: -moz-hyperlinktext; }


.header { width: 100%; height: 44px; color: #ffffff; background-color: #005e8a; }
.headertitle {
	 font-size: 18px; 
	 font-weight: bold; 
	 padding: 10px 24px;
}
.content { padding: 12px 24px; }
.button { border: 1px solid #000000; padding: 3px; background-color: #cccccc; }
.footer { width: 100%; height: 8px; color: #ffffff; background-color: #005e8a; }
.highlight { border: 3px solid #cc3333; background-color: #ffeeee; }
.eventpulldown {
  width:200px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:13px;
}

.fs10 { font-size: 10px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }

.bbot { border-bottom: 1px solid #ccc; }
.btop { border-top: 1px solid #ccc; }
.bleft { border-left: 1px solid #ccc; }
.bright { border-right: 1px solid #ccc; }
.b2bot { border-bottom: 2px solid #ccc; }
.b2top { border-top: 2px solid #ccc; }
.b2left { border-left: 2px solid #ccc; }
.b2right { border-right: 2px solid #ccc; }


.pl10 { padding-left: 10px; }
.pl5 { padding-left: 5px; }
.pr10 { padding-right: 10px; }
.pr5 { padding-right: 5px; }
.pt3 { padding-top: 3px; }
.pb3 { padding-bottom: 3px; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.grayborder { border: 1px solid #ccc; }
.grayborder th {
  background-color: #E0E0E0;
}
.grayborder td {
  border-top:1px solid #ccc;
}

.green {
  color: green;
}
.orange {
  color: #f49623;
}
.red {
  color: red;
}
.black {
  color: black;
}
.graybg {
	background-color: #f0f0f0;
}
.link { 
  color: black;
  text-decoration: none;
}
.bold {
  font-weight: 700; 
}
.notbold {
  .font-weight: 400;
}
.selectedlink {
  color:yellow;
  text-decoration: none;
}
.darkbluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
}
.darkbluebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.redbutton {
	-moz-box-shadow: 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: 0px 1px 0px 0px #f5978e;
	box-shadow: 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.redbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}

.greenbutton {
	-moz-box-shadow: 0px 1px 0px 0px #caefab;
	-webkit-box-shadow: 0px 1px 0px 0px #caefab;
	box-shadow: 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	/*color:#306108; */
	color: #F0F0F0;
	font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.greenbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.darkbluebutton:active, .redbutton:active, .greenbutton:active {
	position:relative;
	top:1px;
}

.hdrcell { padding-left:10px; background-color: #E0E0E0; font-weight: 700; font-size: 14px; border:1px solid black;}
.menucell { padding:3px; }
.optioncell { padding-left:30px; padding-top:3px; padding-bottom:3px; padding-right:3px;}

.mlink{
	text-decoration:none;
	font-size:14px;
	border: 1px solid white;
	padding: 2px;
  display: inline;
}
.mlink:hover{
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
  color:#ee7600;
}
a.tlink, a.tlink:visited, a.tlink:active {
  text-decoration: none;
  color:blue;
}
a.tlink:hover {
  color:#FF6600;
}
.selectno {
  border:2px solid black;
  padding:3px;
	cursor:pointer;
}
.selectyes {
  border:2px solid black;
  padding:3px;
  background-color:blue;
  color:white;
	cursor:pointer;
}
.longtext {
  border: #A0A0A0 1px solid; 
  width: 200px; 
  height:16px;
  padding-left:5px;
}

.redborder {
  border: red 1px solid;
  width: 200px; 
  height:16px;
}
.errorlongtext {
  border: red 1px solid;
}
.mediumtext {
  border: #A0A0A0 1px solid; 
  width: 120px; 
  height:16px;
}
.shorttext {
  border: #A0A0A0 1px solid; 
  width: 80px; 
  height:16px;
  
}
.veryshorttext {
  border: #A0A0A0 1px solid; 
  width: 40px; 
  height:16px;
}
.longtext:focus, .mediumtext:focus, .shorttext:focus, .veryshorttext:focus { background-color: #E0E0E0; }
.curf {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}