﻿input.button
{
	background-color:#FFFFFF;
	color:Black;
}
body, textarea
{
font-family:Arial;
font-size:10px;
background-color:#ffffff;
}
input, select
{
font-family:Arial;
background-color:#ffffff;
font-size: 9pt;
}
.logout-bg {background:url(../images/blue-bg.jpg) repeat-x left bottom;height:20px;font-size:12px;color:#000000;text-align:left; padding:0 16px 0 0}
td.menuheader
{
	/*letter-spacing: 0.03cm;*/
	text-align:left;
	/*border-bottom: solid 1px #FFFFCC;*/
	font-weight:600;
	color:#000000;
}
td.text
{
	color:Black;
}
.lefttable
{
	background-color:#ECE6AE;
	border:solid 1px #002EB8;
	vertical-align:top;
	text-align:left;
	
}
table
{
	/*color: #ECE6AE;*/
	margin-left:0;
}
a 
{
	color: Maroon;	
}
td.borderbottom
{
	border-bottom: solid 1px #FFFFCC;
}
td.errortext
{
	color:Red;
}
tr.trodd
{
	background-color:#F7F6F3;
}
tr.treven
{
	background-color:#FFFFFF;
}
.block_ui {
    position: fixed;/*!important;*/
    position: absolute;
    display:block;
    z-index: 1000;
    width:100%;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    top: 0;
    left: 0;
    bottom:0;
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.modal_show { 
    position:absolute;
    top:25%;
    width:600px;
    left:50%;
    margin-left:-300px;
    background:#fff;
    border:4px solid #ccc;
    font-size:1.2em;
    z-index:1001;
}


.text
{
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 9pt;
	color:Black;
}

.textHeader
{
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11pt;
	color:Black;
}

td.box
{
	color: #ECE6AE;
	background-color:#DDECF1;
	/*background-color:#E5F1CD;*/
}