/****
	This controls the width of the template. You can change this to what you want.
	A px width is fixed and a % width is fluid.

****/



#widthControl
{
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 2px 0px; /* top right bottom left */
}


/* Normal, standard links. */
a:link
{
	color: #8DB6CD;
	text-decoration: none;
	text-shadow: 0px 2px 2px #111111;
}
a:visited
{
	color: #999999;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #AAAAAA;
	text-decoration: none;
}
a.nav:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #dcdcdc;
	overflow: visible;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	text-shadow: 0px 2px 0px #111111;
}

/* The main body of the entire forum. */
body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, select, option
{
	color: #ffffff;
	font-family: verdana, sans-serif;
	border: 0px solid #393939;
	background-color: #000000;
}
input
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #ffffff;
	font-family: verdana, sans-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: 90%;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #393939;
	background-color: #393939;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #dcdcdc;
	background-color: #202020;
	border: 1px solid #393939;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #dcdcdc;
	background-color: #202020;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #393939;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* 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: 1874CD;
	font-weight: bold;
	color: white;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #ffffff;
	background-color: #181818;;
}
.windowbg2
{
	color: #eeeeee;
	background-color: #080808;
}
.windowbg3
{
	background:url("images/windowbg3.gif") repeat scroll 0 0 #000000;
	color: #ffffff;
}
.fade
{
	background:url("images/fade.png") repeat scroll 0 0 #000000;
	color: #ffffff;
}
.news
{
	color: #ffffff;
	background-color: #000000;
}
.faderight
{
	background:url("images/faderight.png") repeat scroll 0 0 #000000;
	color: #ffffff;
}
.testbkg
{
	background:url("images/testbkg.png") #ffffff;
	color: #ffffff;
}
.testbkg2
{
	background:url("images/testbkg2.png") #ffffff;
	color: #ffffff;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #000000;
	color: #789E2C;
}

/* 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, .titlebg td, .titlebg2 td
{
	color: #d1d1d1;
	font-style: normal;
	background: /*url(images/titlebg.jpg)*/ #202020 repeat-x;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #d1d1d1;
	font-style: normal;
}

.titlebg a:hover
{
	color: #d1d1d1;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #d1d1d1;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #000000 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/testtitle.png) #000000 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #202020;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #f9ffc3;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #393939;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #393939;
	background-color: #000000;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	overflow:visible;
	font-size: 8pt;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 9pt;
}
.normaltext
{
	font-size: 10pt;
}
.largetext
{
	font-size: 11pt;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: none;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}
/* NAV BAR!!! */
#topmenu {
	margin-left:150px;
	padding: 0;
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: none;
	font-size: 10px;
}

#topmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#topmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topmenu ul li a {
	float: left;
	display: block;
	margin: 0 4px 0 0;
	padding: 0px 5px 15px 10px;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	background: url(images/mevlana/topmenu-l.png) 0 0 no-repeat;
}

#topmenu ul li a span {
	float: left;
	display: block;
	padding: 0 15px 4px 5px;
	cursor: crosshair;
	background: url(images/mevlana/topmenu-r.png) 100% 0 no-repeat;
}

#topmenu ul li a.current {
	color: #fff;
	background: url(images/mevlana/topmenu-l2.png) 0 0 no-repeat;
}

#topmenu ul li a.current span {
	display: block;
	width: auto;
	background: url(images/mevlana/topmenu-r2.png) 100% 0 no-repeat;
}

#topmenu ul li a:hover {}

#topmenu ul li a:hover span {
	display: block;
	width: auto;
}
/* definitions for the main menu at the top of the page, active means the link reflects which page is displayed */
.mainnav
{
	color: #dcdcdc;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 11px;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
	padding: 2px 0px 10px 0px;
}
.mainnav_active
{
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 11px;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
	padding: 0px 0px 10px;
}
.mainnav a:link, .mainnav a:visited
{
	color: #dcdcdc;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 6px solid #202020;
	padding: 0px 10px 0px;
}
.mainnav a:hover
{
	border-bottom: 6px solid #ff0000;
	color: #ffffff;
}
.mainnav_active a:link, .mainnav_active a:visited
{
	color: #ffffff;
	text-transform: capitalize;
	text-decoration: none;
	vertical-align: middle;
	border-top: 3px solid #ff0000;
	padding: 0px 10px 0px;
}
.mainnav_active a:hover
{
	color: #ffffff;
	border-bottom: 3px solid #ff0000;
	padding:0px 10px 0px;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab, .maintab_back, .maintab_active_back
{
	color: #dcdcdc;
	text-transform: capitalize;
	vertical-align: top;
	font-weight: normal;
}
.maintab, .maintab_back, .maintab_active_back
{
	color: #dcdcdc;
	text-decoration: none;
	font-size:  11px;
	padding: 5px 0px 10px 0px;
	font-family: tahoma, sans-serif;
}

/* how links behave in main tab. */
.maintab a:link , .maintab a:visited, .maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited
{
	color: #000000;
	text-decoration: none;
	border-bottom: 3px solid #202020;
	padding: 4px 14px 4px 14px;
}

.maintab a:hover, .maintab_back a:hover, .maintab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #99cc33;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Custom classes for the Dynamic Memberlist mod */
.floatleft{float:left;}
.floatright{float:right;}
/* a quick reset list class. */
ul.reset, ul.reset li{
	padding:0; margin:0; list-style:none;
}
/* The blue rounded header bar */
#mlist_form h3.catbg, #mlist_wrapper h3.catbg{
	overflow:hidden; height:31px; line-height:32px; font-weight:bold; border-bottom:none;
	background:url(images/dm_bar.png) no-repeat 100% 0; padding:0 9px 0 0; margin:0;
}
#mlist_form div.cat_bar, #mlist_wrapper div.cat_bar{
	background:url(images/dm_bar.png) no-repeat 0 0;
	padding:0 0 0 9px; overflow:hidden; margin:0;
}
#mlist_form h3.catbg a:link, #mlist_form h3.catbg a:visited,
#mlist_wrapper h3.catbg a:link, #mlist_wrapper h3.catbg a:visited{
	color:#fff; float:left; line-height:31px; font-size: 13px; padding:0 16px 0 8px;
}
#mlist_form h3.catbg a:hover, #mlist_wrapper h3.catbg a:hover{
	color:#e9f0f6; text-decoration:none;
}
/* Roundframe for the search form and the form itself */
#mlist_form span.clear upperframe{
	margin-top:2px;
}
#mlist_form div.innerframe table{
	width:440px; margin:0 auto;
}
#mlist_search{
	width:230px;
}
#mlist_submit{
	padding:1px 8px; margin-left:20px; cursor:pointer;
}
/* Page numbers and letter links above the member blocks */
#mlist_result{
	border-bottom:1px solid #ccc; float:left; width:99.4%; margin:0 0.3%; padding:3px 0;
}
.mlist_above{
	padding:3px 8px;
}
/* Buttons for various sorting options */
.mlist_sort_links{
	border-top:1px solid #59768F; border-bottom:1px solid #59768F; float:left; width:99.4%; margin:0 0.3%;
}
.mlist_sort_links ul{
	float:left; width:100%; padding:0 0 6px 0; margin:0;
}
.mlist_sort_links ul li{
	float:left; list-style:none; padding:0 4px 0 0; margin:6px 7px 0 3px; height:24px;
	line-height:24px; background: url(images/memberlist_buttons.png) no-repeat 100% 0;
}
.mlist_sort_links ul li a:link, .mlist_sort_links ul li a:visited{
	padding:0 8px 0 12px; font-size:12px; line-height:24px; white-space:pre; height:24px;
	margin:0; float:left; color:#fff; background:url(images/memberlist_buttons.png) no-repeat 0 0;
}
.mlist_sort_links ul li:hover{
	background:url(images/memberlist_buttons.png) no-repeat 100% -26px;
}
.mlist_sort_links ul li a:hover{
	background:url(images/memberlist_buttons.png) no-repeat 0 -26px;
	color: #224B6F; cursor:pointer; text-decoration:none;
}
/* Start of the actual member blocks */
#blocksbox{
	float:left; width:100%;
}
ul.top_mlist{
	float:left; margin-top:12px; margin-left:65px;
}
.mlist_blocks{
	background:url(images/memberlist_bg.png) center top no-repeat; 
	width:169px; height:284px; float:left;
}
.sub_mlist{
	position:relative; text-align:center; width:169px; float:left;
}
.mlist_header{
	height:32px; line-height:32px; position:relative; top:3px;
}
.mlist_header div{
	width:139px; height:32px; margin:0 auto; font-size:1.1em; font-weight:bold; overflow:hidden;
}
.mlist_header div a:link,.mlist_header div a:visited,.mlist_header div a:hover{
	color:#224B6F;
}
.mlist_avatar{
	height:156px; width:169px; position:relative; top:4px; left:30px; right:0;
}
.mlist_avatar div{
	height:150px; width:125px; margin:0 auto; overflow:hidden;
}
.mlist_group, .mlist_details, .mlist_icons{
	overflow:hidden; color:#000000; line-height:12px; position:relative; top:1px;
}
/* Lower page numbers and linktree */
#mlist_below{
	border-top:1px solid #59768F; border-bottom:1px solid #59768F; float:left; width:99.4%; margin:0 0.3% 4px 0.3%; padding:6px 0 4px 0;
}
.mlist_linktree{
	padding:0 7px; clear:both;
}
.mlist_linktree div.navigate_section{
	margin-top:0;
}
/* End classes for the Dynamic Memberlist mod */
/****
	These are css parts for the Xbox360 design.
****/
#bgLeft
{
	background: url("images/bgleft") top left repeat-y;
}

#bgRight
{
	background: url("images/bgright") top right repeat-y;
}

#bgCircles
{
background-color: #000000;
	background: url("images/layer.png");
	background-repeat: no-repeat;
	
	background-attachment: fixed;
	background-position: center center;
	 text-align: center;
	margin: 0;
	padding: 0;
}
#bground
{
	

	background: url("images/bkgsmall.jpg");
	color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.layout-topCenter
{
	background: url("images/layout_topcenter.gif") top left repeat-x;
}
#layout-topLeft
{
	background: url("images/layout_topleft.gif") top left no-repeat;
	height: 139px;
}
#layout-topLeft span
{
	line-height: 139px;
	vertical-align: middle;
	font-size: 18px;
	color: #99cc33;
	font-weight: normal;
	padding-left: 20px;
}

.layout-content
{
	background-color:#t;
	padding: 8px;
}

.layout-bottomCenter
{
	background: url("images/") top left repeat-x;
}
#layout-bottomLeft
{
	background: url("images/") top left no-repeat;
	height: 47px;
}

#layout-bottomRight
{
	background: url("images/") top left no-repeat;
	height: 47px;
	width: 275px;
	text-align: right;
}

#layout-bottomRight img
{
	padding-right: 20px;
}


#profile a:hover {background-position: 0 -19px;}
#profile a:active {background-position: 0 -19px;}

element.style-avatar
{
overflow:visible;
width:100%;
}