body, input, a, select, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333;
}

body
{
	margin: 20px;
}

h1, h2, h3, h4, h5, h6, p
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0.7em;
}

h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 12px;
}
h4, h5, h6
{
	font-size: 11px;
}

a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: inherit;
}
a:hover
{
	text-decoration: none;
}

div.aligner
{
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	border: 1px solid #E5E5E5;
}

div.spacer
{
	padding: 10px;
}

div.login
{
	background-color: #FAFAFA;
	padding: 10px;
	margin-bottom: 20px;
}

table.seperator
{
	width: 100%;
	border-collapse: collapse;
}

table.seperator td.left
{
	width: 250px;
	padding: 0px;
	vertical-align: top;
	border-right: 1px dotted #333;
}

table.seperator td.right
{
	padding: 40px 20px 20px 20px;
	vertical-align: top;
	border-left: 1px dotted #333;
	position: relative;
}

table.form
{
	border-collapse: collapse;
	empty-cells: hide;
	margin-bottom: 3px;
}

table.form td
{
	padding: 2px 10px 0px 0px;
}

div.treeview
{
	padding: 10px;
	height: 300px;
	overflow: auto;
}


div.tabNavi
{
	background-image: url(../../images/tabnavi-bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	left: -20px;
	top: -40px;
	width: 650px;
	height: 31px;
}

div.tabNaviItem
{
	float: left;
	background-image: url(../../images/tabnavi-item-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 23px;
	padding: 8px 8px 0px 7px;
}

div.tabNaviItemActive
{
	float: left;
	background-image: url(../../images/tabnavi-item-active-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 23px;
	padding: 8px 8px 0px 7px;
}

div.tabNaviItem a, div.tabNaviItemActive a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div.tabNaviItem a:hover, div.tabNaviItemActive a:hover
{
	color: #666;
}

.error
{
	color:Red;
	}

.printPic
{
	margin: 2px;	
}
