﻿body
{
	margin: 0px;
	padding: 0px;	
	background-color: #F0F0F2;
	color: Black;
	font-family: Lucida Sans Unicode, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
div.dark
{
	background-color: #348;
	color: White;
}
div.light
{
	background-color: #6183BB;
}
a
{
	color: #444;
	text-decoration: none;
}
a:hover
{
	color: Black;
	text-decoration: underline;
}
.footer a
{
	color: #AAA;
}
.footer a:hover
{
	color: White;
}
/* Form elements */
input, select
{
	font-family: Lucida Sans Unicode, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	border: solid 1px #348;
	margin: 2px 0px;
}
.tbNormal
{
	width: 140px;
	font-size: 11px;
}
.tbShort
{
	width: 65px;
	font-size: 11px;
}
.btnNormal
{
	width: 67px;
	font-size: 11px;
	background-color: #569;
	color: White;
	font-weight: bold;
}
.ddNormal
{
	width: 146px;
	font-size: 11px;
}
.label
{
	width: 115px;
	vertical-align: top;	
}
.field
{
	vertical-align: top;
}
#main
{
	background-color: White;
	width: 980px;
	margin: 0 auto;
	padding: 0px;	
}
#left
{
	float: left;
	width: 280px;
}
#right
{
	float: right;
	width: 690px;
	overflow: hidden;
}
.footer
{
	clear: both;
	color: White;
	text-align: center;
	font-size: 9px;
	padding: 6px;
}
.dimmed
{
	background-color: Black;
	opacity: 0.6 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
	filter: alpha(opacity=60) !important;
}
a.closer
{
	text-decoration: none;
	font-size: 12px;
	color: White;
	font-weight: bold;
	background-color: #6183BB;
	padding: 6px;
	clear: both;		
}
/* Accordion controls */
.box
{
	background-color: White;
	margin-bottom: 6px;
	overflow: hidden;
}
.boxheader
{
	background-color: #348;
	color: White;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #569;
	cursor: pointer;
}
.light
{
	background-color: #79C;
	border-bottom: solid 1px #569;
	padding: 3px 3px 3px 20px;
}
.boxcontent
{
	/*background-color: White;*/
	background-color: #DDE;
	padding: 3px;		
}
.scroll
{
	overflow: scroll;
}
.nopadding
{
	padding: 0px;	
}

