

/*
Default Community Server theme
*****************************************************/

/*
Body: General page style
*****************************************************/
body
{
    color: #6d6d6d;
	margin-top: 10px;
	margin-left: 10;
	margin-right: 10;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
    background-color: #7e6450; 
    /*background: #ffffff url(/Themes/default/images/background-tile-04.gif);*/
}

/* -- START COMMUNITY STYLES -- */
#csContent{
	width:740px;
	_width:760px;
	border:solid 1px #8c6f59;
	padding:9px;
	padding-top:3px;
	background: #ffffff;
}

.Box1Main {
	background: #ffffff url(/Themes/default/images/background-teal-01.gif) repeat-x;
	margin-bottom:10px;
}

.Box1Content {
	color:#6d6d6d;
	font-size:0.7em;
	padding:4px;
	border-left:solid 1px #8c6f59;
	border-top:solid 1px #8c6f59;
	border-right:solid 1px #8c6f59;
}

.BoxCorner {
	font-size:8pt;
	padding:0px;
	background: url(/Themes/default/images/corner-brown-01.gif) no-repeat;
}

.BoxBottom {
	font-size:8pt;
	padding:0px;
	border-bottom:solid 1px #8c6f59;border-right:solid 1px #8c6f59;
}

.Box2Main {
	background: #ffffff url(/Themes/default/images/background-main-in.gif) repeat-x;
	margin-bottom:10px;
}

.Box2Content {
	color:#6d6d6d;
	font-size:0.75em;
	line-height:1.4em;
	padding:15px;
	border-left:solid 1px #8c6f59;
	border-top:solid 1px #8c6f59;
	border-right:solid 1px #8c6f59;
}
.Box2Content a:Link
{
	color: #6d6d6d;
	text-decoration:underline;
}
.Box2Content a:Hover
{
	text-decoration:none;
}
.HomeContent
{
	font-size:1.0em;
	line-height:1.4em;
}
/* -- END COMMUNITY STYLES -- */

h2 {
	font-family: Arial, Helvetica, Trebuchet MS;
	margin-top: 10px;
	margin-bottom: -5px;
}

h3 {
	font-family: Arial, Helvetica, Trebuchet MS;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

h4 {
	font-family: Arial, Helvetica, Trebuchet MS;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.2em;
}

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;
}

A.Button:link, A.Button:visited
{ 
	BORDER-RIGHT: #207273 1px solid; 
	PADDING-RIGHT: 12px; 
	BORDER-TOP: #207273 1px solid; 
	DISPLAY: block; 
	PADDING-LEFT: 12px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #489495; /*#6798C7; */
	FLOAT: left; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: #207273 1px solid; 
	COLOR: #fff; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #207273 1px solid;
}

A.Button:hover 
{ 
	text-decoration: underline;
}


/*
Welcome
*****************************************************/
#welcome
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #8c6f59;
	font-size: 0.7em;
	text-align: right;
}

#welcome a
{
	color: #72b4b5;
	font-weight: normal;
}
#welcome a:hover
{
	color: #8c6f59;
	font-weight: normal;
}
#insiders
{
float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #8c6f59;
	font-size: 0.7em;
	text-align: left;
}
#insiders a
{
	color: #72b4b5;
	font-weight: normal;
}
#insiders a:hover
{
	color: #8c6f59;
	font-weight: normal;
}
/*
Header
*****************************************************/
#header {
	background:url(/Themes/default/images/header-01-in.gif) no-repeat left top;
	position:relative;
	height:134px;
	margin-bottom:4px;
	padding-left:75px;
}

#header2 {
	/*background:#6798C7 url(/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;;
	font-size: 0.9em;
}

#csBody
{
	margin-top: -5px;
	/*background:#6798C7 url(/Themes/default/images/body_right.gif) no-repeat right bottom;*/
	background-color: #FFFFFF;
}

#csBody2 {
	/*background:url(/Themes/default/images/body_left.gif) no-repeat left bottom;*/
	padding: 0px;
}


#search
{
	position: absolute;
	right: 27px;
	top: 15px;
}

/*
Search Results
*****************************************************/
#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;
}

#SearchResult h3
{
	font-family : Arial, Helvetica;
    font-weight: normal;
	font-size: 1.1em;
	background-color: #FFFFFF; 
	margin:0px;
	padding-bottom: 0; 
}

#SearchResultBody
{
	padding-bottom: 5px;
}

#SearchResultHr
{
	border: 0px;
	background-color: #99B6D7;
	height: 1px;
}

#SearchResultBody
{
	font-size: 0.9em;
}

#SearchDuration
{
	text-align: right;
	background-color: #B3CAE4;
	border-top: 1px solid #6798C7;
	font-size: 0.8em;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#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
*****************************************************/
.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;
	background-color: gainsboro;
}

body.admin /* Admin page style */
{
    background-color: #DDEEFF;
}

image	/* used to align text to images, centered */
{
	vertical-align: middle;
}

.copyright  /* used to format the content owner's copyright notice */
{
    text-align: center;
    font-size : 0.6em;
}
/*****************************************************
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 { font-size : 1em; font-weight:bold; }
.txt2Bold { font-size : 0.9em; font-weight:bold; }
.txt3Bold { font-size : 0.8em;; 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;
}

.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
*****************************************************/
td.column, 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; 
    background-color: #72b4b5; /*#6798C7; */
    COLOR: white;
    vertical-align:top;
}

table.fh {
    COLOR: #246398;
    vertical-align:top;
    font-size: 1em;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;

}

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;
}

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; 
}

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-weight:bold;
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #4455aa
}

td.f, tr.f td /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: 0.7em; 
    background-color: #B8D5D5;
}

td.f2
{
    font-size: 0.8em;
    background-color: #DDEEFF;
}

td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 0.7em;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;
}

TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	font-size: 0.7em;
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size: 0.7em;
	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: #ececec; 
	border-top: 1px solid #DDEEFF;
	border-left: 1px solid #DDEEFF;
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size: 0.7em; 
	background-color: #FFFFFF; 
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 0.7em;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 0.7em;
    font-weight: bold;
}

/*****************************************************
General Anchors
*****************************************************/
a, a:visited, a:link /* General page anchors */
{
    color: #72b4b5;
    text-decoration: none;
}

a:Hover /* General page anchors */
{
	color: #8c6f59;
    text-decoration: underline;
}
/* *********** */
a.linkDefault, a.linkDefault:Visited, a.linkDefault:Link
{
    color: #72b4b5;
    text-decoration: none;
}

a.linkDefault:Hover
{
	color: #8c6f59;
    text-decoration: underline;
}
/* *********** */
a.linkBold, a.linkBold:Visited, a.linkBold:Link
{
    color: #72b4b5;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
}

a.linkBold:Hover
{
	color: #8c6f59;
    text-decoration: underline;
}
/* *********** */
a.linkSmallBold, a.linkMenuSink 
{
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: #72b4b5;
    font-size: 0.7em;
}

a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #72b4b5;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
/*	color: #DD6900;	*/
    color: #8c6f59;
}

a.lnk3, a.lnk3:visited, a.lnk3:link /* Active/Unanswered, name of forum underneath table */
{
    font-size: 0.9em;
    font-weight: bold;
    color: #72b4b5;
}

a.lnk3:Hover
{
    color: #8c6f59;
    text-decoration: underline;
}

a.lnk4, a.lnk4:visited, a.lnk4:link
{
    font-size: 0.9em;
    color: #72b4b5;
    font-weight: bold;
}

a.lnk4:Hover
{
    color: #8c6f59;
    text-decoration: underline;
}


/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
columnText, a.columnText, a.columnText:visited, a.columnText:link 
{ 	
	font-size: 0.7em;
	color: white; 
	font-weight:bold;
}

a.columnText:hover
{
	color: #FF3300;	
}

a.column:visited, a.column:link, a.column:hover
{
    color: white;
    font-weight:bold;
}

.flnk3
{
    font-weight: bold;
    color: #246398;
}

a.flnk3:visited, a.flnk3:link
{
    font-weight: bold;
    color: #246398;
}

a.flnk3:hover
{
    color: #FF3300;
}

.inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #555555;
}

.inline 
{
  font-size: 0.7em;
  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;
    color: darkBlue;
}

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
*****************************************************/
.menuText /* Font used for navigation menu */
{
    font-size: 0.6em;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuLink:visited, a.menuLink:link /* Font used for links in the navigation menu */
{
	font-size: smaller;
	font-weight: normal;
    text-decoration: none; 
    color: white;
}

a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
    color: #FF3300;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 2px; 
	background-color: #80B7FF; 
} 
td.threadSeparator /* Separates posts in ShowPost page */
{
	background-color: #72b4b5; 
} 
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
*****************************************************/
.validationWarning 
{
	color: Red; 
}

/*****************************************************
Page control selected page
*****************************************************/
.currentPage 
{
	font-size : 1.2em;
	font-weight:bold; 
}

/*****************************************************
Form Elements
*****************************************************/
select /* drop down lists in forms */
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
}

textarea /* large multi-line text boxes in forms */
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
}

input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
}

/*****************************************************
Control Panel
*****************************************************/
td.ControlPanelTabActive
{
    font-weight: bold; 
    font-size: 0.7em;
    background-color: #78ABDE; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
}

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; 
}

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
*************************************/


#container
{
    text-align: center;
    background: #FFF;
    margin:0;
    padding:0;
}

#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 #wrap {
  	width: 600px;
  	
	} 

.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 */

#content {
	margin: 24px 0 0 0;
	padding: 0 5px;
	width: 632px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 600px;
  	
	}


#content .entry {
	margin: 0;
	padding-top: 12px;
	border-bottom: 1px solid #ddd;
	}

#content .single {
	border-top: none;
	padding-top: 0;
	}
	
#content ul {
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}

comments {
	font-size: 0.7em;
	}
#comments
{
	margin-top:15px;
}
p.postcomments {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 0.8em;
	}
p.posteds {
	margin-top:4px;
	font-size: 0.7em;
	}
	
#content h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #069;
	padding: 0;
	margin: 0;
	}

#content h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 105%;
	color: #069;
	padding: 0;
	margin: 0 0 1em 0;
	}

#content h2 a:link, #content h2 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #069;
	}

#content h2 a:hover {
	color: #036;
	}
	
#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;
}



<!-- NEW PROFILE -->

#Profile td
{
	/*font-size: 0.9em;*/
}

#Profile td.lbl
{
	width: 200px;
	text-align: right;
	color: #555555;
}

#Profile-Left
{
	width: 175px;
	float: left;
	position:relative;
	background-color: #E3E3E3;
	border:1px solid #6d6d6d;
	padding: 5px;
	margin: 0px;
	font-size: 0.9em;
}

#Profile-Right
{
	float: right;
	display:inline;
	position:relative;
	width:535px;
	padding-left: 10px;
	margin-left: 0px;
}

#Profile-Head
{
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#Profile-Head h2
{
	margin:0px;
}

#Profile-Avatar
{
	text-align: center;
	padding-bottom: 5px;
}

#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;
}

<!--- End New Profile -->


.post h3 {
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
}

#PostToolBar {
	top: 1px;
	/*background-image: url(../images/post_toolbar_background.gif); 
	background-repeat: repeat-x;
	border-bottom: 1px solid #2557AD;*/
}

.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;
	background-color: none;
	color: black;
}
.greyPostToolbarButton, .greyPostToolbarButton:link, .greyPostToolbarButton:visited, .greyPostToolbarButton:hover
{
	text-decoration: none;
	background-color: none;
	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 20px;
}

#theform label {
	font-family: Verdana, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size: 0.8em;
}

#theform fieldset  {
	border: 0px solid #ccc;
	padding: 0 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#theform legend
{
	padding-left: 0;
	margin-left: 0;
}

#theform p
{
	margin-bottom: -.5em;
}




#home {
	font-size: 0.9em; 
	margin-left : 0px;
	margin-right : 0px;
	margin-top: 0px;
	
	background-repeat: repeat-x;
	border: 0px outset;
	background-color: #FFFFFF;
}	


#home .compactpost {
	font-size :0.8em;
}

#home .compactbloglist {
	font-size :0.9em;
}

#home h3 {
	font-family : Trebuchet MS;
	font-size: 1em;
	background-color: #FFFFFF; 
	background-image: url(../images/fhBg.gif); 
	background-repeat: repeat-x;
	border-bottom : 1px dashed #A5B4A1;	
	border-top : 2px solid #A5B4A1;	
}

#home h2 {
	font-family : Trebuchet MS;
	font-size: 0.9em;
	font-weight:normal;
	background-color: #FFFFFF; 
	margin: 0px;
}

#home div {
	padding:10px;
}

#home td {
	padding:0px;
}

#home UL {
	padding-left: 5px;
	margin:0px;
	LIST-STYLE-TYPE: none
}

#home LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 0px
}

#home LI .title {
	color:464940;
	font-weight: bold;
	font-size :0.9em;
}

#home LI .excerpt {
	font-size :0.8em;
}

#home LI .author{
	font-size :0.7em;
	color:#69705c;
}

#home LI .downplayed{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px
}

#home .feature {
	font-size: 0.9em;
}

#home .feature img {
	float: left;
	margin-right: 8px;
}

#home h3 img
{
	vertical-align :  text-middle;
} 

#home h3 a:link, a:visited {
	color: #72b4b5;
	text-decoration : none;
}

#home h3 a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#home .downplayed h3 {
	font-family : Trebuchet MS;
	background-color: #FFFFFF; 
	background-image: url(../images/fhBg.gif); 
	background-repeat: repeat-x;
	border-bottom : 0px;	
	border-top : 0px;	
}

#home .downplayed {
	color: #676F5A;
	font-size:80%;
}

#PostToolBar {
	top: 1px;
	/*background-image: url(../images/post_toolbar_background.gif); 
	background-repeat: repeat-x;
	border-bottom: 1px solid #2557AD;*/
}

/* -- Default HeaderTab -- */
#headertab {
	text-align: right;
	FONT-SIZE: 0.9em; 
	font-weight:bold;
	FLOAT: left; 
	WIDTH: 100%;
	LINE-HEIGHT: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
#headertab UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none
}
#headertab LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 2px; 
	FLOAT: right; 
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	MARGIN: 0px;
}
#headertab UL A {
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px;
	/*DISPLAY: block;
	FLOAT: left;*/
	PADDING-BOTTOM: 1px;
	COLOR: #72b4b5;
	PADDING-TOP: 1px;
	TEXT-DECORATION: none;
	font-family: Arial, Verdana;
}
#headertab A {
	float: none;
	border: 1px solid #ffffff;
}
#headertab A:hover {
	color: #8c6f59;
	/*background:#ececec url(/Themes/default/images/button-back-1.gif) repeat-x;
	border: 1px solid #8c6f59;*/
}
#headertab .currenttab {
	color: #8c6f59;
}
#headertab .currenttab A {
	color: #8c6f59;
	padding-bottom: 6px;
}

.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;
	background-color: none;
	color: black;
}
.greyPostToolbarButton, .greyPostToolbarButton:link, .greyPostToolbarButton:visited, .greyPostToolbarButton:hover
{
	text-decoration: none;
	background-color: none;
	color: #777777;
}
.PostToolbarButton:hover, .greyPostToolbarButton:hover
{
	background-color: #FFD695;
}

.PostToolbarButtonDown, .PostToolbarButtonDown:link, .PostToolbarButtonDown:hover, .PostToolbarButtonDown:visited
{
	background-color:#FF9D03;
	text-decoration: none;
	color: white;
}

.searchbox
{
	font-size:xx-small;	
	
}
.searchButton
{
	font-size:x-small;	
}

.siteDescr
{
	color:#BBBBBB;
	font-family:verdana;
	font-size: 0.7em;
	font-weight:bold;
	position:absolute;
	top:30;
	left:300;	
	width:220;
}
/* -- Custom Styles by Phill -- */
/*.post
{
	font-size:0.75em;
	line-height:1.4em;
}*/
.post img {
	margin-top:5px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.postToolbar {
	font-size:0.8em;
	color:#6d6d6d;
	background-color:#F4F4F4;
	padding:4px;
	margin-bottom: 30px;
	border:solid 1px #8c6f59;
}
.simpleBox1 {
	color:#6d6d6d;
	background-color:#F4F4F4;
	/*font-size:0.7em;*/
	padding:4px;
	margin-bottom: 30px;
	border:solid 1px #8c6f59;
}
.simpleBox2 {
	color:#6d6d6d;
	background-color:#ffffff;
	/*font-size:0.7em;*/
	padding:4px;
	margin-bottom: 30px;
	border:solid 1px #8c6f59;
}
.titleImage
{
	float : left;
	margin-top : 0px;
	margin-right : 10px;
}
.titleSideImage
{

	padding : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 10px;
}
.LinkList h3 {
	FONT-SIZE: 1em;
	margin-top:0px;
	border-bottom:1px solid #999999;
}
.LinkList ul {
	FONT-SIZE: 0.8em;
	margin-left:0px;
	margin-top:0px;
}
.LinkList li {
	margin-top:10px;
}
.NoIndentList li {
	FONT-SIZE: 0.8em;
	margin-left:-20px;
}
/* STYLE OVERRIDES FOR ANONYMOUS VISITORS 
*******************************************/

body
{
    background-color: #acacac; 
    
}
#csContent{
	border:solid 1px #b0b0b0;
}
#welcome
{
	color: #6d6d6d;
}

#welcome a
{
	color: #72b4b5;
	font-weight: normal;
}
#welcome a:hover
{
	color: #6d6d6d;
	font-weight: normal;
}
#insiders a:hover
{
	color: #6d6d6d;
}
a, a:visited, a:link /* General page anchors */
{
    color: #72b4b5;
    text-decoration: none;
}

a:Hover /* General page anchors */
{
	color: #6d6d6d;
    text-decoration: underline;
}
.Box1Content {
	border-left:solid 1px #b0b0b0;
	border-top:solid 1px #b0b0b0;
	border-right:solid 1px #b0b0b0;
}

.BoxCorner {
	background: url(/Themes/default/images/corner-grey-01.gif) no-repeat;
}

.BoxBottom {
	border-bottom:solid 1px #b0b0b0;
	border-right:solid 1px #b0b0b0;
}

.Box2Main {
	background: #ffffff url(/Themes/default/images/background-main-out.gif) repeat-x;
	margin-bottom:10px;
}

.Box2Content {
	border-left:solid 1px #b0b0b0;
	border-top:solid 1px #b0b0b0;
	border-right:solid 1px #b0b0b0;
}
.Box2Content a:Link
{
	color: #6d6d6d;
	text-decoration:underline;
}
.Box2Content a:Hover
{
	text-decoration:none;
}
#header {
	background:url(/Themes/default/images/header-01-out.gif) no-repeat left top;
}
#headertab A:hover {
	color: #6d6d6d;
}
#headertab .currenttab {
	color: #6d6d6d;
}
#headertab .currenttab A {
	color: #6d6d6d;
}
