﻿html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
u,  center,

form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	font-weight: normal;
	font-style: normal;
	line-height:normal;
}

body {

	overflow:hidden;/*Needed to eliminate scrollbars*/
    background:#b0b4bd;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#000;
}
.clr {
	clear:both;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color:red;
}


p {
	margin-bottom:1em;
}

#content-wrapper{ 
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0; 
	overflow:auto; 
	z-index:4; 
	text-align:center; 
}

#supersized{
    position:fixed;
}

#supersized img{ 
	image-rendering: optimizeQuality; /* Gecko */
	-ms-interpolation-mode: bicubic; /* IE */ 
	height:100%;
    width:100%;
    position:absolute;
    z-index: -1;
}

#loading {
	position: absolute;
	top: 50px; 
	left: 50px;
	z-index: 10;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}

#container {
	/*width:1000px;*/
	text-align:left;
	/*margin:50px auto;*/
}

#containeroutsideline {
	border:5px solid #73AD21;
	box-shadow:0 0 15px #333;
	background-color: rgba(255,255,255,0.85);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}




#header {
	height:120px;
	padding:50px 0 50px 0;
}

#header img {
	float:left;
	/*margin-right:170px;*/
	/*padding-top:40px;*/
}

#header h2 {
	font-size:30px;
	padding-top:20px;
	color:black;
	text-shadow:1px 0px 1px #194067;
	text-align:center;
	/*padding-left:350px;*/
	line-height:3px;
}	

#menuz {
	margin-bottom:30px;
}
/*
#menu {
	text-align:center;
	padding:5px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background:#b7cde2;
	margin-bottom:30px;
}

#menu ul {
	margin:0 auto;
	list-style:none;
}

#menu ul li {
	display:inline;
	list-style:none;
	font-size:13px;
	margin:0 5px;
	box-shadow:0 0 10px #aaa;
}

#menu ul li a {
	white-space:nowrap;
	border:1px solid #dbdbdb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:3px 5px;
	background: #b7cde2;
	font-weight:bold;
	color:#555;
}

#menu ul li a:hover, #menu ul li.active a {
	background:#1360aa;
	color:#fff;
}
*/
#logos {
	margin-top:30px;
	text-align:center;
}

#footer {
	color:#fff;
	padding:20px;
	background:#73AD21;
	border-top:3px solid #1c61ad;
}

#footer span {
	display:block;
	font-size:18px;
}

#maincontent {
	padding:0 30px;
	min-height:300px;
}

h2 {
	font-size:25px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#73AD21;
	text-shadow: 1px 1px 1px #000;
}

.onerow {
	margin:7px;
	clear:both;
}

.inrow {
	margin-bottom:5px;
}

.fleft {
	float:left;
	width:20%;
	text-align:left;
	font-weight:bold;
}
.inrow label {
	width:40%;
	display:inline-block;
	text-align:right;
	padding-right:10px;
}

.fleft label, .inrow label , .fright2 label{
	font-weight:bold;
}

.fright2 label {
	text-align:right !imporant;
}

.fcenter {
	text-align:center;
}
.small {
	font-size:11px;
}
.fleft label span.small {
	display:block;

}
.fright {
	float:right;
	width:74%;

}
.frightalone {
	float:left;
	padding-left:180px;
}

.fright2 {
	float:left;
	padding:0 8px;
}

.finleft, .finright {
	float:left;
	
}

.finleft {
	margin-right:20px;
}


.f2left {
	float:left;
	width:420px;
	padding-left:10px;
}

.f2mid {
	float:left;
	width:120px;
}

.f2right {
	float:left;
	width:180px;
}

.labelinside {
	display:block;
	width:auto;
	float:left;
	margin-left:30px;
	font-weight:bold;
}
.labelinside2 {


	margin-left:30px;
	margin-right:10px;
	font-weight:bold;
}

ul.ulrow3, .ulrow2, .ulrow {
	list-style:none;
}

ul.ulrow3 li {
	width:33%;
	float:left;
}

.ulrow2 li {
	width:50%;
	float:left;
	padding-bottom:5px;
}

ul.ulrow3 li label input, ul.ulrow2 li label input,{
	margin-right:10px !important;
}

.marginleft {
	margin-left:50px;
}

fieldset {
	padding:10px;
	margin-bottom:20px;
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

fieldset legend {
	background:#80c342;
	padding:3px 7px;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	letter-spacing:1px;
	font-size:18px;	
}
h2.title {
	background:#73AD21;
	padding:3px 7px;
	color:#000000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	letter-spacing:1px;
	font-size:18px;	
	margin:0;
	font-weight:normal;
	text-transform:capitalize;
}
fieldset h4 {
	padding:2px 5px;
	text-align:center;
	background:#ddd;
	color:#333;
	margin:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-weight:bold;
	font-size:14px;
}


/* css for timepicker */
.ui-timepicker-div {font-size:12px;position:relative;z-index:-9;}
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.submitdiv {
	margin:20px;
	text-align:center;
}

.addmore {
text-align:center;
	margin:5px;

}

.addmore span {
	margin:5px 2px;
	padding:2px 5px;
	border-radius:5px;
	background:#aaa;
	cursor:pointer;
	font-size:10px;
}

.addmore span:hover {
	background:#999;
	color:#fff;
}	

.even {
	background:#eee;
	padding:5px;

}

.odd {
	background:#e8e8e8;
	padding:5px;

}

.title div,
.gtotal div {
	font-weight:bold;
}

.buttons {
	margin:5px; 
	padding:3px 5px;

}
.gtotal {
	padding:10px 0;
}

#gtotalnum {
	font-weight:bold;
	border-top:1px solid #333;
	border-bottom:3px double #333;
	padding:3px;
}

/*** form style *****/

input, select, textarea {
	border:1px solid #999;
	padding:2px;
}

input:focus, select:focus, textarea:focus {
	background:#fff6ce;
}

textarea {
	width:419px;
	min-height:60px;
}

select {
	width:419px;
}

.txtinput {
	width:419px;
}

.txtinputshort {
	width:100px;
}
.txtinputvshort {
	width:50px;
}

.txtinputmid {
	width:250px;
}
.txtinput50 {
	width:50px;
}
.txtinput100 {
	width:100px;
}
.txtinput150 {
	width:150px;
}
.txtinput200 {
	width:200px;
}
.txtinput250 {
	width:250px;
}

.txtinput300 {
	width:300px;
}
.txtinput350 {
	width:350px;
}

.dateselect, .timepick{
	width:100px;
}

/*** end of form style ****/

#mf fieldset legend {
	margin-left:50px;
	padding:3px 60px;
}

legend.togglebutton {
	cursor:pointer;
}

legend.togglebutton:after {
	content: "    ►";
}

legend.arrow:after {
	content: "    ▼";
}

table#mft {
	margin:10px;
}

#mft th {
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:	#00ae9d;
}

#mft th, #mft td {
	padding:3px 5px;
}

#mft th {
	border-bottom:2px solid #0079b2;
}

#mft tr.tdodd {
	background:#fff;
}

#mft tr.tdeven {
	background:#dedede;
}

#mft tr:hover {
	background:#eefc85;
}

#mft th.type{
	width:150px;
}
#mft th.name{
	width:260px;
}
#mft th.status{
	width:160px;
}

fieldset h3 {
	background:#ccc;
	border-radius:3px;
	
	padding:3px 0 3px 50px;
	color:#000;
	font-size:15px;
	font-weight:bold;
}

#mft td a {
	display:block;
}

#mft a.editview {
	background:url(../images/icon-message.png) 0 0 no-repeat;
	padding-left:20px;
} 

#mft a.deleteview {
	background:url(../images/cross_delete.png) 0 0 no-repeat;
	padding-left:20px;
}

.attdetfielset {
	border:2px solid #000;
}	
.attdetlegend {
	background:#119b75;
	font-size:18px;
}

.f50yellow {
	float:left;
	width:50%;
	background:yellow;
	text-align:center;
}

.f50green {
	float:left;
	width:50%;
	background:#8bf98b;
	text-align:center;
}

.pad5 {
	padding:5px;
}

.aligncenter {
	text-align:center;
}

.lyellow {
	background:yellow;
}

.fyellow {
	border:3px solid yellow;
}

.fgreen {
border:3px solid #8bf98b;
}

.lgreen {
	background:#8bf98b;
}

#pdone, #pdones, #pdone1, #pdone2, #pdone3 {
	border-radius:5px;
	background:#333;
	color:#fff;
	padding:10px;
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
}

#ui-datepicker-div {
	box-shadow:0 0 10px #000;
}

.add {
	margin-bottom:10px;
}

.deletefile {
	background:url(../images/cross_delete.png) 0 0 no-repeat;
	text-align:left !important;
	text-indent:-9999px;
	display:inline-block;
	width:15px;
	
}

.viewfile {
	background:url(../images/view.png) 0 0 no-repeat;
	text-align:left !important;
	text-indent:-9999px;
	display:inline-block;
	width:30px;
	height:23px;
}

#datediv, .datediv2 {
	background:none;
	width:250px;
	border:none;
}
.spanUpper{
	text-transform:uppercase !important;
	text-decoration:underline !important;
	font-weight:bold !important;
}