/* Whizzey Custom Styles */

a.whizMenu:link { color:#FFFFFF; }
a.whizMenu:visited { color:#FFFFFF; }
a.whizMenu:hover {color:orange; }

/* Group Calendar Specifics */

a.MainLinkBar			{ color:#FFFFCC; }
a.MainLinkBar:hover		{ color:#FFCC66; }
a.MainLinkBar:visited	{ color:#FFFFCC; }
a.Credits				{ color:#FFFFFF; }
a.Credits:hover			{ color:#FFFFFF; }
a.Credits:visited		{ color:#FFFFFF; }
a.gcPlain		{ color: #FFFFFF; text-decoration:none; }
a.gcPlain:hover	{ color: #FFFFFF; text-decoration:none; }
a.gcPlain:visited	{ color: #FFFFFF; text-decoration:none; }

.MainLeftBar	{background-image: url("../../grpcal/images/mainbox-left.jpg");}
.MainRightBar	{background-image: url("../../grpcal/images/mainbox-right.jpg");}
.MainBottomBar	{background-image: url("../../grpcal/images/mainbox-bottom-middle.jpg");}
.MainTopBar		{background-image: url("../../grpcal/images/mainbox-top.gif");}

.MainLinkBar {
	background-image:url("../../grpcal/images/divider-bar.gif");
	vertical-align: middle; color:#FFFFFF;
	font-size:11px;
}

.ContentCell {
	background-image: url("../../grpcal/images/Paper.jpg");
	padding-left:5px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:3px;
}

.Credits {
	text-align:center;
	background-image:url("../../grpcal/images/divider-bar.gif");
	font-size: 11px;
	color: #FFFFFF;
}
.ContainerTitle {
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("../../grpcal/images/container-2.jpg");
}
.ContainerLeft {
	background-image: url("../../grpcal/images/container-left.jpg");
}
.ContainerContent {
	background-image: url("../../grpcal/images/light-paper.jpg");
	padding-left:5px;
	padding-top:3px;
	padding-right:5px;
	padding-bottom:5px;
}
.ContainerRight {
	background-image: url("../../grpcal/images/container-right.jpg");
}
.ContainerTable {
	margin-bottom: 15px;
}

.GCH1 {
	font-size: x-large;
	text-align: center;
}
.GCH2 {
	font-weight: bold;
	text-decoration: underline;
}
.GCattend0 {
	font-size: small;
	vertical-align:top;
	background-color:#000033;
	color:#FFFFFF;
}
.GCattend1 {
	font-size: small;
	vertical-align:top;
	background-color:#000000;
	color:#FFFFFF;
}
.otherEvents {
	font-size: 10pt;
}
th.GCattend {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
#contents{
visibility: hidden;
position: absolute;
Z-INDEX: 999999;
width: 5px;
background-color:#000000;
}

#tooltipText{
visibility: hidden;
color: #ffffff;
font-family: verdana, arial, sans-serif;
font-size:8pt;
font-weight:normal;
padding: 4px;
white-space:nowrap;
background-color: #000000;
}
.trans_div {
}

/**************************************************************
********* Formatting For Color Coded Classes ******************
**************************************************************/
.classD { color: #CC6600; } 
.classH { color: #99CC66; } 
.classM { color: #66CCFF; } 
.classP { color: #FFFFFF; } 
.classR { color: #FFFF66; } 
.classS { color: #33CC99; } 
.classK { color: #855BCC; } 
.classW { color: #CC9966; }
.classL { color: #FF99CC; } 
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold; color:#000000; }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80px; width: 95px; }
.day_cell A:link		{ color:#000000; text-decoration:underline }
.day_cell A:active		{ color:#000000; text-decoration:underline }
.day_cell A:visited		{ color:#000000; text-decoration:underline }
.day_cell A:hover		{ color:#000000; text-decoration:underline }
.empty_day_cell			{ background-color:#EEEEEE; height:80px; width: 95px; }
.today_cell				{ background-color:#F5F4ED; height:80px; width: 95px; }
.today_cell A:link		{ color:#000000; text-decoration:underline }
.today_cell A:active	{ color:#000000; text-decoration:underline }
.today_cell A:visited	{ color:#000000; text-decoration:underline }
.today_cell A:hover		{ color:#000000; text-decoration:underline }

/**** color and size of mini calendar cells.  ****/
.day_minicell				{ background-color:#EDECD8; height:30px; width: 35px; }
.day_minicell A:link		{ color:#000000; text-decoration:underline }
.day_minicell A:active		{ color:#000000; text-decoration:underline }
.day_minicell A:visited		{ color:#000000; text-decoration:underline }
.day_minicell A:hover		{ color:#000000; text-decoration:underline }
.empty_day_minicell			{ background-color:#EEEEEE; height:30px; width: 35px; }
.today_minicell				{ background-color:#F5F4ED; height:30px; width: 35px; }
.today_minicell A:link		{ color:#000000; text-decoration:underline }
.today_minicell A:active	{ color:#000000; text-decoration:underline }
.today_minicell A:visited	{ color:#000000; text-decoration:underline }
.today_minicell A:hover		{ color:#000000; text-decoration:underline }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ color:#000000; font-size:8pt;}
.title_txt A:link		{ color:#000000; text-decoration:underline }
.title_txt A:active		{ color:#000000; text-decoration:underline }
.title_txt A:visited	{ color:#000000; text-decoration:underline }
.title_txt A:hover		{ color:#000000; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ color:#000000; font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#660000; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }


/* TS Display Specifics */

#teamspeakdisplay  img {
	border: 0px;
}
#teamspeakdisplay table {
	border-collapse: collapse;
	border-spacing: 0px;
}
#teamspeakdisplay td {
	font: 9pt arial, verdana,helvetica;
	padding: 0px;
	white-space: nowrap;
	vertical-align: top;
}
#teamspeakdisplay td.teamspeakserver {
	padding-left: 3px;
	font-weight: bold;
color: white;
}
#teamspeakdisplay td.teamspeakchannel {
width: 200px;
	padding-left: 3px;
color: #476C8E;
}
#teamspeakdisplay td.teamspeaksubchannel {
	padding-left: 3px;
color: #476C8E;
}
#teamspeakdisplay td.teamspeakplayer {
	padding-left: 3px;
color: white;
}
#teamspeakdisplay a.teamspeakserver {
	font: 9pt arial, verdana,helvetica;
	text-decoration: none;
	font-weight: bold;
	/*color: #000000;*/
color: #476C8E;
}
#teamspeakdisplay a.teamspeakserver:hover {
	/*color: #000066;*/
color: orange;
}
#teamspeakdisplay a.teamspeakchannel {
	font: 9pt arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	/*color: #000000;*/
color: #476C8E;
}
#teamspeakdisplay a.teamspeakchannel:hover {
	/*color: #000066;*/
color: orange;
}
#teamspeakdisplay a.teamspeaksubchannel {
	font: 9pt arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	/*color: #000000;*/
color: #476C8E;
}
#teamspeakdisplay a.teamspeaksubchannel:hover {
	/*color: #000066;*/
color: orange;
}

/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	/*background: #ECEDF3;*/
	/*border-bottom: solid 1px #ffffff;*/
	padding: 1px;
}

.sitemap_header{
	/*background: #ECEDF3;*/
	/*border-bottom: solid 1px #ffffff;*/
	padding: 1px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	/*background: #C8D6E1;*/
	/*border-bottom: solid 1px #ffffff;*/
	padding: 1px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	/*background: #DBE4ED;*/
	/*border-bottom: solid 1px #ffffff;*/
	padding: 1px;
	display: block;
	text-decoration: none;
}

/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #d0d0d0;
}

ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}

/* TP rss feed styles */
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}
/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: orange;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Navigation links - for page navigation (bottom of posts). */
.navPages, .navPages:link, .navPages:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.navPages: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-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #d0d0d0;
	background-image: url(images/body-bg.gif);
	margin: 0px;
	padding: 0px;
}

/* 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: 90%;
}

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: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	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: #dddddd;
	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: #fff;
		border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
background-image: url(images/parchment.jpg);
background-repeat: repeat;
	
}
.windowbg2
{
	color: #000000;
	background-color: #FFFFFF;
	/*background-image: url(images/gray.gif);*/
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	/*background-repeat: repeat-x;*/
background-image: url(images/parchment.jpg);
background-repeat: repeat;
	
}
.windowbg3
{
	color: #000000;
	background-color: #eaeaea;
		border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
background-image: url(images/menun.gif);
background-repeat: repeat;
}


/* 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.) */

.tbc4
 {
  /*color:#FFFFFF;*/
color:black;
  font-size: 10px;
  text-shadow: black 0px 0px 5px;
  margin: 0px 15px 0px 0px;
}

.tbc4 a:link, .tbc4 a:visited
 {
  /*color:#FFFFFF;*/
color:black;  
}

.tbc4 a:hover
{
/*color:#FFFFFF;*/
color:black;
font-weight: bold;
}

.tbc3, .tbc3 a:hover
 {
  color:#FFFFFF;
  font-size: 10px;
}

.tbc3 a:link, .tbc3 a:visited
 {
  color:#Fe7004;
  }

.tbc3 a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }

.tbcbg
{
	color: #fe7004;
	font-size: 11px;
	font-style: normal;
	background: url(images/tbchead.gif);
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	
	
}

.tbcbg a:link, .tbcbg a:visited
{
 color: #fe7004
}

.tbcbg2
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}

.tbcbg2 a:link
{
 color: #FFFFFF;
}

.tbcbg2 a:visited
 {
  Color: #89c9b6
 }
 
.tbcbg2 a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
 

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #FFFFFF;
	font-style: normal;
	background: url(images/titlebg.jpg) #505050 repeat-x;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}

.titlebg a:hover
{
	color: #FFFFFF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited, .titlebg2
{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
	color: #FFFFFF
}

/* 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) #c3c3c3 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.jpg) #c3c3c3 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: orange;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 80%;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 100%;
}
.largetext
{
	font-size: 125%;
}


/* 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
{
	text-transform: uppercase;
	vertical-align: top;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  80%;
	vertical-align: top;
	padding: 6px;
	font-family: tahoma, sans-serif;
background-image: url(images/menun.gif);
background-repeat: repeat;
}

.maintab_first
{
	display: none;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.maintab_back
{
	background: #e8e8e8;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.maintab_last
{
	display: none;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #EFD6AE;
}
.maintab_active_last
{
	display: none;
}

/* 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: black;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: red;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	text-transform: uppercase;
	vertical-align: top;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	font-size: 80%;
	vertical-align: bottom;
	padding: 6px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	display: none;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.mirrortab_back
{
	background: #e8e8e8;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.mirrortab_last
{
	display: none;
background-image: url(images/menun.gif);
background-repeat: repeat;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #EFD6AE;
}
.mirrortab_active_last
{
	display: none;
}

/* 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: black;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: red;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#topsection
{
	color: #FFFFFF;
	text-align: right;
	overflow: auto;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	_height: 1%;
	
}
 #topsection a:link,  #topsection a:hover, #topsection a:visited
{
  color: #FFFFFF;
}


#topsection h2.mine
{
	margin: 4px 10px 0 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	
}
#topsection p
{
	font-size: 80%;
	padding: 0 10px 0 0;
}
#leftlogo
{
	float: left;
	height: 87px;
	width: 364px;
}
#leftlogo h2.mine
{
	font-size: 150%;
	margin: 35px 0 0 70px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border: 1;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px black;
}
.tinytext
{
	font-family: tahoma, sans-serif;
	font-size: 80%;
	text-align: left;
	padding-left: 70px;

}
.tinytexttbc
{
	font-family: tahoma, sans-serif;
	font-size: 80%;
	text-align: left;
	padding-left: 70px;
	color: #ffffff;

}
.tinytext2
{
	background: #d0d0d0;
	font-family: tahoma, sans-serif;
	font-size: 60%;
	margin: 0;
}

#backdrop
{
	height: 128px;
	background: url(images/backdrop.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-top: solid 1px #808080;
}
#menudrop
{
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-top: solid 1px #808080;
	padding: 0px;
}
ul#menubox
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 0px;
	background-image: url(images/menun.gif);
}
ul#menubox li
{
	float: left;
	background-image: url(images/menun.gif);
}
ul#menubox li a
{
	text-transform: uppercase;
	font-size: 80%;
	display: block;
	background: #4b4b4b;
	background-image: url(images/menun.gif);
	color: black;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
ul#menubox li a:hover
{
	display: block;
	background: #8b8b8b;
	background-image: url(images/menuh.gif);
	color: black;
	font-weight: bold;
}
ul#menubox li#chosen a
{
	display: block;
	background: #7b7b7b;
	background-image: url(images/menus.gif);
	color: black;
	font-weight: bold;
}
ul#menubox li#chosen a:hover
{
	background: #8b8b8b;
	background-image: url(images/menuh.gif);
	color: black;
	font-weight: bold;
}
#bodyarea
{
	/*background: #404040;*/
background: #6B6B6B;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	padding: 0px;
}
#linktree
{
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	font-size: 85%;
	border-bottom: dotted 1px #d0d0d0;
	border-top: solid 1px #808080;
	background: #000000;
	background-image: url(images/toplink.gif);
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	color: #FFFFFF;
	text-align: left
}
#linktree a
{
	text-decoration: none;
	color: #fe7004;
}
#linktree a:hover
{
	text-decoration: none;
	color: #fe7004;
	font-weight: bold;
}
#footerarea
{
	border: solid 1px #808080;
	padding: 5px 10px 10px 10px;
}
#footerarea a:hover
{
	color: #FFFFFF;
}
.calendar_today
{
	background: #fff0f0;
}
.overflowfix
{
	overflow: auto;
	_height: 1%;
}
#lbar
{
	background: #282828;
	background-image: url(images/lbar-bg.gif);
	
}
#lbar2
{
	background: #282828;
	background-image: url(images/lbar-bg2.gif);
	
}
#rbar
{
	background: #000000;
	border-left: solid 1px #ddd;
	background-image: url(images/rbar-bg.gif);
}



/*The following are the theme settings for the various types of blocks TPortal uses in this theme*/

/* Category Menu Rollover Images/Settings. */

.risen_link
{
background-image:url(images/risen_head.gif);
background-repeat: repeat-x;
font-size: 10px;
height: 20px;
width: 160;
text-decoration: none;

}

.risen_link a:link, .risen_link a:visited
{
color: #FFFFFF;
text-decoration: none;
width: 160px;
}

.risen_link a:hover
{
color: #FFFFFF;
background-image:url(images/risen_hover2.gif);
background-repeat: repeat-x;
background-color: #FFFFFF;
text-decoration: none;
width: 160px;
}

.risen_link:hover
{
background-image:url(images/risen_hover.gif);
background-repeat: repeat-x;
text-decoration: none;
color: #FFFFFF;
width: 160px;
}


/* User Block */

.tbcuser
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcuser a:link
{
 color: #FFFFFF;
}
.tbcuser a:visited
 {
  Color: #89c9b6
 }
.tbcuser a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* Search Block */

.tbcsearch
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcsearch a:link
{
 color: #FFFFFF;
}
.tbcsearch a:visited
 {
  Color: #89c9b6
 }
.tbcsearch a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* Recent Topics Block */

.tbcrecent
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left
	}
.tbcrecent a:link
{
 color: #FFFFFF;
}
.tbcrecent a:visited
 {
  Color: #89c9b6
 }
.tbcrecent a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* RSS Feed Block */
.tbcrss
{
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/gray.gif);
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	background-repeat: repeat-x;
	
}
.tbcrss a:link, .tbcrss a:visited
{
	color: #fe7004;
	
}
.tbcrss a:hover
{
	color: #000000
	}

/* Stats Block */

.tbcstats
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.tbcstats a:link
{
 color: #FFFFFF;
}
.tbcstats a:visited
 {
  Color: #89c9b6
 }
.tbcstats a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }

/* Shout Box Block */

.tbcshout
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left
	}
.tbcshout a:link
{
 color: #FFFFFF;
}
.tbcshout a:visited
 {
  Color: #89c9b6
 }
.tbcshout a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }

/* Admin Block */

.tbcadmin
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left
	}
.tbcadmin a:link
{
 color: #FFFFFF;
}
.tbcadmin a:visited
 {
  Color: #89c9b6
 }
.tbcadmin a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
  /* PHP Block */

.tbcphp
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.tbcphp a:link
{
 color: #FFFFFF;
}
.tbcphp a:visited
 {
  Color: #89c9b6
 }
.tbcphp a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }


/* Article Block */

.tbcarticle
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left
	}
.tbcarticle a:link
{
 color: #FFFFFF;
}
.tbcarticle a:visited
 {
  Color: #89c9b6
 }
.tbcarticle a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }



/* SSI Block */

.tbcssi
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
.tbcssi a:link
{
 color: #FFFFFF;
}
.tbcssi a:visited
 {
  Color: #89c9b6
 }
.tbcssi a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
/* This is an excellent question. I can't remember exactly what these are for! Some are for bottom copyright, some are top menu as well.  */ 
 
.tbc4
 {
  /*color:#FFFFFF;*/
color:black;
  font-size: 10px;
  text-shadow: black 0px 0px 5px;
  margin: 0px 15px 0px 0px;
}

.tbc4 a:link, .tbc4 a:visited
 {
  /*color:#FFFFFF;*/
color:black;
  }

.tbc4 a:hover
{
/*color:#FFFFFF;*/
color:black;
font-weight: bold;
}

.tbc3
 {
  color:#FFFFFF;
  font-size: 10px
}

.tbc3 a:link, .tbc3 a:visited
 {
  color:#Fe7004;
  }

.tbc3 a:hover
{
color: #fe7004;
font-weight: bold;
}

.tbcbg
{
	color: #fe7004;
	font-size: 11px;
	font-style: normal;
	background: url(images/menu-bar-left.gif);
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	
	
}

.tbcbg a:link, .tbcbg a:visited
{
 color: #fe7004
}

.tbcbg2
{
	color: #c0c0c0;
	font-size: 11px;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}

.tbcbg2 a:link
{
 color: #FFFFFF;
}

.tbcbg2 a:visited
 {
  Color: #89c9b6
 }
 
.tbcbg2 a:hover
{
  color: #FFFFFF;
  font-weight: bold;
  }
  
ul#menubox2
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 0px;
	background-image: url(images/menun2.gif);
}
ul#menubox2 li
{
	background-image: url(images/menun2.gif);
	width: 165px;
	}
ul#menubox2 li a
{
	font-size: 80%;
	display: block;
	background: #4b4b4b;
	background-image: url(images/menun2.gif);
	color: white;
	padding: 5px;
	text-decoration: none;
	font-weight: none;
}
ul#menubox2 li a:hover
{
	display: block;
	background: #8b8b8b;
	background-image: url(images/menuh2.gif);
	color: white;
	font-weight: bold;
}
ul#menubox2 li#chosen a
{
	display: block;
	background: #7b7b7b;
	background-image: url(images/menuh2.gif);
	color: white;
	font-weight: bold;
}
ul#menubox2 li#chosen a:hover
{
	background: #8b8b8b;
	background-image: url(images/menuh2.gif);
	color: white;
	font-weight: bold;
}