/*--------------------------------------
* version 3 navigation
*--------------------------------------*/
#main{padding-top:1.5em;}
#shortcut{height:34px;}
#shortcut ul{margin-top: 7px;}
#header{
    border:none;
    height: auto;
    background: #fff;
    padding: .8em 10px;
}
#header h1{
}
#header h1 a{
    color: white;
}
#header h1 a:hover{
    text-decoration:underline;
}
#main{background: #fff;
    border-top: none;
}
#logo{
    position:relative;
}
#logo a{
    position: absolute;
    top: 0;
    left: -64px;
}
#headerInner  .contentb{
    padding: .4em 0;
}
#headerInner a{
    text-decoration: none;
}
#headerInner a:hover{
    /*background: url(/images/header-nav-over.png) left top repeat-x;
    background: #00467F;*/
}
#headerInner ul.subMenu li{
    margin:0;
}
#headerInner li a{
    display: block;
}
#topNav li a{padding: 0 12px;font-size:11px;}
#headerInner .flyMenu li{
}
#headerInner li.current{

}
#headerInner li.current a{
    /*background: url(/images/header-nav-clicked.png) left top repeat-x;*/
    background: #00467F;
}

#topNav{
    list-style-type: none;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-left: 100px;
}
#topNav li{
    float: left;
    line-height:50px;
}
#header ul.subMenu li{
    float:none;
}
#header ul.subMenu li a:hover{
    color: #fff;
}

#messageCount{
    font-style: normal;
}

#topSearchForm2{
    position:absolute;
    right: 5px;
    top: 11px;
}
#topSearchForm2 input{
    background: #3f98e5 url(/images/search.png) no-repeat scroll 5px 50%;
    font-size:12px;
    color: white !important;
    height: 20px;
    padding: 4px 4px 4px 20px !important;
}


#hearderRight{
    margin-left: 120px;
}
#mainNav{
    height:30px;
    clear: both;
    padding: 0 10px;
    background-color:#eee;
    border-bottom:1px solid #bbb;
}
#mainNavInner{
    margin: auto;
    height: 30px;
}
#mainNavUL{
    float: left;
    list-style-type: none;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
}
#mainNavUL a{
    color: #555;
    text-decoration: none;
    display: block;
}
#mainNavUL a:hover{
    text-decoration: underline;
    color: #000;
}
#mainNavUL li{
    float: left;
    padding-right: .9em;
    padding-left: .9em;
    line-height:30px;
}
#mainNavUL li a {
}

#mainNavUL li.current{
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    background-color: #fff;
}

#mainNavUL li.current a{
    color: #000;
    font-weight: bold;
    line-height: 31px;
}

.groupActionBtn{
    width:120px;
    font-weight:bold;
    margin-bottom:1em;
}
.home_action_bar{
	margin-bottom:6px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.home_action_bar a{
	padding: 9px 0 10px 21px;
	font-size: 13px;
	color: #0072d6;
    color: white;
    margin-left:10px;
}
.home_action_bar a.settingsBtn{
	background: url("/images/setting2.png") no-repeat 0 8px;
}
.home_action_bar a.inviteBtn{
	background: url("/images/invite2.png") no-repeat 0 8px;
}

.home_action_bar a.exportBtn{
    background: url("/images/export2.png") no-repeat 0 8px;
}

.home_action_bar a.info{
	display:block;
	border:1px solid #ececec;
	font-weight: bold;
	color: rgb(255, 69, 61);
	margin: 6px 0 10px 0;
	padding: 3px 3px 3px 10px;
	background: rgb(249, 255, 184);
}

