/* Normal, standard links. */
a:link
{
color: #000000;
text-decoration: none;
}
a:visited
{
color: #222222;
text-decoration: none;;
}
a:hover
{
color: #F03;
text-decoration: none;
}


body {
width: 80%;
margin: 0 right;
min-width: 800px;
margin-top: 50px;
color:#000000;
font-family: tahoma, verdana, arial, sans-serif;
font-size:15px;
text-decoration:none;
background-color:#FFFFFF;
background-image:url(images/bg.gif);
background-repeat:repeat-y;
background-position:105% 175%;
background-attachment:fixed;
}

.anatablo
{
border:#CCCCCC solid 1px;
margin-top:10px;
margin-bottom:10px;
padding:5px;
color:#000000;
filter:alpha(opacity=90); opacity:0.9;
}

.altmenu {
text-align:center;
background-image:url(images/altbg.gif);
background-color: #CCCCCC;
color:#ffffff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
padding:20px;
border:#111111 solid 1px;

}

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

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

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000000;
background: transparent;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #000000;

}

/* 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;
color: #000000;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #FFFFFF;
font-size:12px;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 0;
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-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
{
color: #000000;
border:1px solid #FFFFFF;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
filter:alpha(opacity=100); opacity:1.0;

}
.windowbg2
{
color: #000000;
filter:alpha(opacity=100); opacity:1.0;
border:1px solid #FFFFFF;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}
.windowbg3
{
color: #000000;
filter:alpha(opacity=100); opacity:1.0;
border:1px solid #FFFFFF;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;

}
.windowbg4
{
color: #000000;
filter:alpha(opacity=100); opacity:1.0;
padding: 5px;
border:1px solid #FFFFFF;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}
.windowbg5
{
color: #000000;
filter:alpha(opacity=100); opacity:1.0;
padding: 5px;
border:1px solid #FFFFFF;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;

}

.google
{
color: #000000;
filter:alpha(opacity=100); opacity:1.0;
padding: 1px;

}


.moderator
{
color: #000000;
filter:alpha(opacity=100); opacity:1.0;
}
.moderator, .moderator a:link, .moderator a:visited
{
font-weight: bold;
color: green;
font-style: normal;
}

.xmpc a:link img, .xmpc a:visited img  {
border: 0px;
filter:alpha(opacity=30); opacity:0.3;
} 

.xmpc a:hover img {
border: 0px;
filter:alpha(opacity=100); opacity:1;
} 


.copyright
{
color: #ffffff;
}
.copyright, .copyright a:link, .copyright a:visited
{
color: #ffffff;
font-style: normal;
}

/* 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
{
background-image: url('images/titlebg.jpg');
background-repeat: repeat-x;
color:#000000;
border:1px solid #000000;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:3px 4px 3px 4px;

}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #000000;
font-style: normal;
text-decoration: none;
}

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

.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-image: url('images/catbg.png');
background-repeat: repeat-x;
color:#ffffff;
border:1px solid #000000;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:2px 4px 2px 4px;

}
.catbg2, tr.catbg2 td
{
background-color:#000000;
color:#FFFFFF;
border:1px solid #FFFFFF;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:2px 4px 2px 4px;

}
.catbg2, .catbg3
{
background-repeat: repeat-x;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:4px 4px 4px 4px;
}
.catbg, .catbg2
{
font-weight: bold;

}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
color: white;
text-decoration: none;
padding:4px 4px 4px 4px;

}
.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: #CCCCCC;
text-decoration: underline;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
padding: 0px;
}
/* orta kisim icin by rallyproco) */
.bordercolor2
{
padding: 0px;
border: 1px solid #e5e5e5;
border-color:#e5e5e5;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #e5e5e5;
}

.borderkenar
{
border: 2px solid #e5e5e5;
padding: 0px; 
	margin: 0px; 
	}
.borderkenar2
{
border: 1px solid #e5e5e5;
padding: 0px; 
	margin: 0px; 
	}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;

}
.middletext
{
font-size: 100%;
}
.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
{
background-position: left bottom;
color: white;
text-transform: uppercase;
vertical-align: top;

}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  10px;
vertical-align: top;
text-align:center;
padding: 2px 6px 6px 6px;
font-weight: bold;
}

.maintab_first
{
background-image: url('images/maintab_first.gif');
background-repeat: no-repeat;
width: 10px
}
.maintab_back
{
background-image: url('images/maintab_back.gif');
background-repeat: repeat-x
}
.maintab_last
{
background-image: url('images/maintab_last.gif');
background-repeat: no-repeat;
width: 8px
}
.maintab_active_first
{
background-image: url('images/maintab_active_first.gif');
background-repeat: no-repeat;
width: 6px
}
.maintab_active_back
{
background-image: url('images/maintab_active_back.gif');
background-repeat: repeat-x
}
.maintab_active_last
{
background-image: url('images/maintab_active_last.gif');
background-repeat: no-repeat;
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: #e0e0ff;
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: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-weight: bold;
}

.mirrortab_first
{
background-image: url('images/mirrortab_first.gif');
background-repeat: no-repeat;
width: 10px
}
.mirrortab_back
{
background-image: url('images/mirrortab_back.gif');
background-repeat: repeat-x
}
.mirrortab_last
{
background-image: url('images/mirrortab_last.gif');
background-repeat: no-repeat;
width: 6px
}
.mirrortab_active_first
{
background-image: url('images/mirrortab_active_first.gif');
background-repeat: no-repeat;
width: 6px
}
.mirrortab_active_back
{
background-image: url('images/mirrortab_active_back.gif');
background-repeat: repeat-x
}
.mirrortab_active_last
{
background-image: url('images/mirrortab_active_last.gif');
background-repeat: no-repeat;
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: #e0e0ff;
text-decoration: none;
}


.borderkenar3
{
border: 2px solid #000000;
padding: 0px; 
	margin: 0px; 
	}


.menu2, tr.menu2 th, tr.menu2 td
{
  font-weight: bold;
	color: #FFFFFF;
	background-image:url('images/menubg.png');
	background-repeat:repeat-x;
	border:#222222 0px solid;

}

/* alt menu */
.menu2 a:link, .menu2 a:visited
{
color: #000000;
text-decoration: none;
}
.menu2 a:hover
{
color: #555555;
text-decoration: none;
}
.menu2 a:on
{
color: #555555;
text-decoration: none;
}





.slmbg
{
background-color: #666666;
background-image:url('images/slmbg.gif');
	background-repeat:repeat-y;
	background-position:left;
	padding: 8px;
	}

.basbg{
background-image:url('images/basbg.gif'); 
background-repeat: repeat-y;
background-position:center;
background-color:#F7F7F7;
padding:3px; 
color:#FFFFFF; 
font-weight: bold;
}

.profil
{
border:1px solid #FFFFFF;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding: 3px;
margin: 0px 0px 2px 0px ;
	
	}
a.googletag
   {
   color: #003399;
   }
   
a.googletagged
   {
   color: #336699;
   }