/* Perfect Dark Stylesheet */
* {
	padding: 0px;
	margin: 0px
}
html, form {
	height: 100%;
}
body
{	height: 100%;
	width: 100%;
    background-color: #000000;
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    font-size: 12px;
	color: white;
	text-align: center;
	background-image: url(images/mainbg.jpg);
	background-attachment: fixed;
}
div#outer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	min-height: 100%;
	padding: 0px;
	background-image: url(images/fix.jpg);
}
div#timeboxouter
{
	margin: 25px;
	width: 650px;
	height: 230px;
	padding: 0px;
	background-color: #CCCCCC;
}
div#timeboxinner
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;
}
div#pageheading
{
    padding: 0px;
	width: 800px;
	height: 159px;
	clear: both;
	background-image: url(images/banner_all.jpg);
	background-repeat: no-repeat;
}
div#topmenu
{
	position: relative;
	top: 135px;
	left: 140px;
	width: 520px;
	height: 30px;
	float: left;
	text-align: center;
}
div#pagecontent 
{
	padding: 0px;
	width: 800px;
	clear: both;
	background-image: url(images/fix.jpg);
}
div#lm 
{
	background-image: url(images/leftmenubg.jpg);
	background-repeat: no-repeat;
	width: 140px;
	float: left;
	height:100%;
}
div#lmi 
{
	background-image: url(images/leftmenutop.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 220px;
	line-height: 10px;
}
div#content 
{
	background-image: url(images/sitebg.jpg);
	padding: 15px 10px 15px 10px;
	background-repeat: no-repeat;
	background-color: #334575;
	height: 100%;
	width: 500px;
	float: left;
}
div#rm 
{
	background-image: url(images/rightmenubg.jpg);
	background-repeat: no-repeat;
	width: 140px;
	float: right;
}
div#rmi 
{
	background-image: url(images/rightmenutop.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 220px;
}
div#leftmenu 
{
	text-align: left;
	padding: 10px 10px 10px 10px;
	width: 120px;
}
div#rightmenu 
{
	text-align: right;
	padding: 10px 10px 10px 10px;
	width: 120px;
}
div#pagefooter 
{
	height: 120px;
	width: 800px;
	clear: both;
	background-image: url(images/fix.jpg);
}
div#footcenter
{
	background-image: url(images/bottombgfade.jpg);
	background-repeat: repeat-x;
	width: 520px;
	height: 120px;
	float: left;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 9px;
	color: #A0A0A0;
	text-decoration: none;
	}
div#footleft
{
	background-image: url(images/leftmenubg.jpg);
	width: 140px;
	height: 120px;
	float: left;
	text-align: center;
	clear: left;
	}
div#footright 
{
	background-image: url(images/rightmenubg.jpg);
	width: 140px;
	height: 120px;
	float: right;
	text-align: center;
	}
div.bullet 
{
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	clear: left;
	margin: 0px 4px 6px 0px;
}
div.navbox 
{
	width: 100px;
	float: left;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, Georgia;
	font-size: 22px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 700;
	color: #4169E1;
}
h2 {
	font-family: Arial, Calibri;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	color: #4169E1;
	text-align: left;
	margin-bottom: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	color: #8485ff;
	padding: 8px 0px 6px 10px;
	border-left: solid 14px #8485ff;
	border-bottom: solid 1px #8485ff;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 6px;
}
p.whiteout {
	font-weight: 700;
	font-size: 18px;
	font-family: Georgia;
	color: #FFFFFF;
	font-style: italic;
}
div.table_outer 
{	width: 470px;
	padding:0px;
	background-color: Aqua;
	margin: 20px auto 8px auto;
	}
div.table_header
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	font-family: Arial;
	background-color: #061528;
	text-align: left;
	font-variant: normal;
	border-bottom: #8db0ef thick double;
}
div.table_content
{
	padding: 4px 4px 4px 4px;
	border: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana;
	background-color: #1d2e50;
	text-align: justify;
}
div.sidemenu_header
{
	border: #e3e3e3 1px solid;
	background-color: #4b4b87;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Trebuchet MS, Calibri, Verdana, Arial, sans-serif;
	text-align: center;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 7px;
	line-height: 12px;
	width: 118px;
}
p.text {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 8px;
}
.highlight {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
}
a	
{
	color: #6495ED;
	text-decoration: none;
}
a:hover
{	color: #FFFFF0;
	text-decoration: underline;
	}
a.topmenu
	{ text-decoration: none; 
	color: #C40000; 
	font-weight: 600; 
	font-family: Trebuchet MS, arial; 
	font-size: 11px;}
a:hover.topmenu
	{ text-decoration: none; 
	color: #FF6464; 
	font-weight: 600; 
	font-family: Trebuchet MS, arial; 
	font-size: 11px;}
a.sidemenu_content 
	{ text-decoration: none; 
	color: #FFFFF0; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica; 
	font-size: 10px; }
a:hover.sidemenu_content 
	{ text-decoration: none; 
	color: #6495ED; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica; 
	font-size: 10px; }
img 
	{
	border: 0px;
	}
img.thumbnail
	{
	border: 0px;
	float: right;
	margin: 5px 0px 5px 5px;
	}
table.duolist
	{
	width:100%;
	padding:20px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: left;
	margin-bottom: 8px;
}
td.duolist1
{
	width:110px;
	vertical-align:top;
	border-bottom: 1px solid white;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
}
td.duolist2
{
	width: 340px;
	margin: 10px;
	vertical-align:top;
	border-bottom: 1px dotted white;
	color: #FFFFFF;
	font-size: 11px;
}
table.wallpapers
	{
	text-align: center;
	margin: 15px;
	padding: 10px;
	border: 0px;
}
td.wallitem
{
	padding: 10px;
	font-weight: 600;
	font-size: 9px;
	vertical-align: top;
	color: #080808;
	border-bottom: white 1px solid;
	font-style: normal;
	background-color: #9dabd5;
}
td.headercell 
{
	padding: 4px;
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight:bold;
	text-align: left;
	background-color: #9dabd5;
}
td.contentcell 
{
	padding: 3px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
}
a.wallitem
	{ text-decoration: none; 
	color: #C40000; 
	font-weight: 600; 
	font-family: Trebuchet MS, arial; 
	font-size: 8px;}
a:hover.wallitem
	{ text-decoration: none; 
	color: #810202; 
	font-weight: 600; 
	font-family: Trebuchet MS, arial; 
	font-size: 8px;}