/*----------------------------------------------------------------------------- 

 version:   1.0
 date:      03/15/2012 
 author:    [Bijomon Varghese] 
 company:   [http://www.ennovations.in]

   * Copyright (c) 2005-Present
	
-----------------------------------------------------------------------------*/

/* reset.css */
* {
	margin:0;
	padding:0;
	border:0;
}
a img {
	border:none;
}
:focus {
	outline:0;
}
/*table tbody tr:nth-child(even){ background-color:#424143; }
table tbody tr:nth-child(odd){ background-color:#525153; }*/
table tbody tr{
	background:#444444;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #535353 0%, #4A4A4A 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #535353 0%, #4A4A4A 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #535353 0%, #4A4A4A 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #535353), color-stop(1, #4A4A4A));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #535353 0%, #4A4A4A 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #535353 0%, #4A4A4A 100%);
}

.ui-datepicker table tbody tr:nth-child(even), .ui-datepicker table tbody tr:nth-child(odd), .ui-datepicker tr, .ui-datepicker td{ background-color:transparent !important; background-image:none !important;
border:none !important;
}

.ui-datepicker table td{
	height:auto;
	background-color:#fff;
}
table{
	border-collapse:collapse;
	text-align:left;
}
table td, table th{
	border-bottom:#333 1px solid;
}
table th{
	background: #c0c0c0;
	font-weight:bold;
	padding:0;
	color:#000;
	text-align:center;
	line-height:28px;
}
table td{
	padding:5px;
	/*text-align:left;*/
	color:#ccc;
	height:32px;
}
table td img{
	vertical-align:middle;
}
/* typography.css */
html {
	font-size:100.01%;
}
body {
	font-size:12px;
	color:#33312a;
	background:#222 url(../img/bg.png) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin:23px 0 0;
	/*color:#33312a;*/
	color:#ccc;
	text-transform:uppercase;
	background: #333333;
	padding: 15px 20px;
	border:#333 2px solid;
	position:relative;
	/*border-radius: 10px 10px 0 0;*/
	/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #535353 0%, #4A4A4A 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #535353 0%, #4A4A4A 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #535353 0%, #4A4A4A 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #535353), color-stop(1, #4A4A4A));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #535353 0%, #4A4A4A 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at center, #535353 0%, #4A4A4A 100%);
}
h1 span.backtoprevious{
	position:absolute;
	right:25px;
	top:12px;
	text-indent:-9999px;
}
h1 span a{
	display:block;
	width:185px;
	height:28px;
	background:url(../img/previous-page.png) no-repeat;
}
h2 {
	font-size:14px;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-top:2px #999 solid;
	border-bottom:2px #999 solid;
	margin-bottom:0;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:15px;
	font-weight:normal;
	color:#88b500;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
.left {
	float:left !important;
}
p .left {
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
.right {
	float:right !important;
}
p .right {
	margin:1.5em 0 1.5em 1.5em;
	padding:0;
}
a:focus, a:hover {
	color:#09f;
}
a {
	color:#CC3030;
	text-decoration:none;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
code {
	font:1em 'Courier New', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0;
}
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
/* forms.css */
label {
	font-weight:normal;
}
label b{
	color:#F00;
	font-weight:normal;
	display:inline-block;
	padding:0 0 0 3px;
}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea{
	background:#2c2c2c;
	border:1px solid #7f8184;
	color:#fff;
	height:19px;
	width:35% !important;
	font-size:13px;
	padding:5px 10px;
	border-radius:4px;
}
input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#888;
	background:#505050;
}
select {
	background-color:#2c2c2c;
	border:1px solid #7f8183;
	/*height:21px;*/
	width:39% !important;
	color:#fff;
	padding:5px 10px;
	border-radius:4px;
}
input[type=text], input[type=password], input[type=url], input[type=email], input[type=file], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}
input[type=radio]{
	margin-top:12px;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:190px;
	height:auto !important;
/*	height:250px;
	padding:5px;*/
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
.error_msg, .alert_msg, .notice_msg, .success_msg, .info_msg {
	padding:5px;
	margin:5px;
	border:2px solid #ddd;
	display:block;
	width:auto !important;
	font-size:16px;
	text-align:center;
}
.error_msg, .alert_msg {
	background:#fbe3e4;
	color:#8a1f11;
	border-color:#fbc2c4;
}
.notice_msg {
	background:#fff6bf;
	color:#514721;
	border-color:#ffd324;
}
.success_msg {
	background:#e6efc2;
	color:#264409;
	border-color:#c6d880;
}
.info_msg {
	background:#d5edf8;
	color:#205791;
	border-color:#92cae4;
}
.error_msg a, .alert_msg a {
	color:#8a1f11;
}
.notice_msg a {
	color:#514721;
}
.success_msg a {
	color:#264409;
}
.info_msg a {
	color:#205791;
}
/* grid.css */
.container {
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:left;
	min-width:980px;
}
hr {
	background:none;
	clear:both;
	width:100%;
	height:0;
	margin:0;
	padding:0;
	border:none;
	border-bottom:#ddd 1px solid;
}
.clr {
	clear:both;
}
#header {
	height:96px;
	background:url(../img/header-bg.png) repeat-x;
}
#header span.admin{
	font-size:50px;
	position:absolute;
	right:50px;	
	top:43px;
	color:#fff;
	font-size:40px;
}
.logo {
	position:absolute;
	top:25px;
	left:15px;
	z-index:100;
}
.header_img {
	position:absolute;
	top:0;
	right:0;
}
.left_nav_header {
	width:182px;
	height:37px;
	line-height:37px;
	float:left;
	color:#fff;
	padding:0 0 0 17px;
	font-size:14px;
}
.left_nav_header img {
	vertical-align:middle;
	margin:0 0 0 5px;
}
#nav {
	height:36px;
	line-height:36px;
	text-transform:capitalize;
	padding:0 0 0 199px;
	background:url(../img/nav-bg.png) repeat-x;
	min-width:825px;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#nav ul li.first{
	border-left:#333333 1px solid;
}
#nav ul li {
	float:left;
	border-right:#333333 1px solid;	
	transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
 -0-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
}
#nav ul li a {
	display:block;
	text-decoration:none;
	color:#ccc;
	text-align:center;
	padding:0 12px;
	font-weight:bold;
}
#nav ul li:hover a, #nav ul li.active a {
	color:#CE2815;
}
#nav ul li ul {
	display:none;
	position:absolute;
	background:#1c1c1c;
	border-right:#333333 4px solid;
	border-bottom:#333333 4px solid;
	border-left:#333333 4px solid;
	z-index:100;
	min-width:0;
	width:198px;
	font-size:12px;
	line-height:30px;
	padding:10px 5px;
}
#nav ul li:hover ul {
	display:block;
}
#nav ul li ul li {
	width:auto;
	width:188px;
	background:none;
	border-bottom:#8d8d8d 1px solid;
	margin:0 5px;
	border-right:0;
}
#nav ul li ul li:hover, #nav ul li ul li.active {
	background:#333333;
}
#nav ul li:hover ul li a {
	text-align:left;
	padding:0 10px;
	border-bottom:#333333 2px solid;
	color:#ccc;
}
#nav ul li ul li a:hover, #nav ul li ul li a.active {
	border-bottom:#fff 2px solid;
}
.left_nav {
	float:left;
	width:199px;
	min-height:525px;
	font-size:13px;
}
.left_nav ul {
	list-style-type:none;
	margin:0 10px;
	padding:0;
	text-transform:capitalize;
}
.left_nav ul li {
	border-bottom:#454545 dashed 1px;
	line-height:24px;
	padding:0 10px;
	margin-top:5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
 -0-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.left_nav ul li:hover, .left_nav ul li.active {
	padding:0 0 0 20px;
	color:#79FCFF;
}
.left_nav ul li.active a, .left_nav ul li:hover a  {
	/*color:#cc3030;*/
	color:#CE2815;
}
.left_nav ul li a {
	text-decoration:none;
	/*color:#454545;*/
	color:#fff;
	display:block;
}
.right_panel {
	min-width:780px;
	/*width:78%;*/
	margin:23px 0 0 220px;
	padding:0 0 50px 0;
	min-height:500px;
	position:relative;
}
.login{
	background:#313131;
	height:30px;
	padding:6px 19px 0;
	display:inline-block;
	position:absolute;
	right:1%;
	top:7px;
	color:#ccc;
	border-radius:0 0 10px 10px;
}
.login_span{
	display: inline-block;
	margin:3px 0 0 0;
}
.logout {
	background:url(../img/logout.png) no-repeat;
	width:22px;
	height:22px;
	border:0;
	margin:0;
	padding:0;
	float:right;
	cursor:pointer;
	text-indent:-9999px;
}
.form_panel {
	border:2px solid #333333;
	min-height:10px;
	/*max-height:500px;*/
	padding:0;
	min-width:780px;
}
.form_panel ul, .ui-accordion-content ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	background:url(../img/form_panel_bg.jpg) repeat-y;
}
.form_panel ul li, .ui-accordion-content ul li {
	width:364px;
	float:left;
	padding:0 70px;
	min-height:48px;
}
.form_panel ul li a{
	position:absolute;
	left:336px;
}
.form_panel2 ul li{
	width:444px;
	padding:0 30px;
}
.form_panel .divider ul {
	float:none;
	background:none;
}
.form_panel .divider ul li {
	float:none;
}
.form_panel label, .ui-accordion-content label, .form_panel span, .ui-accordion-content span {
	display:inline-block;
	width:140px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	vertical-align:top;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.form_panel tr td.factory label { margin:0; }
.form_panel tr td.factory input[type=checkbox] { margin-right:10px; margin-left:10px; margin-top: 3px; }
.form_panel span, .ui-accordion-content span {
	width:auto;
}
.form_panel2 label{
	width:202px;
}
.form_panel label span, .ui-accordion-content label span{
	color:#888;
}
.required{
}
.form_panel span.error {
	float: none;
	color: red;
	padding-left: .2em;
	padding-top: 0;
	vertical-align:top;
	display:inline-block;
	margin-left:165px;
	margin-top:0;
}
.form_panel2 span.error {
	margin-left:202px;
}
.failed input, .failed select{
	margin-left:90px;
	width:50% !important;
}
.failed span.error {
	margin-left:95px;
}
.audit_failed input, .audit_failed select{
	margin-left:165px;
}
.audit_failed span.error {
	margin-left:170px;
}
.divider ul li{
	position:relative;
}
.form_panel ul li i{
	display:none;
	position:absolute;
	left:440px;
	top:0;
	min-width:375px;
	font-style:normal;
	background:url(../img/tooltip-arrow.png) top left no-repeat;
	padding:0 0 0 32px;
}
.form_panel ul li i b{
	padding:0 25px 0 5px;
	line-height:29px;
	background:url(../img/tooltip-bg.png) right top;
	display:inline-block;
}
.form_panel ul li:hover i{
	display:block;
}
.divider {
	background:url(../img/form_panel_bg.jpg) repeat-y;
	width:1010px;
}
.listbx {
	width:364px;
	float:right;
	margin:0 70px;
}
.btn_sec {
	float:left;
	width:100%;
	text-align:center;
	margin:25px 0 50px;
}
.margin {
	margin-bottom:20px;
}
.btn_sec input {
	background:url(../img/button.png) 0 0;
	width:175px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	margin:0 15px;
}
.btn_sec input:hover, .btn_sec input:focus{
	background-position:0 30px;
}

.btnInTable {
    background: url(../img/button.png) 0 0;
    width: 175px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    margin: 0 15px;
}
.btnInTable:hover, .btnInTable:focus{
	background-position:0 30px;
}


#footer_panel {
	clear:both;
	width:100%;
	background:#191919;
	height:55px;
	line-height:55px;
	color:#fff;
	display:block;
}
.copyright {
	float:left;
	margin:0 0 0 20px;
}
.powered {
	float:right;
	margin:0 20px 0 0;
	display:none;
}
.powered img {
	vertical-align:middle;
}
#accordion ul {
	list-style-type:none;
	float:left;
	width:100%;
	background:url(../img/form_panel_bg.jpg) repeat-y;
}
#accordion ul li {
	float:left;
	padding:0 45px;
	width:414px;
}
.grid_h {
	border-top:#ddd 2px solid;
	border-bottom:none;
	padding:2px;
}

.grid {
	border-top:#ddd 2px solid;
	border-bottom:none;
	padding:0;
}
.error{
	border:red 1px solid !important;
}
.form_panel span.error{
	border:none !important;
}
#selectlist{
	width:364px;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for chrome/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.rmc{
	margin:10px 0 0 0;
	padding-bottom:20px;
}
.rmc, .rmc ul li{
	background:#ddd;
}
.rmc ul {
	background:none;
}
.login_sec{
	width:350px;
	margin:50px auto 0; 
	border:#9d9d9d 1px solid;
	height:280px;
	border-radius:7px;
}
.login_sec h1{
	width:auto;
	background:none;
	font-size:16px;
	margin-top:10px;
}
.login_sec ul{
	list-style-type:none;
}
.login_sec label{
	width:85px;
	display:inline-block;
	margin-top:20px;
}
.login_sec input[type=text], .login_sec input[type=password]{
	background:#fff;
}
.login_sec img{
	vertical-align:middle;
}
.login_sec span.error{
	border:none !important;
	display:block;
	color:red;
	margin-left:90px;
}
.login_sec .btn_sec{
	float:none;
	width:auto;
}
.login_sec .btn_sec input{
	margin-left:35px;
}
.change-password { display:block; color:#00FF00; margin-top:5px; }
.dashboard{
	width:810px;
	min-height:400px;
	margin:50px auto 0;
}
.dashboard_l{
	float:left;
	width:399px;
	min-height:400px;
	background:#f8fce5 url(../img/dashboard-bg.jpg) repeat-x bottom;
	border:#aaa 1px solid;
}
.dashboard_r{
	float:right;
	width:399px;
	min-height:400px;
	background:#f8fce5 url(../img/dashboard-bg.jpg) repeat-x bottom;
	border:#aaa 1px solid;
}
.dashboard_h{
	background:url(../img/dashboard-h.jpg) no-repeat;
	width:359px;
	height:33px;
	line-height:33px;
	margin:0;
	padding:0;
	color:#fff;
	padding:0 20px;
	
}
.dashboard_l ul, .dashboard_r ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.dashboard_l ul li, .dashboard_r ul li{
	float:left;
	display:inline-block;
	border:#7fa840 1px solid;
	border-top:none;
	border-left:none;
	height:24px;
	line-height:24px;
	margin:0;
	padding:0;
}
.dashboard_l ul li.a, .dashboard_r ul li.a{
	width:50px;
	text-align:center;
}
.dashboard_l ul li.b, .dashboard_r ul li.b{
	width:278px;
	padding:0 10px;
}
.dashboard_l ul li.c, .dashboard_r ul li.c{
	width:48px;
	text-align:center;
}
.dashboard_l ul li.c img, .dashboard_r ul li.c img{
	margin-top:3px;
}
.pending td,.pending td a {
	color:#fff;
}
.complete td{
	color:#0F0;
}
.login_panel{
	width:500px;
	margin:110px auto;
}
.login_panel .form_panel{
	min-width:0;
}
.login_panel input[type=checkbox]{
	margin: 0.9em 0;
}

/*pagination.css*/
.pagination{background:#888;height:30px; font-size:10px; -webkit-font-smoothing:antialiased; padding:5px 0 0 20px;}
.pagination a, .pagination span {background:url(../img/pagination.png) no-repeat;	display:block;float:left;width:28px;height:27px;text-decoration:none;text-align:center;line-height:26px;margin-right:3px;font-weight:bold;}
.pagination .next, .pagination .previous{text-indent:-9999px;}
.pagination a, .pagination span {background-position:0 -54px;color:#fff;	text-shadow:1px 1px 0 #222527;}
.pagination a:hover {background-position:0 -81px;}
.pagination span {background-position:-140px -54px;text-shadow:0 1px 0 #191b1d;color:#fff;font-size:10px; margin:0 3px 0 0;}
.pagination td{ border-bottom:none;}
.next {background-position:-113px -54px !important;}
.next:hover {background-position:-113px -81px !important;}
.previous {background-position:-28px -54px !important;}
.previous:hover {background-position:-28px -81px !important;}

/*search panel.css*/
.search{cursor:pointer;}
.search_panel{display:none;}


/*manage panel.css*/
.manage_divide{border-right: black 1px solid; height: 25px; margin: 0 5px !important; width: 1px !important; padding: 0;}
/*-------------------------------------
     Author :Issac
     Date:10/09/2012
-------------------------------------*/
.complete td a{
	color:#0F0;
	text-decoration:none;
}
.complete td a:hover{
	color:#09F;
	text-decoration:none;
}
/*---- INVOICE ----*/
.invoice { background:#fff; min-height:700px; width:650px; padding:30px; margin:0 auto; } 
.invoice .date span { font-size:14px; display:block; }
.invoice pre { font-size:14px; padding-top:10px;  }
.in-header { border-bottom:5px solid #333; padding-bottom:40px; }

.invoice table { border:1px solid #222; }
.invoice th { color:#000; background:#CCC; border-right:1px solid #222; } 
.invoice tr {  color:#000; background:#fff; }
.invoice td { color:#000; text-align:center; height:25px; line-height:25px; border-right:1px solid #222; }
.invoice td input[type=text] { background:none; color:#222; border:1px solid #999;}
.text-area {}
.text-area span { display:block; vertical-align:top; color:#000; font-weight:bold; text-align:left; }
.text-area textarea { background:#fff; width:90%!important; min-height:140px!important; color:#222; overflow:hidden;  }

.invoice .footer { background:#edecec; height:60px; line-height:60px; text-align:center; margin-top:20px; }
.invoice .footer p { font-size:16px; text-transform:uppercase; }

.btn{text-align:center; width:100%; margin:10px 0;}
.btn a, .btn input{ background:url(../img/print-btn.png) repeat-x; color:#fff; text-decoration:none; display:block; padding:2px 20px; border:1px solid #fff; text-align:center; font-size:18px; font-weight:bold; display:inline-block; margin:0 10px; cursor:pointer; }
.btn a:hover { background:url(../img/print-btn-hover.png) repeat-x;}

.btn_s{text-align:center; margin:5px 0;}
.btn_s a, .btn_s input{ background:url(../img/print-btn.png) repeat-x; color:#fff; text-decoration:none; display:block; padding:2px 5px; border:1px solid #fff; text-align:center; font-size:12px; font-weight:bold; display:inline-block; margin:0 5px; cursor:pointer; }
.btn_s a:hover { background:url(../img/print-btn-hover.png) repeat-x;}


.complete td input.edit { background:url(../img/edit.png) no-repeat; width:24px; height:24px; cursor:pointer;}
.complete td input.delete { background:url(../img/delete.png) no-repeat; width:24px; height:24px; cursor:pointer; }

/*---- Clients ----*/
a.export { background:url(../img/print-btn.png) repeat-x; height:36px; line-height:36px; color:#fff; text-decoration:none; display:block; padding:0 10px 0 10px; width:150px;  border:1px solid #fff; text-align:center; font-size:18px; font-weight:bold; margin-left:430px; margin-top:10px;}
a.export:hover { background:url(../img/print-btn-hover.png) repeat-x; width:150px; }

#ContentPlaceHolder1_modalPopUpExtender1_backgroundElement{ background:#000; opacity:0.85;}
#ContentPlaceHolder1_Panel2{ background:#ccc; margin:0 !important; padding:20px 20px 10px 20px; font-weight:bold; position:relative;}
.pop_up td{ padding-left:20px;}
.pop_up strong{ display:inline-block; margin-right:5px; width:100px; }


.MobileNevButton { display:none; height:36px; width:100%; background-image:url(../img/MobileNevButton.png); color:#ccc; text-align:left; text-indent:50px; font-weight:bold; cursor:pointer; }
.CheckboxSpan {padding:0 !important; margin:0 !important;}	


/*MEDIA QUERY*/
@media only screen and (max-width : 320px) {
	body {background:#222;	background-image:none;}
	.container { width:100%; min-width:100%;}
	.left_nav {display:none;}
	.right_panel { width: 100%; margin: 23px 0 0 0; min-width:100%; padding:0;}
	#nav { padding: 0; width:100%; min-width:100%;}
	#nav ul {float:left; display:block;}
	#nav ul li { width:100%; border:none; border-bottom: #333333 1px solid; background: url(../img/nav-bg.png) repeat-x;}
	.logo {width:100%; position:relative; left:0; top:0;}
	.login { position:relative; top:0; right:0; width:100%; border-radius:0; padding:0; height:40px; }
	.login a { margin-left:5px;}
	.logout { margin-top:8px; margin-right:5px;}
	.login_span { margin:3px 0 3px 5px;}
	#nav ul li a { text-align:left; text-indent:10px; padding:0;}
	#nav ul li ul { position:relative; border-top:1px solid #ccc; width:100%; padding:0;}
	#nav ul li ul li { width:100%; padding:0; margin:0;}
	#nav ul li:hover ul li a { padding:0;}
	.form_panel { min-width:100%; border:none;}
	.form_panel td { float:left; display:block; width:100% !important; vertical-align:middle; height:auto; padding:0; min-height:36px;}
	.form_panel th { float:left; display:block; width:100%; height:auto; padding:0; min-height:36px;}
	.form_panel input[type="text"] { width:77% !important; margin-left:5px;}
	.form_panel select { width:84% !important; margin-left:5px;}
	.form_panel textarea  { width:77% !important; margin-left:5px;}
	.btn_sec {margin:0;}
	.btn_sec input[type="submit"] {margin-bottom:10px;}
	.MobileNevButton { display:block;}
	#nav { display:none;}
	.btn_s input { width:60%; height:30px;}
    .CheckboxSpan {float:left; display:block !important; width:100%; padding:0; margin:0 0 0 5px !important; min-height:25px;}	
    .failed input, .failed select {margin-left: 5px;}
    .TableRowGap tr { border-bottom:20px solid #000;}
    .TableRowGap td { line-height:36px;}
    .login_panel { width:100%; margin:0;}
    .login_panel .form_panel #txtUserName { width:77% !important; margin-left:5px;}
    .login_panel .form_panel #txtPassword { width:77% !important; margin-left:5px;}
    #RememberLabel { display:none;}
    .login_panel .btn_sec { margin-top:10px;}
}
.sublogo{ float:right; margin-right:840px; padding:3px 0;}
.sublogo1{ float:right; margin-right:1px; padding:3px 0;}
.sublogo3 {
float: left;
margin-left: 20px;
margin-top: 10px;
padding: 3px 0;

}
/*#ContentPlaceHolder1_gvSearchResult tbody th:nth-child(8){ float:left; width:85px; line-height:30px !important; border-bottom:0px;}*/
