/* new layout */

.login_top{
    background: #F2F7FF url('../img/bantec/back1.png') 0 0 repeat-x;
    height:81px;
    vertical-align:middle;
}

.logo_top{
    background: #F2F7FF url('../img/bantec/back1.png') 0 0 repeat-x;
    height:81px;
    vertical-align:middle;
    width: 280px;
}
.menu_top{
    background: #F2F7FF url('../img/bantec/back2.png') 0 0 repeat-x;
    height:81px;
    vertical-align:top;
}
.left_side{
    padding-left:25px;
    padding-top:15px;
    padding-right:25px;
    background: #F2F7FF url('../img/bantec/back3.gif') 0 0 repeat-y;
    margin-top:-5px;
}
/* end layout */

.menu_label{
    display:block;
}
.menu_label2{
    display:block;
    padding:4px 40px 4px 25px;
    color: black;
}
.menu_icon{
    display:none;
}
.menu_label a{
    display:block;
    padding:4px 40px 4px 25px;
    color: black;
}
.menu_label a:link{
    display:block;
    padding:4px 40px 4px 25px;
    color: black;
}
.rich-menu-item{
    padding: 0px; 
    margin: 0px;
}
.rich-menu-item-hover .menu_label{
    margin:-1px;
}

html { 
        height: 100%;
        background-color: #FFFEF2;
}
img {
        border: 0;
}

.err{
    background-color: #F00;
}
.err1{
    background-color: #FAA;
}

.left_side{
    padding-left:25px;
}

.spacer{
    padding-left: 5px;
}
.spacer2{
    padding-left: 3px;
}
body{    
    margin: 0px;
    font-family:  Verdana, Tahoma;
    font-size: 12px;
    height: 100%;
}

table{
    font-family:  Verdana, Tahoma;
    font-size: 11px;
    text-align:left;
}

.grid_col1{
    width:50%;
    vertical-align:top;
}
.grid_col2{
    width:50%;
    vertical-align:top;
}

.login_form{
    width:270px;
}       

a:active, a:link, a:visited {
	color: #0D5798;    
}
a:hover {
	color: #8CAFCD;
}

input, textarea, select {
	border: 1px solid #BBBBBB;
	font-size: 12px;
	background: #FFFEF2;
	color: black;
}
select{
       width: 200px;
}
input[type='text'],input[type='password']{
       width: 198px;
}

input[type='submit'], input[type='button'] {
	background: #F98000;
	color: white;
	margin: 3px;
	border-color: gray;
}
.but{
	background: #F98000;
	color: white;
	margin: 3px;
	border-color: gray;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
}

.rich-table {
    width:100%;
}
.simple_table {
    width:100%;
}

.rich-table td{
    padding: 2px;
}
.rich-table th{
    padding: 3px;
}
table.filter{
    width: 100%;    
}
table.filter td.filter_name{
    text-align: right;
    width:120px;
    font-weight: bold;
}
table.filter td.filter_val{
    width:220px;
    text-align: left;
}
h1 {
	font-family:  Verdana, Tahoma;
	color: #578BB8;
	font-size: 1.6em;
	margin-top: 0;
}


.body {
	padding: 30px;
}

.columnHeader:hover
{
    color: #FF6600;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.name {
	vertical-align: top;
	font-weight: bold;
        font-size: 12px;
	width: 200px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
        text-align: right;
}
.value {
	float: left;
	padding: 5px;
}
.name2 {
	vertical-align: top;
	font-weight: bold;
        font-size: 12px;
	width: 125px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
        text-align: right;
}
.value2 {
	float: left;
	padding: 5px;
}

.error {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	padding: 5px;
	border: 1px solid red;
}
.error2 {
	margin: 5px;
	padding: 5px;
	border: 1px solid red;
        color: red;
        text-align:center;
}

.errors {
	color: red;
}
.errors input {
	border: 1px solid red;
}
.errors textarea {
	border: 1px solid red;
}
.required {
	color: red;
	padding-left: 2px;
}

table.data{
    font-size: 11px;
    font-family:  Verdana, Tahoma;
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
    width: 100%;
}
table.data th{
    color:#000;
    font-weight: bold;
    border: 1px solid #c0c0c0;
    padding: 3px;
    text-align:center;
    background: #BED6F8 url('../img/th.gif') 0 0 repeat-x;
}
table.data tr{
    background-color: #ffffff;
}
table.data tr:hover{
    background-color: #e1e1e1;
}
table.data td{
    color: #000000;
    border: 1px solid #c0c0c0;
    padding: 1px;
}

table.data .footer{
    background-color:#ccc;
    border-right:solid 1px #C0C0C0;
    border-bottom:solid 1px #C0C0C0;
    padding:4px 4px 4px 4px;
    color:#000;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    font-family:  Verdana, Tahoma;
}
table.data .total{
    background-color:#ccc;
    border:solid 1px #888;
    padding:4px 4px 4px 4px;
    color:#000;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    font-family:  Verdana, Tahoma;
}
table.data .total td{
    background-color:#ccc;
    border:solid 1px #888;
    padding:4px 4px 4px 4px;
    color:#000;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    font-family:  Verdana, Tahoma;
}

.simple_col{
    vertical-align:top;
    padding: 0px;
    width: 50%;
}

table.data2{
    font-size: 11px;
    font-family:  Verdana, Tahoma;
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
    width: 100%;
}
table.data2 th{
    color:#000;
    font-weight: bold;
    border: 1px solid #a0a0a0;
    padding: 3px;
    text-align:right;
    background-color:#ccc;
    font-weight:bold;
}
table.data2 td{
    color: #000000;
    border: 1px solid #c0c0c0;
    padding: 2px;
}
.simple_body{
    padding: 0px;
}
.wide_input{
    width: 400px;
}
.noborder{
    border-width:0px;
}

.rvgRowOne1{
    background-color: #ddd;
}
.rvgRowTwo1{
    background-color: #fff;
}
tr.rvgRow{
    background-color: #ffffff;
}
tr.rvgRow:hover{
    background-color: #e1e1e1;
}
tr.rvgRowErr{
    background-color: #c99;
}
tr.rvgRowErr:hover{
    background-color: #e1e1e1;
}

tr.rvgRowGrey{
    background-color: #e7e7e7;
}
tr.rvgRowGrey:hover{
    background-color: #e1e1e1;
}


.nwr{
    white-space: nowrap;
}

table.data3{
    font-size: 11px;
    font-family:  Verdana, Tahoma;
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
    width: 100%;
}
table.data3 th{
    color:#000;
    font-weight: bold;
    border: 1px solid #c0c0c0;
    padding: 3px;
    text-align:center;
    background: #BED6F8 url('../img/th.gif') 0 0 repeat-x;
}
table.data3 td{
    padding: 1px;
    border-left: 1px solid #F0F0F0;
}

table.data3 .footer{
    background-color:#ccc;
    border-right:solid 1px #C0C0C0;
    border-bottom:solid 1px #C0C0C0;
    padding:4px 4px 4px 4px;
    color:#000;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    font-family:  Verdana, Tahoma;
}
table.data3 .total{
    background-color:#ccc;
    border:solid 1px #888;
    padding:4px 4px 4px 4px;
    color:#000;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    font-family:  Verdana, Tahoma;
}
table.data3 .total td{
    background-color:#ccc;
    border:solid 1px #888;
    padding:4px 4px 4px 4px;
    color:#000;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    font-family:  Verdana, Tahoma;
}

.errPayment td{
    color: #fe6a00;
}
.errConnect td{
    color: #999;
}
.errOther td{
    background-color: red;
}
.errValidator td{
    background-color: red;
    color: black;
}
.errOverflow{
    background-color: #fe6a00;
    color: black;
}

.ra{
    text-align: right;
}
.ca{
    text-align: center;
}
.vac{
    vertical-align: middle;
}

.left_icons{
    margin-top: -10px;
    padding-bottom:5px;
}