/*---Header (Black top bar)---*/
.container{top: 0px;}

.header{
    font-size: 14px; 
    top: 0; left: 0; width: 100%; height: 40px; z-index: 2;
    position: fixed;
    background-color: #0c2340;
    min-width: 320px;
    z-index: 1000;
}

.header_center {
    position: fixed;
    width: 700px;
}

.header_left
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 32px;
    width: 300px;
    margin-left: 250px;
    z-index: 2;
}

.header_right
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 32px;
    border: none;
    z-index: 0;
    float: right;
}
    
li{list-style: none;}

.header .logo, #logo_out{
    left: 20px;
    height: 40px;
    position: fixed;
    padding-left: 20px;
}

.header .logo svg { height: 40px;}

.header .title {
    position: fixed;
    left: 150px;
    height: 40px;
    line-height: 45px;
}

#title a{
    z-index: 2;
    color: #B0B0B0;
    font: bold 1.5em RobotoLight;
    white-space: nowrap;
    line-height: 40px;
}

#title a:hover{text-decoration: none; cursor: default;}


#network{
    margin-right: 20px;
    color: #C5C5C5;
    text-align:right;
    float:right;
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#network a{
    color: #C5C5C5;
    text-decoration: none;
}

#network a:hover, #chatopen:hover{
    color: #FFFFFF;
    cursor: pointer;
}

#chatopen{
    color: #C5C5C5;
    margin-right: 10px;
    float:right;
    width: 20px;
    height: 15px;
    cursor: pointer;
    font-size: 16px;
}

.menu-elm{
    margin-top: 10px;
}

.tbicon{
    margin-right: 10px;
    color:#c5c5c5;
    font-size: 18px;
    float:right;
    cursor: pointer;
}

.tbicon:hover{
    color:#f5f5f5;
}

.tbrole{
    position: fixed; top: 11px; right: 50px; text-align: right; color: #C5C5C5;
}


#exit{
    margin-top: -1px !important;
    margin-right: 10px;
    background: url(../../images/exit.png) no-repeat;
    background-size: 11px 11px;
    float:right; 
    width: 15px; 
    height: 15px;
    cursor: pointer;
}

#exit:hover{
    margin-top: -1px !important;
    margin-right: 10px;
    background: url(../../images/exit_hover.png) no-repeat;
    background-size: 11px 11px;
    float:right; 
    width: 15px; 
    height: 15px;
    cursor: pointer;
}



#dev_exp{
	display: none;
    margin-top: -1px;
    margin-right: 10px;
    background: url(../../images/arrow_expand.gif) no-repeat;
    background-size: 11px 11px;
    float:right; 
    width: 15px; height: 15px;
    cursor: pointer;
}

#dev_coll{
	display: none;
    margin-top: -1px;
    margin-right: 10px;
    background: url(../../images/arrow_collapse.gif) no-repeat;
    background-size: 11px 11px;
    float:right; 
    width: 15px; 
    height: 15px;
    cursor: pointer;
}

/*----Menu Style------*/
.menuItem {width: 6.5em; height: 1.333em;}

.menu li{ display:block; margin:0.083em 0 0 0.083em; float:left;}

.menu li a{
    display: block;
    text-align: center;
    padding: 0.583em;
    font-size: 1.15em;
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.menu li:hover > a {
	 color: #3f8ff2;  
	/*color: #ff8000;*/
} 

#menu {position: fixed; margin-left: 210px;}


.menu_portrait {
    display: none;
    position: absolute;
    right: 0; top: 27px;
    background: #FAFAFA url(../../images/menu_indent.gif) repeat-y left top;
    border: 1px solid #C0C0C0;
    width: 120px;
}

.menuItem_dev a{
    display: block;
    cursor: default;
    color: #000052;
    border: 1px solid #FAFAFA;
    padding: 5px 3px 5px 3px;
}


.menu_portrait .separator { margin:1px 0px 0px 0px; border-top:1px solid #C5C5C5;}


#network2{padding: 5px 3px 5px 3px; color: #000052;}


.block1, .block2{ float: left;}

/** Navigation Menu **/

.navigation {
    position: fixed;
    top: 2px;
    left: 300px;
    clear: both;
    margin: 0;
    margin-left: -30px;
    padding: 8px 0 3px 0;
    line-height: 20px;
    font-size: 13px;
    z-index: 1000;
    font-family: SegoeUILight;
    font-size: 14px;

    
}

.navigation ul { margin: 0 auto; overflow: hidden;    height:20px;}
.navigation li { float: left; list-style: none; color: #6CA9DD}
.navigation li span a{ color: deepskyblue ; font-weight:normal;}
.navigation li a { margin-right: 24px; color: #fff; text-decoration: none;}
.navigation li a:hover { text-decoration: underline;}
.navigation li a, .navigation li span { position: relative; }
.navigation li a:after {
    content: '';
    position: absolute;
    right: -19px;
    top: 6px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-left-color: #ccc;
}

.rfmenu {
    position: fixed;
    top: 2px;
    left: 300px;
    clear: both;
    margin: 0;
    margin-left: -30px;
    padding: 8px 0 3px 0;
    line-height: 20px;
    z-index: 1000;
    font-family: Roboto, SegoeWPSemiLight;
    font-size: 14px;
}

.rfmenu ul { margin: 0 auto; overflow: hidden; white-space: nowrap;}
.rfmenu li { list-style: none; color: #fff; margin-right: 30px; display: inline-block;}
.rfmenu li span a{ color: #1c9ad6 ; font-weight:normal;}
.rfmenu li a { margin-right: 24px; color: #fff; text-decoration: none;}
.rfmenu li a:hover {color: #FCCA00;  text-decoration: none;}
.rfmenu a.active {color: #1c9ad6;}
.rfmenu li a, .navigation li span { position: relative; }
