/* Normal, standard links. */
a:link
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color: #efefef;
	text-decoration: none;
}
a:hover
{
	color: #efefef;
	text-decoration: bold;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	PADDING-LEFT: 1em;
	font-size:100%;
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover
{
	color: #efefef;
	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: #efefef;
	font-size: small;
		font-family: Georgia, Arial, Verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background: url(images/bg.jpg) #abadac 100% 100% no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0 auto;
	width:980px;
	padding: 22:43 28.07.20080px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #101010;
	background-color: #ffffff;
	opacity: 0.65;filter:alpha(opacity=65);zoom:1;
	font-family: verdana, sans-serif;
	border: 1px solid #cfcfcf;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	color: #101010;
	font-family: verdana, sans-serif;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	opacity: 0.65;filter:alpha(opacity=65);zoom:1;
	border: 1px solid #cfcfcf;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #101010;
	background-color: #ffffff;
	opacity: 0.65;filter:alpha(opacity=65);zoom:1;
	font-family: verdana, sans-serif;
	border: 1px solid #cfcfcf;
}

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

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #efefef;
	background-color: #000000;
	opacity: 0.25;filter:alpha(opacity=25);zoom:1;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #ffffff;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: 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: #cfcfcf;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 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: afefef;
}

/* 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, #preview_body
{
	color: #efefef;
	
}
.windowbg2
{
	color: #efefef;
	
}
.windowbg3
{
	color: #efefef;
	
}
/* the today container in calendar */
.calendar_today
{
	font-size: 100%;
	font-weight: normal;
	color: #efefef;
	background-color: #000000;
	opacity: 0.45;filter:alpha(opacity=45);zoom:1;
	font-family: verdana, sans-serif;
	border: 1px solid #cfcfcf;
}

/* 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;
	margin-bottom: 1px;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #efefef;
	font-style: normal;
}

.titlebg a:hover
{
	color: #ffffff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #efefef;
	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
{
	color: #efffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	color: #efffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: 0px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: ffffff;
	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: #efefef;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	padding: 0px;
	border-bottom: 1px solid #afafaf;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.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;
}

.post a {
text-decoration:bold;
}
.post a:hover {
text-decoration:underline;
}


/* 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 {
	VERTICAL-ALIGN: top
}
.maintab_back {
	VERTICAL-ALIGN: top
}
.maintab_last {
	VERTICAL-ALIGN: top
}
.maintab_active_first {
	VERTICAL-ALIGN: top
}
.maintab_active_back {
	VERTICAL-ALIGN: top
}
.maintab_active_last {
	VERTICAL-ALIGN: top
}
.maintab_back {
	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none
}
.maintab_active_back {
	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none
}
.maintab_first {
	DISPLAY: none;
}
.maintab_back {
	background-color: #000000;
	opacity: 0.45;filter:alpha(opacity=45);zoom:1;
	border: 1px solid #afafaf;
	BORDER-BOTTOM: #afafaf 2px solid
			-webkit-border-top-left-radius:7px;
			-webkit-border-top-right-radius:7px;
			-webkit-border-bottom-left-radius:7px;
			-webkit-border-bottom-right-radius:7px;

			-khtml-border-radius-topleft:7px;
			-khtml-border-radius-topright:7px;
			-khtml-border-radius-bottomleft:7px;
			-khtml-border-radius-bottomright:7px;

			-moz-border-radius-topleft:7px;
			-moz-border-radius-topright:7px;
			-moz-border-radius-bottomleft:7px;
			-moz-border-radius-bottomright:7px;
}
.maintab_last {
	DISPLAY: none
}
.maintab_active_first {
	DISPLAY: none
}
.maintab_active_back {
	background-color: #000000;
	opacity: 0.45;filter:alpha(opacity=45);zoom:1;
	COLOR: #efefef;
	border: 1px solid #afafaf;
	BORDER-BOTTOM: #afafaf 2px solid;
	TEXT-DECORATION: none
			-webkit-border-top-left-radius:7px;
			-webkit-border-top-right-radius:7px;
			-webkit-border-bottom-left-radius:7px;
			-webkit-border-bottom-right-radius:7px;

			-khtml-border-radius-topleft:7px;
			-khtml-border-radius-topright:7px;
			-khtml-border-radius-bottomleft:7px;
			-khtml-border-radius-bottomright:7px;

			-moz-border-radius-topleft:7px;
			-moz-border-radius-topright:7px;
			-moz-border-radius-bottomleft:7px;
			-moz-border-radius-bottomright:7px;
}
.maintab_active_last {
	DISPLAY: none
}
.maintab_back A:link {
	color: #ffffff;
	TEXT-DECORATION: none;
}
.maintab_back A:visited {
	color: #efefef;
	TEXT-DECORATION: none
}
.maintab_active_back A:link {
	color: ffffff;
	TEXT-DECORATION: none;
}
.maintab_active_back A:visited {
	color: #efefef;
	TEXT-DECORATION: none
}
.maintab_back A:hover {
	BORDER-BOTTOM-WIDTH: 2px; BORDER-BOTTOM-COLOR: #efefef; COLOR: #efefef; TEXT-DECORATION: none;
}
.maintab_active_back A:hover {
		BORDER-BOTTOM-WIDTH: 2px; BORDER-BOTTOM-COLOR: #efefef; COLOR: #efefef; TEXT-DECORATION: none;
}
.mirrortab_first {
	VERTICAL-ALIGN: top
}
.mirrortab_back {
	VERTICAL-ALIGN: top
}
.mirrortab_last {
	VERTICAL-ALIGN: top
}
.mirrortab_active_first {
	VERTICAL-ALIGN: top
}
.mirrortab_active_back {
	VERTICAL-ALIGN: top
}
.mirrortab_active_last {
	VERTICAL-ALIGN: top
}
.mirrortab_back {
	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none
}
.mirrortab_active_back {
	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; FONT-SIZE: 0.85em; PADDING-BOTTOM: 0.3em; PADDING-TOP: 0.3em; TEXT-DECORATION: none
}
.mirrortab_first {
	DISPLAY: none
}
.mirrortab_back {
	BORDER-TOP: #afafaf 2px solid
}
.mirrortab_last {
	DISPLAY: none
}
.mirrortab_active_first {
	DISPLAY: none
}
.mirrortab_active_back {
	BORDER-TOP: #afafaf 2px solid; COLOR: #efefef; TEXT-DECORATION: none
}
.mirrortab_active_last {
	DISPLAY: none
}
.mirrortab_back A:link {
	TEXT-DECORATION: none;
	color: #ffffff;
}
.mirrortab_back A:visited {
	color: #efefef;
	TEXT-DECORATION: none
}
.mirrortab_active_back A:link {
	color: #ffffff;
	TEXT-DECORATION: none
}
.mirrortab_active_back A:visited {
	color: #efefef;
	TEXT-DECORATION: none
}
.mirrortab_back A:hover {
	BORDER-TOP-WIDTH: 2px; COLOR: #efefef; BORDER-TOP-COLOR: #afafaf; TEXT-DECORATION: none
}
.mirrortab_active_back A:hover {
	BORDER-TOP-WIDTH: 2px; COLOR: #efefef; BORDER-TOP-COLOR: #afafaf; TEXT-DECORATION: none
}
/* 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;
}
.orta
{
background-image: url('images/orta.png');
background-repeat: repeat-y;
width: 980px;
text-align:left;
}

.ust
{
background-image: url('images/ust.png');
background-repeat: no-repeat;
width: 980px;
height: 27px;
color:efefef;
margin-top:-8px;

}

.alt
{
background-image: url('images/alt.png');
background-repeat: no-repeat;
width: 980px;
height: 22px;
}

.headerbk
{
background-image: url('images/orta.png');
background-repeat: repeat-y;
width: 980px;
height: 150px;
text-align:left;
padding: 0 50px 0 50px;
}

#headleft {
float:left;
top:0px;
left:0px;
width:350px;
height:150px;
}

#legal {
float:left;
width:140px;
height:25px;
font-size:13px;
position:relative;
z-index:20;
top:127px;
left:-12px;
}

#headlogo {
float:left;
position:relative;
top:-40px;
left:50px;
height:175px;
width:300px;
z-index:10;
}

#headright {
float:left;
top:0px;
height:150px;
width:500px;
}

#headtitle {
position:relative;
top:20px;
left:-15px;
height:70px;
width:500px;
vertical-align:bottom;
border-bottom: 2px solid #ccc;
font-family: Georgia, Verdana, Arial, sans-serif;
color:#efefef;
}

#headtitle a {
vertical-align:bottom;
padding-left:30px;
padding-bottom:30px;
font-family: Georgia;
font-size:70px;
color:#ffffff;
}

#headtitle a:hover {
		  color:#efefef;
		  text-decoration:none;
}

#headlink {
position:relative;
top:40px;
text-align:center;
font-size:16px;
font-family: Georgia, Verdana, Arial, sans-serif;
color:#efefef;
}

#headlink a {
color:#efefef;
}