* {
	margin: 0;
	padding: 0;
}
body {
	color: #483733;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
	background: #f0f0f0 url(images/texture.jpg);
}
table tr td {
	padding: 3px;
}

table.Gridview td,th {
	padding: 2px 4px;
}
table.Gridview th {
	background-color: #e0e0e0;
}

.Itemlist dl {
	border: dashed 1px #a89793;
}
.Itemlist dt {
	border-top: dashed 1px #a89793;
	margin-top: 10px;
	padding-top: 10px;
}
.Itemlist li {
	border-top: dashed 1px #a89793;
	margin: 10px 0;
	padding-top: 10px;
}

.Login {
	background-color: #f6f6f6;
	 border: solid 1px #999999;
	 padding: 5px;
}
.LoginTitle {
	background-color: #666666;
	color: White;
	font-size: 110%;
	font-weight: bold;
}
.messagetext {
	border: solid 2px #c0c0c0;
	margin: 50px 0 20px 0;
	padding: 10px;
	font-weight: bold;
	font-size: 110%;
}

div.Sidewindow {
	float: right;
	width:130px;
	padding: 2px 4px;
	border: solid 1px #e0e0e0;
	font-size:80%;
	background-color:#f0f0f0;
	line-height: 1.25em;
}

div#Container {
	position: relative;
	background: #ffffff;
	margin: 5px auto 0 auto;
	width: 900px;
	text-align: left;
}

div#Content {
	float: left;
	width: 690px;
	margin: 0;
	padding: 40px 0px 10px 30px;
}
div#Content a {
	font-weight: bold;
	color: #9c720c;
	text-decoration: none;
}
div#Content a:hover {
	text-decoration: underline;
}
div#Content fieldset {
	padding: 10px;
}
div#Content fieldset legend {
	color: #483733;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
div#Content h3 {
	margin: 10px 0;
	font-size: 130%;
	border-bottom: solid 1px #483733;
}
div#Content h4 {
	margin-bottom: 10px;
	font-size: 110%;
}
div#Content p {
	margin: 15px 0;
}
div#Content ul {
	margin-left: 30px;
}
div#Content li {
	margin: 5px 0;
}
div#Content dt {
	font-weight: bold;
}
div#Content dd {
	margin-left: 20px;
}

div#CurrentUser {
	position: absolute;
	top: 0px;
	right: 20px;
	color: #f0f0f0;
}
div#CurrentUser a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div#CurrentUser a:hover {
	text-decoration: underline;
}

div#Error {
	color: #800000;
	border: solid 1px #800000;
	padding: 3px;
	margin-bottom: 10px;
}
div#Error h4 {
	color: #ffffff;
	background-color: #800000;
	margin: 0;
	padding: 3px;
}
div#Error ul  {
	margin: 0 0 0 20px;
}
div#Error li {
	padding: 0;
	margin: 0;
}
 
div#Info {
	color: #004b6f;
	background-color: #f6f6f6;
	border: solid 1px #004b6f;
	padding: 3px;
	margin-bottom: 10px;
}

div#Logo {
	height: 72px;
	width: 900px;
	background: transparent;
}
div#Logo a 
{
	position: absolute;
	top: 18px;
	left: 5px;
	display: block;
	height: 47px;
	width: 278px;
}
div#Logo h2 {
	visibility: hidden;
}

div#Menubar {
	position:absolute;
	right: 20px;
	top: 85px;
	font-size: 90%;
	color: #600;
	text-align: right;
}
div#Menubar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
div#Menubar a:hover {
	color: #dcb90b;
}

div#Menubar ul {
	list-style: none;
}
div#Menubar ul li {
	display: inline;
	padding: 0 3px;
}

div#Pagebackground {
	position: relative;
	background: #ffffff url(images/layout_02.jpg) repeat-y left top;
	width: 900px;
	border-top: 1px solid #dcb90b;
	border-left: 1px solid #dcb90b;
	border-right: 1px solid #b69a09;
}
div#Pagetop 
{
	position: relative;
	background: transparent url(images/layout_01.jpg) no-repeat left top;
	width:900px;
}
div#Pagetop h1 {
	visibility: hidden;
}
div#Pagebottom {
	position: relative;
	clear: both;
	background: transparent url(images/layout_03.jpg) no-repeat left top;
	width:900px;
	height: 47px;
	border-left: 1px solid #dcb90b;
	border-right: 1px solid #b69a09;
	border-bottom: 1px solid #b69a09;
}

fieldset#Productlist ol {
	margin-left: 30px;
}
fieldset#Productlist ul {
	margin-left: 30px;
}
fieldset#Productlist li {
	margin: 5px 0;
}

div#Rolemaintenance {
	margin: 20px 0 10px 0;
	border: solid 1px #a0a0a0;
	padding: 4px;
	font-size:80%;
	background-color:#f0f0f0;
	line-height: 1.25em;
}

div#Sidebar {
	float:left;
	width: 130px;
	height: 100%;
	font-size: 90%;
	line-height: 1.5em;
	padding: 0px 10px 280px 10px;
	color: #600;
	text-align: right;
}
div#Sidebar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
div#Sidebar a:hover {
	color: #dcb90b;
}

div#Sidebar ul {
	list-style: none;
	margin-top: 30px;
}

a.Selected {
	font-size: 120%!important;
	text-decoration: underline!important;
}


