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

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

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

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

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #EFFFBF;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

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

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color:  #FFFBEF;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color:  darkpurple;

	background-color: white;
	font-family: "trebuchet", "verdana", "tahoma";
		  border-top: 1px solid #797900;
	font-size: 12px;
	border-left: 1px solid  #797900;
	border-right: 1px solid #797900;
	border-bottom: 1px solid #797900;
	margin: 1px 11px 11px 11px;
	padding: 10px;
	white-space: wrap;
	overflow: auto;
	max-height: 30em;
}

/* 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;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: #800040;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #afc6db;
}
.windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: transparent;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #afc6db;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #6394bd;
}
.tborder
{
	border: 1px solid #6394bd;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
		 
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* Dilber Theme*/
.maindiv
{
	border-left: 1px solid #93A659;
	border-right: 1px solid #93A659;
	border-bottom: 2px solid #93A659;
	background: #FDFFFB;
}
.mainpage
{
	background: #FDFFFB url(images/lightolive/mainpage.gif) repeat-x;

}

.topbar
{
	background: #93A659 url(images/lightolive/topbar.gif) repeat-x;
}

.topbar2
{
	background: #D3E699 url(images/lightolive/topbar2.gif) repeat-x;
}
.menubar
{
	background: #93A659 url(images/lightolive/menubar.gif) repeat-x;
	color: #FFFFFF;		
}
.menubg , tr.menubg td
{
	background: #93A659 url(images/lightolive/menubar.gif) repeat-x;
	color: #FFFFFF;
}

.menubg2 , tr.menubg2 td
{
	background: #53661A url(images/lightolive/menubarSelected.gif) repeat-x;
	color: #FFFFFF;
}
.menubg a:link, .menubg a:visited , .menubg2 a:link, .menubg2 a:visited 
{
	color: #FFFFFF;
}
.menubg a:hover, .menubg2 a:hover
{
	color: #E7F8E1;
}

.memberbardiv
{
	background: transparent url(images/lightolive/memberbar.gif) repeat-x;
}
.memberbardivbottom
{
	background: transparent url(images/lightolive/memberbar2.gif) repeat-x;
}

.memberbar, tr.memberbar td
{
}
.memberbar a:link, .memberbar a:visited 
{
	color: #53661A;
}
.memberbar a:hover
{
	color: #A3C001;
}


/* Normal, standard links. */
a:link
{
	color: #53661A;

}
a:visited
{
	color: #800040;



}
a:hover
{
 color: #CC6611;
text-decoration: underline overline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #53661A;
}
a.nav:hover
{
	color: #800040;
}

/* Tables should show empty cells. */
table
{
}

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

}

/* The main body of the entire forum. */
body
{
	background-color: #FFFFFF;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #1B3500;
	background-color: #FFFFFF;
}
input, button
{
	background-color: #FFFFFF;
}

textarea
{
	color: #1B3500;
	background-color: #FFFFFF;
}

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

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


/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color:  #FFFBEF;
	border: 1px solid #000000;
}

/* A code block - maybe even PHP ;). */


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


/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: #800040;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
}
/* The new icon */

.newicon a:link, .newicon a:visited
{
		  background-color: #FFFFFF;
		  border: #93A659 1px solid;
		  color: #666666;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #800040;
	background: #E9F0DC url(images/lightolive/windowbg.gif) repeat-y;
}
.windowbg2
{
	color: #283500;

	background: #FDFFFB url(images/lightolive/windowbg2.gif) repeat-x;
}
.windowbg3
{
	color: #000000;
	background: #E2EDC1 url(images/lightolive/windowbg3.gif) repeat-y;
}
/* 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;
	background-color: #E2EDC1;
	background-image: url(images/lightolive/titlebg.gif);
	border-bottom: solid 1px #A1A78C;
	border-top: solid 1px #FFFFFF;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	color: black;
}

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

.titlebg2 a:hover
{
}
.titlebg3, tr.titlebg3 th, tr.titlebg3 td
{
	color: #FFFFFF;
	background-color: #E2EDC1;
	background-image: url(images/lightolive/titlebg.gif);
	background-repeat: repeat-x;
}

/* 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-image: url(images/lightolive/catbg.gif);
	background-color: #A7BB72;
	color: #FFFFFF;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/lightolive/catbg.gif);
	background-color: #A7BB72;
	color: #FFFFFF;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #364415;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #FFFFFF;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FFFFFF;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #E7F8E1;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #CFD0C4;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #93A659;
	background-color: #FFFFFF;
}



/* 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_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #FFFFFF;
}

.maintab_first
{
	background-image: url(images/lightolive/maintab_first.gif);
}
.maintab_back
{
	background-image: url(images/lightolive/maintab_back.gif);
}
.maintab_last
{
	background-image: url(images/lightolive/maintab_last.gif);
}
.maintab_active_first
{
	background-image: url(images/lightolive/maintab_active_first.gif);
}
.maintab_active_back
{
	background-image: url(images/lightolive/maintab_active_back.gif);
}
.maintab_active_last
{
	background-image: url(images/lightolive/maintab_active_last.gif);
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #FFFFFF;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #E7F8E1;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #FFFFFF;

}
.mirrortab_back, .mirrortab_active_back
{
	color: #FFFFFF;
}

.mirrortab_first
{
	background-image: url(images/lightolive/mirrortab_first.gif);
}
.mirrortab_back
{
	background-image: url(images/lightolive/mirrortab_back.gif);
}
.mirrortab_last
{
	background-image: url(images/lightolive/mirrortab_last.gif);
}
.mirrortab_active_first
{
	background-image: url(images/lightolive/mirrortab_active_first.gif);
}
.mirrortab_active_back
{
	background-image: url(images/lightolive/mirrortab_active_back.gif);
}
.mirrortab_active_last
{
	background-image: url(images/lightolive/mirrortab_active_last.gif);
}

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

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

.mainstrip, .mainstrip_first, .mainstrip_last
{
	color: #FFFFFF;
}
.mainstrip_first
{
	background-image: url(images/lightolive/mainstrip_first.gif);
}
.mainstrip_last
{
	background-image: url(images/lightolive/mainstrip_last.gif);
}
.mainstrip
{
	background-image: url(images/lightolive/mainstrip.gif);
}
.mainstrip a:link , .mainstrip a:visited
{
	color: #FFFFFF;
}

.mainstrip a:hover, .mainstrip a:hover
{
	color: #E7F8E1;
}