﻿body{ height: 100%; font-family: Arial; font-size: 12px; color: #333; background: #d2d2d2 ; } 
input { outline:0; }
textarea { outline:0; }
#mainContainer { width: 800px; min-height: 400px; background-color:#FFF; margin: 0 auto; -moz-box-shadow: 0 0 5px #999; -webkit-box-shadow: 0 0 5px #999; box-shadow: 0 0 5px #999; }
#mainHeader { width:800px; }
#mainHeader h1 a {
    width: 350px;
    height: 70px;
    display: block;
    text-indent: -9000px;
    margin: 15px 0 -10px 15px;
    float: left;
    background: url(../img/LogoAW.png) no-repeat;
} 
#mainHeaderUserData { float:right; margin-right:30px; margin-top:20px; text-align:right; line-height:16px; }
#mainNavigator { background-color:#141414; margin-top:10px; height:25px; color:#FFF; font-size:14px; line-height:25px; padding-left:20px; }
#mainMiddle { width: 965px; margin-left:7px; margin-top:0px; padding: 10px 15px; }
#mainMiddle h2 { border-bottom:1px solid #666; padding-bottom:5px; }
#mainBottom { width: 1000px; margin-left:7px; height:20px; clear: both; background: url(../img/header_bottom.jpg) -9px 0 no-repeat; }

table.frmData {  }
table.frmData th { text-align:left; }
table.frmData td { color:#666; }
table.frmData td h3 { color:#999;  }

.divGrid { margin-top:20px; }
.divGrid h4 { color:#666; }
.clear { clear:both; }
.divMessageTopSuccess { border:1px solid #666; background:#F3F3F3 url(../img/ico_ok.png) no-repeat 5px; height:30px; line-height:30px; margin-bottom:20px; padding-left:35px; }
.divMessageTopError { color:Red; border:1px solid #FF0000; background:#FFDDDD url(../img/ico_error.png) no-repeat 5px; height:30px; line-height:30px; margin-bottom:20px; padding-left:35px; }

/* Telerik Objects */
.RadMenu .rmRootGroup {  border: none !important; } 
.RadMenu .rmLink:hover { cursor: pointer; }
.RadMenu a.rmLink  { color:#000; } 
div.RadMenu .rmItem .rmLink:hover { color:#FCDE04; } 
/* Telerik Objects */