﻿/* Skin- customisations */

a img{
    text-decoration: none;
    border: none;
}

a#lnkCookies {
    color: #ccc;
}

body {
   background-color: #666;
   font-family:"Segoe UI", Arial, sans-serif;
 }

div#charts {
	margin-left: auto;	
	margin-right: auto;	
/*	width: 900px;*/
}
div#header {
    background-color: #333;
    background-image:url('i/SatMap-Xpedition-II-Logo-white-admin-portal-header_nu.png');
    background-repeat: no-repeat;
    background-position:center center;
    height: 132px;
    margin: 10px 10px 10px 10px;
/*    width: 960px;*/
}

div#menu {
    background-color: #29343b;
    /*background-image: url('i/Office2010MenuBackground.png');*/
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-width: 1px;
    border-color: #98bcde;
    /*height: 40px;*/
    margin: 0px 10px 0px 10px;
    width: 980px;
}

span.chart {
	margin-left: 10px;	
	margin-right: 10px;	
/*    width: 300px;*/
}

.formFields .RadInput,
.form-horizontal  .RadInput,
.form-horizontal .RadComboBox  {
    width:100%!important;
}

.actionBtns {
    position: absolute;
    bottom: .75em;
    right: 0;
}

.formFields .row {
    text-align:left;
    margin-bottom:1em;
}

.btnRow .RadButton {
    width:100%;
}

.loginForm td .RadInput {
    width:100%;
}

.loginForm td {
    padding-bottom: .5em;
}

#footer a {
    color:#F58026!important;
}


h3 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.2rem;
}



div.ControlWrrapper {
    width: auto;
}

.rbToggle .rbText {
    color: #333 !important;
}