@charset "UTF-8";

/* not found in template 1


div_abstract_popup
close_abstract_popup()
calculator_popup_close

calculatorTable
1240 2996
table_scroll_area */

/* ///////////////rough//////////////////////// */

.tabs { list-style: none; }
.tabs li { display: inline; }
.tabs li a { color: black; float: left; display: block; padding: 4px 10px; margin-left: -1px; position: relative; left: -188px; background: white; text-decoration: none; }
.tabs li a:hover { background: #ccc; }


.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }


.box-wrap { position:relative; min-height: 250px; }
.tabbed-area div div { background: gray; padding: 20px; min-height: 250px; position: absolute; top: -1px; left: 0; width: 95%; }
.tabbed-area div div, .tabs li a { border: 1px solid #ccc; border-bottom-color: white;}

#box-one:target, #box-two:target{								
  z-index: 1; 
  width:97%;
  padding-top:10px;
  border:1px solid; /* rgba(82, 168, 236, 0.8); */
	/* background: none repeat scroll 0 0 white; */
	background:white;
    border-radius: 3px 3px 3px 3px;
   /*  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3); */
	/* xborder-bottom:2px solid #2982ED; */
}

#txt_sel_lmr_places {
    width: 400px;
}
.lmr_period {
    margin-left: 34px;
}
#cecStatus {
    vertical-align: top;
}
#upload_file {
    margin-left: 36px;
}

#uploaddiv {
    float: left;
  /*   margin: 0 13px; */
    padding: 0 49px 2px 0;
}
#textdiv {
    float: left;
  /*   margin: 0 13px; */
    padding: 0 49px 2px 0;
}

#pic_div{
	margin:90px;
	height:76px; 
	width:60%;
	border:1px solid rgba(82, 168, 236, 0.8);
	background: none repeat scroll 0 0 white;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	xborder-bottom:2px solid #2982ED;
}


#rdo_trans_prom{
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  height:23px;
  xmin-width:165px;
}

/* ///////////////rough//////////////////////// */





/* body { font-size: 80%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
ul#tabs { list-style-type: none; margin: 5px 0px 5px -1002px; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul#tabs li a:hover { background-color: #f1f0ee; }
ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabbed-area { border: 1px solid #c9c3ba; padding: 0.5em; background-color: #f1f0ee; }
div.tabbed-area.hide { display: none; }

 */

 
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: middle;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

textarea:disabled, input:disabled, select:disabled {
    background: #ECECEC;
}
/*--------------------------LOGIN STYLES-------------------------*/
#login_box_form{

	  float: right;
    height: 270px;
    margin: -94px 357px;
    padding-bottom: 35px;
    padding-top: 25px;
    position: relative;
    width: 30%;
}
#login_box{
	float:right;
	margin-right:7px;
	height:270px;
	width:25%;
	xbackground: none repeat scroll 0 0 #FFFFFF;
	xbox-shadow: 0 10px 18px -19px rgba(0, 0, 0, 0.6);
	position: relative;
	padding-top:7px;
	
}
.login {
  position: relative;
  dfmargin: 0 auto;
  margin:0px auto;
  padding: 26px 26px 26px;
  xwidth: 247px;
  background: white;
  border-radius: 3px;
  xborder:1px solid #009fff;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login:before {
    border-radius: 80px 80px 80px 80px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    left: 10px;
    right: 10px;
    top: 20px;
}
.login:before, .login:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 27px;
  font-size: 15px;
  font-weight: bold;
  color: #0E53B3;
  text-align: center;
  text-shadow: 0 1px white;
 
  border-bottom: 2px solid #B30000;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login p {
  margin: 14px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.label_img{
   position:absolute;
   width: auto;
   xmargin: 5px;
   padding: 0 3px;
   height: 36px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	
}
#ui-id-1 {
    max-height: 200px;
    overflow: auto;
}
.custom-combobox .ui-button{
	 padding: 8px 1px;
}

.login p.submit {
  text-align: right;
  /* margin-right: 10px; */
  margin:-20px 24px 0 0;
}
:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:hover{
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
/* input[type="text"],input[type="password"]{
	 height:21px;
     min-width:160px;
} */
.username{
  width: 50%;
  margin-left: 48px;
  padding: 0 11px;
  xwidth: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.username:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
.password{
  width: 50%;
  margin-left: 48px;
  padding: 0 11px;
  xwidth: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.password:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
.captcha{
  width:34%;
  margin-left: 97px;
  padding: 0 11px;
  xwidth: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.captcha:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.captcharefresh {
    left: 6px;
    position: relative;
    top: 0;
}
.form_search {
    background: url("../images/kstp/login-icon.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #0099FF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #BBBBBB;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.33em;
   xheight:23px;
   height:25px;
    line-height: 0.9em;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}
.re_cal {
   /*  bottom: 37px; */
    margin: -30px 7px;
}
.form_button {
	background:#007dc1 linear-gradient(to bottom,#007dc1 5%,#0061a7 100%) repeat scroll 0 0;
    background-color: #0099ff;
    border: 1px solid #0099FF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #BBBBBB;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.33em;
   xheight:23px;
   height:34px;
    line-height: 0.9em;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    margin-left: 0.5%;
}d6
.form_button:hover {
    background-position: 0 -28px;
}
.form_button:active {
    background-position: 0 -56px;
}


.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
.form_buttonSearch {
    background-color: #0099ff; 
    border: 1px solid #0099FF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #BBBBBB;
    color:  #FFFFFF;
   
    display: inline-block;
    font-size: 1.33em;
   	xheight:23px;
   	height:25px;
    
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    
} 
/*--------------------------END OF LOGIN STYLES-------------------------*/
/*---------------------------FOOTER-------------------------------------*/
#footer .copyright {
	margin: 10px;
	text-align: center;
	line-height: 160%;
}

#footer .version {
	margin: 10px;
	text-align: center;
}

/*----------------------------END OF FOOTER-----------------------------*/
/*--------------------------- HOME CONTENT------------------------------*/

#home_content{
	float:left;
	margin-left:7px;
	xwidth:700px;
	width:72%;
	xheight:263px;
	background: white;
    border-radius: 3px;
    xborder:1px solid #009fff;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top:7px;
	}
#home_content:before {
    border-radius: 80px 80px 80px 80px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    left: 10px;
    right: 10px;
    top: 20px;
}
#home_content:before, #home_content:after {
    content: "";
    position: absolute;
    z-index: -2;
} 
#home_content h3{
	margin-top:6px;
	ine-height: 36px;
  font-size: 20px;
  xfont-weight: bold;
  color: #0E53B3;
  text-align: center;
  text-shadow: 0 1px white;
 
  border-bottom: 2px solid #B30000;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
#home_content p  
{
	font-size: 13px;
    height: 80%;
    margin-bottom: 1%;
    margin-left: 2%;
    margin-top: 1%;
    text-align: justify;
    width: 96%;
}

/*---------------------------END OF HOME CONTENT------------------------------*/

/*-------------------------- LATEST NEWS--------------------------------------*/
#latest_news{
	float:left;
	margin-top:15px;
	margin-left:7px;
	xheight:150px;
	
	width:98.7%;
	background: white;
    border-radius: 3px;
    xborder:1px solid #009fff;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;

}
#latest_news:before {
    border-radius: 80px 80px 80px 80px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    left: 10px;
    right: 10px;
    top: 20px;
}
#latest_news:before, #latest_news:after {
    content: "";
    position: absolute;
    z-index: -2;
}

#latest_news h3
{

  line-height: 36px;
  font-size: 20px;
  xfont-weight: bold;
  color: #0E53B3;
  text-align: center;
  text-shadow: 0 1px white;
 
  border-bottom: 2px solid #B30000;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
	/* border-bottom: 2px solid #B30000;
    color: #0E53B3;
    font-size: 24px;
    height: 30px;
    text-align: center; */
}
#latest_news ul{
    right: auto;
    text-align: left;
    top: 0;
	float: none;
    left: 0;
	bottom: auto;
	cursor: default;
    display: block;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#latest_news li{
	border-left: 1px solid #EBEBEB;
    display: inline-block;
    float: left;
    height: 100px;
    margin: 0;
    padding: 10px 0 0 10px;
    xwidth: 319px;
    width:24%;
}
#latest_news li time.latest_news_date{
   color: #414141;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 12px;
}
#latest_news li p{
    xmargin-top: 20px;
    padding: 0;	
    font-size:12px;
}
/*--------------------------END OF LATEST NEWS-------------------------*/
/*--------------------------------CLEAR--------------------------------*/
.clr {
	clear: both;
	overflow: hidden;
	height: 0;
}
.clrlft		{clear: left;}
.clrrt		{clear: right;}

/*--------------------------------END OF CLEAR-------------------------*/
/*--------------------------------POPUP--------------------------------*/
.popup{
	text-align: center;
	margin-top: 20%;
	width: 100%;
	font-size:xx-large;
	font-family: fantasy;
	font-style: oblique;
	
}
div.menupopup {

    background-color: #a9d0f5;
    border-color: #819ff7;
    display: none;
    height: 1000%;
    opacity: 0.85;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;

}
/*------------------------------END OF POPUP---------------------------*/
/*------------------------------BODY-----------------------------------*/
body#minwidth-body {
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	min-height:50%;
	xwidth:1020px;
	min-width:95%;
	margin:0 auto;
	box-shadow:3px 5px 5px 5px #CCCCCC;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

#border-top.h_bluen {
	border-bottom: 2px solid #B30000;
    xborder-bottom:3px solid #05449A;
	xbackground: url(../images/kstp/header_price.png);
	xbox-shadow:3px 5px 5px 5px #CCCCCC;
	xbackground:#000000;
	xborder-bottom:3px #b00713;
	xheight: 110px;
	xwidth:1020px;
	margin:0 auto;
	xmargin:0 10px 0 10px;
	xbackground: #05449A;
	background: url(../images/header/header_bg.png) repeat-x ;
	 /* Old browsers */
/* background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); FF3.6+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e1ff), color-stop(100%,#66b6fc)); Chrome,Safari4+
background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); Chrome10+,Safari5.1+
background: -o-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); Opera 11.10+
background: -ms-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); IE10+
background: linear-gradient(to bottom, #b2e1ff 0%,#66b6fc 100%); W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); IE6-9 */

}

#header_logo{
	xbackground:url(../images/header/price_header.png);
	xbackground:#CCCCCC;
	xheight:110px;
	xwidth:980px;
}
#header_logo > img {
	 height: 110px;
    width: 75%;
}
#header_logo_Inner > img {
    width: 75%;
    height: 50px;
}

/*----------------------------------HEADER-------------------------------*/


#header-box {
	background:url(../images/kstp/bg_header.gif) repeat-x;
	xborder-bottom: 2px solid #E3E3E3;
    min-height: 32px;
    position: relative;
	}
#header_content_box{
	background: none repeat scroll 0 0 white;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    margin: 5px;
    min-height:35px;
    padding: 7px;
    position: relative;
}
#header_content_box p{
	color: #0068EB;
    float: left;
    width: 25%;
    padding-top: 1px;
}
#m_header{
	height:46px;
	width:100%;
	border:1px solid rgba(82, 168, 236, 0.8);
	background: none repeat scroll 0 0 white;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	xborder-bottom:2px solid #2982ED;
}

#pic_div{
	margin:90px;
	height:76px; 
	width:60%;
	border:1px solid rgba(82, 168, 236, 0.8);
	background: none repeat scroll 0 0 white;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	xborder-bottom:2px solid #2982ED;
}
/*--------------------------------------MAIN-----------------------------------*/
div#config div.main_div{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 8px;
}

#main-element-box {
	margin-bottom: 11px;
}

#main-element-box,
#toolbar-box,
#submenu-box {
	padding: 0px 0px 0 0px;
}

div#main-element-box div.main_divform table.adminlist tr td a {
	font-size: 1.1em;
}

div#main-element-box div.main_divform table.adminlist tr td div.button2-left.smallsub a {
	font-size: 1em;
}

div#main-element-boxement-box div.main_divform table.adminlist tr td p.smallsub a,
div#main-element-box div.main_divdiv.pane-slider form table.adminlist a {
	font-size: 1em;
}
div#main-element-box div.section-box div.main_div{
	background: #fbfbfb;
}

div#main-element-box div.main_div{
	margin:5px;
	padding:7px;
	/* padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; */
    background: white;
    border-radius: 3px;
    xborder:1px solid #009fff;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    min-height:550px;
    float:left;
    width:98%;
    /* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #ccc;	 */
}
div#main-element-box div.main_div:before{
	border-radius: 80px 80px 80px 80px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    left: 10px;
    right: 10px;
    top: 20px;
}
div#main-element-box div.main_div:before,div#main-element-box div.main_div:after{
	content: "";
    position: absolute;
    z-index: -2;
}
div#main-element-box div.section-box {
	background: #f4f4f4;
}

/* login */

div#main-element-box.login  {
	background-color: #ffffff;
}



/*------------------------------------TOOLBAR---------------------------------------------*/

div.picmenu {
	height: 32px;
	overflow: hidden;
}

/* -- TOOLBAR STYLES ----------------------------- */

/* Page titles */
div.pagetitle {
	padding-left: 45px;
	background-repeat: no-repeat;
	margin-left: 10px;
	height:40px;
}
div.pagetitle1 h2, 
div.pagetitle span {
	width:auto;
	color: #05449A;
	font-size: 2em;	
	line-height: 40px;
	font-weight: bold;	
	margin: 0;
	padding: 0;
}
div.pagetitle h4 {color: #146295;
			width:100px;}
div.pagetitle h3 {color: #67b13b;
			width:100px;}
div.pagetitle h2 {color: #146295;
			width:100px;}
div.pagetitle h4,
div.pagetitle h3 {
	float:right;
	line-height: 20px;	
	font-size: .5em;
	font-weight: bold;
	margin-top:15px;
	padding: 0px 5px 0px 5px;
}

* div.pagetitle h2 {
	float:right;
	line-height: 20px;	
	font-size: .5em;
	font-weight: bold;
	margin-top:5px;
	padding: 0px 5px 0px 5px;
}
div.file h6 {
	line-height: 21px;;
	width:200px;
	font-size: 1.2em;
	font-weight: bold;
	color: #146295;
	margin: 0;
	padding-left:90px;
}
.icon-48-user{background-image: url(../images/header/icon-48-user.png);	}
.icon-48-gerview{background-image: url(../images/header/icon-48-gerview.png);	}
.icon-48-pickfile{background-image: url(../images/header/icon-48-pickfile.png);	}

/* Modal header */
div.configuration {
	font-size: 1.364em;
	font-weight: bold;
	color: #146295;
	padding-left: 30px;
	margin-left: 10px;
	padding-top: 4px;
	background: url(../images/menu/icon-16-config.png) 0 6px no-repeat;
}

/* Main toolbars */
div.toolbar-list {
	float: right;
	text-align: right;
	padding: 0;
}

div.toolbar-list ul {
	margin: 0;
	padding: 0;
}

div.toolbar-list li {
	padding: 1px 1px 3px 4px;
	text-align: center;
	color: #666;
	height: 48px;
	xwidth:63px;
	list-style: none;
	float: left;
}

div.toolbar-list li.spacer {
	width: 10px;
}

div.toolbar-list li.divider {
	border-right: 1px solid #c7c7c7;
	width: 2px;
}

div.toolbar-list span {
	float: none;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	display: block;
}

div.toolbar-list a {
	display: block;
	float: left;
	white-space: nowrap;
	xborder: 1px solid #F4F4F4;
	padding: 0px 5px;
	cursor: pointer;
}

div.toolbar-list a:hover,
div.toolbar-list a:focus,
div.toolbar-list a:active {
	/* border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
	text-decoration: none;
	color: #0B55C4;
}

/*-------------------------------------BUTTON-------------------------------------*/

fieldset input,
fieldset textarea,
fieldset select,
fieldset img,
fieldset button {
	float: left;
	min-width: 20px;
	margin: 5px 5px 5px 0;
	height:21px;

}

/*----------------------------------------ALL----------------------------------------*/

table.sorlist tbody tr {
	background-color: #fff;
	text-align: left;
}

table.sorlist tbody tr.row0:hover td,
table.sorlist tbody tr.row1:hover td	{
	background-color: #e8f6fe;
}

table.sorlist tbody tr td {
	background: #fff;
	border: 1px solid #FFF;
}

table.sorlist tbody tr.row1 td {
	background: #f0f0f0;
	border-top: 1px solid #FFF;
}

table.sorlist tfoot tr {
	text-align: left;
	color: #333;
}

table.sorlist tfoot td,table.sorlist tfoot th {
	background-color: #f7f7f7;
	border-top: 1px solid #999;
	text-align: left;
}

table.sorlist td.order {
	text-align: left;
	white-space: nowrap;
	width: 200px;
}

table.sorlist td.order span {
	float: left;
	width: 20px;
	text-align: left;
	background-repeat: no-repeat;
	height: 13px;
}

table.sorlist .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}

/* Tree indentation & nesting - Up to 10 levels deep so don't go crazy :) */
table.sorlist td.indent-4 	{	padding-left: 4px;		}
table.sorlist td.indent-19 	{	padding-left: 19px;		}
table.sorlist td.indent-34 	{	padding-left: 34px;		}
table.sorlist td.indent-49 	{	padding-left: 49px;		}
table.sorlist td.indent-64 	{	padding-left: 64px;		}
table.sorlist td.indent-79 	{	padding-left: 79px;		}
table.sorlist td.indent-94 	{	padding-left: 94px;		}
table.sorlist td.indent-109 	{	padding-left: 109px;	}
table.sorlist td.indent-124 	{	padding-left: 124px;	}
table.sorlist td.indent-139 	{	padding-left: 139px;	}

table.sorlist tr td.btns a {
	text-decoration: underline;
}
.sorting {
    background: url("../images/common/sort_both.png") no-repeat scroll right center transparent;
	padding-right:20px;
}
.sorting_asc {
    background: url("../images/common/sort_asc.png") no-repeat scroll right center transparent;
    padding-right:20px;
}
.sorting_desc {
    background: url("../images/common/sort_desc.png") no-repeat scroll right center transparent;
    padding-right:20px;
}

.sorting_asc_disabled {
    background: url("../images/common/sort_asc_disabled.png") no-repeat scroll right center transparent;
    padding-right:20px;
}
.sorting_desc_disabled {
    background: url("../images/common/sort_desc_disabled.png") no-repeat scroll right center transparent;
    padding-right:20px;
}

.sell
{
	color:#046EF1;
	
}

.clr {
	clear: both;
	overflow: hidden;
	height: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	xpadding-bottom: 8px;
	 color: #005825;
	font-size: 1.818em;
}

h3 {
	font-size: 1.182em;
}

h4 {
	font-size: 1.182em;
}

* :focus, a:active {
	outline: none;
}

a:link {
	color: #0237B6;
	xcolor: #166c3a;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #025A8D;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}
fieldset { 
	border:1px solid #2982ED;
    margin:10px;
    xborder: 1px #ccc solid;
	padding: 5px;
	text-align: left;
	
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #2982ED;
  color:#0C06BA;
  font-size:14px;
  text-align:right;
  background:#cde2fc;
  }

/*input, select {
	font-size: 0.909em;
	border: 1px solid silver;
	background: #fff;
}*/
/* ------------------------------------------ */
.buttonMENU {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid silver;
    font-size: 0.909em;
    height: 30px;
    width: 100%;
}

.left_top_content .buttonMENU:focus
{
background:#AFE4FF;
}
.buttonMENUclicked {
    background: none repeat scroll 0 0 #AFE4FF;/*38A6FE*/
    border: 1px solid silver;
    font-size: 0.909em;
    height: 30px;
    width: 100%;
}
.left_top_content .buttonMENUclicked:focus
{
background:#AFE4FF;
}

.buttonTOPMENU {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid silver;
    font-size: 0.909em;
    height: 30px;
    width: 133px;
}
.left_top_content .buttonTOPMENU:focus
{
background:#F0E9E9;
}
.buttonTOPMENUclicked {
    background: none repeat scroll 0 0 #F0E9E9;
    border: 1px solid silver;
    font-size: 0.909em;
    height: 30px;
    width: 133px;
}
.butn_inside_tab {
   /*   background: url(../images/common/buttonimg.jpg) no-repeat;
   background: #FFFFFF;
    background-color: transparent; 
    width: 100px;
    height: 40px;
    border: 0px; */
    
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid silver;
    font-size: 0.909em;
    height: 30px;
    width: 80px;
}


/* ------------------------------------------ */
/* textarea {
	font-size: 1.273em;
	border: 1px solid silver;
} */
textarea {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  resize: none;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:hover{
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
select{
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  height:23px;
  xmin-width:165px;
}
select:hover{
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
iframe {
	border: 0;
}

.invalid {
	color: red;
	font-weight: bold;
}



.enabled,
.success {
	color: green;
	font-weight: bold;
}

.disabled,
p.error {
	color: red;
	font-weight: bold;
}

.protected {
	color: #999999;
}

p.warning {
	color: red;
	font-weight: bold;
	font-size: 1.091em;
}

p.nowarning {
	color: #333;
	font-weight: bold;
	font-size: 1.091em;
}

.allow,
span.writable {
	color: green;
}

.deny,
span.unwritable  {
	color: red;
}

.none 			{ color: #aaa; }
.hide 			{ display: none; }
.visible 		{ display: block; }
.hidebtn 		{ border: 0; padding: 0;margin:0;width: 0;height: 0;}
.hidelabeltxt	{ text-indent: -9999em; }

.nowrap {
	white-space: nowrap;
}
/*---------------------- FOR SORTING-------------------*/



.descending {
	background-image: url(../images/common/sort_desc.png);
	height: 19px;
	width: 13px;
}
.ascending {
	background-image: url(../images/common/sort_asc.png);
	height: 13px;
	width: 13px;
}
table.sortable {
	float:left;
	width: 98%;
	border-spacing: 1px;
	background-color: rgba(82, 168, 236, 0.8);
	color: #666;
	margin: 0 10px;
}

table.sortable td,
table.sortable th {
	padding: 4px;
	width:10%;
	 background-color: #B6D0FF;
}

table.sortable td {
	padding-left: 8px;
	text-align: center;
}

table.sortable thead th {
	text-align:left;
	background: #ecf5fc;
	color: #046ef1;
	border-bottom: 1px solid #2982ED;
	
}

table.sortable thead th.left {
	text-align: left;
}

table.sortable thead a:hover {
	text-decoration: none;
}

table.sortable thead th img {
	vertical-align: middle;
	padding-left: 3px;
}

table.sortable tbody th {
	xfont-weight: bold;
	font-weight: 300;
	background: none repeat scroll 0 0 #ECF5FC;
    border-bottom: 1px solid #2982ED;
    color: #046EF1;
    margin: 5px;
    text-align: left;
}

table.sortable tbody tr {
	background-color: #fff;
	text-align: left;
}

table.sortable tbody tr.row0:hover td,
table.sortable tbody tr.row1:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
table.sortable tbody tr:hover td,
table.sortable tbody tr:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

table.sortable tbody tr td {
	background: #fff;
	border: 1px solid #FFF;
}

table.sortable tbody tr.row1 td {
	background: #ecf5fc;
	border-top: 1px solid #FFF;
}

table.sortable tfoot tr {
	text-align: left;
	color: #333;
}

table.sortable tfoot td,table.adminlist tfoot th {
	background-color: #ecf5fc;
	border-top: 1px solid #2982ED;
	text-align: left;
}

table.sortable td.order {
	text-align: left;
	white-space: nowrap;
	width: 200px;
}

table.sortable td.order span {
	float: left;
	width: 20px;
	text-align: left;
	background-repeat: no-repeat;
	height: 13px;
}

table.sortable .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}
table.sortable thead {
    background-color:background-color: rgba(82, 168, 236, 0.8);
    color:#666;
    xfont-weight: bold;
    cursor: default;
}
/*---------------------------------------END OF SORTING--------------------------------------*/
/*---------------------------------------START FILEVIEW--------------------------------------*/

table.filedetails {
	float:left;
	width: 100%;
	border-spacing: 1px;
	background-color: rgba(82, 168, 236, 0.8);
	color: #666;
	margin: 0 10px;
	margin-top: 2%;
}

table.filedetails td,
table.filedetails th {
	padding: 4px;
	/* width:10%; */
	 background-color: #B6D0FF;
}

table.filedetails td {
	padding-left: 2px;
	text-align: center;
}

table.filedetails thead th {
	text-align:left;
	background: #ecf5fc;
	color: #046ef1;
	border-bottom: 1px solid #2982ED;
	
}

table.filedetails thead th.left {
	text-align: left;
}

table.filedetails thead a:hover {
	text-decoration: none;
}

table.filedetails thead th img {
	vertical-align: middle;
	padding-left: 3px;
}

table.filedetails tbody th {
	xfont-weight: bold;
	font-weight: 300;
	background: none repeat scroll 0 0 #ECF5FC;
    border-bottom: 1px solid #2982ED;
    color: #046EF1;
    margin: 5px;
    text-align: left;
}

table.filedetails tbody tr {
	background-color: #fff;
	text-align: left;
}

table.filedetails tbody tr.row0:hover td,
table.filedetails tbody tr.row1:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
table.filedetails tbody tr:hover td,
table.filedetails tbody tr:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

table.filedetails tbody tr td {
	background: #fff;
	border: 1px solid #FFF;
}

table.filedetails tbody tr.row1 td {
	background: #ecf5fc;
	border-top: 1px solid #FFF;
}

table.filedetails tfoot tr {
	text-align: left;
	color: #333;
}

table.filedetails tfoot td,table.adminlist tfoot th {
	background-color: #ecf5fc;
	border-top: 1px solid #2982ED;
	text-align: left;
}

table.filedetails td.order {
	text-align: left;
	white-space: nowrap;
	width: 200px;
}

table.filedetails td.order span {
	float: left;
	width: 20px;
	text-align: left;
	background-repeat: no-repeat;
	height: 13px;
}

table.filedetails .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}
table.filedetails thead {
    background-color:background-color: rgba(82, 168, 236, 0.8);
    color:#666;
    xfont-weight: bold;
    cursor: default;
}

/*---------------------------------------END FILEVIEW--------------------------------------*/
/*---------------------------------------FOR INDEX PAGE-------------------------------------------*/
/* #m_left{
	float:left;
	width:17%;
	xborder-right:1px solid #ccc;
	height:100%;
	xbackground:#fff;
} */
#m_left .left_top{
	height:50%;
}

ul {
	margin: 0;
	padding: 0;
}
#nav {
	width: 190px;
	float: left;
	margin: 10px 0 0;
}
#navList li {
	list-style: none;
	margin: 0 0 10px;
	float: left;
}
 
.addPosition {
position:relative;
}
 
#navList a {
	
	xbackground:#FFFFFF;
	background-image: url("../images/menu/navBack.jpg");
    background-repeat: repeat-y;
    border: 1px solid #4F9BD9;
    box-shadow: 3px 3px 5px #283958;
    color: #2c4b7a;
    display: block;
    font-size: 16px;
    padding: 5px;
	width:170px;
    text-decoration: none;
}
#navList a:hover {
	xbackground-color: #06F;
	background-image: url("../images/menu/navHover.jpg");
    color: #8FC3EA;
}
#navList ul, #navList ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 280px;
	background-color: #333;
}
/* /* #txt_field{
	background-color: #ffffff;
	height:1%;
	width:8%;
}
#txt_field_1{
	background-color: #ffffff;
	height:14%;
	width:7%;
}*/
#feature_head{
	border-width:1px;
	border-color:#696969;
	
	text-align=center;
	background-color:#2F4F4F;
	padding:15px 15px;
	color:#FFFFFF;
	font-size: medium;
}
#features{
	border:1px solid black;
	
	border-collapse: collapse;
	text_align:center;
	background-color:#696969;
	padding:15px 15px;
	color:white;
}
/*
#box_wrapper{
	margin:0px auto;
	height:30%;
	width:100%;
	
	
	
} */
	

.sample_a{
	padding:0.5px 0.5px;
	background-color: #1F9CA5; 
	/* background-color:#3A34B7; */
	border-width:5px;	
	border-style:outset;
	border-color:#BCFFFF;
	width:100%;

}
 #sample_b{
	align:right;
	width: 100%;
	padding: 0 0 4px;
	background-color: #1F9CA5;
	border-width:5px;	
	border-style:outset;
	border-color:#BCFFFF;
	align:center;
}
#sample_b label{
	padding-left: 3%;
}
#sample_b input{
	width:8%;
}

#tab_1{
	padding: 4px 22px 0px 0px;
	display:inline-block;
	width:100%;
}

#tab_1 label{
    padding-left: 0.70%;
} 
#tab_2 input{
	padding-left:1%;
}

#tab_2{
	padding: 5px 16px 1px 0px;
	display:inline-block;
	margin-right:16px;
}

#tab_2 label{
	padding-left: 3%;
}
#tab_2 input
{
	width:10%;
}
#tab_3{
	padding: 4px 22px 0px 0px;
	display:inline-block;
	width:100%;
}

#tab_3 label{
    padding-left: 0.70%;
} 
.listTab {
	z-index: 100;
}
#navList .listTab li {
	margin: 0;
}
#navList .listTab a, #navList .listTab a:hover {
	width: 170;
}
#navList .listTab a {
	padding: 5px 5px 5px 10px;
}
#navList li:hover ul ul, #navList li:hover ul ul ul, #navList li:hover ul ul ul ul {
	display: none;
}
#navList li:hover ul, #navList li li:hover ul, #navList li li li:hover ul, #navList li li li li:hover ul {
	display: block;
}
#sear{

    background-image: url("../images/menu/navBack.jpg");
    background-repeat: repeat-y;
    border: 1px solid #4F9BD9;
    box-shadow: 3px 3px 5px #283958;
    color: #2C4B7A;
    display: block;
    font-size: 16px;
    padding: 5px;
    text-decoration: none;
    width: 170px;

}


#m_right{
	float:right;
	width:82%;
	height:98%;
	padding:0px 0px 0px 0px;
	xbackground:#fff;
}

/* Adminlist grids */

table.adminlist {
	float:left;
	width: 99%;
	border-spacing: 1px;
	background-color: rgba(82, 168, 236, 0.8);
	color: #666;
	margin: 0 10px;
}
.adminlist.demolist {
    width: 95%;
    margin: 0px 50px 0px 51px;
}
table.adminlist td,
table.adminlist th {
	padding: 4px;
	width:10%;
	 background-color: #B6D0FF;
}

table.adminlist td {padding-left: 8px;}

table.adminlist thead th {
	text-align:left;
	background: #ecf5fc;
	color: #046ef1;
	border-bottom: 1px solid #2982ED;
	
}

table.adminlist thead th.left {
	text-align: left;
}

table.adminlist thead a:hover {
	text-decoration: none;
}

table.adminlist thead th img {
	vertical-align: middle;
	padding-left: 3px;
}

table.adminlist tbody th {
	xfont-weight: bold;
	font-weight: 300;
	background: none repeat scroll 0 0 #ECF5FC;
    border-bottom: 1px solid #2982ED;
    color: #046EF1;
    margin: 5px;
    text-align: left;
}

table.adminlist tbody tr {
	background-color: #fff;
	text-align: left;
}

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
table.adminlist tbody tr:hover td,
table.adminlist tbody tr:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

table.adminlist tbody tr td {
	background: #fff;
	border: 1px solid #FFF;
}

table.adminlist tbody tr.row1 td {
	background: #ecf5fc;
	border-top: 1px solid #FFF;
}

table.adminlist tfoot tr {
	text-align: left;
	color: #333;
}

table.adminlist tfoot td,table.adminlist tfoot th {
	background-color: #ecf5fc;
	border-top: 1px solid #2982ED;
	text-align: left;
}

table.adminlist td.order {
	text-align: left;
	white-space: nowrap;
	width: 200px;
}

table.adminlist td.order span {
	float: left;
	width: 20px;
	text-align: left;
	background-repeat: no-repeat;
	height: 13px;
}

table.adminlist .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}

/* Tree indentation & nesting - Up to 10 levels deep so don't go crazy :) */
table.adminlist td.indent-4 	{	padding-left: 4px;		}
table.adminlist td.indent-19 	{	padding-left: 19px;		}
table.adminlist td.indent-34 	{	padding-left: 34px;		}
table.adminlist td.indent-49 	{	padding-left: 49px;		}
table.adminlist td.indent-64 	{	padding-left: 64px;		}
table.adminlist td.indent-79 	{	padding-left: 79px;		}
table.adminlist td.indent-94 	{	padding-left: 94px;		}
table.adminlist td.indent-109 	{	padding-left: 109px;	}
table.adminlist td.indent-124 	{	padding-left: 124px;	}
table.adminlist td.indent-139 	{	padding-left: 139px;	}

table.adminlist tr td.btns a {
	text-decoration: underline;
}
/** END OF ADMINLIST*/


/*-------------------------------------------END OF INDEX PAGE-----------------------------------------*/
/*-------------------------------------------FOR INDEX PAGE (ge_temp 2)--------------------------------*/
/* -- STATUS STYLES ----------------------------- */
#module-menu
{
	width:65%;
	float:left;
}
#module-status {
	float: right;
	margin-top:9px;
	width:34%;

}
#module-status > span {
	display: block;
	float: left;
	line-height: 20px;
	padding: 0px 0px 0 20px;
	xmargin-bottom: 5px;
}
#module-wardrobe{ 
	float:left;
	text-align:left;
	width:50%;
}
#module-wardrobe > span {
	display: block;
	float: left;
	line-height: 16px;
	padding: 4px 10px 0 22px;
	margin-bottom: 5px;
}
#module-status .viewsite {
	background: url(../images/menu/icon-16-chnpwd.png) 0px 2px no-repeat;
}
#module-status .viewsite a{
	color:#B30000;
	cursor: pointer;
	font-size:11px;
}
#module-status .ctime{
	background: url(../images/common/clock.png) 0px 2px no-repeat;
	color:#B30000;
	font-size:11px;
}
#module-status .switch{
	color:#B30000;
	font-size:11px;
}
#module-status .preview {
	background: url(../images/menu/icon-16-media.png) 3px 3px no-repeat;
}

#module-status .unread-messages,
#module-status .no-unread-messages {
	background: url(../images/menu/icon-16-messages.png) 3px 3px no-repeat;
}

#module-status .unread-messages a {
	font-weight: bold;
}

#module-status .loggedin-users {
	background: url(../images/menu/icon-16-user.png) 3px 3px no-repeat;
}

#module-status .backloggedin-users {
	background: url(../images/menu/icon-16-back-user.png) 3px 3px no-repeat;
}

#module-status .multilanguage {
	background: url(../images/menu/icon-16-language.png) 3px 3px no-repeat;
}

#module-status .logout {
	background:url(../images/menu/icon-16-logout.png) 3px 3px no-repeat;
}
#module-status .switch {
	background:url(../images/menu/switch.png) 3px 3px no-repeat;
}
#module-status .logout a{
	color:#B30000;
	cursor: pointer;
	font-size:11px;
}
/*----------------MENU STYLES--------------*/
/* -- BASIC MENU STYLES ----------------------------- */

#menu,
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#menu {
	position: relative;
	z-index: 100;
}

#menu li {
	float: left;
	position: relative;
	list-style: none;
	display: inline;
}

#menu li a {
	display: block;
	white-space: nowrap;
}

#menu li ul {
	visibility: hidden;
	position: absolute;
}

#menu li li ul {
	top: 0;
	left: 0;
}

#menu li:hover ul {
	visibility: visible;
}

#menu li:hover ul li ul {
	visibility: hidden;
}

#menu li:hover li:hover ul {
	visibility: visible;
	left: 100%;
}

/* ---- Menu layout -------------------------- */
#menu li {
	border-left: 1px solid #fff;
	border-right: 1px solid #d8d8d8;
}

#menu li li {
	border: 0;
	display: block;
	float: none;
}

#menu ul {
	border: 1px solid #ccc;
	background: #f6f6f6 url(../images/bg-menu.gif) repeat-y left;
}

#menu ul li.node {
	background: transparent url(../images/j_arrow.png) no-repeat right 50%;
}

#menu ul li.separator {
	background: #DDE1E6 url(../images/bg-menu.gif);
	height: 1px ;
}

#menu a,
#menu div {
	padding: 0.35em 1em 0.35em;
	margin: 0 1px 0 1px;
	color: #333333;
	line-height: 1.6em;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	background-repeat: no-repeat;
	background-position: left 50%;
}

#menu li.disabled a,
#menu li.disabled:hover a {
	color: gray;
	background-color: transparent;
	margin: 0 1px;
	border-left-width: 0;
	border-right-width: 0;
}

#menu ul a {
	font-size: 1em;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.2em;
}

/* 1 level - hover */
#menu li:hover a {
	background-color: #dbe4e9;
	border-left: 1px solid #025a8d;
	border-right: 1px solid #025a8d;
	margin: 0;
}

/* 2 level - normal */
#menu li:hover li a {
	background-color: transparent;
	border: 1px solid transparent;
	margin: 1px;
}

/* 2 level - hover */
#menu li:hover li:hover a {
	background-color: #dbe4e9;
	border-color: #025a8d;
}

/* 3 level - normal */
#menu li:hover li:hover li a {
	background-color: transparent;
	border-color: transparent;
}

/* 3 level - hover */
#menu li:hover li:hover li a:hover {
	background-color: #dbe4e9;
	border-color: #025a8d;
}

a.icon-16-menu span img {
	vertical-align: bottom;
}

/* ---- Submenu styles -------------------------- */
#submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 115%;
}

#submenu li {
	float: left;
	padding-left:5px;
	margin: 0;
}

#submenu li a,
#submenu span.nolink {
	cursor: pointer;
	padding: 0 15px;
	xborder:1px solid #CCCCCC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #808080;
	line-height: 14px;
	height: 25px;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	xbackground:url("../images/menu/bg_submenu.png");
}
#submenu li a:hover{
	color:#000;
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    xbackground:url("../images/menu/bg_submenu_hover.png");
}

#submenu span.nolink {
	color: #999;
}

#submenu a:hover,
#submenu a.active,
#submenu span.nolink.active {
	color: #146295;
	xbackground: #FFF;
}
/*----------------END OF MENU and SUBMENU--*/
/*-------------------------------------------END (ge_temp 2)-------------------------------------------*/

/*---------------------------------------- ESTIMATION--------------------------------------------------*/
/**************************************for create estimate from    */

.createFrom_holder {
	width: 100%;
	display: block;
}
.status_holder {
	width: 100%;
	display: block;
}
.createFrom_popup {

	margin: 30px auto 0;
	padding: 6px;
	position: absolute;
	width: 500px;
	top: 50%;
	left: 75%;
	margin-left: -400px;
	margin-top: -40px;
}
.createFrom_content span{
	font-size: 16px;
}
.createFrom_content {
	background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    height: 170px;
    margin-left: 20%;
    margin-top: 100px;
    padding: 3px 4px 16px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 587px;
   }
 .createFrom_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.createFrom_content h2{
	    background: none repeat scroll 0 0 #51B9F4;
    border: 1px solid #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    color: #000000;
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 8px;
    text-align: center;
    width: 553px;
}
.createFrom_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid #FFFFFF;
    height: 107px;
    margin-left: 27px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 519px;
    
	}
.createFrom_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}

#div_createFrom_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}
#div_selOffice_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}
/*------------------------------------------for showing note popup in docket sheet--------------------------  */
.desc_content_close img{
    float: right;
    margin-right: -11px;
    margin-top: -15px;
}
#decription_header{
	background-color: #E0EEFE;
    border: 1px solid white;
    color: #2982ED;
    font-size: 14px;
    margin: 20px 10px 10px;
    min-height: 30px;
	}
#estimation_header {
    background: none repeat scroll 0 0 #ECF5FC;
    border: 1px solid;
    color: #046EF1;
    font-size: 16px;
    height: 26px;
    padding-top: 5px;
    text-align: center;
}
#estimation_header_nonplan{
	background: none repeat scroll 0 0 #ECF5FC;
    border: 1px solid;
    color: #046EF1;
    font-size: 16px;
    height: 26px;
    padding-top: 20px;
    text-align: center;
    margin:39px 0px;
}
#estimation_header_plan{
	background: none repeat scroll 0 0 #ECF5FC;
    border: 1px solid;
    color: #046EF1;
    font-size: 16px;
    height: 26px;
    padding-top: 20px;
    text-align: center;
    margin:39px 0px;
}
.inside_estimation {
    margin-top: 1%;
    height: 40px;
}
#m_right .right_top{
	
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 35%;
    margin-top: 0;
    width: 100%;

}
.right_top_content{ 
	margin-top:10px;
	height:100%;
	padding:0px 5px 5px 0px;
	
}


/*for tab*/
#submenu{
    float: left;
	width:100%;
	font-size:85%;
	line-height:normal;
	border-bottom:2px solid  rgba(0, 0, 0, 0.075);
	xborder-bottom:1px solid #666;
	height:27px;
	}

#submenu ul {
	margin:0;
	list-style:none;
	}
#submenu li {
	display:inline;
	margin:0;
	padding-left:5px;
	}
#submenu a {
	float:left;
	background:url(../images/tableftF.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#submenu a span {
	float:left;
	display:block;
	background:url(../images/tabrightF.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac */
#submenu a span {float:none;}
/* End IE5-Mac hack */

#submenu .active a
{
	color: #fff;
    font-weight: bold;
    background-color: #DCF3F9;
    border-color: rgba(82, 168, 236, 0.8);
    xborder-color :#05449A;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    xbackground:url("../images/menu/bg_submenu_hover.png");
}

#submenu .active a,
#submenu a:hover {background-position: 0 -42px;}

#submenu .active a span,
#submenu a:hover span {background-position: 100% -42px;}

div #form_est_content{
	background-color: #FFFFFF;
    border:1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: left;
    margin-left: 3%;
    margin-top: 1%;
    min-height: 250px;
    outline: 0 none;
    width: 95%;
}


#form_est_content td {
    padding: 1px;
    width: 21%;
}
/* #form_est_content input,#form_est_content textarea
{
	margin-left:10px;
} */
#form2_left td {
    padding: 1px;
}
#form2_left imput {
    margin-left:10px;
}
/* div #form_est_content input,div #form1_left input,div #form1_right input,div #form2_left input,div #form2_right,div #form3_right,div #form3_left,div #form4_right,div #form4_left input[type="text"]{
	height:21px;
	min-width:160px;
} */
/* div #form1_right{
	float: right;
	width:61%;
	margin-top:5%;
	margin-right:3%;
	min-height:250px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
} */
div #form1_right{
	background-color: #ffffff;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    margin: 100px 0 0 398px;
    min-height: 316px;
    outline: 0 none;
    width: 36%;
}
div #form3_right{
	 background-color: #ffffff;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: right;
    margin: -257px 10px 0;
    outline: 0 none;
    width: 31%;
}
#det_hind {
     height: 82px !important;
    width: 175px !important;
    margin :0px 10px;
}
/* div #form1_left{
	float: left;
	width:28%;
	margin-top:5%;
	margin-left:5%;
	min-height:250px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	 
} */
div #form1_left{
	float: left;
	width:28%;
	margin-top:0%;
	
	min-height:316px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	 
}
div #form2_right{
	float: right;
	width:45%;
	margin-top:5%;
	margin-right:5%;
	min-height:322px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	
}
div #form2_left{
	float: left;
	width:43%;
	margin-top:5%;
	margin-left:5%;
	min-height:322px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	}
	
div #form3_right{
	     background-color: #ffffff;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: right;
    margin-right: 0;
    margin-top: -23%;
    min-height: 315px;
    outline: 0 none;
    width: 32%;
	
}

div #form3_left{
	float: left;
	width:64%;
	margin-top:1%;
	margin-left:17%;
	min-height:280px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none; 
	}
div #form4_right{
	float: right;
	width:45%;
	margin-top:5%;
	margin-right:5%;
	min-height:432px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
div #form4_left{
	float: left;
	width:43%;
	margin-top:5%;
	margin-left:5%;
	min-height:432px;
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;	 
}

div #formchecklist_nonplan{
	/* float: left;
	width:50%;
	margin-top:5%;
	margin-left:5%;
	min-height:432px; */
	margin-top:10%
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	
}
	div #formchecklist_plan{
	/* float: left;
	width:50%;
	margin-top:5%;
	margin-left:5%;
	min-height:432px; */
	margin-top:10%
	border:1px solid rgba(82, 168, 236, 0.8);
	background-color: #FFFFFF;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    margin:-39px 10px;
	
}
	#estimation_front td {
    xborder-bottom: 1px solid #87E0FF;
    xborder-right: 1px solid #dddddd;
     border: 1px solid #87E0FF;
   }
 #estimation_front_heading td,  #estimation_front_heading th {
    border-bottom: 1px solid #87E0FF;
    border-right: 1px solid rgba(82, 168, 236, 0.8);
   } 
   
   
   #estimation_front {
	background-color: #FFFFFF;
    border:1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: left;
    margin-left: 1%;
    xmargin-top: 1%;
    height: auto;
    margin-top: 12px;
    outline: 0 none;
    width: 98%;
    
}
#estimation_front_heading {
	background-color: #FFFFFF;
    border:1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    xheight: 380px;
    outline: 0 none;
    xwidth: 98%;
    width: 98%;
  
}

#estimation_front > table {
    border-collapse: collapse;
    width: 100%;
}
#estimation_front_heading > table {
    border-collapse: collapse;
    width: 100%;
}

#estimation_front img {
    height: 17px;
}
#grandtotal {
    background-color: #F0F0F0;
    font-size: 18px;
    height: 45px;
}
.observed_popup {
    background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    margin-left: 5%;
    xmargin-top: -10%;
    min-width: 30%;
    position: absolute;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#full_sub_content {
    margin-top: 10px;
}
#observed_details_contents {
    background-color: #FFFFFF;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: left;
    margin-top: 15px;
    min-height: 135px;
    outline: 0 none;
    overflow: auto;
   
}
	#observed_details_contents_old {
    background-color: #FFFFFF;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: left;
    margin-top: 15px;
    min-height: 135px;
    outline: 0 none;
    overflow: auto;
   
}
#full_content_view{
	margin-top:10px;
	height:auto;
	width:100%;
	xborder:1px solid #CCCCCC;
	xbackground:#CCCCCC;
}
#full_content_view label,input,select
{
	margin:5px;
	
}
#full_content_view table
{
	 margin:10px;
	 border-collapse: collapse;
}
#full_content_view table th
{
    margin:5px;
    color: #046EF1;
}
#spec_details_contents{
    float: left;
    margin-left: 20%;
    margin-top: 15px;
    min-height: 135px;
    width: 565px;
    background-color: #FFFFFF;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
#spec_details_contents p{
	margin-left: 50px;
    margin-top: 10px;
}
table.obslist {
	float:left;
	width: 98%;
	border-spacing: 1px;
	background-color: rgba(82, 168, 236, 0.8);
	color: #666;
	margin: 0 10px;
}

table.obslist td,
table.obslist th {
	padding: 4px;
	width:10%;
}

table.obslist td {padding-left: 8px;}

table.obslist thead th {
	xtext-align:left;
	background: #ecf5fc;
	color: #046ef1;
	border-bottom: 1px solid #2982ED;
	
}

table.obslist thead th.left {
	xtext-align: left;
}

table.obslist thead a:hover {
	text-decoration: none;
}

table.obslist thead th img {
	vertical-align: middle;
	padding-left: 3px;
}

table.obslist tbody th {
	xfont-weight: bold;
	font-weight: 300;
	background: none repeat scroll 0 0 #ECF5FC;
    border-bottom: 1px solid #2982ED;
    color: #046EF1;
    margin: 5px;
    xtext-align: left;
}

table.obslist tbody tr {
	background-color: #fff;
	xtext-align: left;
}

table.obslist tbody tr.row0:hover td,
table.obslist tbody tr.row1:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
table.obslist tbody tr:hover td,
table.obslist tbody tr:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

table.obslist tbody tr td {
	background: #ECF5FC;
	border: 1px solid #FFF;
}

table.obslist tbody tr.row1 td {
	background: #ecf5fc;
	border-top: 1px solid #FFF;
}

table.obslist tfoot tr {
	xtext-align: left;
	color: #333;
}

table.obslist tfoot td,table.adminlist tfoot th {
	background-color: #ecf5fc;
	border-top: 1px solid #2982ED;
	xtext-align: left;
}

table.obslist td.order {
	xtext-align: left;
	white-space: nowrap;
	width: 200px;
}

table.obslist td.order span {
	float: left;
	width: 20px;
	xtext-align: left;
	background-repeat: no-repeat;
	height: 13px;
}

table.obslist .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}


.status_content {
	 margin-left:25%;
     margin-top:100px;
     height:208px;
     padding: 3px 4px 16px;
     width:500px;
     border-radius: 10px 10px 10px 10px;
	 background-color: #B7D8FF;
	 border: 1px solid #CCCCCC;
     box-shadow:3px 5px 5px 5px rgba(0, 0, 0, 0.075);
     transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .status_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.status_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 465px;
    background:#e0eefe;
    color:#2982ED;
}
.status_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 124px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.status_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}
.pagination_div{
	float:left;
	margin:10px;
	width: 98%;
}
#div_status_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}
#div_cancelNote_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}

#nextbin_btn {
    margin-left: 89%;
    margin-top: 26px;
}

#identifier{
	background-color: #EBEBE9;
    border: 1px solid #B30000;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    float: left; width: 30%; height: 34px;
}
#div_copyType_popup {
	height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}
#intuitPlatformCallout{
    background-color: #EBEBE9;
    border: 1px solid #B30000;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    float: right;
    height: 34px;
    width: 69%;
}

#intuitPlatformCallout .intuitPlatformCalloutPointer {
    background: url("intuitACNav.png") repeat scroll 0 -388px transparent;
    display: block;
    height: 53px;
    margin-top: -35px;
    position: absolute;
    right: 50px;
    top: 0;
    width: 37px;
}
#intuitPlatformCallout .close {
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 13px;
}


#intuitPlatformCallout .intuit-bigText {
    color: #505050;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    line-height: 81px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}

​.fileUploaded
{
	font-size: 15px;
    padding-left: 30px;
}
#uploadForm td {
    height: 36px;
    border: 1px solid #DDDDDD;
}

.td_get_spec_from_table {
    background-color: #EFEFEF;
    xborder: 1px solid #DDDDDD;
    height: 38px;
}
#view_years {
    color: #2982ED;
    padding-top: 9px;
}

#copypasteMainDIV > div {
    padding-left: 40%;
    width: 50%;
}
#div_abstract_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}

.abstract_content {
	 margin-left:25%;
     margin-top:100px;
     height:220px;
     padding: 3px 4px 16px;
     width:500px;
     border-radius: 10px 10px 10px 10px;
	 background-color: #B7D8FF;
	 border: 1px solid #CCCCCC;
     box-shadow:3px 5px 5px 5px rgba(0, 0, 0, 0.075);
     transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .abstract_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.abstract_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 465px;
    background:#e0eefe;
    color:#2982ED;
}
.abstract_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 140px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.abstract_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}




/******************************************************/


#div_help_popup {
	 height: 50%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}

.help_content {
	 margin-left:25%;
     margin-top:100px;
     height:280px;
     padding: 3px 4px 16px;
     width:500px;
     border-radius: 10px 10px 10px 10px;
	 background-color: #B7D8FF;
	 border: 1px solid #CCCCCC;
     box-shadow:3px 5px 5px 5px rgba(0, 0, 0, 0.075);
     transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .help_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.help_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 465px;
    background:#e0eefe;
    color:#2982ED;
}
.help_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 198px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.help_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}
/*****************************************************************************************/



#div_desc_content_popup {
	background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow:3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    left: 10%;
    xmin-height: 50%;
    position: fixed;
    top: 25%;
    width: 80%;
    z-index: 100; 
}
#div_desc_content_popup:hover {
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;

	}
	
.item_close img {
	float: right;
    margin-right: -11px;
    margin-top: -15px;
}
.tbl_check_list {
    border: 1px solid #2982ED;
    float: left;
    margin: 6px;
    width: 100%;
}


.tbl_check_list td{
	border-bottom: 1px solid rgba(82, 168, 236, 0.8);
    border-left:1px solid rgba(82, 168, 236, 0.8);
    padding:5px;
}

#content_div_center tr {
    height: 40px;
}
#content_div_center {
    background-color: #FFFFFF;
    margin-top: 0;
    min-height: 185px;
    outline: 0 none;
    padding-top: 4%;
    width: 100%;
}
	#content_div_center p textarea,select,input{
	margin:2px;
	margin-left:10px;
	}
	
	#forward_buttons{
	 xfloat: left;
     xmargin-left: 32%;
    xmargin-top: 10px;
	}
	.th_get_spec_from_table {
    background-color: #b7d8ff;
    border-left: 1px solid #2982ED;
    border-bottom:1px solid #2982ED;
    color: #046EF1;
    height: 27px;
    font-size:14px;
    padding-top:8px;
}
.table_get_spec_from_table{
	border: 1px solid #2982ED;
	border-collapse:collapse;
	min-height: 200px;
	width:98%;
	margin:10px;
}
.table_get_spec_from_table tr{
	border-bottom: 1px solid #2982ED;
	border-left:1px solid #2982ED;
	background:#ECF5FC;
	border-collapse:collapse;
	
}
/**************************************for create estimate from    */

.DocketNote_holder {
	width: 100%;
	display: block;
}

.DocketNote_popup {

	margin: 30px auto 0;
	padding: 6px;
	position: absolute;
	width: 500px;
	top: 50%;
	left: 75%;
	margin-left: -400px;
	margin-top: -40px;
}
.DocketNote_content span{
	font-size: 16px;
}
.DocketNote_content {
	    background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    margin-left: 17%;
    margin-top: -150px;
    min-height: 422px;
    padding: 3px 4px 16px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 713px;
   }
 .DocketNote_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.DocketNote_content h2{
	       background: none repeat scroll 0 0 #51B9F4;
    border: 1px solid #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    color: #000000;
    font-size: 16px;
    height: 27px;
    margin-left: 15px;
    margin-top: 8px;
    text-align: center;
    width: 678px;
}
.DocketNote_content p{
     background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid #FFFFFF;
    height: 500px;
    margin-left: 26px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    text-align: justify;
    width: 647px;
     
	}
.DocketNote_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}

#div_DocketNote_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}



//end tab

/*--------------------------------------------END OF ESTIMATION----------------------------------------*/

/*---------------------------------------------ICON STYLES---------------------------------------------*/
/* -- HEADER ICON STYLES ----------------------------- */
/* Required elements */
.required {
	background-color: #7fff00;
	height:1%;
	width:3%;
}

.star {
	color:#f10420;
	font-size:1.2em;

}
  .titlname {  
     xwidth: 600px;  
      xheight: 48px;  
      display: inline-block;  
      vertical-align: middle;  
  }
.icon-48-ger-management				{	background-image: url(../images/header/home.png);	}
.button2-right.off .start 			{	background: url(../images/common/j_button2_first_off.png) no-repeat; }
/*------------------------------------Change Password------------------------------------*/


#passwordchange_box{
	float:inherit;
	margin:inherit;
	height:270px;
	width:400px;
	xbackground: none repeat scroll 0 0 #FFFFFF;
	xbox-shadow: 0 10px 18px -19px rgba(0, 0, 0, 0.6);
	position: relative;
	padding-top:7px;
	
}
.passwordchange {
  position: relative;
  margin: 0 auto;
  padding: 26px 26px 26px;
  width: 400px;
  background: white;
  border-radius: 5px;
  xborder:1px solid #009fff;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

/*-- Change Password 'Note' --*/

#password_content{
	float:inherit;
	margin-left:7px;
	width:70%;
	height:auto;
	/*background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);*/
    border:1px solid rgba(82, 168, 236, 0.8);
	background: none repeat scroll 0 0 white;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top:2%;
	}

#password_content h3{
	margin-top:6px;
	ine-height: 36px;
  font-size: 20px;
  xfont-weight: bold;
  color: #0E53B3;
  text-align: center;
  text-shadow: 0 1px white;
 
  border-bottom: 2px solid #B30000;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.copyType_holder {
	width: 100%;
	display: block;
}

.copyType_popup {

	margin: 30px auto 0;
	padding: 6px;
	position: absolute;
	width: 500px;
	top: 50%;
	left: 75%;
	margin-left: -400px;
	margin-top: -40px;
}

.copyType_content {
		background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    height: 170px;
    margin-left: 20%;
    margin-top: 100px;
    padding: 3px 4px 16px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 587px;
   }
 .copyType_content:hover {
     border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.copyType_content h2{
	 background: none repeat scroll 0 0 #51B9F4;
    border: 1px solid #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    color: #000000;
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 8px;
    text-align: center;
    width: 553px;
}
.copyType_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid #FFFFFF;
    height: 107px;
    margin-left: 27px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 519px;
	}
.copyType_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}

#div_copyType_popup {
	height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}

.copyType_content > div {
   background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid #FFFFFF;
    height: 107px;
    margin-left: 27px;
      font-size: 15px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 519px;
}

/*------------------------------------END of Change Password-----------------------------*/
/*---------------------- Admin User ---------------------------------------------------*/
.tbl_checkmenu_listone{
   border: 1px solid #2982ED;
    float: left;
    margin-left: 20%;
    margin-top: 2%;
    width: 50%;
}

.tbl_checkmenu_listone td{
	border-bottom: 1px solid rgba(82, 168, 236, 0.8);
    border-left:1px solid rgba(82, 168, 236, 0.8);
    padding:5px;
}
.tbl_subcheckmenu_listone{
	border: 1px solid #2982ED;
    float: left;
    margin: 10px;
    width: 80%;
}



.tbl_subcheckmenu_listone td{
	border-bottom: 1px solid rgba(82, 168, 236, 0.8);
    border-left:1px solid rgba(82, 168, 236, 0.8);
    padding:5px;
}




.tbl_checkmenu_listtwo{
	border: 1px solid #2982ED;
    float: left;
    margin: 10px;
    width: 25%;
}



.tbl_checkmenu_listtwo td{
	border-bottom: 1px solid rgba(82, 168, 236, 0.8);
    border-left:1px solid rgba(82, 168, 236, 0.8);
    padding:5px;
}

.fltlft		{float: left;padding-left:5px;width: 50%;}
.fltlft	label{float: left;padding-left:5px;} 
.fltlft_unit		{float: none;}
.fltrt		{float: right;}
.fltnone	{float: none;}


fieldset.filter {
	border: 0;
	margin: 0;
	padding: 0 0 5px;
}

fieldset.filter ol {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
}

fieldset.filter ol li {
	float: left;
	padding: 0 5px 0 0;
}

fieldset.filter ol li fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset.filter .left {
	float: left;
}

fieldset.filter .right {
	float: right;
}

fieldset.filter .right select {
	margin-left: 10px;
}

fieldset#filter-bar {
	height: 35px;
	border: 0;
	border:none;
	xborder-bottom: 1px solid #d5d5d5;
}

label.filter-search-lbl {
	  font-size: 15px;
      margin: 5px;
}

label.filter-hide-lbl {
	margin-left: 5px;
	clear: none;
}

div.filter-select input,
div.filter-select select {
	margin-left: 5px;
	margin-right: 5px;
}

button.filter-go {
	float: left;
	margin-right: 15px;
}

label.filter-published-lbl {
	clear: none;
	margin-left: 10px;
}
.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}
div.limit span{float: left; padding-top: 2px;}

.pagination div.limit select#limit {
	min-width: 50px;
}
/* -- BUTTON STYLES ----------------------------- */

/* Pagination on backend */
.button1,
.button1 div {
	height: 1%;
	float: right;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button1 {
	background: url(../images/common/j_button1_left.png) no-repeat;
	white-space: nowrap;
	padding-left: 10px;
	margin-left: 5px;
}

.button1 .next {
	background: url(../images/common/j_button1_next.png) 100% 0 no-repeat;
}

.button1 span {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 1.091em;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 35px 0 6px;
}

.button1 a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-right a,
.button2-left button,
.button2-right button,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
    float: left;
	line-height: 22px;
	font-size: 1em;
	xcolor: #333;
	cursor: pointer;
}
.button2-left span active,
.button2-right span active 
.button2-left span active,.button2-right span active {
	cursor: default;
	color: #333;
}
.button2-left .page a current{
	font-size: 1em;
	font-weight: bolder;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span,
.button2-left .blank a,
.button2-right .blank a,
.button2-left .blank span,
.button2-right .blank span,
.button2-left .blank button,
.button2-right .blank button {
	padding: 0 6px;
}

.button2-left a:hover,
.button2-right a:hover,
.button2-left button:hover,
.button2-left button:hover	{
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span,
.button2-left button {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span,
.button2-right button {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/common/j_button2_left.png) no-repeat;
	xbackground: url(../images/common/j_button2_left.png) ;
	float: left;
	margin-right: 10px;
}

.button2-right {
	background: url(../images/common/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

.button2-right .prev 		{	background: url(../images/common/j_button2_prev.png) no-repeat; }
.button2-right.off .prev 	{	background: url(../images/common/j_button2_prev_off.png) no-repeat; }
.button2-right .start 		{	background: url(../images/common/j_button2_first.png) no-repeat; }
.button2-right.off .start 	{	background: url(../images/common/j_button2_first_off.png) no-repeat; }
.button2-left .page,
.button2-left .blank 		{	background: url(../images/common/j_button2_right_cap.png) 100% 0 no-repeat; }
.button2-left .next 		{	background: url(../images/common/j_button2_next.png) 100% 0 no-repeat; }
.button2-left.off .next 	{	background: url(../images/common/j_button2_next_off.png) 100% 0 no-repeat; }
.button2-left .end 			{	background: url(../images/common/j_button2_last.png) 100% 0 no-repeat; }
.button2-left.off .end 		{	background: url(../images/common/j_button2_last_off.png) 100% 0 no-repeat; }
.button2-left .image 		{	background: url(../images/common/j_button2_image.png) 100% 0 no-repeat; }
.button2-left .readmore 	{	background: url(../images/common/j_button2_readmore.png) 100% 0 no-repeat; }
.button2-left .pagebreak 	{	background: url(../images/common/j_button2_pagebreak.png) 100% 0 no-repeat; }
.button2-left .blank 		{	background: url(../images/common/j_button2_blank.png) 100% 0 no-repeat; }
.button2-left .article 		{	background: url(../images/common/j_button2_readmore.png) 100% 0 no-repeat; }

a.pointer { cursor: pointer; }

div.button2-left button {
	background: transparent;
	margin-top: 0;
	border: 0 solid #ccc;
}

div.button2-left button {
	background: transparent;
	border: 0 solid #aaa;
}
/*-------------------------------------------*/
.user_selection{float:left;padding-left:5px;margin:3px;}
.search_div
{
margin:10px;width:98%;float:left;xborder:1px solid #000;
}


.user_selection_section{float:left;padding-left:5px;margin:3px;}
.search_div_section
{
margin:10px;width:98%;float:left;xborder:1px solid #000;
}
.search_div_section li {
    float: left;
    list-style: none outside none;
    margin-left: 1%;
}
.search_div_section li label {
    float: left;
}
.search_div_section div {
    float: left;
}
#period 
{
	position: absolute;
	margin: 10px 0;

}
.period_space
{
	margin-left: 20px;
}
.news_div
{
	float:left;
    margin-left: 17%;
    margin-top: 2%;
    width: 50%;
    background-color: #FFFFFF;
    border: 1px solid rgba(82, 168, 236, 0.8);
  /*   border-radius:2px; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
.searchestimate_div
{
	
    width: 90%;
    
}
.content_header
{
	background: none repeat scroll 0 0 #ECF5FC;
    border: 1px solid;
    color: #046EF1;
    font-size: 16px;
    height: 26px;
    padding-top: 5px;
    text-align: center;
}
/*------------------------ DATA USER-------------------------------*/

div.width-60	{
	margin-left: 20%;
    margin-top: 2%;
    width: 60%;}
.fltlft	label{float: left;padding-left:5px;} 

/* Administrator forms, lists */
fieldset.adminform {
	margin: 10px;
	overflow: hidden;
}

fieldset.adminform legend {
	margin: 0;
	padding: 5px;
}

ul.adminformlist,
ul.adminformlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset label,
fieldset span.faux-label {
	float: left;
	clear: left;
	display:block;
	margin: 5px 0;
}
fieldset ul {
	margin: 0;
	padding: 0;
}

form label,
form span.faux-label {
	font-size: 1.091em;
}

fieldset input,
fieldset textarea,
fieldset select,
fieldset img,
fieldset button {
	float: left;
	min-width: 20px;
	margin: 5px 5px 5px 0;
	height:21px;

}

fieldset.adminform textarea {
	width: 355px;
}

fieldset ul.checklist input {
	clear: left;
	margin-right: 10px;
}

fieldset ul.checklist label,
fieldset ul.menu-links label,
fieldset#filter-bar label {
	clear: none;
	font-size: 14px;
    height: 18px;
    margin-top: 6px;
    padding-right: 5px;
}
fieldset.adminform ul.checklist li {
	width: 100%;
	margin: 0;
	padding: 0;
}
fieldset.adminform ul.checklist li label {
	width: auto;
}

input.readonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.091em;
	padding-top: 1px;
	border: 0;
	font-weight: bold;
	color: #666;
}
/* Field label widths - short label */
fieldset.adminform label,
fieldset.adminform span.faux-label {
	min-width: 250px;
	padding: 0 5px 0 0;
}
/* Filter Form */
fieldset ol,
ol#property-values {
	margin: 0;
	padding: 0;
}

fieldset li,
ol#property-values li {
	list-style: none;
	margin: 0;
	padding: 5px;
}

fieldset.filter {
	border: 0;
	margin: 0;
	padding: 0 0 5px;
}

fieldset.filter ol {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
}

fieldset.filter ol li {
	float: left;
	padding: 0 5px 0 0;
}

fieldset.filter ol li fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset.filter .left {
	float: left;
}

fieldset.filter .right {
	float: right;
}

fieldset#buttonbar {
	border: 0;
	text-align: right;
}

fieldset#buttonbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

fieldset#buttonbar li {
	margin: 0;
	padding: 5px;
}
	#bannertwo {
    float: right;
    margin: 10px;
  
    width: 40%;
}


#bannerone {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    width: 55%;
  
}
#bannerone_office {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    width: 97%;
  
}
	#bannerthree {
    float: left;
    xmargin-right: 300px;
    width: 600px;
     xborder: 1px solid #000000;
      margin-top: 10px;
}
.banner_lbl
{
	 float: left;
    margin-left: 10px;
}
#div_item_popup {
	background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    left: 10%;
    min-height: 70%;
    position: fixed;
    top: 2%;
    width: 1000px;
    z-index: 100;
}
#div_item_popup:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.075), 2px 3px 3px 3px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	}
	
#item_desc_view {
	background-color: #E0EEFE;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    color: #2982ED;
    font-size: 14px;
    margin: 0px 10px 5px;
    height: 100px;
    overflow: auto;
	
    /* border: 1px solid #2982ED;
    height: 185px;
    margin-left: 1%;
    margin-top: 35px;
    overflow: auto;
    width: 98%; */
}
#item_desc_heading_view {
	background-color: #E0EEFE;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    color: #2982ED;
    font-size: 14px;
    margin: 20px 10px 0px;
    xmin-height: 30px;
	
    /* border: 1px solid #2982ED;
    height: 185px;
    margin-left: 1%;
    margin-top: 35px;
    overflow: auto;
    width: 98%; */
}

#item_desc_view > table {
    background: none repeat scroll 0 0 #F6F6F7;
    border: 1px solid #2982ED;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 98%;
}
#item_desc_heading_view > table {
    xborder:1px solid rgba(82, 168, 236, 0.8);
    border:1px solid #2982ED;
    border-collapse: collapse;
    margin-left: 10px;
     margin-right: 10px;
    width: 98%;
}
#div_item_cont {
    background-color: #E0EEFE;
    border: 1px solid white;
    color: #2982ED;
    font-size: 15px;
    min-height: 333px;
    margin: 10px;
    xoverflow: scroll;
    width: 98%;
}
#calc_estimation{
		background-color: #FFFFFF;
    border:1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: left;
    margin-left: 1%;
    xmargin-top: 1%;
    height:200px;
    overflow:scroll;
    outline: 0 none;
    width: 98%;
}
#estimation_calc_front {
	background-color: #FFFFFF;
    border:1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    xheight: 380px;
    outline: 0 none;
    xwidth: 98%;
    width: 98%;
    overflow-y: scroll;
}
#item_head_total {
	background-color: #E0EEFE;
    border: 1px solid white;
    color: #2982ED;
    font-size: 15px;
    margin: 0 10px;
   
}
.tbl_item_popup td{
	border-bottom:1px solid #2982ED;
	}
.tbl_item_popup td,.tbl_item_popup th {
    border-bottom:1px solid rgba(82, 168, 236, 0.8);
    border-right:1px solid rgba(82, 168, 236, 0.8);
    border-collapse: collapse;
    background:#E0EEFE;
}
.tbl_item_popup img {
    height: 20px;
    margin-left: 3px;
}

#estimation_front > table {
    border-collapse: collapse;
    width: 100%;
}
#estimation_front_heading > table {
    border-collapse: collapse;
    width: 100%;
}
#dsor_details_contents{
	float: left;
    xmargin-left: 20%;
    margin-top: 5px;
    margin-left:1%;
    min-height: 100px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
#codefill{
	margin-top:10px;
	margin-left:10px;
}
#codefill p{
 float:left;
 min-width:150px;	
 padding-left: 10px 0 0;
	
}
#codefill p label{
 xfloat:left;
 xwidth:150px;	
 padding: 4px 0 0;
	
}
#codefill p input{
 xfloat:left;
 width:163px;	
 padding: 4px 0 0;
 margin-left: 5px;
	
}
#quantityfill{
  float:left;
  width:500px;
  margin-top:10px;
  margin-left:10px;
  xpadding: 4px 0 0;
  xborder:1px solid black;
	
}
#quantityfill p{
 float:left;
 min-width:150px;	
 padding-left: 10px 0 0;
}
#quantityfill p label{
padding: 4px 0 0;
	}
#quantityfill p input{
padding: 4px 0 0;
margin-left: 5px;
width:163px;
	}
#remark{
	float:left;
	 margin-top:6px;
	 margin-left:10px;
	margin-bottom:5px;
}
#remark label{font-size: 1.091em;}

#get_spec_from_table{
	overflow: scroll;
	height: 250px;
	
}



#div_view_observed_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}
.view_observed_content {
	 margin-left:22%;
     margin-top:200px;
     height:140px;
     padding: 3px 4px 16px;
     width:500px;
     border-radius: 10px 10px 10px 10px;
	 background-color: #B7D8FF;
	 border: 1px solid #CCCCCC;
     box-shadow:3px 5px 5px 5px rgba(0, 0, 0, 0.075);
     transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .view_observed_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.view_observed_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 465px;
    background:#e0eefe;
    color:#2982ED;
}
.view_observed_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 140px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.view_observed_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}




/* -----------------------------------file details pop-up-------------------------- */
.filedetails_holder {
	width: 100%;
	display: block;
}

.filedetails_popup {

	margin: 30px auto 0;
	padding: 6px;
	position: absolute;
	min-width: 500px;
	top: 50%;
	left: 75%;
	margin-left: -400px;
	margin-top: -40px;
}

.filedetails_content {
	background-color: #d1dfbe;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    height: auto;
    margin-left: 16%;
    margin-top: 30px;
    padding: 3px 4px 16px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 948px;
   }
 .filedetails_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.filedetails_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 465px;
    background:#e0eefe;
    color:#2982ED;
}
.filedetails_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 124px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.filedetails_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}

#div_filedetails_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 20%;
	z-index: 333;
}

/*----------------------------------user management-----------------------------*/


.allocator_popup {
	background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    margin-top:-4%;
    margin-left:10%;
    position: fixed;
    min-width:75%;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .allocator_popup:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.allocator_popup h2{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    color: #2982ED;
    font-size: 16px;
    height: 25px;
    margin: 23px 28px 10px 10px;
    text-align: center;
}
.allocator_popup p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 90px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
	.allocator_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}
	
 	  .allocator_popup1 {
	background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    margin-top:-16%;
    margin-left:10%;
    position: fixed;
    min-width:75%;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .allocator_popup1:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.allocator_popup1 h2{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    color: #2982ED;
    font-size: 16px;
    height: 25px;
    margin: 23px 28px 10px 10px;
    text-align: center;
}
.allocator_popup1 p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 90px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
	  
	
.allocator_popup1_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}
.allocator_holder {
	width: 100%;
	display: block;
}
.allocator_content {
	border: 2px solid;
	border-radius: 25px;
	height:100%;
	background: #fff;
	padding:25px 20px 181px 4px;
}
.tbl_spec{
	xmin-height:250px;
	/* width:80%; change for data analysis*/
	width:100%;
	border-collapse:collapse;
	border: 1px solid  rgba(82, 168, 236, 0.8);
}
.tbl_spec th{
	
	border-left:1px solid rgba(82, 168, 236, 0.8);
	border-bottom:1px solid rgba(82, 168, 236, 0.8);
}
.tbl_spec td{
	border-left:1px solid rgba(82, 168, 236, 0.8);
}
.tbl_ci{
	width:100%;
	xmin-height:20px;
	border: 1px solid rgba(82, 168, 236, 0.8);
}
.tbl_ci th{
	
	border-left:1px solid rgba(82, 168, 236, 0.8);
	border-bottom:1px solid rgba(82, 168, 236, 0.8);
}
.tbl_ci td{
	border-left:1px solid rgba(82, 168, 236, 0.8);
}
.calculator_popup {
	background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    margin-top:-10%;
    margin-left:0%;
    position: fixed;
    min-width:30%;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .calculator_popup:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.calculator_popup h2{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    color: #2982ED;
    font-size: 16px;
    height: 25px;
    margin: 23px 28px 10px 10px;
    text-align: center;
}
.calculator_popup p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 90px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.calculator_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}
.calculator_holder {
	width: 100%;
	display: block;
}
.calculator_content {
	border: 2px solid;
	border-radius: 25px;
	height:100%;
	background: #fff;
	padding:25px 20px 181px 4px;
}
 div.table_scroll_area { 
    height: 250px; 
    overflow: auto;
    position: relative;  
 }
 table.calculatorTable {
	float:left;
	width: 98%;
	border-spacing: 1px;
	background-color: rgba(82, 168, 236, 0.8);
	color: #666;
	margin: 0 10px;
}

table.calculatorTable td,
table.calculatorTable th {
	padding: 4px;
	xwidth:10%;
}

table.calculatorTable td {padding-left: 5px;}


 table.calculatorTable thead tr{
	 xposition: absolute;
	 height:25px;
	
} 
table.calculatorTable tbody th,table.calculatorTable thead th {
	xfont-weight: bold;
	font-weight: 300;
	background: none repeat scroll 0 0 #ECF5FC;
    border-bottom: 1px solid #2982ED;
    color: #046EF1;
    margin: 5px;
    text-align: left;
}

table.calculatorTable tbody tr {
	background-color: #fff;
	text-align: left;
}

table.calculatorTable tbody tr td {
	background: #fff;
	border: 1px solid #FFF;
}

table.calculatorTable tbody tr.row1 td {
	background: #ecf5fc;
	border-top: 1px solid #FFF;
}
.addremark_popup {
    background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    margin-left: 20%;
    margin-top: 10%;
    min-width: 30%;
    position: absolute;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}


#form1_right textarea {
    height: 79px;
    width: 228%;
}
#size_div{
	xborder: solid 1px;
}
#as_details_main{
	margin-top: 8%;
}



.alAppAS_holder {
	width: 100%;
	display: block;
}

.alAppAS_popup {											

	margin: 30px auto 0;
	padding: 6px;
	position: absolute;
	width: 500px;
	top: 50%;
	left: 75%;
	margin-left: -400px;
	margin-top: -40px;
}


.alAppAS_content {
    background-color: #B7D8FF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    height: 350px;
    margin-left: 9%;
    padding: 3px 4px 16px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 950px;
}
 .alAppAS_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.alAppAS_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 912px;
    background:#e0eefe;
    color:#2982ED;
}
.alAppAS_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 124px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.alAppAS_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}

#div_alAppAS_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}
<!-----------GOVT ORDERS--------- -->


#mangmnt_menu {
    border-top: 2px solid #CCCCCC;

}
.spanmenu {
    float: right;
    position: relative;
    right: 20px;
    top: 20px;
}

.spanmenu a
{
	margin-right: 10px;
	 font-size: 14px;
}
table.tablist {
    border: 1px solid #52ACCC;
    border-collapse: collapse;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    width: 98%;
    border-spacing: 1px;
    xheight: 300px;
    xoverflow: scroll;
}
table.tablist th {
    background: none repeat scroll 0 0 #B6D0FF;
    border: 1px solid #52ACCC;
    color: #0000;
    padding: 7px;
    text-align: center;
    height: 2px;
}
table.tablist td
{
	border-bottom: 1px solid #52ACCC;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #52ACCC;
    color: #0000;
    padding: 3px;
    height: 2px;
}
.box1
{
	min-height: 300px;
	border: 1px solid #ccc;
	background:#fff;
	margin: 10px;
	padding-bottom: 20px;
	
}
.box1 h2 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 5px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#search_home{
	height: 500px;
	overflow: auto;
}
#upload_step
 {
 display:block;
 visibility:visible;
position:fixed;
_position:absolute;
min-height:260px;
width:50%;
background:#FFFFFF;
left: 300px;
top:15px;
bottom:10px;
z-index:100;
bottom:200px;
margin-left: 15px;
border:15px solid #B6D0FF;
/* padding:15px; */
font-size:15px;
-moz-box-shadow: 0 0 5px #ff0000;
-webkit-box-shadow: 0 0 5px #ff0000;}
#upload_step#suceess
{
	bottom:0px;
}

#upload_box
{
	margin: 20px; 
}
.right_item > input[type="file"] {
    border: 1px solid #CCCCCC;
    padding: 10px 5px;
    text-align: left;
    width: 100%;
}
#upload_step .title
{
	width:100%;
	text-align: left;
	 padding: 5px;
}
.row input[type="text"], .row input[type="password"]
{
   
   width: 55%;
   padding: 10px;
   margin-bottom: 10px;
   border: 1px solid #E2E2E2;
   box-shadow:0 1px 0 #F4F4F4, 0 2px 0 #FFFFFF;
}
.row input:FOCUS
{
	
	box-shadow:0 0 3px #0093D0;
	border-color:#0093D0; 
}

.row select {
    padding: 10px;
    width: 55%;
    margin-bottom: 5px;
}
.row input[type="radio"]
{
	margin-bottom: 5px;
}
#upload_step#suceess
{
	bottom:0px;
}

/*-------------------------- HELP USER--------------------------------------*/
.help_div
{
	float:none;
    margin-left: 12%;
    margin-top: 2%;
    width: 75%;
    background-color: #FFFFFF;
    border: 1px solid rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

#help_user{
	float:left;
	margin-top:15px;
	margin-left:7px;
	xheight:150px;
	
	width:98.7%;
	background: white;
    border-radius: 3px;
    xborder:1px solid #009fff;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;

}
#help_user:before {
    border-radius: 80px 80px 80px 80px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    left: 10px;
    right: 10px;
    top: 20px;
}
#help_user:before, #help_user:after {
    content: "";
    position: absolute;
    z-index: -2;
}

#help_user h3
{

  line-height: 36px;
  font-size: 20px;
  xfont-weight: bold;
  color: #0E53B3;
  text-align: center;
  text-shadow: 0 1px white;
 
  border-bottom: 2px solid #B30000;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
#help_user ul{
    right: auto;
    text-align: left;
    top: 0;
	float: none;
    left: 0;
	bottom: auto;
	cursor: default;
    display: block;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#help_user li{
	border-left: 1px solid #EBEBEB;
    display: inline-block;
    float: left;
    min-height:50px ;
    margin: 0;
    xpadding: 10px 0 0 10px;
    padding-top: 1%;
    padding-left:5%
    xwidth: 319px;
    width:100%;
    border: 1px solid #CCCCCC;
    
}
#help_user li time.help_user_date{
  	color: #00008B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 12px;
    padding-left: 1%;
}
#help_user li p{
    xmargin-top: 20px;
    xpadding: 0;	
    font-size:12px;
    xpadding-left: 2%;
}
.help_user_holder {
	width: 100%;
	display: block;
}

.help_user_popup {

	margin: 30px auto 0;
	padding: 6px;
	position: absolute;
	width: 500px;
	top: 50%;
	left: 75%;
	margin-left: -400px;
	margin-top: -40px;
}
.help_user_content span{
	font-size: 16px;
}
.help_user_content {
	background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    margin-left: 17%;
    margin-top: -7%;
    min-height: 390px;
    padding: 3px 4px 16px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 713px;
   }
 .help_user_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.help_user_content h2{
	       background: none repeat scroll 0 0 #51B9F4;
    border: 1px solid #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    color: #000000;
    font-size: 16px;
    height: 27px;
    margin-left: 15px;
    margin-top: 8px;
    text-align: center;
    width: 678px;
}
.help_user_content p{
     background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid #FFFFFF;
    height: 50%;
    margin-left: 26px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    text-align: justify;
    width: 647px;
    min-height: 350px;  
	}
.help_user_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}

#div_help_user_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}

#odd{
	background-color: #E8F6FE;
	border: 1px solid #DDDDDD;}
#even{
	background-color: #F0FFFF;
	border: 1px solid #DDDDDD;
}
.main_search{-
	border: 1px solid;
    margin-left: 1%;
    margin-top: 1%;
    width: 99%;
	
}
#lmno {
    background-color: #C4D3D6;
    border: 1px solid #6F92A4;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
}
#border{
	background-color: #ABCEE0;
	border-collapse: collapse;
	 height: 25px;
}
#odd > td {
    border: 1px solid #DDDDDD;
    padding: 0.4%;
    cursor: pointer;
    
}
#even > td {
    border: 1px solid #DDDDDD;
    padding: 0.4%;
    cursor: pointer;
}

#view_ods{
	qqq 
}
view_ods ho:HOVER {
	background-color: red;
}
#lmno td {
    font-size: 13px;
    padding-top: 4px;
}

#od_heading{
	background: none repeat scroll 0 0 #ECF5FC;
    border: 1px solid rgba(82, 168, 236, 0.8);
   color: #046EF1;
    font-size: 15px;
      padding: 0.5%;
    margin-left: 5%;
    width: 90%;
}
#DATA_ANALYSIS {
    background-color: #FDF5E6;
    border: 1px solid #DDDDDD;
}
#odd:HOVER, 
#even:HOVER {
	background-color: #D3E1E9;
}
#spec_menu {
    border: 1px solid #DDDDDD;
    float: left;
    margin-left: 0.5%;
    margin-top: -32px;
    width: 17%;
}
/*#spec_menu_data {
	width: 200px;
	margin-top: 10px;
}
#roy {
    border: 1px solid #DDDDDD;
    float: left;
    height: 5%;
    padding-left: 4%;
    padding-top: 5%;
    width: 96%;
}
#spec_menu_data li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
  	
}
#spec_menu_data li a:link, #spec_menu_data li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu8.gif);
	padding: 8px 0 0 20px;
}

#spec_menu_data ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#spec_menu_data li a:active {
	color: #fff;
	background: url(../images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
}

#spec_menu_data li a:hover {
	color: #257EB7;
	background: url(../images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
}



*/

#spec_details {
    border: 1px solid #DDDDDD;
    float: right;
    height: 1047px;
    color: #000;
    margin-right: 0.5%;
    margin-top: -32px;
    overflow:auto ;
    width: 81.5%;
    background-color: #ECF5FC;
}
#heading_div_spec {
    border: 1px solid #DDDDDD;
    font-size: 1.182em;
    height: 39px;
    margin-left: 0.5%;
    xmargin-top: 35px;
    width: 98.7%;
    background-color:#97C0C4;
    text-align: center;
   
    
}
/*.user_selectionDiv{
	float:left;
	padding-left:5px;
	margin:3px;
	color: #dad9d9;
	}
	*/
	.dimColor{ color:#A4A4A4; }
	.color{ color:#140718; }
	#specColor{
	border: 1px solid #DDDDDD;
	padding: 0.4%;
	}
	#specColor1{
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	width:100%;
	
	}
	.rupee {
	background: transparent url("../images/IndianRupee.png") no-repeat;
	background-size: 10px 14px;
	background-position: 0 0;
	display: block;
	min-width: 10px;
	height: 14px;
	line-height: 14px;
        padding-left: 12px;
	float: left;
	clear: both;
}
#as_reg_tbl{
	border:  1px solid #dddddd;
	border-collapse: collapse;
}
#as_reg_tbl td {
    border: 1px solid #8E8E8E;
    padding: 7px;
}
#as_reg_tbl tr:hover {
 background-color: #F6F6F6;
}
#as_reg_tbl th {
	height:40px;
    background-color: #C6DEFF;
    border: 1px solid #000000;
}
#as_reg_div{
	margin-top: 89px;
}
#as_search{
	background-color: #F9F9D9;
	border: 1px solid #000000;
	 margin-top: 10px;
}
/*--------------------------END OF HELP USER-------------------------*/
/*---------------------------------DPR-------------------------------*/
#div_dpr_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}

.dpr_content {
	 margin-left:25%;
     margin-top:100px;
     height:290px;
     padding: 3px 4px 16px;
     width:500px;
     border-radius: 10px 10px 10px 10px;
	 background-color: #B7D8FF;
	 border: 1px solid #CCCCCC;
     box-shadow:3px 5px 5px 5px rgba(0, 0, 0, 0.075);
     transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .dpr_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.dpr_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 465px;
    background:#e0eefe;
    color:#2982ED;
}
.dpr_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 198px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.dpr_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}
#show_old_obs > div {
    margin-left: 1%;
    margin-top: 1%;
}

#search_spec {
	border: 1px solid #044E61;
    font-size: 1.182em;
    
    margin-left: 0.5%;
    xmargin-top: 35px;
    width: 98.7%;
    background-color:#044E61;
    text-align: center;
   
	
}
.active_spec{
	 background-color: #97C0CD;
    border: 1px solid #DDDDDD;
    height: 29px;
     text-align: center;
     border: 1px solid;
}
.inactive_spec{
	 background-color: #044E61;
    border: 1px solid #DDDDDD;
    height: 29px;
     text-align: center;
	border: 1px solid;
}
/*-----------------------------END OF DPR----------------------------*/

.ciLocations_content {
	 margin-left:25%;
     margin-top:100px;
     height:208px;
     padding: 3px 4px 16px;
     width:500px;
     border-radius: 10px 10px 10px 10px;
	 background-color: #B7D8FF;
	 border: 1px solid #CCCCCC;
     box-shadow:3px 5px 5px 5px rgba(0, 0, 0, 0.075);
     transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   }
 .ciLocations_content:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075), 3px 5px 5px 5px rgba(82, 168, 236, 0.6);
    outline: 0 none;
 }
.ciLocations_content h2{
	border: 1px solid white;
	xborder: 1px solid rgba(82, 168, 236, 0.8);
    font-size: 16px;
    height: 25px;
    margin-left: 15px;
    margin-top: 23px;
    text-align: center;
    width: 465px;
    background:#e0eefe;
    color:#2982ED;
}
.ciLocations_content p{
	background: none repeat scroll 0 0 #E0EEFE;
    border: 1px solid white;
    height: 124px;
    margin-left: 14px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 15px;
    width: 457px;
	}
.ciLocations_popup_close img {
	 float: right;
    margin-right: -16px;
    margin-top: -18px;
	
}

#div_ciLocations_popup {
	 height: 40%;
    left: 8%;
    position: fixed;
    top: 25%;
    width: 87%;
	z-index: 100;
}

.outerdiv{
	 border: 1px solid #ddd;
    height: 513px;
    margin: 0 130px;
    padding-bottom: 20px;
}
.linkread a{cursor: pointer;color:#0e53b3;}
.linkread a:hover{color:red;text-decoration: none;
}

.mystylelogin{
	width:571px;
	background:none repeat scroll 0 0 #eaebec;
	-webkit-border-radius: 9px;
    border-radius: 9px;
    font-size: 12px;
	
}
.mystylelogin td{
	lheight:33px;
	text-align:justify;
	lpadding:0 5px;
	
}
.mystylelogin tr:hover{color:black;}


.mystylelogin .odd{background:-moz-linear-gradient(center top , #fbfbfb, #fafafa) repeat scroll 0 0 rgba(0, 0, 0, 0);font-size: 14px;height: auto;}
.mystylelogin .even{background:-moz-linear-gradient(center top , #f2f2f2, #f2f2f2) repeat scroll 0 0 rgba(0, 0, 0, 0);font-size: 14px;height: auto;}
.mystylelogin tr:overclass{
	background: #1F639B;
	background: -webkit-gradient(linear, left top, left bottom, from(#1F639B), to(#1F639B));
	background: -moz-linear-gradient(top,  #1F639B,  #1F639B);	
	color:black;
}
.outerscrollable{
   
    float: left;
    width: 580px;
}
.mystylelogin {
    background: none repeat scroll 0 0 #eaebec;
    border-radius: 9px;
    width: 571px;
}
.table-wrapper{
	
}
.cal{
	margin: 49px 20px 0px; margin:right; width:571px;
}
.mystyle {
    padding: 19px 0;
    width: 470px;
}


.clsaction{
	margin-left: -100px;
	
}

#EstfromElecdiv{

	height:500px;
	overflow: auto;
}

#div_desc_content_popup_new {
    background-color: #b7d8ff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 3px 5px 5px 5px rgba(0, 0, 0, 0.075);
    left: 28%;
    position: fixed;
    top: 25%;
    width: 43%;
    z-index: 100;
}
.status_popup_closecv img {
float: right;
   margin-right: -16px;
   margin-top: -18px;

}
.td_get_spec_from_table_new {
    background-color: #e0eefe;
    height: 38px;
    margin: 4px 10px;
    padding: 0 13px;
    text-align: justify;
}
.th_get_spec_from_table_new {
    background-color: #b7d8ff;
    color: #046ef1;
    font-size: 14px;
    height: 27px;
    padding-top: 8px;
}
span.cancelledmark {
position: absolute;
font-size: 53px;
color: rgba(253, 0, 0, 0.28);
-webkit-transform: rotate(326deg);
 -webkit-transform: rotate(326deg);
-moz-transform: rotate(326deg);
-o-transform: rotate(326deg);
writing-mode: horizontal-tb;
top: 57%;
left: 25%;
}
.pull-right {
  float: right !important;
}
.estbackward, .estforward {
	width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 0;
    background-size: cover;
}
.estbackward {
	background-image: url('../images/toolbar/icon-32-back.png');
}
.estforward {
	background-image: url('../images/toolbar/icon-32-forward.png');
}
.notactive {
    background-position: bottom;
}
.bg-deleted{
	background-color: #d20f0f;
}
.bg-normal {
	background-color: #ECF5FC;
}
.bg-od {
	background-color: #d6f4ff;
}
.bgi-deleted{
color: #E53B17;
}
.oddesctxt{
	  position: relative;
    bottom: 70px;
    left: 702px;
}
table.mat_list {
	float:left;
	width: 98%;
	margin-bottom:18px;
	border-spacing: 1px;
	background-color: rgba(82, 168, 236, 0.8);
	color: #666;
	margin-bottom: 25px;
}

table.mat_list td,
table.mat_list th {
	padding: 4px;
	width:10%;
}

table.mat_list td {padding-left: 8px;}

table.mat_list thead th {
	xtext-align:left;
    background: rgba(33, 150, 243, 0.33);
    color: #154b75;
    border-bottom: 1px solid #2982ED;
	
}

table.mat_list thead th.left {
	xtext-align: left;
}

table.mat_list thead a:hover {
	text-decoration: none;
}

table.mat_list thead th img {
	vertical-align: middle;
	padding-left: 3px;
}

table.mat_list tbody th {
	xfont-weight: bold;
	font-weight: 300;
	background: none repeat scroll 0 0 #ECF5FC;
    border-bottom: 1px solid #2982ED;
    color: #046EF1;
    margin: 5px;
    xtext-align: left;
}

table.mat_list tbody tr {
	background-color: #fff;
	xtext-align: left;
}

table.mat_list tbody tr.row0:hover td,
table.mat_list tbody tr.row1:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
table.mat_list tbody tr:hover td,
table.mat_list tbody tr:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

table.mat_list tbody tr td {
    background: rgba(183, 216, 255, 0.51);
    border: 1px solid #58adf1;
}

table.mat_list tbody tr.row1 td {
	background: #ecf5fc;
	border-top: 1px solid #FFF;
}

table.mat_list tfoot tr {
	xtext-align: left;
	color: #333;
}

table.mat_list tfoot td,table.adminlist tfoot th {
	background-color: #ecf5fc;
	border-top: 1px solid #2982ED;
	xtext-align: left;
}

table.mat_list td.order {
	xtext-align: left;
	white-space: nowrap;
	width: 200px;
}

table.mat_list td.order span {
	float: left;
	width: 20px;
	xtext-align: left;
	background-repeat: no-repeat;
	height: 13px;
}

table.mat_list .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}

table.lab_list {
	float:left;
	width: 98%;
	margin-top:31px;
	border-spacing: 1px;
	background-color: rgba(82, 168, 236, 0.8);
	color: #666;
	margin-bottom:50px;
}

table.lab_list td,
table.lab_list th {
	padding: 4px;
	width:10%;
}

table.lab_list td {padding-left: 8px;}

table.lab_list thead th {
	xtext-align:left;
	background: rgb(95, 160, 95);
    color: #275027;
    border-bottom: 1px solid #ecf5fc;
	
}

table.lab_list thead th.left {
	xtext-align: left;
}

table.lab_list thead a:hover {
	text-decoration: none;
}

table.lab_list thead th img {
	vertical-align: middle;
	padding-left: 3px;
}

table.lab_list tbody th {
	xfont-weight: bold;
	font-weight: 300;
	background: none repeat scroll 0 0 #ECF5FC;
    border-bottom: 1px solid #2982ED;
    color: #046EF1;
    margin: 5px;
    xtext-align: left;
}

table.lab_list tbody tr {
	background-color: #fff;
	xtext-align: left;
}

table.lab_list tbody tr.row0:hover td,
table.lab_list tbody tr.row1:hover td	{
	background-color: #e8f6fe;
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
table.lab_list tbody tr:hover td,
table.lab_list tbody tr:hover td	{
	background-color:rgba(92, 184, 92, 0.32);
	xborder-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

table.lab_list tbody tr td {
	 background: rgba(76, 175, 80, 0.27);
    border: 1px solid #4CAF50;

}

table.lab_list tbody tr.row1 td {
	background: #ecf5fc;
	border-top: 1px solid #FFF;
}

table.lab_list tfoot tr {
	xtext-align: left;
	color: #333;
}

table.lab_list tfoot td,table.lab_list tfoot th {
	background-color: #ecf5fc;
	border-top: 1px solid #2982ED;
	xtext-align: left;
}

table.lab_list td.order {
	xtext-align: left;
	white-space: nowrap;
	width: 200px;
}

table.lab_list td.order span {
	float: left;
	width: 20px;
	xtext-align: left;
	background-repeat: no-repeat;
	height: 13px;
}

table.lab_list .pagination {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}
.table>thead>tr>th {
	background: #b7d8ff;
}
.tbl_green{
    background: #dff0d8 !important;
}
.odviewpad{
    padding-right: 60px;
    padding-left: 63px;
}
.odview {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.odview td, #odview th {
    border: 2px solid #f7eeee;
    padding: 2px;
}

.odview tr:nth-child(even){background-color: #f2dede38;}

.odview tr:hover {background-color: #fcf8f8;}

.odview th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #f2dede;
    color: #883230;
}
.extrbtn {
    position: relative;
    bottom: 75px;
}
.changing_div {
    position: relative;
    top: 174px;
    right: 336px;
    float: right;
    font-weight: bold;
}
#form_estimation label {
    font-weight: normal;
}
.margin_b{
	    margin: 2px;
	
}
.back-line{
	border-bottom: 1px solid blue;
}
.delete_color{
	background-color:#FF0000 !important;
	pointer-events: none !important;
}
.no_cursor{
pointer-events: none;
cursor:not-allowed;
}
.red{
	color: red;
font-size: small;
font-style: italic;
}
.margin_0{
	margin:8px;
}
.align{
	
	padding: 5px !important;
	width: 235px !important;
	margin-bottom: 5px !important;
}
.alignamt{
	
	padding: 5px !important;
	width: 170px !important;
	margin-bottom: 5px !important;
}
.alignform{
	
	padding: 5px !important;
	width: 338px !important;
	margin-bottom: 5px !important;
}
.error{
color: red;
font-size: 13px;
/* font-style: italic; */
font-weight: bold;
}