/*style for iframeexpand*/
html, body {height:100%;width:100%;overflow:hidden}
table {height:100%;width:100%;table-layout:static;border-collapse:collapse;border-spacing:0px;padding:0px;margin:0px;}

iframe {height:100%;width:100%}
.header{height:80px;}
.content {height:90%;}

body {
color:#000;
background:#e4e3e0;
font-family:lucida grande,tahoma,verdana,arial,sans-serif;
color:#000;
font-size:14px;
line-height:140%;
}


/*  topbar  styles */

#topbar{
float:left;
width:100%;
background:#000;
padding:5px 0px;	
}
#wrapper{
width:994px;
margin:0 auto;	
}
#logo{
float:left;
padding-right:10px;	
}
#login_site{
float:left;
color:#fff;
font-style:italic;
font-size:11px;
padding-top:5px;
}
#login_site a{
	color:#9f9f9f;
font-style:italic;
font-size:11px;
}
#login_site a:hover{color:#fff;}
#topmenu{
float:right;
text-align:right;
padding-top:5px;
}
#topmenu ul,#mainmenu ul,#submenu ul{
float:left;
padding:0px;
margin:0px;
list-style-type:none;	
}
#topmenu ul{float:right;}
#topmenu ul li, #mainmenu ul li,#submenu ul li{
float:left;
padding:0px;
margin:0px;	
}
#topmenu ul li a{
float:left;
padding:0px;
margin:0px;
padding:4px 10px 2px 10px;
color:#9f9f9f;
line-height:100%;
font-size:11px;
}
#topmenu ul li a:hover{color:#fff;}
/*.tm_stats{background:url("../images/stats.gif") no-repeat;}
.tm_account{background:url("../images/account.gif") no-repeat;}
.tm_profile{background:url("../images/profile.gif") no-repeat;}
.tm_help{background:url("../images/help.gif") no-repeat;}
.tm_logout{background:url("../images/logout.gif") no-repeat;}
.tm_stats:hover,.tm_account:hover,.tm_profile:hover,.tm_help:hover,.tm_logout:hover{background-position:0px -17px;}*/


/* mainmenu styles */
#mainmenu{
float:left;
width:100%;
background:#0067a8 url("/sbcms/images/menu_bg.gif") repeat-x;
height:29px;
padding-bottom:1px;	
padding-top:11px;
position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
}
/* dropdownmenu styles */
#jsddm li {background: url("/sbcms/images/tab.gif") no-repeat;}
#jsddm li a{	
width:113px;
display:block;
padding-top:8px;
height:21px;
text-align:center;
color:#fff;
font-size:12px;
}

#jsddm li:hover {background: url("/sbcms/images/tab_over.gif") no-repeat;}
#jsddm li:hover a{color:#fff;}
#jsddm li:hover ul { display: block; } /*--Show subnav on hover--*/
#jsddm li ul a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/	
#dropdowns{
	float:left;
	width:280px;
	background:#3e403d;
	padding:8px;
	padding-bottom:0px;
		}
#jsddm li ul{
margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
width:296px;
margin-left:2px;
padding-bottom:8px;
background:url("/sbcms/images/submenu_bottom.png") no-repeat bottom;
}
/*oneclumn dropdown*/
#jsddm li ul.onecolumn{
width:156px;
background:url("/sbcms/images/smallsubmenu_bottom.png") no-repeat bottom;
}
#jsddm li ul.onecolumn #dropdowns{
width:140px;
}


#jsddm li ul li{	
float: none;
display: inline;

}
#jsddm li ul li a{
	float:left;
display: block;
padding: 5px 10px;
width: 118px;
background: #484a47;
color: #fff;
height:17px;
text-align:left;
margin:1px;
line-height:120%;
font-size:11px;
}
#jsddm li ul li a.long{height:30px;}
#jsddm li ul li a:hover{
background: #f0f0f0;
color:#000;
}

/*notification style*/
#notify{
position:absolute;
background:url("/sbcms/images/notification.gif") ;
width:17px;
height:17px;
text-align:center;
line-height:100%;
padding-top:3px;
color:#fff;
font-size:10px;
margin-top:-35px;
margin-left:90px;
cursor:pointer;
}

#sbeditmenu{float:right;text-align:right;}
