/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #323232;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #4E4183;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #dcdcdc;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #B4AEBF;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #ABA3CD;
}
.windowbg2
{
	color: #000000;
	background-color: #CBC5E0;
}

.windowbg3
{
	color: #000000;
	background-color: #ABA3CD;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background-color: #E9F0F6;
	background-image: url(images/mdkbar1.jpg);
	border-bottom: solid .5px #9BAEBF;
	border-top: solid .5px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 1.5px;
	padding-right: 1.5px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/catbg.jpg);
	background-color: black;
	color: black;
	border:0px;
	padding-left: 5px;
	padding-right: 5px;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/catbg.jpg);
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	border-bottom: solid 1px black;
	background-repeat: repeat-x;
	background-image: url(images/catbg.jpg);
}
.catbg3 {
	background-image: url(images/mdkbar1.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
		background-image: url(images/catbg.jpg);
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: black;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: black;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	padding: 0px;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	color: #000000;
	background-color:#333333;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid white;
	background-color: #ffffff;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
border: 0;
}
/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	z-index:0;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	color: white;
	z-index:0;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	border: 1px solid #6B8EAE;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: bottom;
}
.center {
	position: relative;
	height: 30%;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	}
.top1 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: -195px;
	z-index: 4;
}
.nav1{
	position: relative;
	background-image:url(images/topp.gif);
	text-align: center;
	top: -4px;
	width: 99.9%;
	padding:.5px;
}
body {
	background-color: #CCCCCC;
}
.topper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/toppurple.gif);
	height: 10px;
	top: -4px;
}
.center2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.search2 {
	position:absolute;
	background-image:url(images/search.gif);
	right: 6%;
	top: 65px;
	width: 216px;
	height: 70px;
	z-index: 7;
}
.search3 {
	position:absolute;
	left: 13px;
	top: 21px;
	width: 200px;
	height: 47px;
	text-align: left;	
}
.catbgnew {
	background-image: url(images/catbgnew.gif);
}
.loginrel {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}
.login {
	position:absolute;
	top: 70px;
	left:70%;
	z-index:10;
}
.login2 {
	position:absolute;

	z-index:10;
}
.l1 {
	background-image: url(images/mdksignin1.gif);
}
.l2 {
	background-image: url(images/mdksignin2.gif);
}
.l3 {
	background-image: url(images/mdksignin3.gif);
}
.l4 {
	background-image: url(images/mdksignin4.gif);
}
.home a:link {
	background-image: url(images/homeup.gif);
}
.home a:hover {
	background-image: url(images/homeover.gif);
}
.nav2{
	width: 1212;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 96%;
	background-image:url(images/bar.gif);
	z-index: 5;
	text-align: center;
	left: 0px;
	height: 28px; 
}
.secondaryNav{
	position: relative;
	text-align: center;
	background-image:url(images/nav2bg.gif);
	height:26px;
	overflow:hidden;

}
.righter {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}
.downbg {
	position: absolute;
	top:146px;
	left:60px;
	z-index: 8;
	width:20px;
	height:20px; 
	background-image:url(images/downbg.gif);
}
.id {
	position: absolute;
	bottom:1px;
	z-index: 9;
	left:4px;
}
.login3
{
	color: #000000;
	background-color: #ABA3CD;
	z-index: 11;
}
.short {
position:relative;
width: 99.9%;
overflow:hidden;
background-color:#3d2858;
height:162px;
padding:.5px;
}
.short2 {
position:relative;
width: 99.9%;
overflow:hidden;
padding:.5px;
}
.bgstuff {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 4px;
	overflow:hidden;
	height: 222px;
	width: 99%;
	z-index: 0;

	
}
.bgstuff2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left:4px;
	padding-right:4px;
	overflow:hidden;
	top:-32px;
	z-index: 0;
	width: 97.6%;
	
}
.bgstuff3 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4px;
	overflow:hidden;
	height: 222px;
	z-index: 0;
	background-color:#FFFFFF;
	
}
.co1 {
	position:absolute;
	width: 79px;
	height: 41px;
	background-image:url(images/co.gif);
	left: 134px;
	top: 100px;
	z-index:11;
}
.co2 {
	position:absolute;
	width: 29px;
	height: 22px;
	left: 4px;
	top: 14px;
	z-index:12;
}
.co4 {
	position:absolute;
	width: 70px;
	height: 22px;
	left: 20px;
	top: 20px;
	z-index:12;
}
.co7 {
	position:absolute;
	width: 70px;
	height: 22px;
	left: 20px;
	top: 11px;
	z-index:12;
}
.loginNew 
{
position:relative;
top:-130px;
left:120px;
}
.loginEdge 
{
border-left: 0px solid #828181;
border-right: 0px solid #828181;
border-bottom: 0px solid #828181;
border-top: 0px solid #828181;
background-color: #CCCCCC;
}
.what {
	position:absolute;
	width: 70px;
	height: 22px;
	left: 15px;
	top: 27px;
	z-index:14;
}
.dateTime {
	position:absolute;
	background-image:url(images/servertime.gif);
	width:117px;
	height:31px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	top:185px;
	right:1%;
}

.insideDate {
	top:12px;
	position:absolute;
	left: 8px;
}
.main4 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#666666;
	width: 99%;
	padding-bottom: 10px;
}
.all {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	overflow:hidden;
	background-image: url(images/bgw.gif);
	background-repeat:repeat-y;

}
.all2 {
	position: relative;
	overflow:hidden;

}
.onTop {
z-index:1;
}
.whitespace {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#FFFFFF;
	padding: 4px;
	overflow:hidden;
	height: 222px;
	z-index: 0;
}
.windowbg  .smalltext {
	text-align: left;	
}
