
/*Header Style*/
.header{
	height:75px;
	background-image:url(../images/diagonals.png);
	background-size:20px 75px;
}

.topHeader{
    -webkit-border-radius: 5px 5px;
	margin:-9px 15px 0 15px;
	box-shadow:inset 0 0 10px #4f7aaa;
	background: -moz-linear-gradient(left, #111 25%, #fff 444%);
	background: -webkit-gradient(linear, left top, right bottom, from(#111), to(#444));
}

.headerIcon {
	Background: url(../images/icon.png);
	width:55px;
	height:55px;
	float:left;
	margin:14px 0 0 25px;
}

.bottomHeader {
	height:4px;
	top:72px;
	width: 100%;
	background:#4f7aaa;
	position:absolute;
}

h1#header {
	font-size: 26px;
	padding:15px 0 0 0;
	color: #eee;
	/* text-shadow: 0px 1px 3px #f00; */
	/* font-style: italic; */
}

#logo {
	Background:url(../images/GatesAir_white.png);
	width:45px;
	height:21px;
	float:right;
	margin:13px 10px 0px -10px;

}

#GlobalLinksNav
{
	float:right;
	margin:10px 25px 0 0;
	display:inline;
	height:20
}
ul#GlobalLinks li
{
	display: inline;
	position:relative;
	z-index: 1;
	margin-left:1em;
	list-style-type:none;
	padding-left:1em;
	border-left:1px solid #666;
}

ul#GlobalLinks li:first-child { border-left:none; }

ul#GlobalLinks li a:link, ul#GlobalLinks li a:visited
{
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-size: 11px;
	color: #d4d4d4;
}

ul#GlobalLinks li a:hover
{
	text-decoration: underline;
	Color:#4f7aaa;
}
div.aboutBox
{
    font-family: arial,helvetica;
    font-size:11px;
    letter-spacing: 0.2px;
    padding: 20px;
    background: #696969;
    border: 1px solid #A8A8A8;
    border-radius: 6px;
    color: #ccc;
    z-index: 300;
    position: absolute;
    top:5px;
    width:200px
}
div.showAbout
{
    position: absolute;
    width: 250px;
    height: auto;
    right: 0px;
    top: 25px;
    margin-right: 125px;
}

div.showAbout .corner
{
    background: #F1EF65;
    border: 1px solid black;
    font-family: arial,helvetica;
    font-size:11px;
}

.aboutImage
{
    z-index: 400;
    position: absolute;
    left:190px;
    top:-5px;
}

div.showAbout label
{
    margin-left: 5px;
}



.layouts_container
{
    width:120px;
    height:auto;
    background-image: url('../images/grayTransp.png');
    top: 80px;
    right: 10px;
    border: 1px solid #3874d9;
    border-radius: 6px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.layouts_button
{
    position:absolute;
    right: 15px;
    top: 48px;
    border: 1px solid #A0A0A0;
    border-radius: 10px;
    width: 17px;
    height: 17px;
}

.layouts_button:hover
{
    cursor: pointer;
    border: 1px solid white;
}


.layouts_font
{
    margin-left: 35px;
    color: white;
    font-style: italic;
}


.view_operation_panel
{
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 100;
}

.custom_container
{
    width:120px;
    height:auto;
    background-image: url('../images/grayTransp.png');
    right: 10px;
    border: 1px solid #3874d9;
    border-radius: 6px;
    margin-top: 10px;
    padding-top: 3px;
}

.manual_button
{
    position: absolute;
    right: 22px;
    top: 49px;
    width: 18px;
    height: 18px;
}

.full_manual_button
{
	position: absolute;
    right: 48px;
    top: 49px;
    width: 18px;
    height: 18px;
}

#default_layout
{
        margin-top: 8px;
}

/*div#LayoutContext
{
    display: none;
    z-index: 200;
}
*/
~
