﻿/*
This files contain latest corrections to the original CSS
*/
.button, .CompletedEnabled, .CompletedDisabled, .NotCompletedEnabled, .NotCompletedDisabled, .NotCompletedReccomendedEnabled
{color:#003366;background-color:#ffc;border:3px solid #aaa;border-top-color:#bbb; border-left-color:#bbb;  font-family:Verdana; padding:6px 8px; cursor:pointer;}
.button:hover {background-color:#ffb}
.mainButton {color:#003366;background-color:#FFFBFF;border:2px solid #F00; font-weight:bold;font-family:Verdana; padding:6px 8px; cursor:pointer;}
.mainButton[disabled=disabled]{ color: #aaa;border-color: #777;}
#LoginControls {float:right; width:28%; text-align:right; color:#fff; padding:6px;font-size:10px;}
#LoginControls a {color:#fff;}
.Cnt {width:99%;}


/*Buttons "Mark As completed" and "Mark As not Completed"*/
.iSuccess, .iSuccessDisabled, .iWarning, .iWarningDisabled, .iError, .iErrorDisabled
{padding-left:24px;background-position:4px 50%; background-repeat:no-repeat;}
.iSuccess {background-image:url(images/iconSuccessSmall.png);}
.iSuccessDisabled {background-image:url(images/iconSuccessSmallDisabled.png);}
.iWarning {background-image:url(images/iconWarningSmall.png);}
.iWarningDisabled {background-image:url(images/iconWarningSmallDisabled.png);}
.iError {background-image:url(images/iconErrorSmall.png);}
.iErrorDisabled {background-image:url(images/iconErrorSmallDisabled.png);}
.iSuccessDisabled, .iWarningDisabled, .iErrorDisabled{color:#999;}

/*Index form (checklist)*/
#UserForms h3 {margin:1em 0;}
#UserForms li {list-style:none; list-style-image:none; padding:4px 0 4px 24px; background-position:0 50%;}

/*Forms*/
#CoopFormContentWrapper {margin:2em 0;}
a.ReturnToFormsNotUsed {display:block; border:1px solid #999; background-color:#CAE5ED;font-weight:bold; line-height:1.6em; padding-left:4px;}

#UserForms .due {font-size:0.92em; color:#666;}
#UserForms .completed {font-size:0.92em; font-weight:bold; color:#47AD0D;}
#UserForms .required {font-size:0.92em; font-weight:bold; color:#f00;}

/*Form view control styling*/
.tblDetails {
	border:2px solid #ddd; border-collapse:collapse;
	margin: .5em 0;
}
.tblDetails {border: 1px solid #666;}
.tblDetails td, .tblDetails th {padding: 0.2em 0.4em; 	border-bottom: 1px solid #999; }
.tblDetails .GridHeader {color:#000;font-weight:bold;  background-color:#ccc; text-align:left; line-height:2em;}
.tblDetails .FieldHeader {color: #303030; border-right: 1px solid #999; text-align:right; font-size:.92em; font-weight:bold; }
.tblDetails .AltRow {background-color:#eee;}
.tblDetails .CommandRow {background-color:#DFECF7; font-weight:bold; line-height: 1.8em;}

/*CoInfo page*/
#Container, #CompanyInfo, #Booths, #ChangeLinksBlock {float:left;}
#Container {margin:1em 0;}
#CompanyInfo {width:340px;}
#Booths,#ChangeLinksBlock  {width:300px;}

/*Guest Badges*/

#GnrlInfo {margin:20px 0;}/*Just a fix to make it non-centered*/