
body
{
	background-color: #06C1FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

td
{
	font-size: 11px;
}

a
{
	color: #CEA500
}

form
{
	margin: 0;
}

img
{
	border: 0;
}

h1
{
	color: #0095C6;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2
{
	color: #0095C6;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	padding: 10px 0;
}

h3
{
	color: #0095C6;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

#header
{
	margin: 0 auto;
	width: 750px;
	margin-bottom: 5px;
}

#container
{
	margin: 0 auto;
	width: 750px;
	background-color: white;
	background-image: url(../images/containerBg.gif);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
}

#left
{
	float: left;
	width: 155px;
}

#left ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left ul li
{
	margin-top: 5px;
}

#left ul li a
{
	display: block;
	padding: 5px;
	background-color: white;
	text-decoration: none;
	color: #0095C6;
	font-size: 11px;
}

#left ul li a:hover
{
	background-color: #FFCC00;
	color: white;
}

#left ul ul li
{
	margin: 0;
	border-bottom: 1px solid #EFF9FC;
	border-top: 1px solid #C9E9F3;
}

#left ul ul li a
{
	background-color: #EFF9FC;
}

#innerLeft
{
	padding: 30px 10px;
}

#right
{
	width: 588px;
	float: right;
	padding-bottom: 20px;
	margin-right: 2px;
}

#innerRight
{
	padding: 5px;
	color: #0080AA;
	line-height: 130%;
}

.button
{
	border: 0;
	background-color: #80CBE3;
	font-size: 11px;
	color: white;
	padding: 6px;
	letter-spacing:1px;
}

.greyBox
{
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-right: 20px;
}


#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.niceBox
{
        background-image: url(../images/boxBg.gif);
        background-repeat: no-repeat;
        background-position: top center;
        margin-bottom: 20px;
        padding-top: 15px;
}

.niceBox p
{
        padding: 10px 25px 0 25px;
        margin: 0;
}

.niceBox div
{
        background-image: url(../images/boxBottom.gif);
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 25px;
}

#failedLogin
{
	border: 1px solid red;
	padding: 10px;
	color: red;
	font-weight: bold;
	margin: 0 50px;
}

.footer, .footer a
{
    font-size: 10px;
    color: #007EE4;
    text-decoration: none;
}

.listTbl
{
	width: 100%;
	border-collapse: collapse;
}

.listTbl th
{
	background-color: #E5E5E5;
	padding: 5px;
}

.listTbl td
{
	border: 1px solid #E5E5E5;
	padding: 5px;
}

.listTbl tr.r td, .listTbl td.r, .listTbl th.r
{
	text-align: right;
}

.innerBox
{
	padding: 0 40px;
}

.innerBox p
{
	padding: 0 0 10px;
}

.innerBox h2
{
	margin: 0;
}

