/* ------------------------------------------------------------- */
/*    General styles to overide default styles.css               */
/* ------------------------------------------------------------- */

body {
  background-color:#E6E6E6;
}

div#MasterContainer {
  margin-top:10px;
  border-width:0px;
  background-image:none;
}

div#MasterHeader {
  height:80px;
  background-image:url(/Core/Images/Template/8ColinSt_Header.jpg);
  border-width:0px;
}

.Title {
  font-size:18px;
  color:#3B7CBE;
}

a:link, a:visited, a:active, a:hover {
  color:#3B7CBE;
}

h1 {
  font-size:17px;
  color:#3B7CBE;
}

h2 {
  font-size:15px;
  color:#3B7CBE;
  font-weight:bold;
}

h3 {
  font-size:13px;
  color:#3B7CBE;
  font-weight:bold;
}

h4 {
  font-size:11px;
  color:#3B7CBE;
  font-weight:bold;
}

/* ------------------------------------------------------------- */
/*                          Menu Styles                          */
/* ------------------------------------------------------------- */

.StaticMenu {
  border-width:0px;
}

.DynamicMenu {
  border-left:1px solid #333;
}

.StaticMenuItem {
  border-width:0px;
  padding-left:5px;
  padding-right:2px;
}

.StaticMenuItem, .DynamicMenuItem {
  background-color:#fff;
}

.StaticMenuHover, .DynamicMenuHover {
  background-color:#3B7CBE; 
}

a.StaticMenuItem:link, a.StaticMenuItem:visited, a.StaticMenuItem:active, a.StaticMenuItem:hover,
a.DynamicMenuItem:link, a.DynamicMenuItem:visited, a.DynamicMenuItem:active, a.DynamicMenuItem:hover {
  color:#000;
}

a.DynamicMenuItem:link, a.DynamicMenuItem:visited, a.DynamicMenuItem:hover, a.DynamicMenuItem:active {
  padding:6px;
}

a.StaticMenuItem:hover, a.DynamicMenuItem:hover {
  color:#fff;
}

/* ------------------------------------------------------ */
/* Online Form Styles                                     */
/* ------------------------------------------------------ */

.FormTable, .Button {
  background-color:#E6E6E6;
}

.FormTable, .ButtonBorder, .Legend, fieldset, .InputTextField, .InputTextArea {
  border-color:#626262;
}

.NoRecordsFound {
  border-color:#626262;
  background-color:#efefef;
}

.RecipientsList, .LeasingInfoList {
  border-color:#626262;
}

/* ------------------------------------------------------ */
/* Repeating/Tablular Data Styles                         */
/* ------------------------------------------------------ */

.SummaryTable {
  border-color:#626262;
}

.LeftSummaryHeaderCell, .CentreSummaryHeaderCell, .SummaryFilter td {
  border-color:#626262;
}

.LeftBorderCell {
  border-color:#626262;
}

/* ------------------------------------------------------------- */
/*                   In-page Sub Menu Styles                     */
/* ------------------------------------------------------------- */

.StaticSubMenuItem, .DynamicSubMenuItem {
  background-color:#efefef;
  border:1px solid #626262;
}

.DynamicSubMenuItem {
  border-top-width:0px;
}

.DynamicSubMenuHover {
  background-color:#669966;
}

/* ------------------------------------------------------ */
/*               Used in ViewContacts.aspx                */
/* ------------------------------------------------------ */
.ContactsHeader {
  color:#000;
  border-bottom-color:#626262;
}

/* ------------------------------------------------------ */
/*                Used in ListUsers.aspx                  */
/* ------------------------------------------------------ */

.ListUsersHeader, .ListUsersSubHeader {
  background-color:#E6E6E6;
}

.ListUsersTable, .ListUsersTypeSpacer, .ListUsersSubHeader, .TableCellBorderLeft, .TableCellBorderRight {
  border-color:#626262;
}

/* ------------------------------------------------------ */
/*             Used in ContractorList.aspx                */
/* ------------------------------------------------------ */

.ContractorLegend {
  border-color:#626262;
}

/* ------------------------------------------------------ */
/*            Used in TenantListByLevel.aspx              */
/* ------------------------------------------------------ */

.LeasePlanLevelCell {
  border-top-color:#626262;
  border-right-color:#626262;
}

.LeasePlanTopTenantCell, .LeasePlanSubHeader {
  border-top-color:#626262;
}

/* ------------------------------------------------------ */
/*            Used in Events Calendar pages               */
/* ------------------------------------------------------ */

/* Summary Pages */

.YrCalHed, .MthCalHed {
  background-color:#669966;
}

.YrCalSubHed, .MthCalSubHed {
  background-color:#aaa;
}

.MthCalDay, .YrCalDay {
  background-color:#ddd;
}

.YrCal a:link, .YrCal a:visited, .YrCal a:active, .YrCal a:hover, 
.MthCal a:link, .MthCal a:visited, .MthCal a:active, .MthCal a:hover {
  color:#333333;
}

.YrCalPreviewHed {
  background-color:#669966;
}

/* Details Page */

.CalDetContainer {
  padding:10px;
  border:1px solid #626262;
  margin-bottom:20px;
}

.CalDetHed {
  letter-spacing:1.2px;
}

.CalDetDateTime {
  color:#669966;
}

.CalDetLabel {
  color:#666;
}

/* --------------------------------------------------------------------- */
/*                   for css rounded border edges                        */
/* --------------------------------------------------------------------- */
.xb1, .xb2, .xb3, .xb4 { display:block; }
.xb2, .xb3, .xb4 { background-color:#669966; border:1px solid #626262; border-width:0px 1px; }

.xb1 { background-color:#626262; }
.xb2 { border-width:0 2px; }

/* ------------------------------------------------------ */
/*            Login/Logout/Disclaimer Styles              */
/* ------------------------------------------------------ */

.Menu_Logout {
  color:#000;
  border-color:#000;
}

.Menu_LoginButton, .Menu_LogoutButton {
  background-color:#E6E6E6;
}

.Menu_ButtonBorder, .Menu_InputTextField {
  border-color:#626262;
}

.Menu_ButtonBorder {
  padding:0px;
}

.ButtonBorder { 
  background-color:#E6E6E6;
}  
