/* Normal, standard links. */
a:link {
	color: #903;
	text-decoration: none;
}
a:visited {
	color: #903;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	color: #990;
	text-decoration: none;
}
a.nav:hover {
	 color: #999999;
	 text-decoration: underline;
}
/* Navigation links - for the link tree. */
span.pathway 
{
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #212B32;
	font-weight: normal;
}
span.pathway img 
{
	margin: 0px 10px;
	vertical-align: middle;
}
div#pathway 
{
	margin-bottom: 10px;
	padding-left: 8px;
}
/* Tables should show empty cells. */
table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr 
{

	color: #222;
	font-size: 12px;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
/* The main body of the entire forum. */
body 
{
	margin: 0;
	padding: 0;
	background-color: #e2e1da;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	color: #333;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background-color: #ffffcc;
}
 button
{
	color: #333;
	font-family: tahoma, verdana;
	border: 3px solid #333;
	background-color: #FFF;
}

input, button
{
	font-size: 90%;
}
textarea
{
	font-size: 100%;
	color: #000000;
	font-family : tahoma, Arial, Helvetica, 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;
	color: #333;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background-color: #FFF;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* No image should have a border when linked */

a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #363636;
	background-color: #ffffff;
	border: 1px dotted #000000;
	margin: 15px;
	padding: 5px 10px 10px 10px;
	font-size: 80%;
	line-height: 18px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: 80%;
	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-style: normal;
	font-weight: normal;
	font-size: 90%;
	line-height: 18px;
	padding :5px 5px 0px 0px;

}
.inputs {
	color: #333333;
	border: 2px solid #fff;
	text-indent: 0.2cm;
	background-color: #B8920E;
}
.inputs:hover {
	border: 2px solid  #fff;
}
.submit:hover {
	border: 2px solid #fff;
	background-color: #B8920E;
}
/* 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: #390;
	font: 12px;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #ed145b;
	background-color: #fafafa;
}
.windowbg2 {
	font: 12px;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #ed145b;
	background-color: #fefee2;
	line-height:18pt;
}
.windowbg3 {
	color: #8d5286;
	font: 12px;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #ed145b;
	background-color: #f4f2e9;
}
/* the today container in calendar */
.calendar_today {
	 background-color: #f6f6f6;
}
/* 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 {
	color: #fff;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #9d266c;
}

.titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #fff;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CCC;
	font-weight: normal;
	text-align:right;

}
.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #FFF;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
}
.titlebg a:hover {
	 color: #ffffd2;
}
/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	 color: #ffffd2;
	 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: #fff;
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
	background-color: #339999;
}
.catbg2, tr.catbg2, .catbg3 td {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
	background-color: #339999;
}
.catbg, .catbg2 {
}
.catbg, .catbg2 {
	 font-weight: bold;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 color: #ffffd2;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #ffffd2;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 text-decoration: underline;
}
.catbgf {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	background-color: #790b79;
	text-decoration: none;

}

.catbgf-l {
	padding-left: 20px;
	background-color: #790b79;
	/*position: relative*/}
.catbgf-r {
	background: #790b79;
	padding-right: 20px;
	/*position: relative*/
}
.catbgf a:link
{
	color: #fff;
	text-decoration: none;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.catbgf a:visited
{
	color: #fff;
	text-decoration: none;

}
.catbgf a:hover
{
	text-decoration: none;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {

	 padding: 0px; 
	 background: none; 
}
/* This is used on tables that should just have a border around them. */
.tborder {
	 padding: 0px;
	 background: none; 
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 11px;
}
.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: 15pt;
}
/* 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_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	vertical-align: top;
		color: #FFF;	

}

.maintab_back, .maintab_active_back
{
	text-decoration: none;
	vertical-align: top;
	font-size: 100%;
	text-transform: uppercase;
	color: #FFF;	


}

.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	font-weight: bold;
	color: black;
}
.maintab_active_last
{
	display: none;
}

.maintab_back a
{
	display: block;
	float: left;
	padding: 3px 7px 3px 7px;
	background: #006666;
	color: #FFF;
}
.maintab_active_back a
{
	display: block;
	padding: 3px 7px 3px 7px;
	background-color: #99cccc;
}

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

.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: none;
	background-image: url(images/katorta.png);
	background-repeat: repeat-x;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	vertical-align: bottom;
	font-size: 100%;
	text-transform: uppercase;
	
}

.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	font-weight: bold;
	background-image: url(images/katorta.png);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	display: none;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link
{
	text-decoration: none;
	color: #FFF;
}

.mirrortab_back a:visited
{
	text-decoration: none;
	color: #FFF;
	background-color: #663366;
}

.mirrortab_active_back a:link
{
	text-decoration: none;
	color: #FFF;

}

.mirrortab_active_back a:visited
{
	text-decoration: none;
	color: #FFF;
	background-color: #663366;

}

.mirrortab_back a
{
	display: block;
	float: left;
	padding: 2px 6px 2px 6px;
	background-color: #006666;
}
.mirrortab_active_back a
{
	display: block;
	padding: 2px 6px 2px 6px;
	background-image: url(images/katorta.png);
	background-repeat: repeat-x;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: none;
	background-image: url(images/katorta.png);
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #ff0000;
	background-image: url(images/wrap.png);
}

#mainarea {
	margin: 0;
	padding: 0 110px 5px 110px;
	background-color: #f4f4f4;
}

#header{
	position:relative;
	height:48px;
	overflow:hidden;
	background-image: url(images/head.png);
	background-repeat: repeat-x;
	direction:rtl;
}
#head-r{
	height:48px;
	position:relative;
	background-image: url(images/head-l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#head-l{
	height:48px;
	position:relative;
	background-image: url(images/head-r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#navi{
	position:relative;
	height:50px;
	overflow:hidden;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
}
#navi-r{
	height:50px;
	position:relative;
	background-image: url(images/nav-l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navi-l{
	height:50px;
	position:relative;
	background-image: url(images/nav-r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#botnav{
	position:relative;
	height:100px;
	overflow:hidden;
	background-image: url(images/bot-nav.png);
	background-repeat: repeat-x;
}
#botnav-r{
	height:100px;
	position:relative;
	background-image: url(images/bot-nav-l.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#botnav-l{
	height:100px;
	position:relative;
	background-image: url(images/bot-nav-r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#logo {
	position: absolute;
	top: 0px;
	left: 100px;
	display: block;
	width: 266px;
	height: 149px;
	cursor: pointer;
	background-image: url(./images/logof.png);
	background-repeat: no-repeat;
}
#userarea {
	 height: 78px;
	 float: right;
	 padding: 15px 15px 0 0;
	 text-align: right;
	 font-size: 11px;
	 color: #111111;
	 font-family: tahoma, sans-serif; 
}
#userarea a:link, #userarea a:visited {
	 color: #ff0000;
	 text-decoration: none;
	 border-bottom: 1px dotted #ff0000;
   	font-weight: bold;

}
#userarea a:hover {
	 color: orange;
	 text-decoration: none;
	 border-bottom: 1px dotted brown;
}
#toolbar1 {
	height: 90px;
margin-right: auto;
margin-left: auto;


}

#toolbar {
	height: 31px;
	border-top: solid 1px #606060;
	background-image: url(images/toolbar-bg.png);
	background-repeat: repeat-x;
}

#nav {
	margin: 0;
	padding-left: 100px;
	height: 31px;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background-image: url(images/toolbar-div.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#nav li a {
	color: #fff;
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
	font-size: 11px;
}

#nav li a:hover {
	color: #444;
}

#nav li a.current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
}

#footer{
	position:relative;
	height:35px;
	overflow:hidden;
	background-image: url(images/foot.png);
	background-repeat: repeat-x;
}
#footer-r{
	height:35px;
	position:relative;
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#footer-l{
	height:35px;
	position:relative;
	background-image: url(images/foot-r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#footerarea {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	margin-top: 5px;
	text-align: center;
}
#footerarea a:link {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
}
#footerarea a:visited {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
}
#footerarea a:hover {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009;
	text-decoration: underline;
}
#footerarea a:active {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111;
	text-decoration: none;
}

/* Border Board */
#sag1 {
	background-color: #060606;
	background-image: url(images/sag.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

#sol1 {
	background-image: url(images/sol.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#alt1 {
	background-image: url(images/alt.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#altsag1 {
	background-image: url(images/altsag.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#altsol1 {
	background-image: url(images/altsol.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#ust1 {
	background-image: url(images/ust.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#ustsag1 {
	background-image: url(images/ustsag.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#ustsol1 {
	padding: 30px;
	background-image: url(images/ustsol.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#fancymenu {
position:absolute;
margin:0;
}

#fancymenu ul {
list-style:none;
margin:0;
padding-left: 395px;
padding-top: 10px;
}

#fancymenu li {
	float:left;
	display:block;
}

#fancymenu li a {
	/*float:right;*/
	display:block;
	position:relative;
	height:28px;
	line-height:28px;
	overflow:hidden;
	font-weight:bold;
	font-size:10pt;
	color:#FFF;
	text-decoration:none;
	z-index:4;
	outline:none;
	padding:0 8px;
	font-family : tahoma, Arial, Helvetica, sans-serif;
}

#fancymenu li.current a {
	color: #f03;
}
#fancymenu li a:hover {
	color: #C06;
}
#fancymenu li.background {
	position:absolute;
	visibility:hidden;
	z-index:2;
	background-image: url(images/menu-r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#fancymenu li.background .left {
	height:28px;
	margin-right:5px;
	background-image: url(images/menu-l.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


.titlebg3 {
	color: #777777;
	font-style: normal;
	padding-left: 10px;
	line-height: 10px;
	font-size: 11px;
	background-color: #f9f9f9;
}
.forumara {

	 border-bottom: 1px dotted #555555;
}
.windowbgb {
	font-size: 12px;
	border-bottom: 1px dotted #555555;
	background-color: #fafafa;
}