body
{
	background-color: #696969;
	background-color: Black;
	color: White;
	font-family: Sans-Serif, Arial, Courier New;
	font-size: 15px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content{
    clear:both;
    margin-left: 10px; margin-right: 10px;
    height: 600px;
    min-height: 600px;
    height: auto!important;
    overflow: visible;
}
#header
{
    border-bottom: dotted 1px #dcdcdc;
    clear:both;
    color: #daa520;
    color: #dcdcdc;
    height: 50px;
}
#header #title{
    font-size: 25px;
    font-weight:bold;
}
#header #subtitle{
    font-size: 15px;
    font-weight: normal;
}
#maincontent
{
    line-height: 15px;
    padding: 5px;
    width: 100%;
}

#maincontent a, #maincontent a:visited
{
	text-decoration: none;
	color: #800000;
}
#maincontent #orders
{
	background-color: #f0f8ff;
	margin-left: 10%;
	margin-right: 10%;
	padding: 15px;
	color: #000000;
	border: #e0ffff 5px solid;
}
#maincontent #orders table
{
	margin-bottom: 15px;
	width: 100%;
	border: #696969 1px solid;
}
#maincontent #orders .tblheader
{
	background-color: #333;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: #e0ffff;
}
#errormessage
{
	background-color: White;
	color: Red;
	font-weight: normal;
}
#errormessage span
{
	background: url('bullet.gif') no-repeat center left;
	font-size: small;
	margin-left: 15px;
	padding-left: 15px;
}

#maincontent li
{
	 font-size: small;
	 line-height:25px;
}


