﻿@charset "utf-8";
/* CSS Document */
/***************Core Structure**************/
body {
	margin-left: 0px;
	margin-top: 0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
}

.bottomline {border-bottom: 1px solid #2ABB3A;}

.maintable {
	background:#fff;
	border:1px solid #000;
}

.sidetable {border-right:1px solid #2ABB3A;}


/* validation */
.Validation, .Mandatory {
    color: #D90000;
    font-weight: bold;
}


/***************tables and grids**************/
.gridview {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	border:1px solid #121212;
	font-size:11px;
	line-height:18px;
	background:#fcfcfc;
}

.gridview th{
	height:25px;
	text-align:left;
}

.gridview tr{border-bottom:1px solid #121212;}

.gridview tr:hover{background:#ccc;}

.gridview td{padding:4px;}

.gridview a {color:#960001;}

.gridheaders, .gridview th {
	background:#2E393B;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

.table{width:100%;}

.table td, .gridview td{
	height:22px;
	text-align:left; 
	vertical-align:top;
}

table.cellpadding2 td{padding:2px;}


/***************Buttons and Textboxes**************/
.buttons, a.buttons, .textboxes{
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(../js/PIE.htc);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.buttons {
	background-color: #2E393B;
	border: 1px solid;
	border-color:#000;
	height: 22px;
	color:#f5f5f5;
}

.buttons:hover, a.buttons:hover {
	-webkit-box-shadow:inset 0 1px 4px 2px #738E93;
	box-shadow:inset 0 1px 4px 2px #738E93;
	cursor:pointer;
}

.textboxes {
	border:1px solid #111;
	height:22px;
	background-color:#fff;
	color:#333;
	padding-left:4px;
}

.textboxes:focus {
	border:1px solid #738E93;
	-webkit-box-shadow:0px 1px 2px 0px #2E393B ;
	-moz-box-shadow:0px 1px 2px 0px #2E393B;
	box-shadow:0px 1px 2px 0px #2E393B;
	padding-left:8px;
	color:#111;
}

/*.gridheaders .buttons, .gridheaders a.buttons {
	background:#0A4484;
	border:1px solid #111;
	font-size:14px;
}

.gridheaders input.buttons{
	height:20px;
	padding-bottom:1px;
	line-height:14px;
	vertical-align:middle;
	margin-top:3px;
	margin-bottom:0;
}

.gridheaders a.buttons{
	padding-top:1px;
	padding-bottom:1px;
}

.gridheaders .buttons:hover, .gridheaders a.buttons:hover {
	-webkit-box-shadow:inset 0 1px 4px 2px #083566;
	box-shadow:inset 0 1px 4px 2px #083566;
}*/


/***************Core Text**************/
h1 {
	color:#fff;
	font-size:15px;
	margin-top:0px; 
	line-height:25px;
	margin-bottom: 10px;
}

h2 {
	color:#000;
	font-size:14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	color:#5390D1;
	font-size:18px;
	margin-top:0px;
}

.bodytext {
	line-height: 22px;
	color: #000;
	text-decoration: none;
	text-align:justify;
}

.bodytextprint {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align:justify;
}

.bodytextRed {
	color: #f00;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
	
.headers {
	background:#2E393B; 
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:px 0px 0px 5px;
	text-decoration: none;
	
}
/* ===[ Information boxes ]=== */
.info-box, .success-box, .notification-box, .error-box {
    padding:10px 10px 10px 70px;
	margin:10px;
    position:relative;
	display:block;
    min-height:45px;
    font-size:13px;
}

.info-box {
    color:#64757f;
	background:#e1f2fc url(images/icon-info.png) 10px 10px no-repeat;
    border:1px solid #68a2cf;
}

.success-box {
    color:#697a58;
	background:#eeffdd url(images/icon-download.png) 10px 10px no-repeat;
    border:1px solid #a3c159;
}

.notification-box {
    color:#79725b;
	background:#fef7e0 url(images/icon-note.png) 10px 10px no-repeat;
    border:1px solid #e6c555;
}

.error-box {
    color:#7e6c6c;
	background:#feebeb url(images/icon-error.png) 10px 10px no-repeat;
    border:1px solid #ff9999;
}

.topNav a{ 
	 border:1px solid #333;
	 text-align:center;
	 background:#B6FF00;
	 display:block;
	 width:98%;
	 height:100%;
	 margin:0 auto;
	 text-decoration:none;
	 font-size:12px;
	 vertical-align:middle;
	 line-height:25px;
	 font-weight:bold;
}

.topNav a:hover, .topNav a.act{
	text-decoration:none;
	color:#fff;
	background:#2e393b;
}

td.alignleft, th.alignleft {
    text-align: left;
}

td.aligncenter, th.aligncenter {
    text-align: center;
}

td.alignright, th.alignright {
    text-align: right;
}