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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	text-decoration: none; 
	color: #000000; 
	background-color: transparent;
}
a.nav:hover
{
	text-decoration: underline; 
	color: #0000FF; 
	font-weight: bold; 
	background-color: transparent;
}

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

/* By default (td, body..) use Tahoma in black. */
body, td
{
	font-family: Verdana, arial, helvetica, serif;	
	color: #000000;	
	font-size:12px;
}

body
{
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#002A78;
	scrollbar-shadow-color:#033479;
	scrollbar-face-color:#0C66D2;
	scrollbar-highlight-color:#033479;
	scrollbar-darkshadow-color:#033479;
	scrollbar-3dlight-color:#033479;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #002A78;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea      {
	background-color: #CCCCCC; 
	font-family: Verdana,arial, helvetica, serif; 
	font-size: 9pt; 
	color: #000000; 
	background-image:     url(../../../images/textbg.gif);
} 

input, button
{
	background-color: #FFFFFF;
	font-family: Verdana,arial, helvetica, serif;
	font-size: 9pt; color: #000000;
	background-image:     url(../../../images/textbg.gif);}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	background-color: #FFFFFF; 
	font-family: Verdana,arial, helvetica, serif; 
	font-size: 7pt; 
	color: #000000;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	color: #000000; 
	background-color: transparent;
}

/* A quote, perhaps from another post. */
.quote
{
	font-size: 10px; 
	font-family: Arial, verdana, helvetica, serif; 
	color: #000000; 
	background-color: #FFFF00;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.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... */
.windowbg
{
	background-color: #EDEFEE; 
	font-size: 12px; 
	font-family: Verdana, arial, helvetica, serif; 
	color: #000000;
}
.windowbg2
{
	background-color: #DDDDDD; 
	font-size: 12px; 
	font-family: Verdana, arial, helvetica, serif; 
	color: #000000;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	background-color: #002A78; 
	color: #FFFFFF;
	font-style: normal;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
	font-weight: bold;
	background-color: silver;
	color: #000000;
}
.catbg
{
	color: #000000; 
	font-weight: bold; 
	font-size: 13px; 
	background-color : #ffffff;
	/*background-image: url(images/titleback.gif);*/
}
.catbg2
{
	color: #000000; 
	font-weight: bold; 
	font-size: 13px; 
	background-color : #ffffff;
	/*background-image: url(images/titleback.gif);*/
}

/* The borders around things. */
.bordercolor
{
	background-color: #CCCCCC;	
	font-size: 12px;	
	font-family: Verdana, arial, helvetica, serif;
}
.tborder
{
	border: 1px solid #828181;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
/* THESE HAVE TO MATCH THE BACKGROUND ON THE BUTTONS */

.headertitles
{
	background-color: #BBBBBB;
	border: 1px solid #BBBBBB	;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}


/* OSR SPECIFIC */
.shadow {
	border: 1px solid #CCCCCC;
	background-image: url(../../../images/forum_fill.gif);
}

.footertable    {	background-color: #999999;	font-size: small;	font-family: Verdana, arial, helvetica, serif;	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
} 
.button_table
{
	border: 0px;
	background-color: #BBBBBB;
}

.bev_table_edge {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: white;
	border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #D4D4D4;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: white;
	border-top: 1px solid gray;
}
