/* Normal, standard links. */
a:link {
	color: #558811;
}
a:visited {
	color: #AA3311;
}
a:hover {
	color: #222;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #555;
	text-decoration: none;
}

a.nav:hover {
	color: #000;
	text-decoration: none;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #000;
}

/* The main body of the entire forum. */
body {
	background:#4b4b4b url(/Themes/OverView/images/specific/bg.png) center -34px repeat-x;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	color: #666;
	background-color: #414141;
}

/* A quote, perhaps from another post. */
.quote {
	color: #3a3a3a;
	background-color: #efefef;
	border-color: #cfcfcf;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #3a3a3a;
	background-color: #fbede6;
	border-color: #f1ccbb;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background-color: #fff;
}

.windowbg2 {
	background-color: #f4f4e3;
}

.windowbg3 {
	background-color: #efe9f0;
}

/* the today container in calendar */
.calendar_today {
	background-color: #f4f4e3;
}

/* 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: #000;
	background: #ABC586 url(/Themes/OverView/images/specific/titlebg-light.png) top repeat-x;
	border-bottom: 1px solid #fff;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #ddd;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #000;
}

.titlebg, .titlebg2 {
	color: #000;
}

/* 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: #ABC586 url(/Themes/OverView/images/specific/titlebg-light.png) top repeat-x;
	color: #000;
}

.catbg2 , tr.catbg2 td {
	background: #ABC586 url(/Themes/OverView/images/specific/titlebg-light.png) top repeat-x;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	color: #000;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #000;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #fff;
}

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

/* This is used on tables that should just have a border around them. */
.tborder {
	border-color: #f4f4e3;
}


/* 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 {
	color: white;
}

.maintab_back, .maintab_active_back {
	color: white;
}
/*
.maintab_active_first {
	background-image: url(/Themes/OverView/images/specific/maintab-left2-light.png) !important;
}
.maintab_active_back {
	background-image: url(/Themes/OverView/images/specific/maintab-right2-light.png) !important;
}
.maintab_active_last {
	background-image: url(/Themes/OverView/images/specific/maintab-right2-light.png) !important;
}
*/
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited {
	color: #f4f4e3;
}
.maintab_active_back a:link , .maintab_active_back a:visited {
	color: #333;
}


.maintab_back a:hover, .maintab_active_back a:hover {
	color: #fff;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: white;
}

.mirrortab_back, .mirrortab_active_back {
	color: white;
}
/*
.mirrortab_first {
	background-image: url(/Themes/OverView/images/specific/mirrortab-left1-light.png) !important;
}
.mirrortab_back {
	background-image: url(/Themes/OverView/images/specific/mirrortab-right1-light.png) !important;
}
.mirrortab_last {
	background-image: url(/Themes/OverView/images/specific/mirrortab-right1-light.png) !important;
}
*/
.mirrortab_active_first {
	background-image: url(/Themes/OverView/images/specific/mirrortab-left2-light.png) !important;
}
.mirrortab_active_back {
	background-image: url(/Themes/OverView/images/specific/mirrortab-right2-light.png) !important;
}
.mirrortab_active_last {
	background-image: url(/Themes/OverView/images/specific/mirrortab-right2-light.png) !important;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited {
	color: #f4f4e3;
}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	color: #333;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #fff;
}

body>#go-top {
	background-image: url(/Themes/OverView/images/go-top.png) bottom left;
}

#topmenu  ul li a {
	color: #333;
	background-image: url(/Themes/OverView/images/specific/topmenu-left1-light.png);
}

#topmenu  ul li a span { 
	background-image: url(/Themes/OverView/images/specific/topmenu-right1-light.png);
}
/*
#topmenu ul li a:hover {
	color: #000;
	background-image: url(/Themes/OverView/images/specific/topmenu-left2-light.png) !important;
}

#topmenu ul li a:hover span {
	background-image: url(/Themes/OverView/images/specific/topmenu-right2-light.png) !important;
}

#topmenu ul li a.current {
	color: #fff;
	background-image: url(/Themes/OverView/images/specific/topmenu-left3-light.png) !important;
}

#topmenu ul li a.current span {
	background-image: url(/Themes/OverView/images/specific/topmenu-right3-light.png) !important;
}
*/

#mainarea {
	background: #f4f4e3;
}

#logo, #logo a {
	background: url(/Themes/OverView/images/logo.png) no-repeat;
}

#welcome {
	color: #fff;
}

#welcome a:link, #welcome a:visited {
	color: #404040;
}
#welcome a:hover {
	text-decoration: underline;
}

#dark {display: block;}
#light {display: none;}

#footer {
	background-color: #f4f4e3;
	color: #666;
}

#footer a:link , #footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #666;
}