/********************************************************
  TABBER FORMATTING FOR "MY ACCOUNT"
 ********************************************************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 margin-right:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 	height:400px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}




/********************************************************
  FIXED HEADER AND SIDEBAR CODE
 ********************************************************/

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
z-index: 1; 
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 120px; /*Width of left frame div*/
height: 100%;
overflow: hidden;
color: white;
}




#framecontentTop{ 
left: 120px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 88px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(/images/background4.png);
color: white;
}

#maincontent{
position: fixed; /* THIS IS WHAT CAUSES PROBLEM WITH THE MENU */
left: 120px; /*Set left value to WidthOfLeftFrameDiv*/
top: 88px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
margin-left: 8px;
overflow: auto; 
}

.innertube{
margin: 2px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 88px 0 0 120px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}


/*****************************************************
   LEFT SIDEBAR POP-OPEN MENU
 *****************************************************/

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 119px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
border-bottom: 0px;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(/images/glossyback21.png) repeat-x bottom left;
font:  bold 9px Helvetica, sans-serif;
/* font: bold 8px Verdana, Helvetica, sans-serif; */
color: white;
display: block;
width: auto;
padding: 2px 0;
padding-left: 5px;
text-decoration: none;
}

.glossysubmenu {
padding-left: 12px;
display: none;
}

.imageright{
position: absolute;
top: 4px;
right: 2px;
border: 0px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(/images/glossyback2.gif);
}

/* -3px solves a weird problem in the submenu when things are hidden and unhidden in IE (of course) */
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; margin-right: -3px; } 
* html .glossymenu li a { height: 1%; }

/* End */

/*****************************************************
   CONTEXT SENSITIVE POP-UPS AND LINKS
 *****************************************************/

.popup
{
	position: absolute; 
	margin-left: 120px;
	left: 20px; 
	right: 20px;
	bottom: 15px;
	border-style:solid;
	border-width:4;
	border-color:blue;
	background-color:yellow;
	padding:5px;
	color:red;
	font-family:Arial;
	font-weight:none;
	font-size:8pt;
	z-index:50;
	text-align: left;
	visibility:hidden;

}

.popuplink
{
/* text-decoration: underline; */
/* font-style: italic; */
color: black;
font-weight: lighter;
text-decoration: none;

background: url(/images/specunderline.gif) repeat-x 100% 100%;
/* padding-bottom: 4px; */
white-space: nowrap;
}

.popuplinkstealth
{
text-decoration: none;
color: blue;
font-style: default;
font-weight: default;
}

.UsersOnlineList
{
	position: absolute; 
	margin-left: 120px;
	left: 20px;
	right: 20px;
	top: 88px;
	border-style:solid;
	border-width:4;
	border-color:blue;
	background-color:#C0C0C0;
	padding:5px;
	color:black;
	font-family:Arial;
	font-weight:none;
	font-size:8pt;
	z-index:99;
	visibility:hidden;
	text-align: left;

}

/*****************************************************
   SITE-SPECIFIC FORMATTING
 *****************************************************/

/* Set no margin after forms so that forms do not create an extra line after the form */
FORM
{
	margin-bottom:0;
}

CENTER
{
	margin-bottom:0;
	
}


.logo 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 88px;
	background-image: url(/images/background4-2.png);
	text-align: center;
	vertical-align: bottom;
}

.bannerimage
{
	text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
}






.searcharea
{
	font-size: 8pt;
	position: absolute;
	text-align: center;
	right: 0px;
	bottom: 0;
}

.usersonline
{
	font-size: 14pt;
	position: absolute;
	top: 68px;
	left: 6px;
}


.welcomestring
{
	font-size: 8pt;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0px;
}

.welcomeinputbox
{
	border: 0px;
	font-size: 8pt;
}

.welcomesubmit
{
	font-size: 8pt;
	height: 20px;
}


.sidebar 
{
 	position: absolute;
	left: 0px;
	top: 88px;
	width: 120px;
	max-height: 100%;
	height: 100%;
	/* background-color: #578CB0; */
	background-color: #004080;

}

.sidebarbanner
{
	position: fixed;
	left: 0;
	bottom: 0;
}

.SectionHeader
{
  color: teal;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0pt;
  margin-top: 0pt;
  padding-bottom: 0pt;
  padding-top: 0pt
}

A
{
	text-decoration: none;
}

A.ControlBar:link,A.ControlBar:visited
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

A.BlueLink:link,A.BlueLink:visited
{
	color: blue;
}

A.WhiteLink:link,A.WhiteLink:visited
{
	color: white;
}


P.ProgTip
{
	margin-left: 40px;
	margin-right: 40px;
	color: blue;
}

/*
 MAINLIST FORUM LIST TABLE
*/

TABLE.forumlist
{
	border-collapse: collapse;
	border: solid blue 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left; /* This is necessary for Opera for some reason, otherwise mainlist forum entries are centered */
}

TABLE.forumlist TD
{
	border: solid blue 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 10pt;
}

TR.forumlistheader TD
{
	background-color: blue;
	color: white;
	border-right: solid white 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 10pt;
}

TR.forumlistheader TD A:visited 
{
	color: white;
}

TR.forumlistheader TD A:link
{
	color: white;
}

.ForumDescription
{
	color: red;
	font-size: 14;
	font-weight: bold;
}

/*
   Holds formatting for thread messages
*/

TABLE.MessageThreadTable
{ 
	border-collapse: collapse;
	border: solid blue 1px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	max-width: 90%;
	margin-top: 0;
 	table-layout: fixed;

}

TABLE.MessageThreadTable TD
{
	vertical-align: top;
	border-right: solid blue 1px;
	border-top: solid blue 1px;
	padding: 0px 5px 0px 5px;
	font-size: 12pt;

}

TABLE.MessageThreadTable TD LI
{
	margin-left: 15px;
}

TABLE.MessageThreadTable TD.HeaderArea
{
	background: blue;
	color: white;
	font-size: 10pt;
	text-align: left; /* Required for Opera */
	/* height: 30px; */
}

TABLE.MessageThreadTable TD.MessageInformationArea
{
	font-size: 10pt;
	width: 200px;
	max-width: 200px;
	white-space: nowrap;
	text-align: left; /* Required for Opera */

}

/*
   Message formatting
*/

.MessageContentArea
{
	text-align: left; /* Required for Opera */
	overflow: auto;
	width: 100%;
}

.QuotedPerson
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.QuotedText
{
	border: solid red 1px;
	background: #C0C0C0;
	width: 90%;
	overflow: auto;
}

.MessageContentArea
{
	/* max-width: 90%; */
}

.MessageContentArea PRE
{
	overflow: auto;
	max-height: 200px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	border: 1px solid gray;
	margin-top: 0;
	font-size: 9pt;
}

.ProgramListingHeader
{
	margin-left: 5%;
	width: 90%;
	text-align: right;
}


.PostPreviewHeader
{
	background: yellow;
	text-align: center;
}

.PostTable
{
	border-collapse: collapse;
	border: 1px solid blue;
	width: 90%;
	margin-left: 5%;
}

.PostTableHeaderRow
{
	background: blue;
	color: white;
	font-weight: bold;
}

.TextAlignRight
{
	text-align: right;
}


/* TABLE formatting for myaccount page */

TABLE.MyAccountTable
{
	background: white;
	border-collapse: collapse;
	border: solid blue 1px;
	margin-top: 10px;
	margin-left: 10px;
}

TABLE.MyAccountTable TD
{
	background: white;
	border-collapse: collapse;
	border: solid blue 1px;
	font-size: 10pt;
	vertical-align: top;
	
}

TABLE.MyAccountTable TD.Header
{
	background: blue;
	border-collapse: collapse;
	border: solid blue 1px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}




/* The table used to display the list of threads in threaded mode */

TABLE.ThreadedThreadList
{
	border-collapse: collapse;
	border: solid blue 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

TABLE.ThreadedThreadList TD
{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12pt;
	text-align: left;
}

TR.ThreadedListHeader TD
{
	background-color: blue;
	color: white;
	border-right: solid white 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 10pt;
}

/* Table used for adding links */

TABLE.AddLinkTable
{
	background: white;
	border-collapse: collapse;
	border: solid blue 1px;
	margin-top: 10px;
	margin-left: 10px;
}

TABLE.AddLinkTable TD
{
	background: white;
	border-collapse: collapse;
	border: solid blue 1px;
	font-size: 10pt;
	vertical-align: top;
	
}

TABLE.AddLinkTable TD.Header
{
	background: blue;
	border-collapse: collapse;
	border: solid blue 1px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}


.StartPage
{
	font-weight: bold;
	font-size: 14pt;
	color: red;
}

/* Table used for displaying whole-screen error messages */

TABLE.ErrorTable
{
	border-collapse: collapse;
	border: solid blue 1px;
	width: 80%;
}
TABLE.ErrorTable TD
{
	border-collapse: collapse;
	border: solid brown 1px;
	text-align: center;
}
