/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}


/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
	margin: 0px;
	
	font-size:12px;
	font-family: Verdana;
}




/* 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;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* 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
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	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
{
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.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: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 10px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}



.navBar
{
	background-color: orange;
	/* background-image: url("images/main_nav_bg.gif"); */
	background-image: url("images/catbg2.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	height: 28px;
	text-align: left;
}

.mainNav
{
	line-height: 28px;
	vertical-align: left;
	text-align: center;
	color: #000000;
	}

.mainNav a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}

.mainNav a:link, .mainNav a:visited, .mainNav a:active
{
	border-bottom: 1px solid transparent;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	font-size: 13px;
}

.mainNav a:hover
{
	border-bottom: 1px solid black;
}

/****
	These are for the dropdown menus.
****/

a.subNav-link:link, a.subNav-link:visited, a.subNav-link:active
{
	color: #000000;
	text-decoration: none;
	border: 0;
	display: block;
	background-color: #e0e0e0;
	text-align: left;
	padding-left: 5px;
	line-height: 20px;
	vertical-align: middle;
}

a.subNav-link:hover
{
	color: #000000;
	text-decoration: none;
	border: 0;
	background-color: #f2f2f2;
}

a.subPro-link:link, a.subPro-link:visited, a.subPro-link:active
{
	color: #000000;
	text-decoration: none;
	border: 0;
	display: block;
	background-color: #e0e0e0;
	text-align: left;
	padding-left: 5px;
	line-height: 20px;
	vertical-align: middle;
}

a.subPro-link:hover
{
	color: #000000;
	text-decoration: none;
	border: 0;
	background-color: #f2f2f2;
}

/****