/********************************
Naming Conventions:
_ATC - Align text center
_ATR - Align text right
If unspecified, defaults to left justification

********************************/


/********************************
MAIN BODY 
********************************/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e4e1dc;
	font-family: Verdana, sans-serif;
	color: #000000;
}

label {
	margin: 2px;
	font-size: 95%;
}

input.check
{
	   
}

input {
	padding: 0px 0px 0px 0px;
}

input.image 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*
input.button {
	font-size: 90%;
	font-weight: bold;
	background-color: #a0bad4;
	color: #225588;
	border: 1px;
	border-style: solid;
	border-top-color: #D5DCE4;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #D5DCE4;
}

input.submit {
	font-size: 90%;
	font-weight: bold;
	background-color: #a0bad4;
	color: #225588;
	border: 1px;
	border-style: solid;
	border-top-color: #D5DCE4;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #D5DCE4;
}
*/
h3 
{
	background-image: url("../../wbContentTableHeaderBG.png");
	background-repeat: repeat-x;
	color: #000000;
	font-size:95%;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 4px 1px;
}

h4 
{
	background-color: #ffffff;
	color: #000000;
	font-size: 85%;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
	margin: 4px 1px 4px 1px;
}

/********************************
GENERIC LINK FORMATS
********************************/
a {
	color: #f68b1f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f68b1f;
	text-decoration: underline;
}

a.wbUserLink {
	font-size: 90%;
	text-decoration: underline;
}

a.wbUserLinkCurrentUsers {
	text-decoration: none;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}

a.wbWatchLink
{
	color: #ffffff;
}

a.wbWatchLink:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a.wbPagingLink 
{
	padding-right: 5px;
}

a.wbPagingLink:hover {
	text-decoration: underline;
}

a.wbPostLink 
{
	padding-right: 5px;
	color: #ffffff;
}

a.wbPostLink:hover {
	text-decoration: underline;
}

a.wbBreadCrumbLink {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}

a.wbBreadCrumbLink:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border-style: none;
}

select {
	color: #f68b1f;
	background-color: #ffffff;
}

div.webboard
{
	width: 95%;
	margin: auto;
	font-size: 85%;
}

/********************************
HEADER COMPONENTS
********************************/
table.wbHeaderBar {
	background-image: url("bggradient.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 75px;
}

table.wbHeaderLinks {
	width: 95%;
	margin: auto;
	word-spacing: 10px;
}

span.welcomeSpan 
{
	font-size: 90%;	
}

div.wbHeaderLogo
{
	background-image: url("wbheaderlogo.png");
	background-repeat: no-repeat;
	width: 275px;
	text-align: left;
	height: 94px;
}
/*
ul.wbToolBarLinks {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.wbToolBarLink {
	display: inline;
}
*/
a.wbToolBarLink {
	color: #000000;
	text-decoration: none;
	font-size: 80%;
	font-weight: normal;
}

a.wbToolBarLink:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.wbToolBarLinkLight {
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
}

a.wbToolBarLinkLight:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.wbNotificationPanel 
{
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}
/*
img.wbToolBarLinkIco {
	padding: 0px;
	margin: 0px 5px 0px 5px;
}

td.wbToolBarItem
{
	white-space: nowrap;
	text-align: left;
}
*/
/********************************
BREADCRUMB SECTION
********************************/
/*
span.wbBreadCrumbLinks {
	padding: 0px;
	margin: 4px 0px 4px 4px;
	font-size: 85%;
	color: #7198BF;
}

li.wbBreadCrumbLink {
	display: inline;
	list-style-type: none;
}
*/
/********************************
MAIN CONTENT DIV
********************************/

div.wbMainContentArea {
	border: 0px #000000 solid;
	display: block;
	padding: 0px 0px 0px 0px;
}

div.wbMainContentAreaSmall 
{
	width: 50%;
	padding: 1px 1px 1px 1px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
/*
div.wbSmallDiv {
	font-size: 85%;
}

div.wbSmallerDiv {
	font-size: 80%;
}

div.wbSmallDivBold {
	font-size: 85%;
	font-weight: bold;
}

div.wbBoldDiv 
{
	font-weight: bold;
}
*/
/********************************
MAIN CONTENT TABLE
********************************/


div.wbContentTableHeader {
	background-image: url("../../images/wbContentTableHeaderBG.png");
	background-repeat: repeat-x;
	width: 100%;
	color: #FFFFFF;
	font-size: 80%;
	padding: 3px 0px 3px 0px;
	margin: auto;
}

div.wbContentTableHeader_ATC {
	background-image: url("../../images/wbContentTableHeaderBG.png");
	background-repeat: repeat-x;
	width: 100%;
	color: #FFFFFF;
	font-size: 80%;
	padding: 3px 0px 3px 0px;
	margin: auto;
	text-align: center;
}

div.wbContentTableHeader_ATR {
	background-image: url("../../images/wbContentTableHeaderBG.png");
	background-repeat: repeat-x;
	width: 100%;
	color: #FFFFFF;
	font-size: 80%;
	padding: 3px 0px 3px 0px;
	margin: auto;
	text-align: right;
}

div.wbContentArea 
{
	border: solid 1px #000000;
	margin-bottom: 10px;
}

div.wbContentArea_ATC
{
	border: solid 1px #000000;
	text-align: center;
}

div.wbContentArea_ATR
{
	border: solid 1px #000000;
	text-align: right;
}

div.wbContentTableFooter {
	background-color: gray;
	color: #FFFFFF;
}

table.wbContentTable {
	width: 100%;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	font-size: 90%;
	border-spacing: 0px;
	margin-bottom: 10px;
}

table.wbContentTableSmall {
	width: 60%;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	font-size: 90%;
	border-spacing: 0px;
	margin: auto;
	margin-bottom: 10px;
}

table.wbFormTable 
{
	width: 100%;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	font-size: 90%;
	border-spacing: 0px;
	margin-bottom: 10px;
}

th.wbContentTableHeader {
	background-color: #000000;
	color: #ffffff;
	font-size: 95%;
	background-image: url("../../images/wbContentTableHeaderBG.png");
	background-repeat: repeat-x;
	height: 20px;
	padding: 0px;
}

td.wbContentTableHeader {
	background-color: #000000;
	color: #ffffff;
	font-size: 95%;
	background-image: url("../../images/wbContentTableHeaderBG.png");
	background-repeat: repeat-x;
	height: 20px;
	padding: 0px;
	text-align: center;
}

td.wbContentTableFooter 
{
	font-size: 95%;
	border-bottom: solid 1px #000000;
	padding: 0px;
}

th.wbContentTableField {
	background-image: url("../../images/wbContentTableFieldBG.png");
	background-repeat: repeat-x;
	background-color: gray;
	color: #000000;
	font-size: 95%;
	text-align: left;
	padding: 0px;
}

th.wbContentTableField_ATR {
	background-image: url("../../images/wbContentTableFieldBG.png");
	background-repeat: repeat-x;
	background-color: gray;
	color: #000000;
	font-size: 95%;
	text-align: right;
	padding: 0px;
}

th.wbContentTableField_ATC {
	background-image: url("../../images/wbContentTableFieldBG.png");
	background-repeat: repeat-x;
	background-color: gray;
	color: #000000;
	font-size: 95%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

td.wbContentTableDataCell {
	color: black;
	vertical-align: top;
	border-bottom: 1px #000000 solid;
	font-size: 95%;
	line-height: 1.4;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

td.wbContentTableDataCell_ATC {
	color: black;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px #000000 solid;
	font-size: 95%;
	line-height: 1.4;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

td.wbContentTableDataCell_ATR {
	color: black;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px #000000 solid;
	font-size: 95%;
	line-height: 1.4;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

td.wbFormTableDataCell {
	color: black;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.4;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

td.wbFormTableDataCell_ATC {
	color: black;
	text-align: center;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.4;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

td.wbFormTableDataCell_ATR {
	color: black;
	text-align: right;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.4;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}
span.wbContentTableName {
	width: 75%;
}

span.wbSubScript 
{
	font-size: 95%;
}


div.wbCopyrightDiv {
	font-size: 65%;
	width: 250px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

span.wbInfo
{
	font-size: 80%;
}

p.wbInfo 
{
	width: 60%;
	font-size: smaller;
}

p.wbInfoItalic 
{
	width: 60%;
	font-size: smaller;
	font-style: italic;
}

/*****************************/
/**** WebBoard Error Label ***/
/*****************************/
div.wbErrorDiv 
{
	color: #ff0000;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	border: solid 1px Black;
	background-color: White;
	width: auto;
	padding: 0px 0px 0px 15px ;
	margin-top: 5px;
	margin-bottom: 5px;
}
label.wbErrorLabel {
	
}

ul.wbErrorList
{
	padding: 0px 0px 0px 5px;
	list-style-type: circle;
}

/*****************************/
/****  Little Login View *****/
/*****************************/

table.wbLittleLogin {
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	margin: auto;
	border-spacing: 0px;
}

td.wbLLDark {
	text-align: center;
	background-color: #dddddd;
	font-size: 70%;
	padding: 0px;	
	border-bottom: solid 1px #000000;
}

td.wbLLLight {
	text-align: center;
	background-color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	padding: 0px;
	border-bottom: solid 1px #000000;
}

span.wbLoginFail {
	color: #FF0000;
}

/*****************************
Drop Down Menus / Board Selector
*****************************/
div.wbDropDownWidget {
	color: #000000;
	font-weight: bold;
	font-size: 70%;
}

/******************************
Options 
*******************************/
ul.wbOptionsLinks 
{
	margin: 0px 0px 0px 0px;
	padding: 12px 12px 0px 12px;
	list-style-type: none;
}

ul.wbSubOptionsLinks 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 12px;
	list-style-type: none;
}
li.wbOptionsSectionHeader 
{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
}

li.wbOptionsLink
{
	padding-left: 20px;
}

a.wbOptionsLink 
{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

div.wbOptionsTitle
{
	font-size: 90%;
	font-weight: bold;
}

/******************************
File Upload Frame
*******************************/

div.wbUploadFrame 
{
	width: 50%;
}

/******************************
Thread View
*******************************/
span.wbPostDate
{
	font-size: 95%;
}

span.wbEditDate
{
	font-size: 95%;
	color: Gray;
}


/******************************
Management Options
*******************************/
label.wbManage
{
	font-weight: bold;
}

span.wbManage
{
	font-weight: bold;
}


/******************************
User Profile Options
*******************************/
div.wbUserProfileArea 
{
	border: solid 1px black;
	font-size: 100%;
	width: auto;
}

div.wbUserProfileFlickrArea
{
	width: 100%;
}

p.wbProfile
{
	margin-left: 5px;
}

/******************************
Attachment Images and Links
*******************************/
img.wbInlineAttachment
{
}

img.wbAttachmentCategory
{
	vertical-align: bottom;
}

a.wbAttachmentLink
{
	vertical-align: top;
	margin-right: 15px;
}

/*****************************
ShoutBox
******************************/
span.wbShoutMsgTime
{
	font-style: italic;
	font-size: 90%;
}

/*****************************
License Footer
******************************/
div.wbBrandingLogo
{
	background-image: url("wblogo.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin: auto;
	height: 40px;
}

div.wbCopyrightDiv
{
	width: 100%;
}