/*style2 start*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	height: 100%;
}
body {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 65px;
  font-family: Arial, Tahoma, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { font-family: 'Merienda', 'Trebuchet MS', Verdana, sans-serif; font-size: 2.95em; line-height: 1.7em; margin-bottom: 20px; font-weight: bold; letter-spacing: -0.03em; color: #675d90; text-shadow: 2px 2px 0px rgba(255,255,255,0.65); text-align: center; }


#w { display: block; width: 740px; margin: 0 auto; padding-top: 45px; }


/* nav menu styles */
#nav { 
  display: block;
  margin: 0 auto; 
  -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
}

#nav li {
  text-align: left;
}

#nav > li > a { 
  display: block; 
  padding: 16px 18px;
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  background-color: #DFD4BC;
}
#nav > li > a:hover, #nav > li > a.open { 
  color: #e9e9e9;
  border-bottom-color: #384f76;
  background-color: #A89066;
}

#nav li ul {
	/*display: none;*/
	background: #E6E6E6;
}

#nav li ul li a { 
  display: block; 
  background: none;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#nav li ul li a:hover {
  background: #A89066;
}
/*style2 end*/
.welcome {
    background: #BEAC83;
    height: 50px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.welcome h2{
	color: #000;
	font-size: 20px;
	padding-top: 10px;
}
.loginBox {
    background: #f5f5f5;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
.loginForm {
    height: 138px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 34px;
}
.loginTable {
	font-size: 14px;
    height: 104px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
#menu {
	color: #000;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    padding-top: 4px;
    padding-left: 14px;
}
.reportArea{
	width: 100%;
	min-height: 400px;
	float: left;
}
.field_set{
	border: solid 1px;
	margin-top: 12px;
	padding: 8px;
}
.span_left{
	float: left;
	text-align: right;
	margin-right: 4px;
	width: 48%;
}
.span_right{
	float: left;
	text-align: left;
	width: 48%;
}
/* layout css */
	.MotherDiv{ 
		width:92%; 
		margin:0 auto ;
		clear:both
	}
	.HeaderDiv{
		float: left;
		width: 100%; 
		height:auto;
	}
	#logo{
		float: left;
		width: 34%;
		height: 62px;
		background: url(../images/logo.png) no-repeat;
	}
	#logo h1{
		
	}
	#logo p{
		
	}
	#date_clock{
		float: right;
		margin-top: 18px;
	}
	.date{
		background-color: #000;
    	float: left;
    	padding: 8px;
	}
	.date_span{
		color: #ffcc00;
    	float: left;
    	font-size: 26px;
    	height: 28px;
	}
	.clock{
		background: none repeat scroll 0 0 #000;
    	float: left;
    	height: 44px;
    	margin-left: 4px;
    	padding-top: 8px;
	}
	.MenuDiv{
		background: #BEAC83;
		height:25px;
		background-repeat:repeat-x;
		margin-top:5px;
		position:relative;
		overflow:auto;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		text-align:left;
		padding:0px 2px 2px 5px;
		font-weight:bold;
		color:#0099FF
	}
	.HeaderLeftCell{ 
		text-align:left; 
		padding:5px 0px 5px 10px;
	}
	.HeaderRightCell{ 
		text-align:right;
		padding:5px 10px 5px 0px;
	}
	.MenuContainer{ 
		text-align:right; 
		padding-right:10px;
	}
	.MenuContainer a{ 
		font-weight:bold; 
		font-size:15px; 
		color:#003366;
	}
	.ContentDiv{
		display:block;
		clear:both;
		width:100%;
		min-height: 400px;
	}
	.FooterDiv{
		border-top: solid 1px #cccccc;
		float: left;   
		text-align:center;
		margin-top:80px;
		padding-top: 4px;
		width:100%;
		clear:both;
	}
	.FooterDiv p{  
		color:#000000; 
		text-align:center;
		clear:both;
		height:40px;
	}
	
	.admin{
		float: left;
		width:100%;
		clear:both;
	    stress:inherit;
		vertical-align:sub;
	}
	
	.adminLeft{
		float: left;
    	margin-top: 20px;
    	width: 14%;
	}
	
	.adminRight{
		width:82%;		
		margin-left:20px;
		float:right;
		margin-top:20px;	
	}
/* default css */
	.txtcolor{
		color:#0000CC;
		font-size:12px;
	}

	.txtcolor1{
		color:#000000;
		font-size:13px;
		text-align: left;
	}

	h1{ 
		font-size:46px; 
		font-weight:bold;
		height: 60px;
		letter-spacing: 10px;
		margin:0;
	}
	p{
		margin:1px; 
		padding:1px;
	}
	A:link {
		text-decoration: none;
		color:#000000;
	}
	A:visited {
		text-decoration: none ;
		color:#000000;
	}
	A:active {
		text-decoration: none
	}
	A:hover {
		text-decoration: underline; 
		color: #0000CC;
	}
/* content css */
	.GridHeading{ 
		background:#999999; 
		font-weight:bold;
	}
	.Inactive{ 
		background:#FFFF66; 
		padding:5px;
	}
	.MyResumeFields{
		color:orange; 
		background:#f2f2f2; 
		font-weight:bold; 
		padding:3px; 
		width:150px;
	}
	.styleCreateCv {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: x-large;
	}
	/*19.04.17
	.TopicsMsg {
		background-color:#CCCCCC;
		color: #000000;
		line-height: 1.5;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		height:25px;
		padding-top:2px;
	}
	*/

	.TopicsMsg {
    	color: #000000;
    	font-family: Verdana,Arial,Helvetica,sans-serif;
    	font-size: 14px;
    	padding: 10px;
	}
	div.newsitem {
		background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
		border: 1px solid #EEE;
		border-color: #EEE #EEE #DDD #EEE;
		clear: both;
		color: #333;
		line-height: 1.5;
		margin: 6px;
		padding: 10px;
	}

	.style5 {
		color: #000000; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: right; 
	}

	.style20 {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		background-color:#FFFFFF;
		padding:1px;
		margin:1px;
		text-align:center;
		font-size: 11px;
	}

	.divForDistance{
		background-color:#FFFFFF;
		height:20px;
		width:98%;
	}

	.menubarEdit{
		float: left;
		background-color:#DFD4BC;
		color:#000;
		font-size:12px;
		height:30px;
		padding:10px 0px 2px 18px;
		text-align: left;
	}
	.editClass{
		color:#FFFFFF;
	}

	.tdname{
		min-width: 62px;
		text-align: right;
		padding-right: 4px;
		font-size:11px;
		color:#000000;
 		font-family:Arial, Helvetica, sans-serif;
 	}
	.td2name{
		font-size:14px;
		color:#000000;
 		font-family:Arial, Helvetica, sans-serif;
 	}

	.gapClass{
		height:20px;
		width:145px;
		background-color:#FFFFFF;
	}
	#invoice{
		font-family: Lucida Sans Typewriter;
		font-size: 12px;
		margin-left: auto;
    	margin-right: auto;
    	width: 100%;
	}
	.inv_head{
    	width: 90%;
    	margin-left: auto;
    	margin-right: auto;
	}
	.inv_head h1{
		height: 60px;
		/*background: url(../Images/monogram-60x60.bmp) no-repeat center;*/
	}
	.inv_head h2{
		font-size: 24px;
    	text-align: center;
	}
	.inv_head p{
    	text-align: center;
	}
	.inv_id{
    	width: 22%;
    	margin-left: auto;
    	margin-right: auto;
	}
	.inv_id p{
		
	}
	#inv_detail{

	}
	.inv_table1{
		margin-left: auto;
    	margin-right: auto;
    	width: 22%;
	}
	.item1{
		text-align: center;
    	width: 10em;
	}
	.item{
		text-align: justify;
    	width: 10em;
	}
	.qty{
		text-align: center;
    	width: 2em;
	}
	.unitp{
		text-align: center;
    	width: 3em;
	}
	.totalp{
		text-align: center;
    	width: 6em;
	}
	.inv_table2{
		margin-left: auto;
    	margin-right: auto;
    	width: 22%;
	}
	.inv_table2 .item{
		margin-bottom: 8px;
	}
	.close_bar{
		width: 90%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.grand_total{
		width: 20%;
		text-align: right;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
	.inv_back{
		float: left;
    	margin-right: 2px;
    	text-align: right;
    	width: 48%;
	}
	
	#terms{
		width: 20%;
		text-align: justify;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
	#terms .p2{
		text-align: center;
	}
	#webeetech{
		width: 20%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
	#webeetech p{
		margin-top: 0;
		margin-bottom: 0;
	}
	/*style1 start*/
	.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	
	}
.menu ul{
	float: right;
	background:#dfd4bc;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#DFD4BC ;
		color:#000;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #CCCCCC ;
			color:#0000FF;
			text-decoration:none;
			}
	.menu li ul{
		background:#FFFFCC;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:relative;
		
		z-index:200;
		
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:#FFFFCC;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:10px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#CCFFCC;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
	/*style1 end*/