body {
	background: #fff url(/Files/System/main_bg.gif) top center repeat-y;
	}

img {
	border: 0;
	}

table {
	margin: 0;
	padding: 0;
	border: 0;
	}

hr {
	margin: 0 10px;
	background: #a5acb2 url(/Files/System/line_horizontal.gif) repeat-x;
	height: 1px;
	border: 0;
	clear: both;
	}

#DWMain {
	background-color: transparent;
	padding: 0 12px 12px 2px;
	width: 712px;
	}

#DwTopGraphic {
	background-color: #fff;
	}
	
#topmenu {
	background: #1D6593 url(/Files/System/menu_bg.gif) repeat-x;
	height: 27px;
	}

#leftmenu {
	/*
	width: 175px;
	*/
	float: left;
	margin: 11px 0 0 0;	
	}

#leftmenu table {
	margin: 11px 0 0 10px;
	background-color: transparent;
	}

#DwContentCell {
	/*
	width: 521px;
	*/
	max-width: 500px;
	float: left;
	margin: 0 0 0 15px;
	}

#leftmenu a {	
	background-color: #fff;
	}

#leftmenu a:hover {
	background-color: #b3dcf0;
	}

#breadcrumb {
	padding: 15px 0 0 190px;
	}

#createdby a{
	font-family: verdana;
	font-size: 9px;
	color: #b2b2b2;
	}

#createdby a:hover{
	color: #969696;
	text-decoration: none;
	}

.vertline {
	background: #fff url(/Files/System/line_vertical.gif) repeat-y;
	height: auto;
	}

.horiline {
	background: #fff url(/Files/System/line_horizontal.gif) repeat-x;
	height: 1px;
	width: auto;
	}

.clear {
	clear: both;
	}

/******************************************************************************
Forms
******************************************************************************/
fieldset {
	margin: .3em 0;
	border: none;
	}

legend {
	margin: .5em 0;
	background: transparent;
	font-size: 110%;
	font-weight: bold;
	}

label {
	float: left;
	width: 150px;
	padding: .4em 1em;
	text-align: right;
	}

fieldset div {
	margin-bottom: .5em;
	display: block;
	}

input, select, fieldset div input, fieldset div textarea {
	display: inline;
	padding: 1px;
	font-size: 100%;
	font-weight: normal;
	}

input, select {
	padding: 1px;
	/*
	border: 1px solid #A5ACB2;
	*/
	}

fieldset input,  fieldset textarea {
	width: 200px;
	}

#fm-submit {
	clear: both;
	margin-left: 152px;
	}

fieldset div.fm-req {
	font-weight: bold;
	}