body{
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size:11px;
	background-color:#a7dcdc;
	min-width:1024px;

/*
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

  
  -webkit-filter: grayscale(1);

  
  filter: grayscale(1);
*/
}

.bodydiv{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.loginbody{
	font-family:Tahoma;
	font-size:12px;
	
}
.wrapper, .container {
    /* height: 160px; */
    width: 300px;
}
.wrapper {
    bottom: 50%;
    right: 50%;
    position: absolute;
	
}
.container {
    left: 50%;
    position: relative;
    top: 50%;
	border: solid 1px#a0a0a4;
}
.mainbodydiv{
	margin:0px;
	width:100%;
	display:block;
	overflow:visible;
	/* height:100%;
	min-height:500px;
	position:relative; */
	
}
.leftdiv{
	margin-left:2px;
	float:left;
	width:180px;
	/* width:18%;
	min-width:180px; */
	
	background-color:#e6f3ff;
}
.rightdiv{
	/* float:left; */
	margin-left:182px;
	display:block;
	/*
	width:100%;
	position:relative;
	width:81.5%;
	min-width:650px;
	height:auto; */

}
.footerdiv{
	clear:both;
	background-color:#000080;
	width:100%;
	height:20px;
	color:white;
	text-align:right;
	
}
.bodyiframe{
	width:100%;
	/* min-height:460px; */
	border:none;
}


.spansample{
	color:#ff5e62;
	
}

.imglink{
	border:0px;
	text-decoration:none;
}

.alink{
	text-decoration:none;
	color:black;
}
.alink:visited{
	text-decoration:none;
	color:black;
}

.menuheader2{
	background-color:#a5d1ea;
	border:solid 1px Black;
	color:#4F4F4F;
	cursor:pointer;
	font-weight:bold;
}
.menuheader{
	background-color:#a5d1ea;
	border:solid 1px Black;
	color:#4F4F4F;
	cursor:pointer;
	font-weight:bold;
}
.menucontainer{
	display:none;
	padding-bottom:10px;
	
}
.menucontent{
	padding-left:10px;
	cursor:pointer;
	
}
.menucontent:hover{
	background-color:#f5f5d0;
	border:solid 1px silver;
	font-weight:bold;
}
.menucontent0{
	padding-left:10px;
	cursor:pointer;
	
}
.menucontent0:hover{
	background-color:#f5f5d0;
	border:solid 1px silver;
	font-weight:bold;
}



.menulink{
	font-size:11px;
	color:Blue;
}
.bgrowdif{
	background-color:#E2E2E2;
	text-align:center;
}
.bgrow{
	text-align:center;
	
}

.bgrowdif:hover{
	background-color:#FFFFFF;
}
.bgrow:hover{
	background-color:#FFFFFF;
}

.filterbox{
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	width:90%;
	border:solid 2px Gray;

}

.bodytable{

	 min-width:640px;
	 margin-left:auto;
	 margin-right:auto;
	 position:relative;
	 font-size:11px;
}

.tableHeader{
	background-color:silver;
}



.box_rotate {
	min-width:80px;
/*     -moz-transform: rotate(-90deg);  /* FF3.5+ */
/*       -o-transform: rotate(-90deg);  /* Opera 10.5 */
/*  -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
/*             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=2.90);  /* IE6,IE7 */
/*         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2.90)"; /* IE8 */
}



.groupheader{
	font-weight:bold;
	height:17px;
	border-top:solid 1px #000040;
	border-bottom:solid 1px #000040;
	margin-top:5px;
	margin-bottom:5px;
	background-color: silver;
}

.inputrow{
	padding-bottom:10px;
	background-color: #ffffff;
}

.inputrowalt{
	background-color: #efefef;
	padding-bottom:10px;
}

.inputrow:hover{
	background-color: silver;
}

.inputrowalt:hover{
	background-color: silver;
}

.imgwarning{
	display:inline-block;
	margin-left: 10px;
	margin-top:10px;
	width:32px;
}

.coltext{
	font-weight:bold;
	margin-top:5px;
	margin-left:10px;
	display:inline;
}
.colprefix{
	display:inline;
	margin-left:5px;
}

.colcontrol{
	display:inline;
	margin-left:5px;
}
.colsuffix{
	display:inline;
	margin-left:5px;
}

.modal .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	
}

.modal {
	background-color:#d0d0d0;
	display:none;
	width:600px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
.modal{
	
}


.tabboxselected{
	padding:2px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-top:solid 1px black;
	background-color:White;
	margin-right:1px;
	font-weight:bold;
	display:inline-block;
}
.alink{
	padding-top:3px;

	border-bottom:none;
	background-color:black;
}
.tabbox{
	padding:2px;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	
	border-bottom:solid 1px black;
	background-color:#7cc1d8;
	margin-right:1px;
	font-weight:bold;
	display:inline-block;
	cursor:pointer;
}

.tabbox:hover{
	background-color:White;
}
.menutop{
	z-index:9999;
	position:fixed;
	top:0px;
	left:0px;
	background:#7cc1d8;
	border:1px solid #255856;
	width:100%;
	
	padding-top:3px;
}
.menutop2{
	z-index:9999;
	position:fixed;
	top:0px;
	left:0px;
	background:#7cc1d8;
	border:1px solid #255856;
	width:100%;
	height:24px;

}

.domainbartop{
	z-index:9999;
	vertical-align:middle;
	position:fixed;
	top:25px;
	left:0px;
	background:#7cc1d8;
	border:1px solid #255856;
	width:100%;
	padding-top:3px;
}

.menusecondtop{
	z-index:9999;
	vertical-align:middle;
	position:fixed;
	top:30px;
	left:0px;
	background:#7cc1d8;
	border:1px solid #255856;
	width:100%;
	height:25px;
	padding-top:3px;
}

.menubottom{
	position:fixed;
	background:#7cc1d8;
	border:1px solid #255856;
	width:100%;
	bottom:0;
	left: 0px;
	height:28px;
}
.divBottom{
	padding-top:20px;
}

.errorBG{
	background-color:red;
}

.errorBG2{
	background:red;
}

.datainputbox{
	padding-top:10px;
	padding-bottom:10px;

	position:fixed;
	top:0px;
	left:10px;
	background-color:#c0dcc0;
	border:solid 1px #800080;
	width:100%;
	padding-top:3px;
}
.datainputbox2{
	background-color:#c0dcc0;
	border:solid 1px #800080;
	width:100%;
	padding-top:3px;
}

.headertop{
	padding-top:10px;
	padding-bottom:10px;
	position:fixed;
	top:0px;
	left:10px;
	background-color:#c0dcc0;
	border:solid 1px #800080;
	height:20px;
	font-size:15px;
	padding-top:3px;
	min-width:640px;
}

.btnaddnew{
	cursor:pointer;
}
.divbutton{
	cursor:pointer;
}
.divbutton:hover{
	background-color:silver;
}

.tablerow{
	
}
.tablerow1{
	background-color:#0f9ac8;
}
.tablerow:hover{
	background-color:silver;
}
.tablerow1:hover{
	background-color:silver;
}

.colhilight{

}
.colhilight:hover{
	background-color:silver;
	
}


.tabledrag{
	
}

.tabledrag1{
	background-color:#3ce3db;
}


.tablerowdrag{
	background-color:silver;
}

.linkbutton{
	border-style: solid;
	border-width : 1px 2px 2px 1px;
	text-decoration : none;
	padding : 0px 5px 0px 5px;
	border-color : #FFF #484848 #484848 #FFF;
	background-color:silver;
	color:black;

}
.dmcopy{
	border-style: solid;
	border-width : 1px 2px 2px 1px;
	padding : 0px 5px 0px 5px;
	border-color : #FFF #484848 #484848 #FFF;
	cursor:pointer;
	background-color:silver;
	display:inline;
}

.imgbutton{
	cursor:pointer;
	
}

.divselected{
	border:solid 1px black;
}

.divexport{
	background-color:#FFFFFF;
	min-width:640px;
	margin:0px 15px 15px 15px;
	padding:15px 0px 15px 0px;
}


.reportHeader{
	font-weight:bold;
	height:17px;
	border-top:solid 1px #000040;
	border-bottom:solid 1px #000040;
	margin-top:5px;
	margin-bottom:5px;
	background-color: silver;
	cursor:pointer;
	
}
.reportBody{
	margin-left:20px;
	display:none;
}
.reportRow{
	background-color:#17aca5;	
}
.reportRowAlt{
	background-color:#78d6c0;
}
.reportRow:hover{
	background-color:Grey;
	border:solid 1px silver;
}

.reportRowAlt:hover{
	background-color:Grey;
	border:solid 1px silver;
}


table tr.trhilight:hover{
	background-color:Grey;
}

.txtred{
	background-color:#cfd777;
	font-weight:bold;
}

.btnquery{
	cursor:pointer;
}

.smalltextarea{
	font-size:smaller;
}

.largeinput{
	font-weight:bold;
	font-size:40;
	text-align:center;
}

.imgView{
	
	
}
.divblock{
	margin:20px 20px 0px 100px;
	font-size:24px;
	text-align:center;
	padding:5px;
	border:solid 1px black;
	background-color:#ff8080;
}

.divblock:hover{
	background-color:Grey;
	cursor:pointer;
	filter:brightness(85%);
}

.ckdouble {
  zoom:2;
   -ms-zoom:2;
  transform:scale(2);
  -ms-transform:scale(1.5);
  -webkit-transform:scale(0.8);
  -o-transform:scale(2);
  -moz-transform:scale(1.8);
  transform-origin:0 0;
  -ms-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -o-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -moz-margin-end:25px;
	vertical-align:middle;
  margin-top:-15px;
	-webkit-margin-after:-15px;
	font-size: 20px;
}
.ckdoubletable{
  zoom:2;
   -ms-zoom:2;
  transform:scale(2);
  -ms-transform:scale(1.5);
  -webkit-transform:scale(0.8);
  -o-transform:scale(2);
  -moz-transform:scale(1.8);
  transform-origin:0 0;
  -ms-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -o-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;


	font-size: 20px;
}

