
div#wrapper
{
	width:620px;	
	background:url("../images/apostrophe2.gif") top right no-repeat;margin-top:8px;
}

*html div#wrapper
{
	background:url("../images/apostrophe2.gif") 0 right no-repeat;
}

ul#topMenuul
{
	list-style-type:none;
	padding:0px;
	margin-left:0px;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#F89946;
}
/* this css for header content in mozila*/
ul#topMenuul li
{
	display:inline;
	border-right:1px solid #000000;
	padding:4px 18px 4px 11px;
}
/* this css for header content in IE*/
* html ul#topMenuul li
{
	border-right:1px solid #000000;
	padding:-0px 15px 0px 13px;
}

ul#topMenuul li#last
{
	border:none;
}

ul#topMenuul li a span
{
	background:url(../images/right_org_brace.gif) right top no-repeat;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

ul#topMenuul li a
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:#F89946;
	color:#ffffff;
	background:#F89946 url(../images/left_org_brace.gif) left top no-repeat;
	text-decoration:none;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

ul#topMenuul li a:hover,ul#topMenuul li a.activetab
{
	background:none;
	
}

ul#topMenuul li a:hover span
{
	background:none;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#F89946;
	text-decoration:none;
}
ul#topMenuul li a.activetab span
{
	background:none;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#F89946;
	text-decoration:none;
    font-weight:bold;
}

#bb-LoginCanvas{
	width: 400px;
	float:left;
	margin: 0 auto;
	padding: 0 auto;
	position:absolute;
	z-index: 100;
	display:none;
}
#bb-LoginCanvas a{
	text-decoration: none;
}
#bb-LoginBlock{
	width:380px;
	float:left;	
	background:none repeat scroll 0 0 rgba(246, 130, 31, 0.5);
	/*background-color: #f6821f;*/
	padding:10px;	
	-moz-border-radius: 3px;
}
#bb-LoginScreen{
	width:380px;
	float:left;
	background-color:#f6821f;
	border:solid 1px #f6821f;
}
#bb-LoginHeading{
	width:370px;
	background-color: #f6821f;
	font-family: Verdana;
	font-size: 15px;
	color: #fff;
	padding: 5px;
	line-height: 25px;
	font-weight:bold;
	float:left;
}
#bb-LoginHeading .cellLeft
{
	width:180px;
	float:left;
}
#bb-LoginHeading .cellRight
{
	width:180px;
	float:left;
}
#bb-LoginControls
{
	width:380px;
	height: auto;
	background-color: #fff;
	font-family: verdana;
	font-size:13px;
	float:left;
	color: #323232;
}
#bb-LoginRowFF{
	width:360px;
	line-height: 25px;
	padding: 5px 10px;
	float:left;
}
#bb-LoginRowFF .cellLeft
{
	width:100px;
	max-width:175px;
	float:left;
}
#bb-LoginRowFF .cellRight
{
	max-width:175px;
	float:left;
}
#bb-LoginRowIE{
	margin: 0px;
	width:380px;
	padding: 5px 10px;
	float:left;
}
#bb-LoginRowIE .cellLeft
{
	width:100px;
	max-width:175px;
	float:left;
}
#bb-LoginRowIE .cellRight
{
	max-width:175px;
	float:left;
}
.textboxBB{
	font-family: verdana;
	font-size:13px;
	border:1px solid #626262;
	padding: 2px;
	height:25px;
}
.button{
	font-family: verdana;
	font-size:13px;
	background-color:#F68735;
	color: #ffffff;
	border:1px solid #F68735;
	height:30px;
	width:75px;
	padding-bottom: 3px;
}
