body 
{
    height: 100%; 
    max-height: 100%; 
    width: 100%; 
    padding: 0; 
    margin: 0; 
    border: 0;
    background-color: #383838;
}

#centerLogin
{
	width: 567px;
	position:relative;
	left: 50%;
	top: 20%;
	margin-left: -283px;
	
}
#center 
{
	width: 567px;
	position:relative;
	left: 50%;
	top: 50px;
	margin-left: -283px;
	
}

a 
{
    color: #0082d1;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

a.small 
{
    color: #0082d1;
    text-decoration: none;
    font-size: 8pt;
}

a.small:hover 
{
    text-decoration: underline;
    font-size: 8pt;
}

a.tabon:link 
{
    color: #232627;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
}

a.tabon:visited 
{
    color: #232627;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
}

a.tabon:hover 
{
    font-size: 9pt;
    font-weight: bold;
}

a.taboff:link 
{
    color: #232627;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
}

a.taboff:visited 
{
    color: #232627;
    text-decoration: none;
    font-size: 9pt;
    font-weight:bold;
}

a.taboff:hover 
{
    color: #232627;
    text-decoration: underline;
    font-size: 9pt; font-weight:bold;
}

p, li, form, td 
{
    font-size: 9pt;
    font-family: Arial;
    color: #ececec;
}

input 
{
    color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	margin: 0px;
}
	
/*

input.text 
{
    color:#000000;
    font-family: Arial;
    font-size: 9pt;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000000;
    text-align: left;
    margin: 0px;
    background-color: #ececec
}
	
input.button 
{
    margin: 0px;
    border-top: 0px solid #000;
    border-bottom: 1px solid #000;
    border-left: 0px solid #000;
    border-right: 1px solid #000000;
    background-image: url(/images/global/button.gif);
    text-align: center;
	text-decoration: none;
    font: normal 9pt Arial;
	color: black;
}
*/
input.text{
	border:0;
	background: transparent url(../../../images/textbox.png) no-repeat top left;
	height: 21px;
	width: 138px;
	padding-top:2px;
	max-width:138px;
}
input.password{
	border:0;
	background: transparent url(../../../images/textbox.png) no-repeat top left;
	height: 21px;
	width: 138px;
	padding-top:2px;
	max-width:138px;
}
input.button{
	border:0;
	background: transparent url(../../../images/button.png);
	height: 23px;
	color:#FFFFFF;
	/*width: 138px;*/
	padding-top:2px;
	/*max-width:138px;*/
	font-size:12px;
	padding-right:5px;
	padding-left:5px;
	
}
input.toggle 
{
    margin: 0px;
    height: 20px;
    width: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #000;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #000000;
    background-image: url(/images/global/leftnavback.gif);
    text-align: center;
	text-decoration: none;
    font: bold 14px Arial;
    color: black;
}
				
select 
{
    color: #000000;
    font: normal 9pt Arial;
    border-color: #000000;
    border: solid 1px #000000;
    height: 17px;
    background-color: #eeeeee;
}

.popup 
{ 
    position: absolute; 
    visibility: hidden; 
    background-color: #383838; 
    layer-background-color: #383838; 
    width: 400; 
    border-left: 1px solid black; 
    border-top: 1px solid black; 
    border-bottom: 3px solid black; 
    border-right: 3px solid black; 
    padding: 3px; 
    z-index: 1000 
}

b.title 
{
    font-size: 11pt;
    font-weight: bolder;
    text-align: left
}	

.formError
{
    font-size: 8pt;
    font-weight: bolder;
    height: 14px;
    padding: 4px;
	text-align: left;
    background-color: #bf3030;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

b.headertitle 
{
    font-size: 13pt;
    font-weight: bolder;
    text-align: left;
    color:white;
}

tr.odd 
{
	background-color: #444444;
}

.show 
{
    display: block
}

.hide 
{
    display: none
}

.showWarning{
    float : right;
    color : red;
    font-size : 9pt;
    text-align: left;
    display : inline;
}

div.text{
	border:0;
	background: transparent url(../../../images/textbox.png) no-repeat top left;
	height: 23px;
	width: 140;
	padding-top:2px;
	padding-left:3px;
	border: none;
}