html {
	font-size: 100%;
}

/*FONT SETTING*/
body, div, table {
	font: 65%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Form input, #Form textarea, #Form select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0 15px;
	min-width: 700px;
	max-width: 1024px;
	background: #fff;
}

div, table, td, #Form select {
	font-size: 1em;
	color: #222;
}

table {
	font-size: 100%;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

*:focus, *:active {
	outline: none;
}

a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #145384;
	text-decoration: underline;
}

p {
	margin: 0.5em 0;
}

h1 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.25;
}

#pgbottom {
	height: 1px;
	width: 1px;
	font-size: 1px;
}

#frmPostComment #CommentBox {
	padding: .25em;
}
	
/* Errors & Success */
.ErrorContainer {
	background: url("http://bbwc.s3.amazonaws.com/img/site/alert.gif") no-repeat top left #FFEDEF;
	border-top: 1px solid #FFC2CA;
	padding: 10px 10px 10px 27px !important;
	overflow: hidden;
}

.ErrorTitle {
	font-weight: bold;
	color: #c00 !important;
}

.Error {
	color: #c00 !important;
}

#Success {
	border-top: 1px solid #9C9;
	border-bottom: 1px solid #9C9;
	background: #E2F9E3;
	color: #060 !important;
	display: block;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 10px !important;
}

.Notice {
	font-size: 1.3em;
	padding: 0;
	margin-bottom: 20px;
	color: #777;
}

.Notice h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #333;
	font-size: 1.15em;
}

.Notice p {
	margin: 0;
}
	
/* Remove System Message Button */
.Notice span {
	float: right;
	display: block;
	font-size: 1.1em;
}

.Notice span a, .Notice span a: link, .Notice span a: visited, .Notice span a:hover {
	color: #f60;
}

.Invisible {
	display: none;
}

.Visible {
	display: block;
}
	
/* Header.. */

#Header {
	height: 200px;
	overflow: hidden;
	background: #111 url("/skins/modern/fresh/rotate.php") no-repeat left top;
	font-size: 1.3em;
}

#Header * {
	margin: 0;
	padding: 0;
}

#Header #FlickrBug {
	position: absolute;
	top: 10px;
	right: 15px;
}

#Header #FlickrBug a {
	display: block;
	width: 61px;
	height: 17px;
	background: url("http://bbwc.s3.amazonaws.com/img/site/flickr-bug.png") no-repeat left top;
	text-indent: -9999px;
}

#Header #FlickrBug a:hover {
	background-position: left bottom;
}

#Header #Navigation {
	position: absolute;
	top: 160px;
	width: 100%;
	background: url("http://bbwc.s3.amazonaws.com/img/site/logo-bg.png") no-repeat left top;
}

#Header #Title, #Header ul, #Header #Session {
	float: left;
}

#Header #Title, #Header #Title a {
	display: block;
	width: 211px;
	height: 40px;
}

#Header #Title a {
	text-indent: -9999px;
}

#Header a {
	color: #fff;
}

#Header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Header li {
	margin-left: 1px;
	float: left;
}

#Header li a {
	display: block;
	height: 40px;
	line-height: 43px;
	padding: 0 8px;
}

#Header ul li a:hover {
	color: #fff;
	background: url("http://bbwc.s3.amazonaws.com/img/site/nav-active.png") repeat-x;
	text-decoration: none;
}

#Header ul li.TabOn a, #Header ul li.TabOn a:hover {
	background: url("http://bbwc.s3.amazonaws.com/img/site/nav-active.png") repeat-x;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
	cursor: default;
}

#Header #Session {
	position: absolute;
	top: 0;
	right: 15px;
	color: #fff;
	height: 40px;
	line-height: 43px;
}

#Header #Session span {
	font-size: 0.75em;
}

/* Panel.. */

#Panel {
	margin-top: 20px;
	width: 191px;
	float: left;
	display: inline;
	font-size: 1.1em;
}

#Panel * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Panel h1 {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#Panel h1 a {
	color: #c00;
}

#Panel h1 a em {
	font-style: normal;
	color: #a00;
}

#Panel h1 a:hover {
	color: #f00;
}

#Panel h2 {
	color: #000;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#Panel ul {
	margin-bottom: 20px;
}

#Panel ul ul {
	margin: 0;
}

#Panel select {
	width: 167px;
	margin-top: 3px;
}

#Panel ul ul li {
	overflow: hidden;
}

#Panel ul li a {
	display: block;
	padding: 0.35em 0;
	border-bottom: 1px solid #eee;
}

#Panel ul ul li a span {
	color: #c00;
}

#Panel table {
	margin-top: 0.25em;
	width: 100%;
	text-align: right;
}

#Panel table, #Panel tr, #Panel td, #Panel th {
	border: solid #eee;
	border-width: 0 0 1px;
	border-collapse: collapse;
}

#Panel td {
	padding: 0.35em 0 0.35em 1em;
}

#Panel thead * {
	padding: 0.25em 0 0.25em 1em;
}

#Panel thead th:first-child {
	padding: 0.25em 0;
	text-align: left;
}

#Panel tbody th {
	padding: 0.35em 0;
	font-weight: normal;
	text-align: left;
}

#Panel tbody td {
	width: 20px;
	*width: 32px;
}

#Panel tbody th, #Panel tbody td {
	font-size: 0.95em;
}

#Panel ol {
	margin: .35em 0 0;
	padding: 0;
	position: relative;
	list-style: none;
	font-size: 0.9em;
}

#Panel ol li a {
	padding: 0;
	border: 0;
	display: inline;
}

#Panel ol ol {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1em;
}

#Panel ol * {
	display: inline;
}

#Panel ol h4 {
	font-size: 1em;
	font-weight: normal;
}

#Panel #AboutVanilla {
	margin: 20px 0px;
	border-top: 1px solid #ccc;
	padding: 3px 0;
	color: #bbb;
	width: 180px;
	font-size: 0.75em;
}

#AboutVanilla a {
	color: #d0d0d0;
}

/* Content.. */

#Content {
	margin: 0 0 15px 211px;
	background: #fff;
}

#Content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#Content {
	display: inline-block;
}

#Content {
	display: block;
}
/* ContentInfo/Control/Whatever - Universal to Discussion Index & Comments */

#ContentBody {
	overflow: hidden;
}

.ContentInfo {
	text-align: right;
}

.ContentInfo.Top {
	overflow: hidden;
}

#AccountPage #Content, #CommentsPage #Content, #DiscussionsPage #Content, #CategoryPage #Content, #ExtensionPage #Content, #SettingsPage #Content, #SearchPage #Content, #WikiPage #Content {
	padding-top: 20px;
}

#DiscussionsPage .Bottom, #WikiPage .Bottom {
	clear: both;
	margin: 0;
}

.ContentInfo {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#CommentsPage .ContentInfo h1 {
	overflow: hidden;
	text-align: left;
	margin-bottom: 3px;
/*	font-size: 1.8em;*/
}

#CommentsPage .ContentInfo h1 a {
	color: #888;
	font-weight: normal;
	font-size: 0.7em;
}

.ContentInfo input {
	font-size: 1em;
	margin-left: 5px;
}

#DiscussionsPage .ContentInfo h1, #WikiPage .ContentInfo h1 {
	float: none;
	text-align: left;
}

.PageInfo {
	color: #bbb;
/*	border-top:1px solid #ccc;*/
/*	border-bottom: 1px solid #ccc;*/
/*	padding: 3px 0;*/
	margin: 3px 0 15px;
	font-weight: bold;
	font-size: 1.2em;
}
/*
#CommentsPage .ContentInfo.Top .PageInfo {
	margin: 15px 0;
}
*/
.ContentInfo.Bottom .PageInfo {
	margin: 20px 0 5px;
}

.PageInfo p {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

.PageList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #bbb;
}

.PageList li {
	display: inline;
}

.PageList a, .PageList li a {
	padding: 3px 2px;
}

/* Discussion Index */
  
#PageJump {
	margin: 0.65em 0px 0px 20px;
	float: right;
}

#Discussions {
	margin-top: -5px !important;
	float: left;
	width: 100%;
}	
#Discussions, #Discussions * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Discussions li ul {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#Discussions li li {
	height: auto;
	border: 0;
}

.NoNewComments, .NewComments, #Discussions li.Read.NewComments ul {
	background: #97d2e6;
	border-bottom-color: #fff;
}

#Discussions li.Read.NewComments ul {
	padding-left: 6px;
	padding-right: 6px;
}

.NoNewComments, .NewComments, .NoNewComments, .NewComments, #Discussions li.Read.NewComments ul .User.Name a {
	color: #fff;
}

#Discussions li.Read.NewComments ul .DiscussionTopic a {
	padding: 1px 3px;
	background: #fff;
}

#Discussions li.Read.NewComments ul .DiscussionType {
	font-size: 1.3em;
	padding: 0 3px;
	background: #333;
	color: #fff;
}

#Discussions li ul {
	padding: 7px 0;
	color: #777;
}

#Discussions li.Read.NewComments ul {
	color: #555;
}

.Discussion {
	background: yellow;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#Discussions .DiscussionType {
	font-size: 1.3em;
	float: left;
	margin-right: 5px;
}

.DiscussionType span, .DiscussionType.Normal {
	display: none;
}

.DiscussionType * {
	float: left;
}

.User.Name {
	font-size: 1.3em;
}

.DiscussionTopic {
	width: 87%;
	overflow: hidden;
}

.DiscussionTopic span {
	display: none;
}

#Discussions .DiscussionCategory, #Discussions .DiscussionStarted, #Discussions .DiscussionComments,
#Discussions .DiscussionLastComment, #Discussions .DiscussionActive, #Discussions .DiscussionNew {
	width: auto;
	display: inline;
	font-size: 1.0em;
	margin-right: 0;
	padding: 2px;
	padding-right: 5px;
}

.DiscussionComments strong {
	font-weight: bold;
/*	color: #333;*/
}

.DiscussionActive {
	margin-right: 50px !important;
}

#Discussions li.Read.NewComments .DiscussionNew {
	display: inline;
}

#Discussions li.Read.NewComments ul .DiscussionNew {
	position: absolute;
	right: -6px;
	bottom: -8px;
	line-height: 1;
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	background: none;
}

*:first-child + html #Discussions li.Read.NewComments ul .DiscussionNew {
	bottom: -5px;
}

#Discussions li.Read.NewComments ul .DiscussionNew a {
	color: #fff !important;
}

#Discussions li.Read.NewComments ul .DiscussionNew span {
	font-size: 0.2em;
	font-weight: normal;
	vertical-align: middle;
}

/* Category Index */
  
#CategoryPage div.ContentInfo h1 {
	text-align: left;
	width: 100%;
	padding-bottom: 6px;
}

#Categories {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#Categories li ul {
	border-bottom: 1px solid #eee;
	padding: 7px 0;
	list-style: none;
	margin: 0;
}

#Categories li li {
	height: auto;
	border: 0;
}

.Category {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.CategoryName {
	margin-right: 5px !important;
	color: #062971 !important;
	font-weight: bold;
}

.CategoryName span, .CategoryDescription span, .CategoryName.Normal {
	display: none;
}

.CategoryDescription {
	font-size: 1.3em;
	overflow: hidden;
}

.CategoryDiscussionCount, .CategoryOptions {
	width: auto;
	display: inline;
	font-size: 1.0em;
	margin-right: 10px!important;
}

/* Comments.. */

#Comments {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Comments li {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

#Comments li.Hidden {
	background: url("http://bbwc.s3.amazonaws.com/img/site/hidden-tile.gif") top left repeat-x #fafafa;
}

#Comments li.Hidden .CommentBody {
	display: none;
}

#Comments li.Hidden .CommentHeader * {
	font-size: 1.0em;
}

#Comments .CommentHeader {
	text-align: right;
	overflow: hidden;
}

#Comments .CommentHeader ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	line-height: 1.3;
}

#Comments .CommentHeader li {
	margin: 0;
	padding: 0;
	display: block;
	color:#aaa;
	font-size: 1em;
	border-bottom: 0;
	white-space: nowrap;
	vertical-align: top;
}

#Comments .CommentHeader li a {
	font-size: 1.05em;
}

#Comments .CommentHeader li em {
	margin-left: 3px;
	color: #c00;
	font-style: italic;
}

#Comments .CommentHeader li div.CommentIcon {
	padding: 0;
	margin-right: 15px;
	background-repeat: no-repeat;
	background: #fff center center no-repeat;
	display: block;
	float: left;
	width: 33px;
	height: 33px;
}

#Comments .CommentHeader li.CommentTime {
/*	margin-left: 5px;*/
}

#Comments .CommentHeader li span {
	display: none;
}

#Comments .CommentHeader a.WhisperBack {
	padding-left: 10px;
	color: #aaa;
	font-size: 1em;
	font-weight: normal;
}

#Comments .CommentHeader em {
	color: #bbb;
	font-style:normal;
}

#Comments li.Hidden .CommentHeader i {
	padding-left: 8px;
	color: #c00;
	font-style:normal;
}

#Comments .CommentHeader a {
	font-weight: bold;
	font-size: 1em;
}

#Comments .CommentHeader span {
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}

#Comments .CommentHeader span a {
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
	margin-left:3px;
	padding-left:3px;
	cursor: pointer;
}

#Comments .CommentNotice {
	padding: 6px;
	font-size: 1.15em;
	text-align: center;
	border-top: 1px solid #D9999A;
	border-bottom: 1px solid #D9999A;
	background: #FEE1E1;
	color: #850406 !important;
	margin: 10px 0px 10px 0px;
}

#Comments .CommentBody {
	display: block;
	margin: 10px 0 0 48px;
	color: #222;
	font-size: 1.25em;
}

#Comments .CommentBody ul li, #Comments .CommentBody ol li {
	border-bottom: none;
	padding: 0;
}	
#CommentsPage .ContentInfo.Middle .PageInfo {
	border-top: 0;
	margin: 0;
}

#CommentsPage .ContentInfo.Bottom {
	margin-bottom: 20px;
}

#Comments code {
	border-left: 6px solid #FFFFAA;
	background: #FFFFEE;
	padding: 8px;
	padding-left: 16px;
	display: block;
	white-space: pre;
}

#CommentBody_Preview br {
	display: none;
}

#CommentBody_Preview p br, #CommentBody_Preview code br {
	display: block;
}

/* Search Page */

#Form.Search {
	width: 99% !important;
	padding: 0 !important;
}

html > body #Form.Search { /* ugly hack, but fixes display error in IE. */
	width: 100% !important;
}

#Form.Search fieldset legend {
	padding: 0 !important;
	margin-bottom: 6px;
}

#SearchSimple {
	margin: 0 !important;
}

#SearchSimple label {
	display: inline !important;
	width: 10px !important;
}

#MainSearchInput #txtKeywords {
	width: 60% !important;
	margin-left: 0 !important;
}

#MainSearchInput label {
	display: none !important;
}

#Form.Search .Submit input {
	margin: 0 !important;
	color: #000 !important;
}

.SearchInput, .SearchSelect, .SearchSelect option {
	color: #000 !important;
}

#SimpleSearchRadios input {
	width: auto !important;
	margin: 0 2px 0px 12px;
}

#SimpleSearchRadios label {
	font-weight: normal !important;
}

.SearchSwitch {
	display: block;
	color: #f60 !important;
	position: relative;
	top: -20px;
	float: right;	
}

/* Advanced Search Form */
#SearchDiscussionFields, #SearchCommentFields, #SearchUserFields {
	display: none;
}

.AdvancedSearchInput {
	width: 60% !important;
}

#Form input.SearchInput {
	font-size: 2em;
	font-weight: bold;
	padding: 0.25em;
}

.AdvancedUserInput, #DiscussionAutoCompleteResults, #CommentAutoCompleteResults {
	width: 160px !important;
}

#ddRoles, #ddOrder, #ddCommentCategories, #ddDiscussionCategories {
	width: auto !important;
}
	
/* Search Results */
  
#SearchPage {
	margin-bottom: 20px;
}

#SearchPage .Bottom .PageInfo {
	margin-top: 0 !important;
	border-top: 0 !important;
}

/* Comment Search Results */
  
#CommentResults {
	font-size: 1em;
	margin-top: -5px !important;
}

#CommentResults, #CommentResults * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#CommentResults li li {
	height: auto;
	border: 0;
}

#CommentResults li ul {
	border-bottom: 1px solid #ccc;
}

#CommentResults .CommentText span {
	display: none;
}

#CommentResults .CommentText span.Highlight {
	display: inline;
	color: #000;
	font-weight: bold;
	background: #ff9;
	padding: 1px 3px;
}

#CommentResults .CommentText {
	margin: 0.5em 0;
	font-size: 1.2em;
}

#CommentResults cite {
	display: none;
}

.CommentAuthor, .CommentAdded {
	width: auto;
	display: inline;
	font-size: 1.0em;
	margin-right: 10px!important;
}

.DiscussionCategory, .CommentAuthor, .CommentAdded {
	font-size: 0.9em;
}

#CommentResults .SearchComment ul {
	margin: 0 !important;
	padding: 7px 0;
}

/* User Search Results */
  
#UserResults {
	margin-top: -5px !important;
}

#UserResults, #UserResults * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#UserResults li ul {
	margin-top: 0 !important;
	border-bottom: 1px solid #ccc;
}

#UserResults li li {
	height: auto;
	border: 0;
}

#UserResults li ul {
	padding: 6px 6px 7px 6px;
	color: #777;
}

li.User {
	display: inline;
	font-size: 1.0em;
	margin-right: 10px !important;
}

li.User span {
	color: #aaa;
}

li.User.Name {
	display: block;
	font-size: 1.1em;
	overflow: visible;
}

li.User.Name .UserIcon {
	padding: 9px 0px 9px 30px !important;
	margin-right: 6px !important;
	background-repeat: no-repeat !important;
	display: inline !important;
	background: center center no-repeat;	
}

li.User.Name a {
	font-size: 1.4em;
}

li.User.Name span {
	display: none;
}

/* Forms.. */

#Form * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Form {
	margin-bottom: 10px;
}

#Form fieldset {
	border: 0;
	clear: none;
	margin-bottom: 20px;
}

#Form fieldset legend {
	padding: 4px 0px 4px 0px;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	color:#000;
}

#Form form {
	margin: 10px 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
}

#Form li {
	margin-bottom: 10px;
	font-weight: bold;
}

#Form label a {
	margin-bottom: -3px;
	margin-right: 15px;
	float: right;
	padding: 3px 6px;
	font-weight: normal;
	border: 1px solid #ffedae;
}

#WhisperUsername, #WhisperAutoCompleteResults {
	width: 200px;
}

#Form label {
	font-size: 1.3em;
	display: block;
	margin-bottom: 0.5em;
}

#Form textarea, #Form input, #Form select {
	padding: 0.35em;
	font-size: 1.3em;
	font-weight: normal;
}	
#Form textarea {
	width: 99.5%;
	height: 150px;
}

#Form textarea.SmallCommentBox {
	height: 150px;
}

#Form textarea.LargeCommentBox {
	height: 400px;
}

#Form .Button {
	cursor: pointer;
	color: #000 !important;
}

#Form .Button.SubmitButton {
	margin-right: 10px;
}

/* Add Comment & Start Discussion Forms */

#Form.StartDiscussion legend {
	padding-top: 0;
}

#PostPage #Form.AddComments legend {
	padding-top: 0;
}

.AddComments {
	width: 99%;
}

#Form.AddComments {
	width: 100%;
}	
#Form.AddComments fieldset {
	margin: 0;
}

#Form.AddComments form {
	margin-top: 0 !important;
}

#Form.StartDiscussion label, 
#Form.AddComments label {
	display: block;
	width: 100%;
	font-weight: bold;
}

#Form.StartDiscussion label.Radio, #Form.AddComments label.Radio {
	display: inline !important;
	width: auto !important;
}

#Form.AddComments {
	margin: 0 0px 4px 0px;
	padding: 4px 0px 0px 0px;
}

#PostPage #Form.AddComments {
	padding: 0;
}

.DiscussionBox {
	width: 400px;
}	
#Form .Button {
	width: auto !important;
}

#Form.AddComments a, #Form.StartDiscussion a {
	font-weight: normal;
}

#CommentFormats input {
	margin: 0 2px 0px 12px;
}

#Form.StartDiscussion #CommentFormats label, #Form.AddComments #CommentFormats label {
	font-weight: normal;
}
/* Pad fatal errors on post page */
#PostPage #Content {
	padding-top: 20px !important;
}

/* Account Section Forms.. */

.Account {
	width: 450px;
	margin: 0 !important;
}

#Form.Account legend {
	color: #000;
}

#Form.Account h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

#Form.Account p {
	padding-bottom: 10px;
}

#Form.Account ul p {
	padding: 0;
}

#Form.Account label {
	display: block;
	width: 80%;
	margin-bottom: 4px;
}

#Form.GlobalsForm label {
	float: left;
}

#Form.Extensions label {
	width: 100%;
}

#Form.Account .Description span label, #Form.Account label small {
	font-weight: normal;
}

#Form.Account input, #Form.Account select {
	color: #000;
	width: 40%;
}

#Form.GlobalsForm input, #Form.GlobalsForm select {
	width: 59%;
}

.Description {
	margin: 3px 0px !important;
	padding: 3px 0px 5px 0px !important;
	font-weight: normal;
}

#Form.Account p span {
	display: block;
	margin-top:5px;
}

#Form.Account p span label {
	float: none;	
	display: inline;
	margin-left: 5px;
	font-weight: bold;
	width:90%;
}

#Form.Account p span input {
	width: 14px;
}

#Form.Preferences p span label {
	font-weight: normal;
}
	
/* Globals Form */
  
#Form.GlobalsForm select.SmallSelect {
	font-size: 1.1em;
	width: 50px;
}

#Form.GlobalsForm #ForumOptions p span label {
	font-weight: normal !important;
}

#Form.GlobalsForm #ForumOptions {
	margin-bottom: 20px;
}

#Form.GlobalsForm p {
	margin-bottom: 10px;
}
	
/* Update Check form */
.UpdateOld .Name, .UpdateGood .Name, .UpdateUnknown .Name, .UpdateChecking .Name {
	padding: 0 0px 4px 23px !important;
}

.UpdateOld .Details, .UpdateGood .Details, .UpdateUnknown .Details, .UpdateChecking .Details {
	font-weight: normal;
}

.UpdateOld, .UpdateUnknown {
	background: #FFFFCC;
}

.UpdateGood {
	background: #FFFB97;
}

.UpdateChecking {
	background: #FFFEEC;
}

.UpdateOld .Name {
	background: url("http://bbwc.s3.amazonaws.com/img/site/ico.alert.gif") no-repeat top left;
}

.UpdateGood .Name {
	background: url("http://bbwc.s3.amazonaws.com/img/site/ico.check.gif") no-repeat top left;
}

.UpdateUnknown .Name {
	background: url("http://bbwc.s3.amazonaws.com/img/site/ico.unknown.gif") no-repeat top left;
}

.UpdateChecking .Name {
	background: url("http://bbwc.s3.amazonaws.com/img/site/progress.gif") no-repeat center left;
}

  
/* RoleEdit Form */
  
#Form.RoleEditForm li p span label {
	font-weight: normal !important;
}

/* Category List */
#Form.CategoryList .RoleBlocked {
	background: url("http://bbwc.s3.amazonaws.com/img/site/disabled-tile.gif") #F4F4C2;
}
	
/* Category Form */
#Form.CategoryForm li p span label {
	font-weight: normal !important;
}

/* Custom form for extensions management screen */

#Form.Extensions {
	margin: 0 0px 20px 0px !important;
}

div.Extensions ul {
	border: 1px solid #ddd;
	border-bottom: 0;
	margin: 10px 0px 20px 0px !important;
}

div.Extensions ul {
	background-color: #fffeec;
}

div.Extensions ul li { 
	border-bottom: 1px solid #ddd;
	margin: 0 !important;
	padding: 10px !important;
	overflow: hidden;
}

div.Extensions ul li.Enabled {
	background: #FEFECB;
}

div.Extensions ul li.Disabled {
	background: url("http://bbwc.s3.amazonaws.com/img/site/disabled-tile.gif") #F4F4C2;
}

div.Extensions ul li.Processing {
	background: #FEFECB;
}

div.Extensions ul li.Processing label {
	background: url("http://bbwc.s3.amazonaws.com/img/site/progress.gif") no-repeat center left;
}

div.Extensions ul li.Processing input {
	display: none;
}

div.Extensions ul li.Processing * {
	color: #B9AB7E !important;
}

div.Extensions h3 {
	font-size: 0.8em;
	color: #000 !important;
}

div.Extensions h3 label {
	display: inline !important;
	font-size: 1.8em;
}

div.Extensions h3 input:after {
	content: " ";
}

#Form.Account.Extensions ul li input {
	width: auto;
}

div.Extensions h3 a {
	color: #1EB136 !important;
}

div.Extensions ul li span, div.Extensions ul li span * {
	font-size: 1.2em;
	font-weight: normal;
	z-index: 1;
}

div.Extensions ul li span {
	margin-left: 10px !important;
}

div.Extensions .Version {
	font-weight: bold;
	margin-left: 5px !important;
}

div.Extensions ul li p {
/*	padding-left: 30px !important;*/
/*	color: #000 !important;*/
	font-weight: normal;
}

div.Extensions ul li p a:hover {
	color: #062971 !important;
}

/* Custom form for applicant management screen */
div.Applicants ul li.CheckController p {
	padding-left: 4px !important;
}

div.Applicants ul li.NoApplicants p {
	padding-left: 4px !important;
	color: #84733D !important;
}

div.Applicants .Approve {
	padding: 0 0px 10px 0px !important;
}

div.Applicants .Approve input {
	font-size: 1.1em !important;
}

div.Applicants ul {
	margin: 10px 0px 10px 0px !important;
}

/* Custom form for sortable list */
  
.SortList {
	background-color: #ffc;
	border: 1px solid #ddd;
	border-top: 0;
}

.MovableSortListItem {
	cursor: move;
}

.SortListItem {
	border-top: 1px solid #ddd;
	padding: 6px !important;
	margin: 0 !important;
	position: relative;    /* set item to relative for IE6 */
}

.SortListOptions {
	float: right !important;       /* float for modern browsers - no need to clear this float */
	float: none;                   /* no float for IE6 */
	position: relative !important; /* realtive positioning for modern browsers */
	position: absolute;            /* absolute positioning for IE6 */
	right: auto !important;         /* no right positioning for modern browsers */
	right: 20px;                   /* right positioning for IE6 */
}

.SortEdit, .SortEdit: link, .SortEdit: active, .SortEdit: visited {
	color: #1eb136 !important;
	font-weight: normal !important;
}

.SortEdit:hover {
	color: #393;
}

.SortRemove {
	background: url("http://bbwc.s3.amazonaws.com/img/site/btn.remove.gif") no-repeat center right;
	margin-left: 10px !important;
	padding-left: 15px !important;
}

.SortNoRemove {
	margin-left: 10px !important;
	padding-left: 15px !important;
}

/* */

#CustomInfo li {
	width: 50%;
	float:left;
}

#CustomInfo li input {
	width: 80% !important;
}

.Submit {
	margin: 20px 0px !important;
	text-align: right;
}

.Submit input {
	width: auto !important;
	float: left;
	cursor:pointer;
}

.Submit a {
	color: #f60 !important;
}

/* Profile Page.. */

#AccountProfile #Success, #AccountProfile .ErrorContainer {
	margin-right: 18px;
}

#AccountProfile .ErrorContainer {
	margin-bottom: 10px;
	border-bottom: 1px solid #FFC2CA;
}

#AccountProfile {
	float: left;
	width:300px;
	border-right:1px solid #ccc;
}

#AccountProfile * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#AccountProfile li {
	clear: both;
	margin-right:20px;
}

#AccountProfile h3 {
	font-size: 1.2em;
	width: 44%;
	float:left;
}

#AccountProfile p {
	float: left;
	width:55%;
}

#AccountProfile h2 {
	font-size: 1.4em;
	color: #000;
	width:60%;
	float:left;
}

#AccountProfile .Tagline {
	padding: 6px;
	text-align: center;
	border-top: 1px solid #D9999A;
	border-bottom: 1px solid #D9999A;
	background: #FEE1E1;
	color: #850406 !important;
	margin: 0 20px 10px 0px;
}

.ProfileTitleIcon {
	background-repeat: no-repeat;
}

.ProfileTitle h2 {
	width: 48% !important;
}

.ProfileTitle.WithIcon h2 {
	padding-left: 4px !important;
	width: auto;
}

.ProfileTitle.WithIcon .ProfileIcon {
	padding: 9px 0px 9px 30px;
	background: #fff no-repeat center center;
	margin-right: 6px;
	display: inline;
	float: left;
	width: 32px;
}	
#AccountProfile .ProfileTitle p {
	width: auto;
	float: right;
	text-align: right;
	font-size: 1.1em;
	color: #aaa;
}

#AccountProfile .ProfileTitle {
	margin-bottom: 10px;
}

#AccountProfile .Picture {
	width: 280px;
	height: 200px;
	overflow: hidden;
	background: center center no-repeat;
	margin-bottom: 6px;
}

#AccountHistory {
	margin-left: 320px;
}

html>body #AccountHistory { /* ugly hack, but fixes display error in IE. */
	margin-left: 300px !important;
}

#AccountHistory * {
	margin: 0;
	padding: 0;
	list-style: none;
	color:#999;
}

#AccountHistory ul, #AccountHistory h2 {
	margin: 0 20px;
}

#AccountHistory ul {
	margin-bottom: 20px;
}

#AccountHistory h2 {
	font-size: 1.4em;
	color: #000;
}

#AccountHistory ul {
	border-top: 1px solid #ccc;
}

#AccountHistory li {
	padding: 5px;
	border-bottom:1px solid #ccc;
}

#AccountHistory h3, #AccountHistory h3 a {
	color: #666;
	font-size: 1.2em;
}

#AccountHistory h3 small {
	font-size: 1.1em;
}

#AccountHistory p {
	font-size: 1.1em;
}

#AccountHistory p.Note {
	padding: 3px;
	padding-bottom: 0;
	font-style: italic;
}
	
/* Settings Home */
  
#Form.Help form {
	width: 450px !important;
	margin: 0;
	padding: 0;
}

#SettingsPage #Form.Help p.Description {
	padding: 10px !important;
}

#SettingsPage #Content dl * {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#SettingsPage #Content dl dt {
	margin: 10px 10px;
	font-weight: bold;
	font-size: 1.4em;
}

#SettingsPage #Content dl dd {
	margin: 10px;
}

.WhisperFrom {
	background-color: #fefceb;
}

.WhisperTo {
	background-color: #feebfa;
}

.left {
	float: left;
}

.hiLite {
	background-color: #ff9;
	font-style:normal;
}

/* Autocomplete results */
  
.AutoCompleteContainer {
	margin: 0;
	padding: 0;
	border: 1px solid #888;
	border-top: 0;
}

.AutoCompleteContainer td {
	padding: 3px;
	cursor: pointer;
}

.AutoCompleteRow td {
	background: #fff;
	color: #000000;
}

.AutoCompleteHoverRow td {
	background: #335EA8;
	color: #fff;
}
	
/* Ajax progress */
.HideProgress {
	background: url("http://bbwc.s3.amazonaws.com/img/site/hprogress.gif") center center no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}

.Progress {
	background: url("http://bbwc.s3.amazonaws.com/img/site/hprogress.gif") left center no-repeat;
	padding-left: 22px !important;
}

.PreferenceProgress {
	background: url("http://bbwc.s3.amazonaws.com/img/site/hprogress.gif") left center no-repeat;
	padding-left: 16px !important;
}

.Complete, .PreferenceComplete {
	background: none;
	padding-left: 0;
}

.PreferenceProgress input {
	display: none;
}

.PreferenceComplete input {
	display: inline;
}

#Body {
	max-width: 1280px;
}

/* IE Rendering Fixes */

/* Thank you positioniseverything.com*/

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-table;
}
	
.clearfix {
	display: block;
}
  
#Content .ContentInfo.Bottom .PageInfo p {
	min-width: 20px;
}

html > body #Content .ContentInfo.Bottom .PageInfo {
	border-top: 1px solid #fff;
} 

#SiteContainer {
	position: relative;
}

#Comments .CommentNotice + .CommentBody {
	display: none;
}

#Comments .CommentBody blockquote blockquote {
	display: none;
}

#Comments .CommentBody blockquote {
	margin: 10px 0;
	padding: 0 0 0 8px;
	font-size: 0.85em;
	font-style: italic;
	border-left: 1px solid #eee;
	color: #555;
	display: block;
	width: 80%;
}

#Comments .CommentBody blockquote cite {
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
	background: none;
}

#Comments .CommentBody blockquote p {
	margin: 0 0 0.15em;
	padding: 0;
}

#Comments .CommentBody blockquote img {
	display: none;
}

#Form #CommentBoxLabel {
	position: absolute;
	top: 0;
	right: 0;
}

#Form.AddComments form {
	position: relative;
}

#Form.AddComments #CommentBoxController {
	margin: 0;
	border-color: #ccc;
}

.expires {
	display: none;
}




/* MEDIAWIKI */

#Header #Navigation {
	background-image: url("http://bbwc.s3.amazonaws.com/img/site/wiki-bg.png");
}

#Content {
	margin-bottom: 0;
	padding-top: 20px;
	font-size: 1.2em;
}

#Panel h5 {
	color: #000;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	height: auto;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.15em;
}

h4 {
	font-size: 1.05em;
}

h5, h6 {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	border-color: #ccc;
}

span.editsection {
	font-weight: normal;
	font-size: 11px;
}

span.editsection a {
	margin: 0 2px;
}

sup, sup a {
	color: #888;
}

#searchBody div {
	margin: 5px 0 20px;
}

#searchBody * {
	text-align: left;
}

#searchInput {
	display: block;
	padding: 3px 5px;
	margin-bottom: 10px;
	width: 175px;
}

#footer .mw_poweredby {
	display: none;
}

#footer {
	border-top: 1px solid #eee;
	margin-left: 211px;
	margin-bottom: 30px;
	padding: 10px 0 1em;
}

#footer #g-list li {
	margin-right: 10px;
}

.catlinks {
	margin: 20px 0 0;
	padding-top: 10px;
	border-width: 1px 0 0;
	font-size: 0.9em;
	color: #888;
}

.catlinks a {
	font-weight: bold;
}

.catlinks span {
	white-space: nowrap;
	margin: 0 3px;
}

.catlinks span a {
	font-weight: normal;
}

#toolbar, #wpTextbox1 {
	clear: none;
	padding: 0.5em 0.5em;
	width: 97%;
	font-size: 1.1em;
	line-height: 1.4;
}

.page-Main_Page #mw_contentholder > h1 {
	display: none;
}