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: inherit;
	vertical-align: baseline;
	outline: none;
}
select, input, textarea{
    outline: none;
    resize: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, .footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
}
body {
	line-height: 1;
	outline: 0 none;
	cursor: default;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************************************************************************/
body
{
    width:100%;
    font-family: "arial", sans-serif;
    font-size: 12px;
    height: 100%;
    float:left;
}

h2 {
	color: #a6a6a6;
}

/* LOGIN & REGISTER FORM */

.login_box {
	width: 360px;
	height: 420px;
	margin: 200px auto;
	background: #333;
	border-radius: 6px;
	text-align: center;
	padding-top: 1px;
}
.login_box .logo_box{
	width: 250px;
	height:126px;
	border-bottom: 1px solid #666;
	float: left;
	margin:0 0 30px 55px;
}
.login_box .logo_box img{
	float: left;
	margin:35px 0 0 35px;
}
.login_box .text-field {																			/* Input fields; Username, Password etc. */
	border:0;
	width:300px;
	height: 40px;
	border-radius: 3px;
	margin: 12px 0 0 25px;
	padding-left: 10px;
	font: normal 16px/17px arial,sans-serif;
	color: #666;
	background: #fcfcfc;
	outline: none;
	float: left;
	position: relative;
}
.login_box .text-field:focus {
	box-shadow: inset 0 0 2px rgba(0,0,0, .3);
	color: #333;
	background: white;
}
.login_box .button {																				/* Submit button */
	border-radius: 4px;
	width: 310px;
	height: 40px;
	border: 0;
	margin: 20px 0 0 25px;
	background: #ff9738;
	cursor: pointer;
	color: #fff;
	font: normal 16px/17px arial,sans-serif;
	float: left;
}
.login_box .lost_pass {																				/* Submit button */
	margin: 20px 0 0 105px;
	color: #ccc;
	font: normal 14px/15px arial,sans-serif;
	float: left;
	text-decoration: none;
}
.data_cntnr{
	width: 100%;
	float: left;
}
.wrapper{
	width:1000px;
	margin: 0 auto;
    position:relative;
	
}

.headerWrap{
	width:100%;
	height: 100px;
	background: #333;
	float: left;
}
.headerWrap .logo_inner{
	float: left;
	margin: 20px 0 0;
}
.headerWrap .loginWrap{
	position: relative;
	float: right;
	margin: 35px 0 0;
}
.headerWrap .loginWrap p{
	color:#fff;
	float: left;
	font: normal 14px/15px arial,sans-serif;
	margin: 10px 10px 0 0;
}
.headerWrap .loginWrap p a{
	color:#ff9738;
}
.headerWrap .loginWrap .logout{
	color:#ccc;
	float: left;
	padding: 10px 40px;
	background: #000;
	font: normal 14px/15px arial,sans-serif;
}
.headerWrap .loginWrap .logout:hover{
	text-decoration: none;
}

.list_view{
	width:100%;
	text-align: left;
	border: solid 1px #bebebe;
	margin: 0px ;
}
.list_view thead tr{
	height: 40px;
	border-bottom: solid 1px #bababa;
	background-image: linear-gradient(bottom, #F3F3F3 3%, #F8F8F8 87%);
	background-image: -o-linear-gradient(bottom, #F3F3F3 3%, #F8F8F8 87%);
	background-image: -moz-linear-gradient(bottom, #F3F3F3 3%, #F8F8F8 87%);
	background-image: -webkit-linear-gradient(bottom, #F3F3F3 3%, #F8F8F8 87%);
	background-image: -ms-linear-gradient(bottom, #F3F3F3 3%, #F8F8F8 87%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.03, #F3F3F3),
		color-stop(0.87, #F8F8F8)
	);
}
.list_view thead tr th{
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
}
.list_view tbody tr{
	height: 40px;
	border-bottom: solid 1px #e0dfdf;
	background: #f6f4f4;
}
.list_view tbody tr:nth-child(2n+1){
	background: #fff;
}
.list_view tbody tr td{
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	color:#676767;
}
.list_view tbody tr td a{
	vertical-align: middle;
	margin: 0 10px;
}
.list_view tbody tr td b{
	font: normal 16px/17px arial,sans-serif;
	color: #333;
	margin: 20px 0;
}
.head{
	width: 100%;
	float: left;
	font: normal 24px/25px arial,sans-serif;
	color: #333;
	margin: 20px 0;
}
/*****************/

#message{
	width: 100%;
	position: relative;
	float: left;color: red;
	font: bold 12px/12px arial,sans-serif;
}
label.error{	
	position: relative;float: left;
	color: red;font: bold 12px/12px arial,sans-serif;
	text-align: left;
	margin: 5px 0px 0px 24px;
}
.list_view label.error{
	margin: 10px 0px 0px 30px !important;
	
}
#uAcceptForm .list_view tbody tr td:first-child{
	width:200px;
}
.red_message{
  width: 100%;
  position: relative;
  float: left;
  color: red;
  font: bold 12px/12px arial,sans-serif;
  text-align: left;margin: 5px 0px 0px 24px;
}
.green_message{
  width: 100%;
  position: relative;
  float: left;
  color: green;
  font: bold 12px/12px arial,sans-serif;
  text-align: left;margin: 5px 0px 0px 24px;
}

#dialog{
	position: fixed;
	width: 360px;
	height: 280px;
	margin: 200px auto;
	margin-top: 150px !important;
	background: #25383C;
	border-radius: 6px;
	text-align: center;
	padding-top: 1px;
}
#dialog .text-field {																	
	border:0;
	width:300px;
	height: 40px;
	border-radius: 3px;
	margin: 12px 0 0 25px;
	padding-left: 10px;
	font: normal 16px/17px arial,sans-serif;
	color: #666;
	background: #fcfcfc;
	outline: none;
	float: left;
	position: relative;
}
#dialog.text-field:focus {
	box-shadow: inset 0 0 2px rgba(0,0,0, .3);
	color: #333;
	background: white;
}
#dialog .button {																			
	border-radius: 4px;
	width: 300px;
	height: 40px;
	border: 0;
	margin: 20px 0 0 25px;
	background: #ff9738;
	cursor: pointer;
	color: #fff;
	font: normal 16px/17px arial,sans-serif;
	float: left;
}
#dialog h1{
	margin: 20px 0px 15px 0px;
    font: bold 18px/17px arial,sans-serif;
	color:#fff;
}
.message_container{
	position:absolute !important;
	margin-left:310px !important;
	margin-top:48px !important;
	
}
.list_view input{
	float:left !important;
}
.list_view tbody tr td:first-child{
	width:160px;
}
.main_table tbody tr td:first-child{
	width:10px !important;
}

/* Main Menu */
#main-menu{
	clear: both;
}
#main-menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#main-menu li{
	list-style: none;
	padding: 10px;
	background-color: black;
	color: #F0F0F0 !important;
	width: 150px;
	float: left;
	text-align: center;
}

#main-menu li:hover{
	background-color: #CCCCCC;
	color:  black !important;
}

#main-menu li.active{
	background-color: #F0F0F0;
	color:  black !important;
}

.view-more{
	color: blue;
	cursor: pointer;
}

.more-data{
	height: auto !important;
	border: 0px;
}

.more-data td{
	padding: 0px;
	border: 0px;
	height: 0px;
}

.more-data ul{
	display: block;
	padding: 5px;
	line-height: 20px;
	border: 1px solid #D0D0D0;
	margin: 5px 0px;
	width: 900px !important;
	overflow: hidden;
}

.more-data li{
	width: 300px;
	float: left;
}

.hide {
	display: none;
}

.show {
	display: table-row;
}