@import "bb-forms.css";
@import "bb-list.css";
@import "bb-fullpost.css";

/* large-scale page elements */

body
{
	background-color: #666666;
	margin: 0;
	padding: 0;
	font-size: 72%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
}

div.siteStatus
{
	background-color: #666666;
	color: white;	
	margin: 5px 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: x-large;
}


div.pagehead
{
	padding: 5px;
	background: #C2411A url(../images/header-bkgd.png) 0 0 repeat-x;
	text-align: center;
	border-bottom: 5px solid #F93;
}

div.header
{
	width: 960px;
	height: 5em;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

div.header img
{
	float: left;
	margin: 1em 0 0;
}

div.header p
{
	color: white;
	width: 700px;
	float: right;
	text-align: right;
	line-height: 180%;
}

a#header-account
{
	padding: 3px 0 3px 20px;
	margin: 0 3px;
	background: transparent url(../images/user_16.gif) 0 62.5% no-repeat;
}

a#header-group
{
	padding: 3px 0 3px 20px;
	margin: 0 3px;
	background: transparent url(../images/users.gif) 0 62.5% no-repeat;
}

a#header-help
{
	padding: 3px 0 3px 20px;
	margin: 0 0 0 3px;
	background: transparent url(../images/help.png) left 62.5% no-repeat;
}

div.content
{
	width: 935px;
	min-height: 250px;
	_height: 275px;
	padding: 15px 15px 10px 10px;
	border: 2px solid #555;
	border-bottom: none;
	color: #333;
	margin: 20px auto 0;
	text-align: left;
	background: white url(../images/pxgray.gif) 175px 0 repeat-y;
}

div.nav
{
	width: 155px;
	margin-right: 20px;
	float: left;
	padding-bottom: 10px;
}

div.main
{
	width: 510px;
	float: left;
}

div.wide /* for pages with no sidebar, assign class "wide" to content div so this style will inherit */
{
	width: 750px;
}

div.sidebar
{
	width: 225px;
	float: right;
	padding-bottom: 6px;
}

div.wide div.sidebar /* for pages with no sidebar, assign class "wide" to content div */
{
	display: none;
}

div.build
{
	clear: both;
	text-align: center;
}

div.build p
{
	width: 930px;
	padding: 4px 15px;
	border: 2px solid #555;
	border-top-width: 1px;
	display: block;
	margin: 0 auto;
	text-align: right;
	font-size: 91%;
	background-color: #9C0;
}

div.footer
{
}

div.footer p
{
	color: white;
	text-align: center;
	padding: 10px;
}

table
{
	border: none;
	border-collapse: collapse;
	width: 100%;
}

th, td
{
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	margin: 0;
}

/* sidebar styles  */
div.sidebar h3
{
	font-size: 120%;
	margin: -10px -10px 10px;
	padding: 6px 10px 8px;
	background-color: #C2E0EF;
}

div.sidebar h4
{
	font-size: 110%;
	margin: 0 0 -4px;
	padding: 0;
}

div.sidebar ul
{
	margin: 10px 0;
	padding: 0 0 0 18px;
}

div.sidebar ul li
{
	margin: 2px 0 4px;
	line-height: 140%;
}
div.categories ul ul {
	margin-left: 15px !important;
}

div.sidebar div.side-item
{
	font-size: 91%;
	line-height: 130%;
	background-color: #F6FCFF;
	padding: 10px;
	border: 1px solid #C2E0EF;
	margin-bottom: 20px;
}

div.side-item p
{
	margin: 0 auto 5px auto;
	padding-bottom: 0;
}

div.sidebar div.tools
{
	background-color: #EDFFCF;
	border: 1px solid #99cc00;
}

div.sidebar div.tools h3
{
	color: white;
	background-color: #99cc00;
}

div.sidebar fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

div.sidebar label
{
	padding: 0;
	margin: 0;
}

div.sidebar div.formbuttons, div.sidebar .formsubmit
{
	padding-left: 0;
	margin: 6px 0;
}

p.goto
{
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
	font-size: 110%;
}

div.sidebar dl {
	margin: 0;
	padding: 0;
	width: 205px;
}

div.sidebar dt {
	border-top: 1px solid #C2E0EF;
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	width: 65%;
}

div.sidebar dd {
	border-top: 1px solid #C2E0EF;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	width: 35%;
}
div.sidebar h5 {
	border-top: 1px solid #E0EAEF;
	margin: 10px 0 5px 0;
	padding-top: 10px;
}
div.sidebar h5.first-child {
	border-top: 0;
	padding-top: 0;
}

div.sidebar ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}


/*  typography */
h1
{
	font-size: 150%;
	margin-top: 0;
}

h2
{
	font-size: 133%;
	margin: 20px 0 0;
}

h3
{
	font-size: 125%;
	margin: 20px 0 0;
}

h4
{
	font-size: 115%;
	margin: 20px 0 0;
}

h5
{
	font-size: 100%;
}

.warning
{
	font-weight: bold;
	color: #C30;
}

/* links */
a img
{
	border: none;
}

div.header a, div.header a:visited, div.header a:hover
{
	color: white;
}

div.content a
{
	color: #369;
}

div.content a:visited
{
	color: #036;
}

div.content a:hover
{
	color: #C30;
}

div.footer a, div.footer a:visited, div.footer a:hover
{
	color: white;
}

/* navigation  */
div.nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.nav ul li
{
	font-weight: bold;
	font-size: 110%;
	padding-top: .5em;
	background-position: 0 4px;
	background-repeat: no-repeat;
}

div.nav ul li.toplink
{
	padding-bottom: 1em;
}

/* for top-level nav headings that are also links */
div.nav ul li.nav-public
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/home.gif);
}

div.nav ul li.nav-home
{
	font-weight: bold;
	padding-left: 20px;
	background: transparent url(../images/home.gif) 0 0 no-repeat;
}

div.nav ul li.nav-debug
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/config.gif);
}

div.nav ul li.nav-blogs
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/blog.png);
}

div.nav ul li.nav-library
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/briefcase.gif);
}

div.nav ul li.nav-content
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/content.gif);
}

div.nav ul li.nav-reports
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/chart_bar.png);
}

div.nav ul li.nav-account
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/user_16.gif);
}

div.nav ul li.nav-editorial
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/wand.gif);
}

div.nav ul li.nav-groups
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/users.gif);
}

div.nav ul li.nav-admin
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/config.gif);
}

div.nav ul li.nav-requests
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/key.gif);
}

div.nav ul li ul
{
	list-style-type: none;
	margin: 0;
	padding: .2em 0 .6em;
}

div.nav ul li ul li
{
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	padding-left: 0;
	padding-top: 0;
	margin: 2px 0 4px;
}

div.nav ul li ul li a
{
	padding-left: 1px;
}

div.nav ul li ul li a.current
{
	background: transparent url(../images/nav-pointer.gif) 1px 50% no-repeat;
	position: relative;
	padding-left: 10px;
	color: #C30 !important;
	text-decoration: none !important;
}

div.nav ul li.selected a
{
	background-color: #FFC;
	color: #C30;
	text-decoration: none;
	padding: 2px;
}

/* Breadcrumbs */

ul#breadcrumbs 
{
	clear: both;
	display: block;
	height: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

ul#breadcrumbs li 
{
	background: transparent url(../images/breadcrumbs_separator.png) left center no-repeat;
	display: block;
	float: left;
	font-size: .9em;
	margin: 0 7px 0 0;
	padding: 0 0 0 14px;
}

ul#breadcrumbs li.first 
{
	background: none;
	margin-left: 0;
	padding-left: 0;
}

/* (un)necessary evils 
		ToDo: eliminate the unnecessary classes below
*/
* html .content p
{
	margin: .5em 0;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.clear-left
{
	clear: left;
}

.clear
{
	clear: both;
}

.top
{
	vertical-align: top;
}

.even
{
	background-color: #fff;
}

.odd
{
	background-color: #f6fcff;
	border-bottom: 1px solid #E0F1F7;
	border-top: 1px solid #E0F1F7;
	border-spacing: 10px 10px;
}

li.odd 
{
	background-color: transparent;
	border: 0;
}


/*sitewide common styles */

div.avatar
{
	height: 72px;
	overflow: hidden; /* overflow-hidden is used to clear floats */
}

.beta h3
{
	background: transparent url(../images/label-beta.png) right top no-repeat;
	padding-right: 45px !important;
}

.help 
{
	cursor: help;
}
img.help {
	background: transparent url(../images/help.png) no-repeat 0 0;
	float: right;
	height: 16px;
	margin: 4px .25em 2px 0;
	width: 16px;
	vertical-align: text-bottom;
}

.radiogroup {	
	width: 320px;
}

	.radiogroup div {
	}

	.radiogroup div.first {
		margin-bottom: 20px;
	}

	.radiogroup div.last {
		
	}

	.radiogroup h4 {
		border-bottom: 1px solid #fc3;
		clear: both;
		margin-left: 0;
	}

	.radiogroup img.help  {
		clear: right;
		margin: 2px 0 2px .75em;
	}
	
	.radiogroup input {
		clear: left;
		margin: 4px .5em 0 auto;
	}
		
	.radiogroup input, .radiogroup label {
		float: left;
	}

.side-item img.help {
	margin: 0;
}

img.rating,
div.status {
	clear: right;
	float: right !important;
}
.itemInfo img.rating,
.itemInfo .status {
	clear: both !important;
	float: none !important;
}
div.status, div.statusNeedAction {
	margin-bottom: 10px;
	width: 100%;
}
.list-item .itemContent {
	float: left;
	width: 320px;
}
.itemInfo {
	float: right;
	width: 100px;
}
.itemInfo h5 {
	color: #666;
	font-size: .8em;
	margin: 0;
}

/* Tool Tips */
html { /* Preload the Tooltip image by attaching it to HTML and giving it a negative offset */
	background: transparent url(../images/bg-tooltip.png) no-repeat -999 -999;
}

.tooltip {
	background-color: transparent;
	font-size: .9em;
	width: 206px; 
}

.tooltip h5 {
	background: transparent url(../images/bg-tooltip.png) no-repeat 0 0 !important;
	color: #fffff2;
	margin: 0;
	padding: 3px 12px 1px 17px;
}

.tooltip p {
	background: url(../images/bg-tooltip.png) no-repeat bottom left !important;
	margin: 0;
	padding: 3px 12px 14px 17px;
}

.tooltip h5, .tooltip p {
	_background-image: url(../images/bg-tooltip.gif) !important; /* IE 6 */	
}

/* Buttons */

.button {
	clear: none !important;
	display: block;
	float: left !important;
	margin: 0 10px 5px 0;
}

.button {
	background-color: #ccc;
}

.button:hover {
	background-color: #f00 !important;
}

/*	Ensure content within containers clears properly	*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}
/* ===[ End Clearing Fixes ]=== */

