@import 'Lib/GridLayout.css';
@import 'Lib/Reset.css';
@import 'Forms.css';
@import 'Tables.css';
@import 'Controls.css';


/* Fixes Box Height With Floated Children ------------------------------------------------- */

.clearfix:after,
.label-left:after,
.field.check:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix,
.label-left,
.field.check {
	display: inline-block;
}

* html .clearfix,
* html .label-left,
* html .field.check {
	height: 1%;
}

.clearfix,
.label-left,
.field.check {
	display: block;
}


/* General Global Rules ------------------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
}

body {
    font: normal 0.75em/145% Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    /* background-color: #f8f6f0; */
    color: #33393c;
}

body.iframe {
    font: normal 0.75em/145% Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    background-color: #ffffff; 
    color: #33393c;
}

p {
    margin: 0px 0px 10px 0px;
    line-height: 140%;
    color: #33393c;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: underline;
    color: #4e5383;
    cursor: pointer;
}

a:hover,
a:visited:hover {
    text-decoration: none;
    color: #6a6d89;
}

.hide {
    display: none;
}

img {
    border: 0px;
}

div.scrollable {
    overflow: auto;
}

div.page-body {
    background: #fff url(../Images/sub-nav-bg.png) -40px 0px repeat-y;
    min-width: 960px;
}


/* Page Header ------------------------------------------------- */

div.page-header {
    background: #473406 url(../Images/header-bg.png) top left repeat-x;
    height: 48px;
    min-width: 960px;
}

div.page-header div.logo-wrapper
{
    width: 340px;
    float: left;
}

div.page-header div.user-info-wrapper
{
    width: 600px;
    float: left;
}

div.page-header h1 {
    margin: 10px 0 10px 10px;
    background: url(../Images/AonGate-logo.jpg) left center no-repeat;
   /* Author Sushant Bhatia Date :16/5/2012-- IssueID  15195 */
    width: 65px;
    height: 28px;
    float: left;
}

div.page-header div.site-label 
{
    margin: 18px 0 0 5px;
    float: left;
    font-style: italic;
    font-size: 14px;
    color: #6da9d2;
}

div.page-header div.user-info {
    color: #e0e0e0;
    margin: 10px 5px 5px 5px;
    float: right;
}

div.page-header div.user-info a,
div.page-header div.user-info a:visited { 
    text-decoration: underline; 
    color: #e0e0e0;
}

div.page-header div.user-info a:hover,
div.page-header div.user-info a:visited:hover { 
    text-decoration: underline; 
    color: #fff;
}

div.page-header div.user-info span {
    max-width: 180px;
    padding-right: 10px;
}


/* Main Navigation ------------------------------------------------- */
div.page-main-navigation div.menu-wrapper
{
    width: 960px;    
}

div.page-main-navigation span.page-title {
    float: right;
    display: block;
    margin: 8px 10px 0px 0px;
    font-size: 1.6em;
    color: #fff;   
}

div.page-main-navigation {
    background: #697371;
    border-bottom: solid 1px #282a33;
}

div.page-main-navigation ul {
    margin-left: 18px;
    padding: 0px;
    list-style: none;
}

div.page-main-navigation ul li {
    float: left;
    font-weight: bold;
}

div.page-main-navigation ul li a {
    font: bold 1.0em;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 3px 8px 4px 8px;
    margin: 9px 0px 0px 0px;
    color: #fff;
}

div.page-main-navigation ul li a:hover { 
    color: #fff; 
    background-color: #505c5a;
}

div.page-main-navigation ul li.current a { 
    background-color: #282a33; 
    color: #fff;
}

div.page-main-navigation ul li a.disabled
{
    background-color:Red;
    color:Red;
    
}

/* Sub Navigation ------------------------------------------------- */

div.page-sub-navigation ul {
    margin-top: 15px;
    padding: 0px;
    list-style: none;
}

div.page-sub-navigation ul li {  
    font-size: 90%;
}

div.page-sub-navigation ul li ul {
    margin-top: 0px;
    padding-left: 20px;
}

div.page-sub-navigation ul li ul li a {
    font-size: 90%;
}

div.page-sub-navigation ul li a {
    font: bold 1.0em Arial, Tahoma, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 4px 10px 4px 10px;
    color: #444;
}

div.page-sub-navigation ul li a:hover { 
    color: #333; 
    background-color: #e8e8f1;
    border-right: solid 1px #efeff7;
}

div.page-sub-navigation ul li.current a {
    background-color: #d8d8e4; 
    color: #222;
}

div.page-sub-navigation ul li.current ul li a {
    background-color: Transparent; 
    color: #444;    
}


/* Page Content ------------------------------------------------- */

div.page-content {
    padding-top: 12px;
    padding-bottom: 12px;
}

div.page-content h1 {
    font-weight: bold;
    font-size: 2.0em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 1px 5px;
    color: #33393c;
}

div.page-content h2 {
    font-weight: lighter;
    font-size: 1.7em;
    margin: 0px 0px 10px 0px;
}

div.page-content h2 span {
    color: #6da9d2;   
}

div.page-content h3 {
    font-size: 1.4em;
    margin: 0px;
    padding: 8px 0px 8px 0px;
    color: #33393c;
}

div.page-content h3 a {
    font: bold 1.0em;
    text-decoration: none;
}

div.page-content .margin-top {
    margin-top: 10px;
}


/* Page Footer ------------------------------------------------- */

div.page-footer {
    background-color: #505c5a;
    padding: 2px;
    min-width: 960px;
}

div.page-footer p {
    margin: 10px 20px;
    font: normal 0.9em/150%;
    color: #fff;
}

div.page-footer strong {
    color: #69a2c8;   
}

div.page-footer a {
    color: #fff;   
}


/* System Message ------------------------------------------------- */

div.system-message {
    padding: 8px;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.system-message div.message {
    float: left;   
    font: bold 1.1em;
    margin-right: 5px;
    width: 95%;
}

div.system-message div.icon {
    background-image: url('../Images/alert-sprites.png');
    background-repeat: no-repeat;   
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

div.system-message div.buttons {
    float: right;
    margin-top: -3px;
    margin-bottom: -27px;
}

div.system-message div.buttons input {
    float: left;
}

div.system-message.error { 
    background-color: #f2d89f; 
    color: #222;    
}

div.system-message.information {
    background-color: #faf3a8; 
    color: #222;
}

div.system-message.warning {
    background-color: #a8d9fa; 
    color: #222;
}

div.system-message.question {
    background-color: #cccbd1; 
    color: #222;
}

div.system-message.error div.icon { background-position: -40px -2px; }
div.system-message.information div.icon { background-position: -0px -2px; }
div.system-message.warning div.icon { background-position: -20px -2px; }
div.system-message.question div.icon { background-position: -60px -2px; }


/* Buttons and Link Buttons ------------------------------------------------- */

a.button,
a.button:visited,
input[type=submit],
input[type=button] {
    display: block;
    float: left;
    padding: 3px 6px;
    margin: 0px 10px 10px 0px;
    text-transform: uppercase;
    color: #444;
    border: solid 1px #888;
    background-color: #d5d5d5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type=submit],
input[type=button] 
{
    display: block;
    font-size: 0.9em;
    padding: 3px 6px;
    margin: 0px 10px 10px 0px;
    height: 25px;
}

a.button:hover,
a.button:visited:hover,
input[type=submit]:hover,
input[type=button]:hover {
    background-color: #c7c7c7;
    text-decoration: none;
    border-color: #457ca2;
}

a.button[disabled=disabled],
input[type=submit][disabled],
input[type=button][disabled]
{
    color: #999;
    cursor: default;
    background-color: #e0e0e0;
    border: solid 1px #d0d0d0;
}

a.button[disabled=disabled]:hover,
input[type=submit][disabled]:hover,
input[type=button][disabled]:hover
{
    color: #999;
    background-color: #e0e0e0;
    border: solid 1px #d0d0d0;
    cursor: default;
}


/* Validation Messages ------------------------------------------------- */

ul.validation-summary-errors {
    margin: 0px 0px 20px 10px;
    color: #b11d1d;
}

#page-content input.input-validation-error,
#page-content select.input-validation-error {
    border: solid 1px #d80e0e;
}


/* Nic-Edit Styles to Reverse Reset.css ------------------------------------------------- */

div.nicEdit-main ul,
div.rich-text ul {
    list-style-type: disc;   
}

div.nicEdit-main ol,
div.rich-text ol {
    list-style-type: decimal;   
}

div.nicEdit-main ul li,
div.rich-text ul li {
    margin-left: 20px;   
}

div.nicEdit-main ol li,
div.rich-text ol li {
    margin-left: 25px;   
}

div.nicEdit-main h6 { font-size: 110%; }
div.nicEdit-main h5 { font-size: 120%; }
div.nicEdit-main h4 { font-size: 130%; }
div.nicEdit-main h3 { font-size: 140%; }
div.nicEdit-main h2 { font-size: 150%; }
div.nicEdit-main h1 { font-size: 160%; }

div.rich-text h6 { font-size: 110%; }
div.rich-text h5 { font-size: 120%; }
div.rich-text h4 { font-size: 130%; }
div.rich-text h3 { font-size: 140%; }
div.rich-text h2 { font-size: 150%; }
div.rich-text h1 { font-size: 160%; }

.chklist { padding-left : 20px;  }

span.asterisk
{
    color:Red;
}

.sectionModal
{
    cursor:wait;
    background:url("../Images/modalbackground.png") repeat scroll 50% 50%;
}

div.center
{
    text-align:center;
}
.dirtyRecord
{
    background-color:#D8D8E4 !important;
}

.dirtyRecord td
{
    background-image:url(../Images/Stripe.png);
}
