@font-face {
    font-family: 'KlavikaBasic-Regular';
    src: url('/fonts/KlavikaBasic-Regular.eot');
    src: url('/fonts/KlavikaBasic-Regular.ttf') format('truetype'), 
        url('/fonts/KlavikaBasic-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    text-align: center;

}

a {
    outline: 0px;
}

#main {
    position: relative;
    min-height: 1550px;
    width: 100%;
    min-height: 1500px;
    background: url('/css/default/new/contentBgRepeat.png') top left repeat-x;
}
#footerBg {
    position: relative;
    min-height: 470px;
    margin: -60px 0 0 0;
    width: 100%;
    background: url('/css/default/new/footerBgRepeat.png') top left repeat-x #090909; 
}
/*
div#header {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 1155px;
    height: 72px;
}
*/
#header{
    width: 100%;
    height: 74px;
    background: url('/css/default/new/headerBgRepeat.png') bottom center repeat-x;
    background-color: #c1c1c1;
}
div#headerContent {
    height: 74px;
    background: url('/css/default/new/headerBg.png') bottom right no-repeat;
}

div#logo {
    position: absolute;
    left: 3px;
    top: 0px;
    height: 54px;
    width: 190px;
    cursor: pointer;
}

div#slogan {
    position: absolute;
    margin-left: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
    top: 43px;
    left: 330px;
    right: 10px;
}

a.userSubdomain {
    font-weight: bold;
    color: #F8AE00;
    font-size: 0.8em;
    background-repeat: no-repeat;
}



/* drop down menu top */
#menuTop{
    font-family: "KlavikaBasic-Regular";
    left: 345px;
    top: 25px;
    position: absolute;
    z-index: 200;

}
#menuTop a{
    color: #fff;
    text-decoration: none;
}
#menuRoot li{	
    float: left;
    display: block;
    list-style: none;
    font-size: 22px;
    color: #fff; 
    white-space: nowrap
}
#menuRoot li a{	
    display: block;
    padding: 0 15px 0 15px;    
}

#menuRoot>li>ul{
    border: 1px solid #aaa8a9;  
    visibility: hidden;
    background: #000;
    opacity: 0.9;
    margin: 10px 0 0 0;
    border-radius: 5px;
}
#menuRoot li ul a{
    opacity: 1;
}

#menuRoot>li>ul{
    position: absolute;
}
#menuRoot li ul li div ul li{	
    float: none;
    display: block;
    height: 30px;
    line-height: 30px;        
}
#menuRoot li ul li div ul il a{	
    width: auto;
}
#menuRoot li ul li div ul li a:hover{	
    background: #f8ae00;
}
#menuRoot li.menuTopLabel{
    color: #9b9b9b;
    font-size: 18px;
    padding: 0 15px 0 15px;    
}
#menuRoot li.menuTopSmall{
    font-size: 18px;  
}
#menuHomeLink{
    background: url('new/homeIcon.png') top left no-repeat;
    width: 20px;
    height: 18px;
    display: block;
    margin-bottom: 9px;
}

div.titlebar {
    height: 30px;
    width: 300px;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 12pt;
    letter-spacing: 2px;
    text-align: left;
    text-indent: 20px;
}
.boxContent{
    background-color: #e7e7e7;
    border: 1px solid #A4A4A4;
    border-radius: 0 0 5px 5px;
    overflow: auto;
}
#paginateContent{
    position: relative;
    overflow: hidden;
}
.contentLoading{
    position: absolute;
    bottom: 0;
    left: 300px;
    border: #fff;
    border-radius: 5px 5px 5px 5px;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    font-size: 14px;
    width: 300px;
    height: 40px;
    display: none;
    line-height: 40px;
}