/* Normal, standard links. */
a:link
{
	color: #ffffff;
	text-decoration: none;
	FONT-SIZE: 12px;
	font-family: Verdana, Helvetica;
}
a:visited
{
	color: #ffffff;
	text-decoration: none;
	FONT-SIZE: 12px;
	font-family: Verdana, Helvetica;
}
a:hover
{
      color: #09B6FF;
	text-decoration: none;
	FONT-SIZE: 12px;
	font-family: Verdana, Helvetica;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #a81a1a;
	text-decoration: none;
	font-family: Verdana, Helvetica;
}
a.nav:hover
{
      color: #a81a1a;
	text-decoration: none;
	font-family: Verdana, Helvetica;
}

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

/* By default (td, body..) use Verdana, Helvetica in black. */
body, td, th , tr
{
	color: #ffffff;
	font-size: small;
	font-family: Verdana, Helvetica;
}

/* The main body of the entire forum. */
body
{
	BACKGROUND-IMAGE: url(images/denimB.png);
	margin: 0px;
	padding: 0px 50px 0px 50px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{

color: #000000;
border: 0px solid #dedede;
padding: 1px;
}
.buttLogin
{
border: 1px solid #ffffff;
	background-color: #3F4E63;
	color : #ffffff;
	FONT-SIZE: 13px;
	font-family: Verdana, Helvetica;
text-indent: 2px;
	height: 21px;
}

textarea
{
	font-size: 100%;
 

	font-family: Verdana, Helvetica;
}

/* All input elements that are checkboxes or radio buttons. */
input.checkc
{
background-color: #1b222d;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;

	font-family: Verdana, Helvetica;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	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 #000000;
	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: #000000;
	text-decoration: none;
	font-family: Verdana, Helvetica;
	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: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbgActive
{
	background: #1b222d;
	color: #ffffff;
}
.windowbg2, .windowbg2Active
{
	background: #1b222d;
	color: #ffffff;
}
.windowbg3, .windowbg3Active
{
	background: #1b222d;
	color: #ffffff;
}

.windowbg4, .windowbg4Active
{
	background: #ECECEC;
	color: #000000;
}

.windowbg5, .windowbg5Active
{
	background: #E6E6E6;
	color: #000000;
}
/* the today container in calendar */
.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: #efefef;
	font-style: normal;
	font-family: Verdana, Helvetica;
	background-color: #3F4E63;
	padding-left: 10px;
	padding-right: 10px;
}


 .windowbg4 a:link, .windowbg4 a:visited, .windowbg5 a:link, .windowbg5 a:visited
{
	
	color: #000000;
	font-family: Verdana, Helvetica;
}

 .windowbg4 a:hover, .windowbg5 a:hover
{
	color: #09B6FF;
}
 .memGroup
{
	color: #000000;
}

 .memGroup2
{
	color: #6E6E6E;
	FONT-SIZE: 10px;
	text-decoration: none;
	FONT-FAMILY: Verdana, Helvetica;
}
.titlebg, .titlebg a:link, .titlebg a:visited, .windowbg2 a:link, .windowbg2 a:visited, .windowbg3 a:link, .windowbg3 a:visited, .windowbg a:link, .windowbg a:visited
{
	
	color: #ffffff;
	font-family: Verdana, Helvetica;
}

.titlebg a:hover, .windowbg2 a:hover, .windowbg3 a:hover, .windowbg a:hover
{
	color: #09B6FF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #efefef;
	font-family: Verdana, Helvetica;
		text-decoration: none;
}

.titlebg2 a:hover
{
	color: #E0691A;
	text-decoration: none;
}

.titlebg_2, tr.titlebg_2 th, tr.titlebg_2 td
{
	color: #efefef;
	font-style: normal;
	font-family: Verdana, Helvetica;
	background-color: #1b222d;
	padding-left: 10px;
	padding-right: 10px;
}

.catbg_3, tr.catbg_3 th, tr.catbg_3 td
{
	color: #ffffff;
	font-style: normal;
	font-family: Verdana, Helvetica;
	background-color: #1b222d;

}

/* 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-color: #3F4E63;
	color: #efefef;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/brkdmrcn/catbg.png) repeat-x;
	color: #efefef;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #efefef;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #09B6FF;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #3F4E63;
	padding: 0px;
}

.navbar
{
	background-color: #1b222d;
	padding: 0px;
	height:30px;
	
}

.navbar2
{
	
	padding: 6px;
		
	
	
}



/* This is used on tables that should just have a border around them. */
.tborder
{
	background-color: #fefef8;
	color: #0d1112;
	border: 0px solid #ffffff;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
  color:#ffffff;
	font-size: x-small;
	font-family: Verdana, Helvetica;
}


.smalltext2
{
  color:#000000;
	font-size: x-small;
	font-family: Verdana, Helvetica;
}

.forumTitle
{
  color:#000000;
	font-size: 13px;
	
}

.forumTitle a:link, .forumTitle a:visited 
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
.forumTitle a:hover
{
	color: #09B6FF;
	font-size: 12px;
}

.middletext
{
background-color: #3F4E63;
padding: 0px 6px 0px 6px;
color:#ffffff;
	font-size: 12px;

}

.normalButtonb
{
background-color: #3F4E63;
padding: 4px 4px 4px 4px;
height: 30px;

}



.footerCat
{
background: url(images/brkdmrcn/catbg.png);

color:#ffffff;
	font-size: 12px;
	height:25px;

}

.pageTable
{
background-color: #3F4E63;

color:#ffffff;
	font-size: 12px;
	height:25px;

}
.middletext2
{

color:#ffffff;
	font-size: 11px;

}

.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	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;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: black;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: Verdana, Helvetica;
	}

.maintab_first
{
	background-color: #3F4E63;
	width: 0px;
	
}
.maintab_back
{
	background-color: #3F4E63;
	
}
.maintab_last
{
	background-color: #3F4E63;
	width: 8px;
	
}
.maintab_active_first
{
	background-color: #3F4E63;
	width: 6px;
	
}
.maintab_active_back
{
	background-color: #3F4E63;
	
}
.maintab_active_last
{
	background-color: #3F4E63;
	width: 8px;

}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: white;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	vertical-align: bottom;
	padding: 4px 4px 2px 4px;
	font-family: Verdana, Helvetica;
}

.mirrortab_first
{
	 background-color: #3F4E63;
	width: 0px;
}
.mirrortab_back
{
	background-color: #3F4E63;
}
.mirrortab_last
{
	background-color: #3F4E63;
	width: 6px;
}
.mirrortab_active_first
{
	background-color: #3F4E63;
	width: 6px;
}
.mirrortab_active_back
{
	background-color: #3F4E63;
}
.mirrortab_active_last
{
	background-color: #3F4E63;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: white;
	text-decoration: none;
}


/* The AJAX notifier */
#ajax_in_progress
{
      background-image: url('images/brkdmrcn/loading.gif');
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* THEME CSS START */

.header {
  background:  url('images/brkdmrcn/bg2.png') repeat-x ;
  height: 111px;
  padding: 0;
  font-size: 11px;
  color: #FFFFFF;
}
.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin:0; padding:0; float: center;
width: 100%; /*width of menu*/
height: 30px;
background: black url('images/brkdmrcn/butbg.png') repeat-x ;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 8px 15px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color:white;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}

.footer {
  background:#333 ;
  height: 85px;
  padding: 0;
  font-size: 11px;
  color: #FFFFFF;
}

.orta
{
background-image: url('images/brkdmrcn/orta.png');
background-repeat: repeat-y;
text-align:left;

}

.ust
{
background-image: url('images/brkdmrcn/ust.png');
background-repeat: no-repeat;
height: 23px;

}

.alt
{
background-image: url('images/brkdmrcn/footer.png');
background-repeat: repeat-x;
height: 31px;
}
