﻿body, html
{
    margin: 0;
    padding: 0px;
    height: 100%;
}
body
{
    
    background-image: url('images/bg.png');
}
a, a:link , a:active, a:visited{ color: Black; text-decoration:none underline; }
a:hover{ font-weight:bold }
body, p, span, td
{
	font-family: Verdana, Helvetica, sans-serif;
    color: #333333;
    font-size: 10pt;
}
h4{font-size:10pt}
/*div
{
	position: static;	
}*/
div#content
{
	padding: 1em 0em 5em;
}
.mainDiv
{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 auto;
	width: 1250px;
	background: #666666;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
    background-image: url('images/photo.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;	
    background-position: left bottom;
}

.logoDivLogin
{
	position:absolute;
	top: 95px;
	left: 200px;
}
.logoDiv
{
	position:absolute;
	top: 5px;
	left: 20px;
	min-height: 300px;
	
	
}
.logoBG
{
	position:absolute;
	top: 5px;
	left: 15px;
	min-height: 460px;
	background-color: White;
	width: 200px;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;	
}
.loginContainer
{
	margin-left: 350px;
    margin-top: 190px;
    background-color: #F0A525;
    background-image: url('images/orangecorner.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 50px;
    /*padding-right:0px;*/
}
div#contentInner
{
	margin-left: 180px;
    margin-top: 60px;
    
    
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 50px;
}

.header
{
	position:absolute;
	margin-left: 215px;
	background-color: #999999;
	height: 60px;
	padding-left: 20px;
	width:1015px;
	top: 40px;	
    background-color: #F0A525;
    background-image: url('images/orangecorner.jpg');
    background-repeat: no-repeat;	
	/*
    background-position: left top;
    margin-left: 215px;
    margin-top: -370px;
    background-color: #F0A525;
    background-image: url('images/orangecorner.jpg');
    background-repeat: no-repeat;
    height:	60px;
    padding-left: 20px;
    padding-top: 0px;
    */
}        
.footerDiv
{
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	margin: 0 auto;
	font-size: 7pt;
	color: #808080;
}
.footerInnerDiv
{
	 padding-top: 10px;
	margin-left:355px;
	border-top: 1px solid #F0A525;
		height: 20px !important; /* real browsers */
	height: 30px; /* IE6: treaded as min-height*/
	min-height: 20px; /* real browsers */
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 16pt;
    line-height: 50%;
}
h3
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #4B4B4B;
    font-weight: bold;
    font-size: 12pt;
    line-height: 80%;
}
.inputText
{
	border-top:1px solid gray;border-right:1px solid gray;
}

.styleContentScreenTitle
{
	font-weight:bold;
}
.lblPicker li
{
	background-image: url('images/label_light.gif');
	background-repeat: no-repeat;
	list-style: none; float:left;  width:140px; height: 50px; text-align:center; vertical-align:middle; color: White
}
.lblPicker li:hover
{
	background-image: url('images/label_dark.gif');
}
.lblPicker
{
	text-decoration: none
}
