body {
	background:url(../img/bg_b.jpg) repeat-x;
	padding:0;
	margin:0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	margin: 0 auto;
	width:98%;
	min-height:400px;
}

#header {
	height: 117px;
}

#header h1 {
	color: #fff;
	font-size:36px;
}

#content {
	
    min-height: 560px;
	border: 1px solid #666;
    background: #eeeeee;
    border: 1px solid #E2E2E2;
    box-shadow: 0 14px 12px -12px black;
   /* margin: 0 auto 1em;*/
    overflow: hidden;
    padding: .03em;
	overflow:hidden;
}


#content2 {
	width:100%;
    padding:0px;
	padding: 1em;
	
}
#maincontent {
	background: #fff;
	border:1px solid #e2e2e2;
	width:100%;
	margin:0 auto;
    min-height: 500px;
	overflow:hidden;
	padding-bottom:2em;
}
#maincontent2 {
	background: #fff;
	border:1px solid #e2e2e2;
	width:100%;
	margin:0 auto;
    min-height: 500px;
	overflow:hidden;
	padding-bottom:2em;
}

#loginForm {
	margin: 0 auto;
	width:600px;
	font-size:14px;
	line-height:20px;
	background:url(../img/login.jpg) no-repeat;
	border-radius: 2px;
	margin-top:40px;
	padding: 20px;
	padding-left:300px;
	
}

.formLabel {
	width:100px;
	float:left;
}
.formInput {
	width:300px;
	float:left;
}

.formLabel1 {
	color:#000000;
	
	
}

.formLabel2 {
	/*background-color:#5b9bd5;*/
	color:#000000;
	
}
.formInput1 {
	width:50px;

	
}

input[type=text], input[type=password], textarea, select {	
	padding:5px;
	/*width:50px;/*/
	box-shadow: 0 4px 5px -5px black;
	border:1px solid #ccc;
	border-radius: 2px;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}


#loginForm a {
	color: #6f767c;
}
#dynamicContent {
	float:left;
	width: 97.5%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	
	

}
#nav{
	float:left;
	width: 100%;
}
#tab{
	float:left;
	width: 100%;
}
#menu {
	float:left;
	width: 150px;
	
	/*padding-left: 15px;*/
	padding-top: 20px;
}

.menu {
  height:22px;
  padding-top:8px;
  /*text-align:left;*/
  color:#8f8e8e;
  text-align:center;
  vertical-align:middle;
  background-color: #f5f5f5;
  border:#bababa solid thin;

}
.menu a, .activemainmenu a { 
	color: #145fb7;
	/*font-weight: bold;*/
	text-decoration:none;
	
}
.activemainmenu {
	height:22px;
	padding-top:8px;
	color:#ffffff;
	background-color:#145fb7;
	border: #bababa thin solid;
	font-weight: bold;
}
.activemainmenu a {
	color: #fff;
	font-weight:bold;
}


/* tab */

.tab {
  height:22px;
  padding-top:8px;
  /*text-align:left;*/
  color:#8f8e8e;
  text-align:center;
  vertical-align:middle;
  background-color: #f5f5f5;
  border:#bababa solid thin;

}
.tab a, .activetab a { 
	color: #000052;
	/*font-weight: bold;*/
	text-decoration:none;
	
}
.activetab {
	height:22px;
	padding-top:8px;
	color:#000052;
	background-color:#6391fa;
	border: #bababa thin solid;
	font-weight: bold;
}
.activetab a {
	color: #fff;
	font-weight:bold;
}

/* end*/ 
#loader {
	display:none;
	background: url(../img/loader_bg.jpg) no-repeat;
	height:24px;
	width: 80px;
	position:absolute;
	z-index: 101;
	top: 150px;
	left: 45%;
}

th {
	text-align:left;
}


.gray {
	background: #f5f5f5;
}

a {
	text-decoration:none;
	color: #336699;
}

a:hover {
	text-decoration:underline;
}

td, th{
	min-height:35px;
}

#ajax_response {
	border : 1px solid #8789E7;
	background : #FFFFFF;
	position:absolute;
	display:none;
	padding:2px 2px;
	top:auto;
	height:200px;
	width:250px;
	overflow-y: scroll;
}

#ajax_response ul li {
	list-style:none;
}
#ajax_response ul {
	padding:0;
	margin:0;
	margin-bottom:8px;
}

img {
	border:none;
}
#pages_button {
	padding:0;
	margin:0;
	text-align:center;
}
#pages_button li {
	list-style:none;
	float:left;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .7em;
	padding-right: .7em;
	margin-left: .7em;
	font-size:13px;
	border:1px solid #ddd;
	background: #eee;
	color:#000;
	font-weight:bold;
}

#pages_button li:hover {
	background: none;
}

#pages_button li.active {
	background: none;
}

#pages_button li.spacer {
	background: none;
	border:none;
	width:40px;
}


.dkgreybk{
	width:100%;
	background: none repeat scroll 0 0 #f2f2f2;
}
.greybk{
	width:100%;
	background: none repeat scroll 0 0 #ccc;
}
.whtbk{
	width:100%;
	background: none repeat scroll 0 0 #fff;
} 