/* Normal, standard links. */
a:link, a:visited {
	color: #E7E7B6;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #C8AF77;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #ED9C02;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover {
	color: #E7E7B6;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table {
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body {
	color: #009CFF;
	background-image: url(images/web_4.jpg);
	background-attachment: fixed;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
  margin: 5px;
  padding: 30px 60px 30px 60px;

}

html*body {

  background-repeat: repeat-x;
} 
/*
td {
	color: #000; //#EB890E; 
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}*/

h1 {

  font-size: 16px;
}

.menubg {
  
	background-color: #000; 
	
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea {
	font-size: 9pt;
	color: #680001;
	border: 1px solid #AB2500;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #111;
}

/* Checkboxes shouldn't have a background color. */
input.check {
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
input, select, button {
	font-size: 8pt;
	font-weight: normal;
	color: #7A7E81;
	font-family: verdana, arial, helvetica, sans-serif;
	
}

/* Standard horizontal rule.. */
hr {
	color: #F3F7F9;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor {
	height: 1px;
	border: 0;
	color: #7A7E81;
	background-color: #F3F7F9;
}

/* A quote, perhaps from another post. */
.quote {

	color: #000000;
	background-color: #9999DD;
	border: 1px solid #95A0B9;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
	line-height: 1.4em;

}

/* A code block - maybe even PHP ;). */

.code {

	color: #F1EFEF;
	background-color: #222222;
	font-family: "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #95A0B9;
	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: #4E8EC0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* the today container in calendar */

.calendar_today {

	background-color: #830100;
	border: 1px solid #AB2500;

}

/* Generally, those [?] icons. */

.help {
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */

.meaction {
	color: #5B7F8F;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */

.editor {
	width: 90%;
}

/* Highlighted text - such as search results. */

.highlight {
	background-color: #3939AA;
	font-weight: bold;
	color: #F3F7F9;
}

/* Alternating backgrounds... */

.windowbg {

	color: #B84603; //#C64503;
	font-weight: bold;
	background: transparent;
	border: 1px solid #000;
}

.windowbg1 {

	color: #B84603;
	font-weight: bold;
	background-color: #000;
	border: 1px solid #444;
}

.windowbg2 {

	color: #ED9C02;
	background-color: #222;  
	border: 1px solid #000; 
	 
}

.windowbg3 {

	color: #F1EFEF;
	background-color: #011C2B;

}

.windowbg4 {

  color: #000000;
  background: transparent;
	
}

.windowbg5 {
	color: #F1EFEF;
  background-color: #333;

}

.windowbg6 {

  background-color: transparent; 
	
}

/* Titles - such as table headers. */

tr.titlebg td {

	font-size: small;
	color: #111111;
	background-color: #000;
	background-image: url(images/btm.gif);
	background-repeat: repeat-x;
}

/* Titles - such as table headers. */

.titlebg {
	font-weight: bold;
	background-color: #364363;
	background-image: url(images/strip.jpg);
	color: #7F7F9F; 
	background-repeat: repeat-x;
	border: 1px solid #000;
	padding: 10px;
  
}

.titlebg a:link, .titlebg a:visited {
  background-color: transparent;
	color: #CB5204;
}

.titlebg a:hover {
	color: #CB5204;
	
}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	
	color: #000017;
	font-style: normal;
	text-decoration: underline;


}

/*This is only for the bottom of the calendar*/
.titlebg3 {
	background-image: url("images/imgbgs/top_bg2.gif");
	background-repeat: repeat-x;
}

/* 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  {

	background-color: transparent;
	background-image: url('images/tbg.gif');
	height: 29px;
	color: #F1EFEF;
	padding-left: 10px;
	padding-right: 10px;

}

.catbg2 , tr.catbg2 td {

	background-color: transparent;
	height: 29px;
	color: #F1EFEF;
	padding:0px;

}

.catbg3 , tr.catbg3 td {


	background-image: url('images/blk_block.png');
	height: 29px;
	color: #F1EFEF;
	padding: 0px;

}

/*Not being used on this theme.*/
/*
.catbg4, tr.catbg4 td {

	background-image: url('images/');

	
}*/

.catbg, .catbg2, .catbg3 {

  border-top: 0px solid #afbbc7;
	border-right: 0px solid #afbbc7;
	border-left: 0px solid #afbbc7;
	border-bottom: solid 0px #2c6ec0;
	background-repeat: repeat-x;

}

.catbg, .catbg2 {

	font-weight: bold;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {

	font-size: 10pt;
	color: #F1EFEF;
	text-decoration: none;

}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {

	color: #F1EFEF;
	text-decoration: none;

}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {

	color: #9D2503;

}

.top_ls {
background-image: url("images/top_ls.gif"); width: 29px; height: 24px; 
}

.top {
background-image: url("images/top_bg.gif"); height: 24px; background-repeat: repeat-x;
}

.top_rs {
background-image: url("images/top_rs.gif"); width: 29px; height: 24px;
}
/*
.mid_ls {
background-image: url("images/mid_ls.gif"); width: 19px; height: 100%;
}

.mid {
background: #A6A4A6;  width: 100%; height: 100%;
}

.mid_rs {
background-image: url("images/mid_rs.gif"); width: 19px; height: 100%;
}*/

.btm_ls {
background-image: url("images/btm_ls.gif"); width: 29px; height: 24px;
}

.btm {
background-image: url("images/btm.gif");  height: 24px; background-repeat: repeat-x;
}

.btm_rs {
background-image: url("images/btm_rs.gif"); width: 29px; height: 24px;
}

/* The borders around things. */
.bordercolor 
{
	background-color: #0B0C1E;
	color: #AB2500;
	
}

.tborder 
{
	border-width: 1px;
	border-style: inset solid;
	border-color: #00002E;
}

.top_ls1 {
background-image: url("images/imgbgs/top_ls1.gif"); width: 29px; height: 24px; 
}

.top1 {
background-image: url("images/imgbgs/top_bg1.gif"); height: 24px; background-repeat: repeat-x;
}

.top_rs1 {
background-image: url("images/imgbgs/top_rs1.gif"); width: 29px; height: 24px;
}
/*
.mid_ls1 {
background-image: url("images/mid_ls.gif"); width: 19px; height: 100%;
}

.mid1 {
background: #A6A4A6;  width: 100%; height: 100%;
}

.mid_rs1 {
background-image: url("images/mid_rs.gif"); width: 19px; height: 100%;
}*/

.btm_ls1 {
background-image: url("images/imgbgs/btm_ls1.gif"); width: 29px; height: 24px;
}

.btm1 {
background-image: url("images/imgbgs/btm1.gif");  height: 24px; background-repeat: repeat-x;
}

.btm_rs1 {
background-image: url("images/imgbgs/btm_rs1.gif"); width: 29px; height: 24px;
}

/* Default font sizes. */
.smalltext {
	font-size: x-small;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea {
	background-image: transparent;  
}

/* Image border fix */
img {
	border: 0;
}

/* 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

{

	background-position: left bottom;

	color: #FFF;

	text-transform: uppercase;

	vertical-align: top;



}

.maintab_back, .maintab_active_back

{

	color: #FFF;

	text-decoration: none;

	font-size:  10px;

	vertical-align: bottom;

	padding: 4px 8px 8px 8px;

	font-family: tahoma, sans-serif;

}



.maintab_first

{

	background-image: url(images/imgbgs/btm_ls1.gif);

	background-repeat: no-repeat;

	width: 9px;

}

.maintab_back

{

	background-image: url(images/imgbgs/btm1.gif);

	background-repeat: repeat-x;

}

.maintab_last

{

	background-image: url(images/imgbgs/btm_rs1.gif);

	background-repeat: no-repeat;

	width: 7px;

}

.maintab_active_first

{

	background-image: url(images/imgbgs/btm3.gif);

	background-repeat: no-repeat;

	width: 5px;

}

.maintab_active_back

{

	background-image: url(images/imgbgs/btm3.gif);

	background-repeat: repeat-x;

}

.maintab_active_last

{

	background-image: url(images/imgbgs/btm3.gif);

	background-repeat: no-repeat;

	width: 5px;

}



/* how links behave in main tab. */

.maintab_back a:link , .maintab_back a:visited

{

	color: #ED9C02;

	text-decoration: none;

}

.maintab_active_back a:link , .maintab_active_back a:visited

{

	color: #333;
  text-decoration: none;

}

.maintab_back a:hover

{

	color: #FFF;

	text-decoration: none;

}

.maintab_active_back a:hover 
{

	color: #000;
  text-decoration: none;

}
/* definitions for the mirror tab */

.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last

{

	background-position: left top;

	color: white;

	text-transform: uppercase;

	vertical-align: top;



}

.mirrortab_back, .mirrortab_active_back

{

	color: #d9e4ef;

	text-decoration: none;

	font-size: 10px;

	vertical-align: top;

	padding: 10px 10px 10px 10px;

	font-family: tahoma, sans-serif;

}



.mirrortab_first

{

	background-image: url(images/imgbgs/top_ls1.gif);

	background-repeat: no-repeat;

	width: 9px;

}

.mirrortab_back

{

	background-image: url(images/imgbgs/top_bg1.gif);

	background-repeat: repeat-x;

}

.mirrortab_last

{

	background-image: url(images/imgbgs/top_rs1.gif);

	background-repeat: no-repeat;

	width: 7px;

}

.mirrortab_active_first

{

	background-image: url(images/imgbgs/top_bg3.gif);

	background-repeat: no-repeat;

	width: 5px;

}

.mirrortab_active_back

{

	background-image: url(images/imgbgs/top_bg3.gif);

	background-repeat: repeat-x;

}

.mirrortab_active_last

{

	background-image: url(images/imgbgs/top_bg3.gif);

	background-repeat: no-repeat;

	width: 5px;

}



/* how links behave in mirror tab. */

.mirrortab_back a:link , .mirrortab_back a:visited

{

	color: #ED9C02;

	text-decoration: none;

}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited

{

	color: #333;

	text-decoration: none;

}

.mirrortab_back a:hover

{

	color: #FFF;

	text-decoration: none;

}

.mirrortab_active_back a:hover

{

	color: #000000;

	text-decoration: none;

}


#bayrak a {
position: absolute;
top: 0px;
left: 0px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 100px;
overflow: hidden;
background: url(http://okyanussradyo.com/forum/Themes/default/images/bayrak.gif) 0 0 no-repeat;
}