﻿
/* assuming this table is only inserted in one place, one way */
.forum-link-bar {
	/* replace cellpadding="5" with margin and cellpadding="0" */
	/* forum.LinkBar.ascx */
	margin:0px 0 10px 0;
	}
.view-forum-group-view 
{
	/* View-ForumGroupView */
	/* table.viewForumGroupView tr td table:first-child was cellpadding="5" */
	margin:5px 0 5px 0;
	}
	
.inverse a, .inverse a:link, .inverse a:visited {color:#fff;}
.inverse a:hover {color:#fa3; background-color:#5B8199;} 

.pad {display:block; float:left; padding:6px;}	
.f-l {float:left; /* a hack to float a .net thing */}


/* phh */
.txt5 { font-size : 11px; }


.MessageError {/*forum.css (line 279)*/
/*background-color:#FDE8E9;*/
/*
border:2px solid #5b8199;  #9E0B0E;
color:#9E0B0E;
*/
	
	color:#f00;
	font-family:verdana,Arial,Helvetica,sans-serif;
	font-size:1em; /* 11px; */
	font-weight:normal;
	margin:12px 0 18px;
	padding:0;
}

/* .MessageError img {vertical-align:bottom; padding-right:8px;} */
.MessageError img {display: none;}




/* need to replace use of #content #heading etc */	
/*p comments wrap the unbelievably bad css (fra SC or CommunityServer?) in this file */
	
#SearchTexbox {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:1em;
	text-align: left;
}
	

/*
copied from
Default Community Server theme
*****************************************************/

/*
Body: General page style
*****************************************************/
/*
body
{
    COLOR: #000000;
	margin-top: 0px;
	margin-left: 25;
	margin-right: 25;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #FFFFFF; 
	background: #C0BFBF url(/sitecore modules/forum/web/Themes/default/images/bg_body.gif) top left repeat-x;

}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica;
	margin-top: 10px;
	margin-bottom: -5px;
}

h3 {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}


ul {
	margin-top: 5px;
}
*/

.download {
	margin-bottom: 20px;
	font-size: 0.8em;
	background-color:#E5F1EB;
	border:2px solid #007236;
	padding:10px; 
}

#rightcolumn {
	width: 250;
	float: right;
	font-size: 0.9em;
	padding-left: 15px;
}

#leftcolumn {
    margin-right: 260px;
	font-size: 0.9em;
}

.forum A.Button:link, A.Button:visited
{ 
	BORDER-RIGHT: #C3DAF9 1px solid; 
	PADDING-RIGHT: 12px; 
	BORDER-TOP: #C3DAF9 1px solid; 
	DISPLAY: block; 
	PADDING-LEFT: 12px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #6798C7; 
	FLOAT: left; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: #C3DAF9 1px solid; 
	COLOR: #fff; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #C3DAF9 1px solid;
}

A.Button:hover 
{ 
	text-decoration: underline;
}


/*
Welcome
*****************************************************/
#welcome
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
	font-size: 12px;
	text-align: right;
}

#welcome a
{
	color: #999999;
	font-weight: bold;
}


/*
Header
*****************************************************/
/*
#header {
	background:url(/sitecore modules/forum/web/Themes/default/images/banner_left.gif) no-repeat left top;
	position:relative;
	height:87px;
	margin-bottom:4px;
	padding-left:75px;
}
*/

#header2 {
	background:#6798C7 url(/sitecore modules/forum/web/Themes/default/images/banner_right.gif) no-repeat right top;
	height:100%;
	padding-right:17px;
}

#header3 {
	height:100%;
}

/*
#header h1 
{
	font-family: Trebuchet MS, Arial, Helvetica;;
	font-size: 1.6em;
	margin: 0px;
	padding-top: 12px;
	font-weight: bold;
}

#header h1 a
{
	color:#FFFFFF;
}
*/

.headerDesc
{
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica;/*p ; */
	font-size: 0.9em;
}

#csBody
{
	margin-top: -5px;
	background:#6798C7 url(/sitecore modules/forum/web/Themes/default/images/body_right.gif) no-repeat right bottom;
	background-color: #FFFFFF;
}

#csBody2 {
	background:url(/sitecore modules/forum/web/Themes/default/images/body_left.gif) no-repeat left bottom;
	padding: 10px;
}


#search
{
	position: absolute;
	right: 27px;
	top: 15px;
}

/*
Search Results
*****************************************************/
.forum-search-result {
	margin-bottom:10px;
	border-bottom:#99B6D7 1px solid;
	}
	
	
	
.forum-search-result em,	
#SearchResult em {
	padding-top: 8px;
	margin:-.25em 0 0;
	color:#ccc;
	/* font:78%/1em Arial,Verdana,Sans-serif; */
	text-transform:lowercase;
	font-style:normal;
	color:#999;
	margin-right:.6em;
	padding-bottom: 5px;
}
.forum-search-result h3,
#SearchResult h3 {
	font-weight: normal;
	/*
	font-family : Arial, Helvetica;
    font-size: 1.1em;
	background-color: #FFFFFF; 
	margin:0px;
	padding-bottom: 0; 
	*/
	font-size:1.3636em;
	margin-bottom:7px; /* phh */
}

#SearchResultBody
{
	padding-bottom: 5px;
}

#SearchResultHr
{
	border: 0px;
	background-color: #99B6D7;
	height: 1px;
}

#SearchResultBody {
	/*font-size: 0.9em;*/
}

#SearchDuration
{
	text-align: right;
	background-color: #BDCFDF; /*#B3CAE4;*/
	border-top: 1px solid #6798C7;
	/*font-size: 0.8em;*/
	padding-bottom: 2px;
	margin-bottom: 10px;
	
	padding:4px; /* phh */
}



#SearchFooter
{
	border-bottom: 1px solid #6798C7;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 
#SearchTexbox
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 0.9em; 
	text-align: left;
}
*/
/* Messages
*****************************************************/
/*
.MessageError
{
	margin-top: 10px;
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 1em;
    font-weight: bold;
	background-color:#FDE8E9;
	border:2px solid #9E0B0E;
	padding:2px; 
	color: #9E0B0E;
} 
*/

.MessageSuccess
{
	margin-top: 20px;
	margin-bottom: 20px;
    /*font-family: Trebuchet MS, Arial, Helvetica;*/
    font-size: 1em;
    font-weight: bold;
	background-color:#E5F1EB;
	border:2px solid #007236;
	padding:2px; 
	color: #007236;
} 

/*
H Level Headers
*****************************************************/

#BodyHead .h2Desc 
{
    font-size: 0.9em;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    margin-bottom: 20px;
}


/*
Breadcrumb
*****************************************************/
.forum .breadCrumb
{ 
	font-size : 0.7em; 
}

/*
Ads
*****************************************************/
#BodyHead
{
	padding-bottom: 20px;
}


/*
Ads
*****************************************************/
.adTop
{
	text-align: center;
}

/*
Guestbook
*****************************************************/
.GuestBookBody
{
	background:#FFF;
}

.postTable {
	background-color: #C3DAF9;
	border: 2px outset;
}


#navigator
{
 text-align:right;
}

#wrap #navigator
{
 text-align:center;

}

#navigator ul
{
	margin: 0px 10px 0px 0px;

}

#navigator ul li
{
	display: inline;
	list-style: none;
}

pre.source
{
	font-size: 1em;
	margin-left: 20px;
	color: black;
	font-family: Lucida Console, Courier New, Courier;
	/*p background-color: gainsboro; */
	background-color:#dcdcdc;
}

body.admin /* Admin page style */
{
    background-color: #DDEEFF;
}

.forum image	/* used to align text to images, centered */
{
	vertical-align: middle;
}

.forum .copyright  /* used to format the content owner's copyright notice */
{
    text-align: center;
    font-size : 0.6em;
    font-style:italic;
}
/*****************************************************
Forum Name Title
*****************************************************/
/* em: unit of measurement for the height of the element's font, which is resolution independent */
.forumName /* text style for the main forum name */
{
   /* font-family: Trebuchet MS, Arial, Helvetica; */
    font-size: 1.4em;
    font-weight: bold;
}

a.forumName:hover /* text style for when mouse hovers over main forum name */
{
    color: #FF3300;
    text-decoration: none;
}

.forumThread /* description of Forums on main page (underneath Forum Name) */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 0.9em;
}
/*****************************************************
General Text
*****************************************************/
/*
.txt1 { font-size : 1em; } 
.txt2 { font-size : 0.9em; }
.txt3 { font-size : 0.8em; }
.txt4 { font-size : 0.7em; }
.txt5 { font-size : 0.6em; }
*/


.txt1Bold,
.txt2Bold,
.txt3Bold,
.txt4Bold,
.txt5Bold {font-weight:bold;}

/*
.txt1Bold { font-size : 1em; font-weight:bold; }
.txt2Bold { font-size : 0.9em; font-weight:bold; }
.txt3Bold { font-size : 0.8em; p ; font-weight:bold; }
.txt4Bold { font-size : 0.7em; font-weight:bold; }
.txt5Bold { font-size : 0.6em; font-weight:bold; }
*/

.txt3red { font-size : 0.8em; color: Red; }

.printDetails{ font-size : 0.7em; }
.noTopics { font-size: 0.7em; font-weight:bold; }
.dateText { font-size: 0.7em; color: white; }

/* IRC Style Text */
.txtIrcMe { color:Fuchsia ; }


/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
/*    border: 1px #B2B2B2 solid;  */
    border: 1px outset;
    background-color: #FFFFFF;
    border: 8px dashed;
}

.moderationTable /* Moderation table */
{
    border: 1px #FFFFFF solid; 
    background-color: #F1F1F1;
}

.adminTable /* Admin table */
{
    background-color: #FFFFFF;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
   /*
	border:1px inset;
    background-color: #EEF7FF;
	*/
}

.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */
    border: 1px inset; 
    color: Red;
    background-color: #EEF7FF;
    font-size: 0.8em;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
.forum td.column, 
.forum tr.column td /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */

{
    font-weight: bold; 
    /* font-size: 0.7em; */
	font-size:11px;
    background-color: #6798C7; 
    COLOR: white;
    vertical-align:top;
}

.forum table.fh {
    COLOR: #246398;
    vertical-align:top;
    font-size: 1em;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;

}

.forum div.column 
{
    font-weight: bold;
    font-size: 0.8em;
    background-color: #78ABDE; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
    padding:3px;
}

.forum td.h1a /* td.h1a is the subheading row of the table, shows the names of Forum Groups on main page, or 'Announcements', 'Topics' on ShowForum page */
{
    color: #4455aa;
    font-size: 0.8em;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

.forum td.h1 /* td.h1 was the old subheading row of the table. This should probably be deleted as I don't think it is used anymore. */
{
    color: white;
    /* font-size: 0.7em; */
	font-size:11px;
    font-weight:bold;
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #4455aa
}

.forum td.f, 
.forum tr.f td /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    /* font-size: 0.7em; */
	font-size:11px; 
    background-color: #BDCFDF;

}

.forum td.f2
{
    font-size: 0.8em;
    background-color: #DDEEFF;
}

.forum td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    /* font-size: 0.7em; */
	font-size:11px;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;
}

.forum TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	/* font-size: 0.7em; */
	font-size:11px;
}

.forum TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	/* font-size: 0.7em; */
	font-size:11px;
	border:none; /*phh*/ 
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
}

TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	font-size: 0.7em; 
	background-color: #F6FBFF; 
	border:none; /*phh*/ 
	border-top: 1px solid #DDEEFF;
	border-left: 1px solid #DDEEFF;
}

.forum TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) *//* phh: this SC comment is untrue */
{
	/* font-size: 0.7em; */
	font-size:11px;
	background-color: #FFFFFF;
	border:none; /*phh*/ 
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
.forum td.threadTitle
{
    background-color: #D4D9EC;
}

.forum .threadDetailTextSmall
{
    color: #0055E7;
    /* font-size: 0.7em; */
	font-size:11px;
}

.forum .threadDetailTextSmallBold
{
    color: #0055E7;
    /* font-size: 0.7em; */
	font-size:11px;
    font-weight: bold;
}

/*****************************************************
General Anchors
*****************************************************/
/*
.forum a, 
.forum a:visited, 
.forum a:link  General page anchors 
{
    color: #246398;
    text-decoration: none;
}

.forum a:Hover  General page anchors 
{
	color: #FF3300;
    text-decoration: underline;
}
*/

.forum a.linkSmallBold, 
.forum a.linkMenuSink 
{
    font-weight: bold;
}

.forum a.linkSmall, .forum a.LinkSmallBold, .forum a.linkMenuSink
{
    color: navy;
    /* font-size: 0.7em; */
	font-size:11px;
}

.forum a.linkSmallBold:visited, .forum a.linkMenuSink:visited
{
    color: #246398;
}

.forum a.linkSmallBold:Hover, .forum a.linkMenuSink:Hover
{
/*	color: #DD6900;	*/
    color: #FF3300;
}

.forum a.lnk3, .forum a.lnk3:visited, .forum a.lnk3:link /* Active/Unanswered, name of forum underneath table */
{
	/* font-size: 0.9em; */
    font-weight: bold;
    color: #246398;
}

.forum a.lnk3:Hover
{
    color: #FF3300;
    text-decoration: underline;
}

.forum a.lnk4, .forum a.lnk4:visited, .forum a.lnk4:link
{
	/*  font-size: 0.9em;*/
    color: #A3A3A3;
    font-weight: bold;
}

.forum a.lnk4:Hover
{
    color: #FF3300;
    text-decoration: underline;
}


/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forum columnText, .forum a.columnText, .forum a.columnText:visited, .forum a.columnText:link 
{ 	
	/* font-size: 0.7em; */
	font-size:11px;
	color: white; 
	font-weight:bold;
}

.forum a.columnText:hover
{
	color: #FF3300;	
}

.forum a.column:visited, .forum a.column:link, .forum a.column:hover
{
    color: white;
    font-weight:bold;
}

.forum .flnk3
{
    font-weight: bold;
    color: #246398;
}

.forum a.flnk3:visited, .forum a.flnk3:link
{
    font-weight: bold;
    color: #246398;
}

.forum a.flnk3:hover
{
    color: #FF3300;
}

.forum .inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #555555;
}

.forum .inline 
{
  /* font-size: 0.7em; */
	font-size:11px;
  color: #555555;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLink, a.userOnlineLink, a.userOnlineLink:Visited, a.userOnlineLink:Link
/* text style to show when a user is online */
{
    font-weight: normal;
    color: #246398;
}

a.userOnlineLinkBold:Hover
{
	color: #FF3300;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    /*p color: darkBlue; */
    color: #00008b;
}

a.moderatorOnlineLinkBold:Hover
{
	color: #FF3300;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Link
/* text style to show when an administrator is online */
{
    font-weight: bold;
    color: Blue;
}

a.adminOnlineLinkBold:Hover
{
	color: #FF3300;
}

/*****************************************************
Navigation: Text and anchors used in the navigation menu
*****************************************************/
.forum .menuText /* Font used for navigation menu */
{
    font-size: 0.6em;
    font-weight: bold;
    color: #FFFFFF;
}

.forum a.menuLink:visited, .forum a.menuLink:link /* Font used for links in the navigation menu */
{
	font-size: smaller;
	font-weight: normal;
    text-decoration: none; 
    color: white;
}

.forum a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
    color: #FF3300;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
.forum td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 2px; 
	background-color: #80B7FF; 
} 
td.threadSeparator /* Separates posts in ShowPost page */
{
	background-color: #6798C7; 
} 
td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
	height: 4px; 
	background-color: #FFFFFF; 
} 
td.moderateSeparator /* Separator in ModerateForum page */
{
	height: 12px; 
	background-color: #FFFFFF; 
} 

/*****************************************************
Validation Text
*****************************************************/
.forum .validationWarning 
{
	color: Red; 
}

/*****************************************************
Page control selected page
*****************************************************/
.forum .currentPage 
{
	font-size : 1.2em;
	font-weight:bold; 
}

/*****************************************************
Form Elements
*****************************************************/
/* .forum select  drop down lists in forms 
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
*/
/* .forum textarea large multi-line text boxes in forms 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
} */
/*
.forum input  input elements in forms, e.g radio buttons, text boxes, etc. 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
*/

/*****************************************************
Control Panel
*****************************************************/
.forum td.ControlPanelTabActive
{
    font-weight: bold; 
    font-size: 0.7em;
    background-color: #78ABDE; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
}

.forum td.ControlPanelTabInactive
{
	color: #4455aa;
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

.forum td.ControlPanelTabLine
{
	background-color: #7AACE0;
}

.imageButtonToolbar
{
    background-image: url(../images/icon_toolbar_mid.gif); 
    height:25;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.8em;
    cursor: pointer;
}


/*************************************
GuestBook
*************************************/


.forum #container
{
    text-align: center;
    background: #FFF;
    margin:0;
    padding:0;
}

.forum #wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 95%;
	text-align: left;
	background: #FFF;
	width: 632px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 600px;
  	
	}

html>body .forum #wrap {
  	width: 600px;
  	
	} 

.forum .gbHeader {
	background-repeat: no-repeat;
	height: 63px;
	padding: 0;
	margin: 0;
	}

.gbHeader a  {
	border-style: none;
	}


.gbHeader h1
{
    margin: 5px 5px  2px 0px;
    padding: 0px  0px 0px 10px;
    font-size:24px;
    text-decoration:none;
}
.gbHeader h1 a
{
    text-decoration:none;
}

.gbHeader h2
{
    margin:5px 5px 2px 0px;
    padding:0 0px 0px 10px;
    font-size:18px;
}

html>body #gbHeader span {
	top: 19px;
	}
	
	
	#main-body {clear:left;}
/* End IE5-Mac hack */

.forum #content {
	margin: 24px 0 0 0;
	padding: 0 5px;
	width: 632px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 600px;
  	
	}


.forum #content .entry {
	margin: 0;
	padding-top: 12px;
	border-bottom: 1px solid #ddd;
	}

.forum #content .single {
	border-top: none;
	padding-top: 0;
	}
	
.forum #content ul {
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}

	
.forum 	comments {
	font-size: 90%;
	}
	
	
	
	
.forum #content h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #069;
	padding: 0;
	margin: 0;
	}

.forum #content h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 105%;
	color: #069;
	padding: 0;
	margin: 0 0 1em 0;
	}

.forum #content h2 a:link, 
.forum #content h2 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #069;
	}

.forum #content h2 a:hover {
	color: #036;
	}
	
.forum #content h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #963;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #eee;
	}	


	
	
/* Div-based forms */
div.formRow 
{
	clear:both;
	width:300px;
	padding-top:10px;
}
div.formRow label
{
	float: left;
	width: 100px;
	text-align: right;
}
div.formRow .formEntry
{
	float: right;
	width: 200px;
	text-align: left;
}


/*p
<!-- NEW PROFILE -->
*/

#Profile td
{
	font-size: 0.9em;
}

#Profile td.lbl
{
	width: 200px;
	text-align: right;
	color: #555555;
}

#Profile-Left
{
	float: left;
	width: 175px;
	background-color: #E3E3E3;
	padding: 5px;
	margin: 5px;
}

#Profile-Right
{
	padding-left: 10px;
	margin-left: 205px;
	border-left: 1px solid #E3E3E3;
}

#Profile-Head
{
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#Profile-Head h2
{
	margin:0px;
}

#Profile-Avatar
{
	text-align: center;
}

#Profile ul
{
	margin-top: 5px;
	margin-left: 20px;
}

#Profile h4
{
	font-family: Arial;
	margin-top: 5px;
	margin-bottom: 3px;
}

#Profile hr
{
	margin-bottom: 15px;
	margin-top: 10px;
}
/*p
<!--- End New Profile -->
*/



#PostToolBar {
	top: 1px;
	background-image: url(../images/post_toolbar_background.gif); 
	background-repeat: repeat-x;
	border-bottom: 1px solid #2557AD;
}

#headertab { 
	text-align:right;
	FONT-SIZE: 0.6em; 
	FLOAT: left; 
	WIDTH: 100%; 
	LINE-HEIGHT: normal;
	margin-top: 1px;
}
#headertab UL {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none
}
#headertab LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 9px; 
	BACKGROUND: url(../images/lefttab.gif) no-repeat left top; 
	FLOAT: right; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; PADDING-TOP: 0px
}
#headertab UL A {
	PADDING-RIGHT: 15px; 
	DISPLAY: block; 
	PADDING-LEFT: 6px; 
	BACKGROUND: url(../images/righttab.gif) no-repeat right top; 
	FLOAT: left; 
	PADDING-BOTTOM: 6px; 
	COLOR: #26435F; 
	PADDING-TOP: 5px; 
	TEXT-DECORATION: none
	font-face: Verdana;
}
#headertab A {
	FLOAT: none
}
#headertab A:hover {
	COLOR: #333
}
#headertab .currenttab {
	BACKGROUND-IMAGE: url(../images/lefttab_on.gif);
}
#headertab .currenttab A {
	BACKGROUND-IMAGE: url(../images/righttab_on.gif); 
	PADDING-BOTTOM: 6px; COLOR: #333;
}

.PostToolbarButton, .greyPostToolbarButton, .PostToolbarButtonDown
{
	font-size: 0.9em;
	font-family: Arial;
	height: 26px;
	border: none;
	vertical-align: middle;
}

.PostToolbarButton, .PostToolbarButton:link, .PostToolbarButton:visited, .PostToolbarButton:hover
{
	text-decoration: none;
	/*p background-color: none; */
	background-color:transparent;
	color: black;
}
.greyPostToolbarButton, .greyPostToolbarButton:link, .greyPostToolbarButton:visited, .greyPostToolbarButton:hover
{
	text-decoration: none;
	/*p background-color: none; */
	background-color:transparent;
	color: #777777;
}
.PostToolbarButton:hover, .greyPostToolbarButton:hover
{
	background-color: #FFD695;
}

.PostToolbarButtonDown, .PostToolbarButtonDown:link, .PostToolbarButtonDown:hover, .PostToolbarButtonDown:visited
{
	background-color:#FF9D03;
	text-decoration: none;
	color: white;
}


#theform
{
	font-family: Georgia, serif;
	font-size: 12px;
	color:#999;
	padding: 0 50px;
}

#theform label {
	font-family: Verdana, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size: 1em;
}

#theform fieldset  {
	border: 0px solid #ccc;
	padding: 0 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#theform legend
{
	padding-left: 0;
	margin-left: 0;
}

#theform p
{
	margin-bottom: -.5em;
}


/**************************************************************************/
/**                                                                      **/
/**                                                                      **/
/**                                                                      **/
/**************************************************************************/


/* F O R U M */

/* reset for sci.css to forum */
.forum-box table {border:none;}
.forum td:first-child { /* #theForm */
	border-left:none;
}
.forum td {
	border-bottom:none;
	border-right:none;
	padding:0;
}




.forum-page #core {background-image:none; background-color:#fff;}
.forum-page #core #content {width: 928px; margin:0 0px 0 0px; padding:0 16px 0 16px;}

.forum-box {position:relative; padding:16px 4px 4px 4px; width:920px; background-color:#80A1B6;}
.forum-repeater-container  .corner-tl,
.forum-box .corner-tl {background-image:url(../chrome/corners/fff_r8_tl.png);}
.forum-repeater-container .corner-tr,
.forum-box .corner-tr {background-image:url(../chrome/corners/fff_r8_tr.png);}

.forum-box table {border-color:#80a1b6; border:none; width:100%;}
.forum-box tr th {
	/* font-size:0.75em; 12px*/
	font-size:1.0909em; /* 11 > 12 assumes #core */
	color:#fff;
}
.forum-box th {
	padding:4px 8px 4px 8px; white-space: nowrap; vertical-align:middle;
    border-top:1px solid #abc; border-left:1px solid #abc; border-bottom:1px solid #abc;
	}
/*
.forum-box th:first-child {border-top:1px solid #abc; border-left:1px solid #abc; border-bottom:1px solid #abc;}
*/

.forum-box td {background-color:#fff;}		
.forum-box .col-0 {} /* colspan 2 */
.forum-box .col-2 {width:200px;}
.forum-box .col-3 {width:57px;}
.forum-box .col-4 {width:57px; border-right:1px solid #abc; /*#CADBEC;*/}			

/* forum-repeater-box similar to forum-box */
.forum-repeater-container {position:relative; padding:16px 0 0 0; width:928px; background-color:#80A1B6;}
.forum-repeater-box {padding:4px 4px 4px 4px; width:920px; background-color:#80A1B6;}

.forum-repeater-box .profile {
	float:left; clear:right; 
	width:176px;
	padding:12px 8px 8px 16px;
}
.forum-repeater-box .profile img {vertical-align:top;}
.forum-repeater-box .wrapper {
	font-size:1em;/*11px*/
	width:688px; float:left; clear:right; overflow:hidden;}
.forum-repeater-box .wrapper p {font-size:1em;}

.forum-repeater-box .head {
	overflow: hidden;
	border-bottom:1px solid #80A1B6;
	margin-bottom:8px;
}

.forum-repeater-box .foot {
	overflow:auto;
	border-top:1px solid #80A1B6;
	margin-top:8px; padding-top:4px; padding-bottom:4px;
	}
.forum-repeater-box .foot a {
	display:block;
	float:left;	
	margin-right:8px; 
	}
.forum-repeater-box .foot a.text {padding-top:4px; padding-bottom:4px;}

td.forum-title {
	font-size:1.0909em; /*12px*/ 
	padding:12px 8px 8px 8px; 
	border-top:1px solid #cadbec; /*#CADBEC;*/ 
	border-bottom:3px solid #5B8199; /* #80a1b6; */
	}

div.forum-whoisonline {font-size:0.6875em;/*11px*/ padding:0; border-bottom:1px solid #eaeff2;border-top:1px solid #eaeff2;}
		
.forum-link-bar 
{
	font-size:1em;/*11px*/
	}
	
.forum input 
{
	font-size:1.0909em;/*12px*/
	}
.forum select	
{
	font-size:1em; /*11px*/
	}
.forum .forum-lines select	{font-size:1em; /* 11px */}
.forum-lines,
.forum-span-line-box	
{
	clear:both; overflow:auto; margin-top:8px;
	}
.forum-span-line-box h4	
{
	font-size:1.0909em; /*12px*/
	font-size:1.2727em;
	}
.forum-lines .line	{margin-left:0;}
.forum-lines select	{float:none;}
.forum-lines input	{margin-right:8px;}
.forum-lines .buttons	
{
	font-size:1em;
	}

/* dumb hack to deal with CSD created spans that should be separate lines */
.forum-span-line-box span {display:block;}
.forum-span-line-box span span {display:inline;}

#SearchMenu {position:static; margin-top:4px; margin-bottom:4px; top:0; left:0; /*ctrl tries to absolutely fix position*/}
.forum-search {
	overflow:hidden;
	background-color:#BDCFDF; /* #e4701e; */
	position:relative;
	width:17.1em;
	width:26em; /*286px*/
	}
	
.forum-search input[type="text"]  { 
	font-size:1em;
	border:none; float:left; 
	padding:3px;
	margin:5px 5px 5px 5px;
	width:17.45em;
	height:1.27em; /* :14px; */
	}
.forum-search a {
	font-size:1em; /*11px*/ 
	display:block; 
    padding:0.75em 1.1em 0.75em 1.1em;
    float:right; 
    background-color:#5b8199; 
    }
.forum-search a, 
.forum-search a:link, 
.forum-search a:visited {color:#fff;}  
.forum-search a:hover {color:#fff; text-decoration:none; background-color:#e4701e;} 
    
.forum-search .corner-tl, 
.forum-search .corner-tr, 
.forum-search .corner-br,
.forum-search .corner-bl {width:4px; height:4px;}
.forum-search .corner-tl {background-image:url(../chrome/corners/fff_r4_tl.png);}
.forum-search .corner-tr {background-image:url(../chrome/corners/fff_r4_tr.png);}
.forum-search .corner-br {background-image:url(../chrome/corners/fff_r4_br.png);}
.forum-search .corner-bl {background-image:url(../chrome/corners/fff_r4_bl.png);}

.plain-forum-search	{}
.plain-forum-search input[type="text"] {
	font-size:1em;
	border:1px solid #5B8199; padding:3px;
	}

.forum .outline-box {border:solid 1px #eaeff2; padding:8px; margin-bottom:12px;}
.forum .outline-box h4 {margin-top:0; /* font-size:1.0909em;12px;*/ } /* forums forces h4 to be defined by outline-box as inner text is not tagged */
.forum .outline-box p {font-size:1em;/*11px;*/ } 



/***********************************************************/



/* 
.cell to replace fh system 
eg View-ForumGroupView.ascx
*/
.cell,
table td.cell
{
	font-size:1em;
	border:none;
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
	background-color: #fff;
	
	}	
.cell h4 {
	font-size:1.0909em; /*12px*/
	margin:0px 0 4px 0;
		
}
.cell h4 a.lnk4,
.cell h4 a.lnk4:link, 
.cell h4 a.lnk4:visited {
	color:#5b8199;
	font-size:inherit;
	font-weight:inherit
}
.cell h4 a.lnk4:hover {color:#e4701e;} 

.cell .txt4 { /* View-Threads.ascx has an unchangable CSD control that creates this class */
	font-size:1em;
	}
/*
.cell table,.cell tbody,.cell tr,.cell td.txt4,.cell td.txt4 span {margin:0; padding:0; border:0;text-align:left;}
*/		


/* font-size adjustment */
.forum {
	font-size:1em; /* 11 > 11 assumes #core */
}		
.forum p {font-size:1em; }			/* 11 */
.forum h2 {font-size:1.3636em; }	/* 15 */
.forum h3 {font-size:1.2727em;}		/* 14 */
.forum h4 {font-size:1.0909em;}		/* 12 */
.forum h5 {font-size:1em;}

.forum .button input[type="button"], 
.forum input.button, 
.forum .buttons input, 
.forum .buttons input, 
.forum #Buttons input {
	font-size:1em;
}
