/*@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,300&subset=latin,latin-ext);*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    /*font: normal 12px/16px Tahoma,Arial,Verdana,sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #3c3c3c;
    background-color: #F3F3F3;
}

a {
    text-decoration: none;
    color: #004687;
}

a:hover {
    text-decoration: underline;
}

a img { border: 0; }

#noscript,
#loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    text-align: center;
    z-index: 10000;
    background-color: #F3F3F3;
}

#noscript > div,
#loading > div {
    position: relative;
    top: 25%;
}

#noscript > div a {
    font-weight: 400;
}

#noresponse {
    display: none;
    margin: 70px auto 0 auto;
    width: 790px;
    text-align: left;
}

#loading .menu-grayout
{
    position: absolute;
    top: -100px;
    left: 450px;
    right: 0;
    height: 55px;
    background-color: #F7F7F7;
    opacity: .8;
}

#page {
    position: relative;
    min-width: 960px;
    min-height: 600px;
    height: 100%;
}

#page-head {
    overflow: hidden;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 16px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 16px 0px rgba(50, 50, 50, 0.3);
    z-index: 10;
    position: relative;
    height: 40px;
	padding: 10px 15px;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#page-head #logo {
/*    position: absolute;
    top: 10px;
    left: 15px;
*/
	float: left;
	height: 40px;
	margin-right: 15px;
}

#page-head h1 {
	float: left;
	margin: 0;
	padding: 0;
    font-size: 26px;
	line-height: 40px;
    font-weight: 300;
    cursor: default;
}

#page-body {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B6B6B6;
    overflow: hidden;

    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
}

#page-body #menu {
    overflow: hidden;
    background-color: #E6E6E6;
    color: #333;

    width: 220px;
    height: 100%;

    position: absolute;
    right: 0;
    z-index: 5;
/*
    -webkit-transition: right 0.5s;
            transition: right 0.5s;
*/    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#page-body #content {
    position: absolute;
    top: 0;
    left: 0;
    right: 222px;
    bottom: 0;
    background-color: #F3F3F3;
}

#menu select {
    margin: 20px;
}

#menu ul {
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}
