/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* General Elements */
body {
	background-color: #000;
	color: #000;
	margin: 0px;
	padding: 0px;
}
body, table, td, th, textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}
p
{
	padding: .7em 0px;
	line-height: 1.2em;
}
form
{
	margin: 0px;
	padding: 0px;
}
table
{
	border-collapse: separate;
	padding: .7em .1em;
}
td
{
	vertical-align: top;
	padding: .1em;
}
h1
{
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	padding: .5em 0px;
}
h2
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding: .5em 0px;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
	padding: .5em 0px;
}
h4, h5, h6
{
	font-size: 10pt;
	font-weight: bold;
	padding: .5em 0px;
}
ul
{
	line-height: 1.2em;
	margin: .7em auto;
	padding-left: 2.5em;
}
li
{
	list-style-image: url(images/bullet2.gif);
}
a
{
	color: #00F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: none;
}
strong { font-weight: bold; }

#divWrapper
{
	background-color: #FFF;
	width: 70%;
	margin: 0px auto;
	padding-right: 15px;
}

/* Header */
#divHeader
{
	background: #FFF url(images/header.gif) no-repeat top left;
	height: 80px;
}
#divHeader h1
{
	display: none;
}

/* Side Bars */
body .SideBar
{
	color: #000;
	font-size: 9pt;
	overflow: hidden;
	width: 190px;
}
body .SideBar div
{
	border-bottom: solid 1px #000;
}
body .SideBar div
{
	padding: 0px 5px;
	overflow: hidden;
}
body .SideBar div table
{
	margin: 0px auto;
}
body .SideBar div em
{
	color: #F00;
	font-style: normal;
}
body .SideBar div.LastDiv
{
	height: 15px;
}

/* Menu */
#divMainMenu
{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	background: #FD2 url(images/sidebarbg.gif) no-repeat top right;
}
#divMainMenu ul
{
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
#divMainMenu li
{
	border-bottom: solid 1px #000;
	line-height: normal;
	list-style: none;
	list-style-image: none;
	padding: 0px;
}
#divMainMenu li a
{
	background: #FD2 url(images/sidebarbg.gif) no-repeat center right;
	color: #000;
	display: block;
	font-size: 9pt;
	overflow: hidden;
	padding: 6px 10px;
	text-decoration: none;
}
#divMainMenu li a:hover
{
	background-color: #000;
	color: #FD2;
}
#divMainMenu li.Admin a
{
	background: #6BD url(images/sidebarbg.gif) no-repeat center right;
}
#divMainMenu li.Admin a:hover
{
	background-color: #000;
	color: #6BD;
}
#divMainMenu div.LastDiv
{
	background: #FD2 url(images/sidebarbg.gif) no-repeat bottom right;
	border-bottom: none;
}

#tdUser
{
	color: #F00;
}
.TextCentered
{
	text-align: center;
}

#divContent
{
	margin-left: 190px;
	padding: 0px 15px 10px 15px;
}
#divContent em { color: #F00; }

#ulSortBy
{
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
#ulSortBy li
{
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: auto 10px;
}

#divEndContent { clear: both; }

/* Footer */
#divFooter
{
	clear: both;
	color: #FFF;
	font-size: 8pt;
}
#divFooter *
{
	text-align: center;
}
#divFooter a
{
	color: #FD2;
}

/* Content Classes */
.Width110
{
	width: 110px;
}
p.Info
{
	color: #F00;
	text-align: center;
}
.LeftSide
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.RightSide
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.Indent
{
	padding-left: 10px;
}
