/* CSS Document */

html
{
	min-width: 988px;
}

body
{
	margin: 0;
	background-image: url('/common/das/images/ui/background.gif');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
}
a
{
	color: #2090CB;
}
a:focus
{
	/* disable dotted lines around clicked links in firefox */
	outline: none;
}

a img, img
{
	border: none;
}
img.right
{
	float: right;
	margin-bottom: 4px;
	margin-left: 8px;
}

h1, h2, h3, h4, h5, h6
{
	padding: 0;
	margin: 0px 0px 6px 0px;
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 12px;
}
h5, h6
{
	font-size: 11px;
}

form, fieldset, label
{
	margin: 0;
	padding: 0;
}
fieldset
{
	border: none;
}
label
{
	color: #008CC9;
	font-weight: bold;
}
input, select
{
	vertical-align: middle;
}
hr
{
	border-bottom: 1px solid #E7E7E7;
	border-width: 0 0 1px;
	clear: both;
	height: 0;
}

div#centerPanel
{
	width: 984px;
	padding-left: 6px;
	margin-left: auto;
	margin-right: auto;
}

div#content
{
	padding: 0px 2px 0px 0px;
}

div.contentColumn
{
	float: left;
	overflow: visible;
}

div.clearer
{
	line-height: 0.1px;
	font-size: 0.1px;
	height: 0px;
	clear: both;
}
