
.menubg , tr.menubg td
{
  HEIGHT: 25px; BACKGROUND-COLOR: #ff0000;

}

.menubg2 , tr.menubg2 td
  HEIGHT: 25px; BACKGROUND-COLOR: #ff0000;
}

/* This is the blank html box for ads or whatever. */
#blank-box
{
	/* Add styles here */
	/* margin: 4px 0 4px 0; /* top right bottom left; hide of no content */
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
#widthControl
{
 width: 900px; /** Change to 100% for full fluid **/
}


/* Normal, standard links. */
a:link
{
	color: #00004e;
	FONT:  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a:visited
{
	color: #00004e;
	
	FONT:   verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a:hover
{
	color: #ff4400;

}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
text-decoration: none;
}
a.nav:hover
{
	color: #3b4d81;

}

/* Tables should show empty cells. */
table
{

	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #000000;
	
margin: 5px 5px 5px 5px;
FONT: 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif
}

/* The main body of the entire forum. */
body
{



	margin: 0px;
	padding: 0px 23px 0px 23px;
	
BACKGROUND-IMAGE: url(images/tigra/tigra_bg.gif);


}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 100%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;

}

/* 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
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0px none;
	color: #0a5ccd;
	background-color: #0a5ccd;
}

/* No image should have a border when linked */
a img{
border: 0px none;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #ebf1f9;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #d5e1f4;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.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 for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #f5fefd;

}
.windowbg2
{
	color: #000000;
	BACKGROUND: url(images/tigra/tigra_alt1.gif) #ffffff repeat-y left top;

}
.windowbg3
{
	color: #000000;
	background-color: #f5fefd;

}
.windowbg4
{
	color: #000000;
	background-color: #f5fefd;
padding: 5px;
}
.windowbg5
{
	color: #000000;
	background-color: #ffffff;
padding: 5px;
}

.google
{
	color: #000000;
	background-color: #eaf1f9;
padding: 1px;
}


.moderator
{
	color: #000000;
	background-color: #ffffff;

}
.moderator, .moderator a:link, .moderator a:visited
{
	font-weight: bold;
	color: green;
	font-style: normal;
}


/* the today container in calendar */
.calendar_today
{
	background-color: #d5e1f4;
}

/* 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: #fffde4;
	font-style: normal;
	background-color: #f60000;
	background-image: url('images/titlebg.gif');
	border-bottom: 1px solid #9BAEBF;
	border-top: 1px solid 3b4d81;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #fff4ef;
	font-style: normal;
}

.titlebg a:hover
{
	color: #000000;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #fffde4;
	font-style: normal;
	
}

.titlebg2 a:hover
{
	
}

/* 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/catbg.gif');
	background-color: #f60000;
	color: #fff4ef;
	padding-left: 10px;
	padding-right: 10px
}
.catbg2, tr.catbg2 td
{
	background-image: url('images/catbg2.gif');
	background-color: #575c75;
	color: #fff4ef;
	padding-left: 10px;
	padding-right: 10px
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #abb8d1;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #fffde4;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	color: #fff4ef;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #000000;
	
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ced3d6;
	padding: 0px;

}
/*body */
.bordercolor2
{
	padding: 0px;
	border: 1px solid #ccd3d9;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 1px solid #ccd3d9;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* 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
{
	background-position: left bottom;
	color: white;
	
	vertical-align: middle;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: middle;
	padding: 6px 2px 10px 2px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	/*background-image: url(images/maintab_first.gif);*/
	background-repeat: no-repeat;
	/*width: 10px;*/
}
.maintab_back
{
	/*background-image: url(images/maintab_back.gif);*/
	background-repeat: repeat-x;
}
.maintab_last
{
	/*background-image: url(images/maintab_last.gif);*/
	background-repeat: no-repeat;
	/*width: 8px;*/
}
.maintab_active_first
{
	/*background-image: url(images/maintab_active_first.gif);*/
	background-repeat: no-repeat;
	/*width: 6px;*/
}
.maintab_active_back
{
	/*background-image: url(images/maintab_active_back.gif);*/
	background-repeat: repeat-x;
}
.maintab_active_last
{
	/*background-image: url(images/maintab_active_last.gif);*/
	background-repeat: no-repeat;
	/*width: 8px;*/
}

/* 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: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #d8dbe3 url(images/maintab_bg.gif) 0 0 repeat-x;
	padding: 5px 8px 5px 8px;
	margin: 4px 0 4px 0;
	border: 1px solid #7f838c;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #000000 url(images/maintab_bg.gif) 0 -24px repeat-x;
	border: 1px solid #000000;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	
	vertical-align: middle;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: middle;
	padding: 10px 2px 6px 2px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	/*background-image: url(images/mirrortab_first.gif);*/
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	/*background-image: url(images/mirrortab_back.gif);*/
	background-repeat: repeat-x;
}
.mirrortab_last
{
	/*background-image: url(images/mirrortab_last.gif);*/
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	/*background-image: url(images/mirrortab_active_first.gif);*/
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	/*background-image: url(images/mirrortab_active_back.gif);*/
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	/*background-image: url(images/mirrortab_active_last.gif);*/
	background-repeat: no-repeat;
	width: 8px;
}

/* 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;
	text-decoration: none;
	font-weight: bold;
	background: #d8dbe3 url(images/mirrotab_bg.gif) 0 0 repeat-x;
	padding: 5px 8px 5px 8px;
	margin: 4px 0 4px 0;
	border: 1px solid #7f838c;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #000000;
	text-decoration: none;
	background: #000000 url(images/mirrotab_bg.gif) 0 -24px repeat-x;
	border: 1px solid #000000;
}


.wrapper {
	WIDTH: 100%; BORDER-BOTTOM: #626e6c 1px solid; HEIGHT: 100%;
}
.Cwrapper {
	WIDTH: 100%; HEIGHT: 100%;
}
.navL {
	BACKGROUND-IMAGE: url(images/tigra/tigra_navL.gif); WIDTH: 56px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 42px;
}
.Lbdr {
	BACKGROUND-IMAGE: url(images/tigra/tigra_LBdr.gif); WIDTH: 5px; BACKGROUND-REPEAT: repeat-y;
}
.Rbdr {
	BACKGROUND-IMAGE: url(images/tigra/tigra_RBdr.gif); WIDTH: 5px; BACKGROUND-REPEAT: repeat-y;
}
#abovenav {
	PADDING-RIGHT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #141b3b; MARGIN-RIGHT: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
	BACKGROUND-IMAGE: url(images/tigra/tigra_abovenavbg.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 44px; BACKGROUND-COLOR: #c7cccf;
}
.headerbg {
	BACKGROUND-IMAGE: url(images/tigra/tigra_headerbg.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 82px; BACKGROUND-COLOR: #00002c;
}
.abovenavbg {
	BACKGROUND-IMAGE: url(images/tigra/tigra_abovenavbg.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 44px; BACKGROUND-COLOR: #c7cccf;
}
.abovenavL {
	BACKGROUND-IMAGE: url(images/tigra/tigra_abovenavL.gif); WIDTH: 120px; HEIGHT: 44px;
}
.headerL {
	BACKGROUND-IMAGE: url(images/tigra/tigra_headerL.gif); WIDTH: 196px; HEIGHT: 82px;
}
.logoWrap {
	WIDTH: 148px; HEIGHT: 82px;
}
.navbg {
	BACKGROUND-IMAGE: url(images/tigra/tigra_navbg.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 30px; BACKGROUND-COLOR: #eaeaea;

}
.contentbg {

 BACKGROUND-COLOR: #eaeaea;
}
#navstyle {
	MARGIN-TOP: 0px; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma,Arial, Helvetica, sans-serif;
}
#navstyle A {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma,Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
#navstyle A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #cccccc; FONT-FAMILY: Tahoma,Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8fad5;
}


#leftborder{
	background-image:url('images/leftborder.gif');
	background-repeat:repeat-y;
	width:60px;
}
	
#rightborder{
	background-image:url('images/rightborder.gif');
	background-repeat:repeat-y;
	width:54px;	
}