﻿form { display: inline; }
select { background-color: #fff; color: #000; }
.pad { padding:3px; }

#mainHeader 
{
	background: #333;
	margin-bottom: 7px;
	padding: 7px;
}

#mainHeader div h1 
{
	font-size: 29px;
	color: Orange;
}

#mainHeader div h2 
{
	font-size: 24px;
	color: Yellow;
}

#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

ul.topmenu {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topmenu li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topmenu li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topmenu li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topmenu li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: right;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topmenu li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topmenu li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	z-index: 30;
}
ul.topmenu li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topmenu li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topmenu li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}


ul.list, .list li {
	display : block;
	list-style-type : none;
	padding: 0; margin: 0;
}

img {	border: 0; }
label, input{	display: inline;}

a { text-decoration: none; color:#036; }
li a:visited { color: #600; }
a:hover { color: #69c; }

div.list ul {
margin: 0;
padding: 0;
list-style-type: none;
}

div.list a
{
display: block;
color: #000;
background-color: #fff;
width: 120px;
padding: 3px 12px 3px 8px;
text-decoration: none;
border: 1px solid #fff;
font-weight: bold;
}

div.list a:hover
{
background-color: #FFFCEE;
color: #333;
border: Solid 1px #000;
}

div.list li li a
{
display: block;
width: 120px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
}


/* BREADCRUMBS */
#breadcrumb {
	background-image:url('images/bc_bg.gif'); 
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	color:#888;
	border:solid 1px #cacaca;
	width:98%;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#breadcrumb li {
	list-style-type:none;
	padding-left:10px;
	display:inline-block;
	float:left;
}

#breadcrumb a {
	display:inline-block;
	background-image:url('images/bc_separator.gif'); 
	background-repeat:no-repeat; 
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	color:#333;
	outline:none;
}
#breadcrumb a:hover { color:#35acc5; }
/*END BREADCRUMBS*/

/* Pager */
.pager 
{
	margin:8px 3px;
	padding:3px;
	display:inline;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}
/* end pager */

#main {
	border-top: 1px solid #666;
	padding: 7px 0 0 0;
	clear: both;
}

/* start tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/* end tabs */

.t { background-color: inherit; }


#logo a { font-weight: bold; font-size: 2em; color: #333; text-decoration:none; }

.quote { margin: 7px 20px; background-color: #ccc; padding: 3px; color: #fff; }
.innerquote { margin: 0; padding: 7px; background-color: #fcfcfc; color: #000; }

.centered {margin-left:auto;margin-right:auto;}

.even .c, .odd .c { font-weight: normal; padding: 0 7px; }
.even { background-color: #f0f5fe; } .odd { background-color: #fff; }
.even, .odd { padding: 7px 0; }
th { background-color: #D8E3FB; font-weight: bold; }
td { padding: 7px }
abbr { text-decoration: none; }
form#usersignin input { width: 100%; font-size: 1.3em; margin: 7px 0; clear: both; }

.myMessage { background-color: #cfc; }

/* jGrowl */
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}
/* jGrowl End */

/* fcbkComplete begin */
/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; white-space:nowrap;}
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: auto; overflow:visible; margin: 0; border: 0px; outline: 0; padding: 3px 0px 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

/* Facebook demo CSS */      
#add { border: 1px solid #999; width: 550px; margin: 50px; padding: 20px 30px 10px; }
form ol li { list-style-type: none; }
form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
form ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px; }
form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
form ol li.input-text input { width: 500px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
form ul.holder { width: 500px; }
form ul { margin: 0 !important }
ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; z-index:1000;}
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */

.facebook-auto { display: none; position: absolute; width: 512px; background: #eee; }
.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px;font-family:"Lucida Grande","Verdana"; font-size:11px; }
.facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; position:absolute; z-index:9999}
.facebook-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; background-color: #eee }
.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
.facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
.facebook-auto ul li.auto-focus em { background: none; }
.deleted { background-color:#4173CC !important; color:#ffffff !important;}
.hidden { display:none;}

#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}
/* fcbkComplete end */

/* ui styles */
.ui-toolbar {
margin:0;
padding:0.5em;
}
.ui-button {
	outline: 0; 
	margin:7px 3px 7px 0; 
	padding: 3px; 
	text-decoration:none !important; 
	cursor:pointer; 
	position: relative; 
	text-align: center; 
	zoom: 1;
}
.ui-buttonset .ui-button {
	margin-right:-1px;
}
.header { background-color: #F2EEDC; }
h5 { margin:7px; }

.divContainer {font-size:12px;background-image:url(/images/transparent.gif); padding: 10px; width:400px; margin-left:auto;margin-right:auto;text-align:center; }
.divContainerRow { text-align:left; }
.divContainerCell { display: block; }
.divContainerTitle { font-weight:bold;text-align:left;padding-bottom:10px;}
.divContainerCellHeader {display:block; height:100%;padding-right:5px; width:150px;text-align:right;font-weight:bold;float:left; }


.error-notification {
    background-color:#AE0000;
    color:white;
    cursor:pointer;
    display: none;
    padding:15px;
    padding-top: 0;
    position:absolute;
    z-index:1;
    font-size: 100%;
}

.error-notification h2 {
    font-family:Trebuchet MS,Helvetica,sans-serif;
    font-size:140%;
    font-weight:bold;
    margin-bottom:7px;
}

.align-right {
    position: absolute;
    right: 0;
}

.right { text-align:right; float: right; }

#thread { background-color: #ddd; padding: 7px; color: #000; font-weight: bold; }
#mapError { position: absolute;
    background-color: #555; color: #fff;
    border: Solid 3px #fff;
    padding: 7px;
    z-index:1;
    text-align: center;
 }

DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: Green; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }

#validationSummary span.validation-summary-errors
{
	font-size: 2em;
	color:#8A1F11;
}
#validationSummary ul.validation-summary-errors{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FBE3E4 none repeat scroll 0 0;
	border-color:#FBC2C4;
	color:#8A1F11;
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em 3em;
}

#beta {
	color:red !important;
	font-weight: bold;
	font-size: small !important;
	vertical-align:top;
}

.icon
{
	padding-left: 20px !important; height: 18px;
}

#mail-message-new {
	background: #ffffff url('images/mail-message-new.png') no-repeat;
}

#mail-message {
	background: #ffffff url('images/mail-message.png') no-repeat;
}

.thread-head h2 { font-size: 1.5em; margin: 0; padding:0; }

.message .header { background-color: #43667F; color: #fff; }
.footer { background-color: #6EA7D1; }
.message .footer .c { padding: 0; margin: 3px; }

.message {border-bottom: Solid 2px #000; border-top: Solid 5px #fff; background: #f1f1f1 url(images/message-bg.png) repeat-y;}
.message+.alt { background: #1f1f1f url(images/message-bg-alt.png) repeat-y !important;}
.message+.selected { background: #ccc url(images/message-selected-bg.png) repeat-y !important;}
.message+.mine { background: #ccc url(images/message-mine-bg.png) repeat-y !important;}
.message+.alt+.mine { background: #ccc url(images/message-mine-bg-alt.png) repeat-y !important;}
.message+.mine+.selected { background: #ccc url(images/message-mine-selected-bg.png) repeat-y !important;}
 
.side .c, .comment .c { padding: 7px; margin: 7px; }
.message .header .c { margin: 3px 7px; }


#alerts-new {
	background: #ffffff url('images/alerts-new.png') no-repeat;
}

#alerts {
	background: #ffffff url('images/alerts.png') no-repeat;
}

.category {  }
.category h3 { font-size: 1.2em; background-color: #f3f3f3; margin:14px 0 0 0; padding: 7px; border-top: Solid 1px #000; border-bottom: Solid 1px #000; }
.forum .c { margin: 3px; }
.ui-widget-header .c { margin: 3px; font-size: 0.9em; font-weight: bold; }

.new { border: Solid 2px Gold; }
tr#days th,thead th { text-align:center; }
thead th {font-size: 120%;}
td {border: 1px solid #000; border-color: #fff #000 #000 #fff;padding:0 0 7px 7px;}
td.first {border-left: 1px solid #000;}
div.date {float: right; text-align: center; border: 1px solid gray; border-width: 0 0 1px 1px; background: #F3F3F3; margin:0;padding:3px;}

a.button { text-decoration: none; padding: 2px 4px; margin: 0; color: #000; background-color:#fff; font-size: 10px; }
.edit { padding-left: 18px !important; background: #fff url(images/edit.png) no-repeat 2px; }
.delete { padding-left: 18px !important; background: #fff url(images/delete.gif) no-repeat 2px; }
.quoteMsg { padding-left: 18px !important; background: #fff url(images/quote.gif) no-repeat 2px; }
.contact { padding-left: 18px !important; background: #fff url(images/contact.png) no-repeat 2px; }
.attach { padding-left: 18px !important; background: #fff url(images/attach.png) no-repeat 2px; }
.groups { padding-left: 18px !important; background: #fff url(images/groups.gif) no-repeat 2px; }
.subscription { padding-left: 18px !important; background: #fff url(images/subscription.gif) no-repeat 2px; }
.add { padding-left: 18px !important; background: #fff url(images/add.png) no-repeat 2px; }
.modUp { padding-left: 18px !important; background: #fff url(images/thumbs-up.png) no-repeat 2px; }
.moddedUp { padding-left: 18px !important; background: #fff url(images/thumbed-up.png) no-repeat 2px; }
.modDown { padding-left: 18px !important; background: #fff url(images/thumbs-down.png) no-repeat 2px; }
.moddedDown { padding-left: 18px !important; background: #fff url(images/thumbed-down.png) no-repeat 2px; }
.alert { padding-left: 18px !important; background: #fff url(images/alerts.png) no-repeat 2px; }
.alert-new { padding-left: 18px !important; background: #fff url(images/alerts-new.png) no-repeat 2px; }

#timeline {
color:#333333;
font-size:1.1em;
margin:0;
padding:0;
}
ol.statuses {
margin:0;
padding:0;
font-size:14px;
list-style:none outside none;
}
ol.statuses > li:first-child {
border-top:1px solid #EEEEEE; background-color: #FFFDED;
}
ol.statuses li.status, ol.statuses li.direct_message {
border-bottom:1px solid #EEEEEE;
line-height:16px;
padding:10px 0 8px;
position:relative;
}
ol.statuses li {
position:relative;
}
ol.statuses > li {
border-bottom:1px dotted #D2DADA !important;
}
ol.statuses span.status-body {
overflow:visible;
}
ol.statuses span.status-body {
display:block;
margin-left:42px;
min-height:35px;
overflow:hidden;
width:425px;
}
ol .status .status-body {
/*padding-right:40px;*/
width:415px !important;
}
ol.statuses .thumb {
display:block;
height:30px;
left:0;
margin:0 10px 0 0;
overflow:hidden;
position:absolute;
width:50px;
z-index:10;
}
.meta  {
color:#999999;
display:block;
font-size:11px;
}
.entry-meta {
margin-top:2px;
}
.getLatest {
background-color:#FFFFFF;
background-image:url("images/latest-bg.gif");
background-position:left top;
background-repeat:repeat-x;
border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
border-style:solid;
border-width:1px;
display:block;
font-size:14px;
font-weight:bold;
height:22px;
line-height:1.5em;
margin-bottom:6px;
outline:medium none;
padding:6px 0;
text-align:center;
text-shadow:1px 1px 1px #FFFFFF;
width:100%;
}
.activityDetail p
{
	margin: 3px; padding:0;
}/*
.post {
padding:20px 0;
}*/
.post h3 {
margin:0;
padding:7px 0;
border-top: Solid 1px #ccc;
}
#footerWrapper{
background-color:#080705;
background-image:url('images/footer-bg.gif');
background-repeat:repeat-x;
color:#E7E7E7;
min-width:910px;
padding:31px 0 24px 0;
margin: 20px 0 0 0;
text-align:left;
}
#footer a {
color:#E7E7E7; text-decoration: underline;
}
.notification {
	background: #FBFBFB;
	margin: 0;padding: 0;
}
.notification h3 {
	font-size: 16px;
	margin: 0;padding: 0;
}
.notification div{
	margin: 0;padding: 0;}
.new { background-color: Red; }
ul#userList { margin:0;padding:0;}
ul#userList li  
{
	padding: 0 3px;
  display: inline; 
  list-style: none;
  margin:0; padding:0;
}
ul#userList li a { 
  display: block; 
  margin:0; padding:0;
  text-decoration: none; 
  padding: .25em; 
}