/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #000000;
	background-image: url(navigator/rowfon2.gif);
	background-repeat: repeat-x;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #C18E55;
	scrollbar-shadow-color: #A15033;
	scrollbar-3dlight-color: #A15033;
	scrollbar-arrow-color:  #C18E55;
	scrollbar-track-color: #A15033;
	scrollbar-darkshadow-color: #A15033;
}

/* The register, login, search etc links at the top of the page */
.mainmenu2		{ font-size : 14px; font-family: Arial, Helvetica, sans-serif; color: #F0C19C }
a.mainmenu2		{ font-size : 14px; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; color: #5B2027;  }
a.mainmenu2:hover{ font-size : 14px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #F0C19C; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ;font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; color : #441313}
a.cattitle		{ text-decoration: none; color : #441313; }
a.cattitle:hover{ text-decoration: none; color : #F0C19C; }

/* Forum title: Text and link to the forums used in: index.php */
.text		{ font-size: 14px; font-family: Arial, Helvetica, sans-serif; color : #441313; }
a.text 	{ text-decoration: none; color : #441313; }
a.text:hover{ text-decoration: underline; color : #F0C19C; }

.textwayt		{ font-size: 14px; font-family: Comic Sans MS; color : #F0C19C; }
a.textwayt	{ font-size: 16px; text-decoration: none; color : #F0C19C; }
a.textwayt:hover{ text-decoration: underline; color : #F0C19C; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-family: Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold; font-size: 14px; color : #000000;}
a.nav			{ text-decoration: none; color: #000000; }
a.nav:hover		{ text-decoration: none; color: #FF6218;}
a.nav:visited		{ text-decoration: none; color: #710000;}

.zagolovok			{ font-family: Comic Sans MS; font-size: 18px; color : #F0C19C;}
a.zagolovok			{ text-decoration: none; font-size: 15px; color: #F0C19C; }
a.zagolovok:hover		{ text-decoration: none; color: #710000;}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 14px; color : #710000;}
a.name			{ font-size : 14px; color : #710000;}
a.name:hover	{ font-size : 14px; color : #EED1AA;}


