@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg.jpg);
	font-family: Cambria, Georgia, serif;
}
.etabs {
	margin: 0;
	padding: 0;
}
ul {
	list-style:none;
}
.tab {
	display: inline-block;
	zoom:1;
*display:inline;
	background: #5ba4a4;
	border: solid 1px #999;
	border-bottom: none;
	color: #385c5b;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	border-radius: 3px 3px 0 0;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
	padding-bottom:4px;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
	text-decoration:none;
	color: #385c5b;
	font-weight: bold;
	letter-spacing:1px;
}
p {
	font-size:13px;
	margin:0px;
	padding:0px;
}
pre {
	margin:0;
	padding:0;
}
.tab a:hover {
	text-decoration:none;
}
.tab.active {
	background: #fff;
	padding-top: 6px;
	position: relative;
	top: 1px;
	border-color: #666;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	border-radius: 3px 3px 0 0;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}
.tab a.active {
	font-weight: bold;
}
.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	border-top:none;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	border-radius: 3px 3px 0 0;
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}
.panel-container {
	margin-bottom: 10px;
}
#tab-container .panel-container,#delivermessage {
	min-height:655px;
}

.red {
	color:#900;
	font-size:16px;
}
.panel-container label {
	display:block;
	text-align:right;
	width:120px;
	float:right;
	margin-bottom:5px;
	color:#5ba4a4;
	font-weight:bold;
	float:left;
	margin-right:7px;
	padding:2px 0px;
}
.panel-container label:first-letter {
	font-weight:bold;
	font-size:14;
}
.panel-container input[type=text], .panel-container input[type=password] {
	width:300px;
	border:1px solid #CCC;
}
#wrapper {
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	top:100px;
}
.color {
	color:#666;
	font-size:12px;
}
.buttonrequest, .buttonlogin, .buttonforgotpassword {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}
.buttonrequest:hover, .buttonlogin:hover, .buttonforgotpassword:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	cursor:pointer;
}
.buttonrequest:active, .buttonlogin:active, .buttonforgotpassword:active {
	position:relative;
	top:1px;
}
#clearform:hover {
	cursor:pointer;
}
#mask {
	position:absolute;
	background-color:#222;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}
#message {
	position:absolute;
	width:300px;
	left:50%;
	margin-left:-150px;
	height:100px;
	top:50%;
	margin-top:-50px;
	border:1px solid #000;
	background-color:#060;
	color:#FFF;
	display:none;
	z-index:10001;
}
#passchange {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#passchange label {
	display:block;
	padding:3px;
	width:120px;
	float:left;
	text-align:right;
	margin-bottom:7px;
}
#passchange input[type=password], #passchange input[type=text] {
	width: 200px;
}
#savechangepassword:hover {
	cursor:pointer;
}
#updatechanges {
	display:none;
	position:absolute;
	width:300px;
	left:382px;
	padding:15px;
	text-align:center;
	vertical-align:middle;
	top:131px;
	border:2px solid #999;
	background-color:#FFC;
}
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.classname:active {
	position:relative;
	top:1px;
}
.classname2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.classname2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.classname2:active {
	position:relative;
	top:1px;
}
#indexbox {
	width:300px;
	height:280px;
	border:1px solid #000;
}
#indexbox .boxheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant:small-caps;
	color: #003;
	margin-top:20px;
}
#indexbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-left:10px;
}
#indexbox a {
	color:#003;
	text-decoration:none;
}
#indexbox span {
	margin-left:20px;
}
#indexbox a:hover {
	color:#900;
	text-decoration:underline;
}
.boxleft, .boxcenter, .boxright {
	width:310px;
	height:300px;
	float:left;
	margin:0;
	padding:0;
}
.boxleft {
	margin-left:15px;
}
hr {
	width:155px;
	color:#000;
}
#indexbox.aboutus {
	font-size:50px;
}
.adminbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.adminbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.adminbutton:active {
	position:relative;
	top:1px;
}
#wrapperRep label {
	display:block;
	width: 180px;
	text-align:right;
	float:left;
	margin-bottom:10px;
	font-size:10px;
}
br {
	clear:both;
}
#wrapperRep input[type=text] {
	float:left;
	margin-bottom:10px;
}
#wrapperRep span, select, textarea {
	float:left;
}
#wrapperRep textarea {
	margin-bottom:
	10px;
}
#headingRep {
	width:100%;
	margin-bottom:50px;
	text-align:center;
	padding:5px 0;
	border-bottom:1px solid #069;
}
#wrapperRep .titles {
	  width:100%; 
		background-color:#ccc; 
		padding:5px 0; 
		left:0; 
		position:absolute; 
		border-top:1px solid #000;
		border-bottom:1px solid #000;
}
#submitapplication:hover {
	cursor:pointer;
}
.report {
	-moz-box-shadow:inset 0px 1px 8px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 8px 0px #cae3fc;
	box-shadow:inset 0px 1px 8px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:1px 0px 0px #287ace;
}.report:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.report:active {
	position:relative;
	top:1px;
}
#monthlyreport label {
	display:block;
	width:160px;
	text-align:right;
	float:left;
	padding:3px;
	margin-right:7px;
	margin-bottom:7px;
}
#monthlyreport input[type=text] {
	width:300px;
}
#feedback {
	position:relative;
	width:600px;
	left:50%;
	margin-left:-300px;
}
.feeback {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.feeback:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.feeback:active {
	position:relative;
	top:1px;
}
#divstyles {
	position:relative;
	width:600px;
	left:50%;
	margin-left:-300px;
}
#divstyles label {
	display:block;
	text-align:right;
	float:left;
	margin-right:7px;
	padding:4px;
	width:120px;
}
#divstyles input[type=text] {
	width:220px;
}
#divstyles select {
	float:left;
}
#repform label {
	display:block;
	font-size:10px; 
	width:180px;
}
#repform span {
	display:block;
	width:7px;
	text-align:left;
	margin-right:7px;
	float:left;
	padding-top:3px;
}
#repform select {
	margin:0;
	padding:0;
}
#monthlyreport span {
	color:#900;
}
#monthlyreport .blanklabel {
	margin-right:5px;
}
p.list {
	margin:0;
	padding:0;
}