/* ------------------------------------------------------------- */
/*    General styles to overide default styles.css               */
/* ------------------------------------------------------------- */

.Title {
  font-size: 13px;
	border-bottom:1px solid #9E9C9C;
	padding-bottom: 5px;
  width:100%;
}

div#PageTitle {
  width:615px;
}

.FormTable, .Button { 
  background-color:#E5E5EA;
}

h1,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0099CC;
	font-weight: bold;
}

h2,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0099CC;
	font-weight: bold;
}

h3,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5F5F7E; /* #0000cc; */
	font-weight: bold;
	padding-top: 2px;
	margin-top: 2px;
}

/* ------------------------------------------------------------- */
/*                      Template Styles                          */
/* ------------------------------------------------------------- */

div#MasterHeader {
  height:139px;
}

.LeftNav {
  width:152px;
  height:100%;
  background-color:#7E7F91;
  color: #ffffff;
}

.PageFooter td {
  width:800px;
  height:39px;
  background-color:#402000;
  color:#FFF;
  font-size:11px;
}

div#CoreVisionLogo {
  background-image:none;
  width:25px;
  height:31px;
  cursor:auto;
}

div#ContentArea {
  padding-top:8px; 
  width:615px;
} 

.ContentAndTitle {
  background : url(/Core/Images/template/ColliersWA/66SGT/66_Watermark.jpg) ;
  background-repeat:no-repeat;
  background-position:right bottom;
}

.MasterContainer {
  background-color:#fff;
}

/* ------------------------------------------------------------- */
/*                          Menu Styles                          */
/* ------------------------------------------------------------- */

.StaticMenuItem, .DynamicMenuItem {
  background-color:#545470;
}

.StaticMenuHover, .DynamicMenuHover {
  background-color:#333333;
}



/* Used in ViewContacts.aspx */
.ContactsHeader {
 	border:1px solid #626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #D8E5F1;
  
}

.ContactsContent {
  line-height:1.6;
  padding-top:5px;
  padding-left:10px;
}

.ContactsName {
  font-weight:bold; 
}

.ContactsSeparator {
  height:15px; 
}

.ContactsRule {
  display:none;
}

.SearchField {
  border:1px solid #265399;
  padding:1px;
  font-size:10px;
  cursor:hand;
  color:#000;
  font-family:Arial;
  background-color:#FFF
}

p.search {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:normal;
}

/* ------------------------------------------------------ */
/*                Used in ListUsers.aspx                  */
/* ------------------------------------------------------ */

.ListUsersHeader, .ListUsersSubHeader {
  background-color:#E5E5EA;
}

/* --------------------------------------------------------------------- */
/*                 FOR Vertical News Ticker                              */
/* --------------------------------------------------------------------- */

/* only the styles that overide those in contentstyles.css */

.VerticalTickerItem {
    width:169px;
}

.VerticalTickerTitle {
	color:#222;
}

#VerticalTickerContent {
  width: 169px;
  height: 170px; 
  margin-left:0px;
  border: none;
  padding-left:0px;
  padding-right:0px;
}

/* ------------------------------------------------------ */
/*            Login/Logout/Disclaimer Styles              */
/* ------------------------------------------------------ */

div#Menu_LoginLogout { 
  margin-top:0px;
  color: #FFFFFF;

}

.Menu_Logout {
  width:140px;
  color: #FFFFFF;
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}

.Menu_Logout table, .Menu_Logout td select {
  width:130px;
}

.Menu_LoginButton, .Menu_LogoutButton {
  background-color:#FFFFFF;
}


.Menu_ButtonBorder {
  background-color:#FFFFFF;
  padding:0px;
}



.ButtonBorder 
{ 
  background-color:#E5E5EA;
}  