/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/

html
{
    color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
    font-family: Arial, sans-serif;
    margin:0;
    padding:0;
    font-size:12pt;
}

fieldset,img
{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
    font-style:normal;
    font-weight:normal;
}

li
{
    list-style:none;
}

caption,th
{
    text-align:left;
}

q:before,q:after
{
    content:'';
}

abbr,acronym
{
    border:0;
    font-variant:normal;
}

sup
{
    vertical-align:text-top;
}

sub
{
    vertical-align:text-bottom;
}

input,textarea,select
{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    border:1px solid #ccc;
    padding:3px;
}

legend
{
    color:#000;
}
/* end of yahoo reset css */

h1,h2,h3,h4,h5,h6
{
    color: #000000;
    font-weight: normal;
}
h1  {
    font-size: 16px;
}

h2  {
    font-size:  16px;
}

h3  {
    font-size:  14px;
}

h4  {
    font-size:  12px;
}

h5, dt  {
    font-size:  11px;
    font-weight:    bold;
}

h6  {
    font-size:  10px;
    font-weight:    bold;
}

.backlink 
{
    font-family: Century Gothic;
    font-size: 15px;
    line-height: 16px;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;    
}

.backlink a 
{
    color: #000;
}

#page_title
{
	height:30px;
	border-bottom:solid 1px black;
	width:90%;
	margin:20px auto;
}
#page_title,
#page_title span
{
	font-weight:bold;
	font-size:16px;
}

#container-inner
{
	width:90%;
	margin:0 auto;
}

ul,ol
{
	margin-left:20px;
}


/* ================================
    CSS STYLES FOR GLOBAL PORTAL 
   ================================
*/

body {  
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

.SecondaryPage {
	background-color: white;
}

.stripe
{
    display:none;
}

/* style used for plain text and data */
p,td,th,div {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal; 
}

/* style used for textboxes */

 .TextBox,input,select,textarea {
    font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;    
    font-weight:normal;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #000000;
    height:1pt;
}

a[disabled]
{
	color:Gray;
	text-decoration:none;
}

/* style for error messages */
.Error
{
    font-size: 11px;
    font-weight: normal;
    color: red;
}

#html-frame-body {
	background-color:transparent;
}

.success-page,
.error-page {
	height:200px;
	padding:100px 100px 200px 100px	;
}
	.success-page h1,
	.error-page h1 {
		white-space:nowrap;
		font-size:16px;
		font-weight:bold;
		border-bottom:solid 2px #056caf;
		color:Black;
	}

table.RssReaderModule {
    border: 1px solid transparent;
}
table.RssReaderModule td {
    border: 1px solid transparent;
}

table tr {
    border:0;
}

/* style for input buttons */
.CommandPanel {
	text-align: right;
}

input.CommandButton { 
	width: 75px;
	margin-top: 5px;
}

.PopUpEmailForm input.CommandButton { 
	float:none;
}

.ContactUsModule  .CaptchaBox {
    margin-top: 5px;
}   

input.CommandButtonDisabled  { 
	cursor:default;
}

/*Detail VIew at the bottom of the page (footer). */

tr.Pager a:hover
{
	font-weight:normal;
	text-decoration:none;
}

/* style for ascii arrow */
.Bullet {
	font-size:14px;
	font-weight:bold;
}

.SubTitle
{
	font-weight: bold;
}

STRONG.Bullet
{
	FONT-SIZE: 10px;
	font-family:arial;
}

.limited-width
{
	overflow:hidden;
}

.buttons
{
	text-align:center;
	margin-top:20px;
}

a.close
{
    background: url('ColpaControls/point2ui/img/close-button.gif');
    height: 23px;
    outline: none;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    width: 24px;
}

.socialnetworking {
	width:150px;
}
	
.socialnetworking ul {
	margin:0;
}

.socialnetworking ul li {
	list-style:none;
	float: left;
	width: 30px;
	height: 30px;
	background-repeat:no-repeat;
	background-position: center top;
}

.socialnetworking ul li a {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

.socialnetworking ul li.facebook {
	background-image: url('./images/social-share/facebook.png');
}

.socialnetworking ul li.twitter {
	background-image: url('./images/social-share/twitter.png');
}

.socialnetworking ul li.linkedin {
	background-image: url('./images/social-share/linkedin.png');
}

.socialnetworking ul li.myspace {
	background-image: url('./images/social-share/myspace.png');
}

.socialnetworking ul li.googleplus {
	background-image: url('./images/social-share/googlePlus_grey.png');
}

.socialnetworking ul li a.socialPlaceholder {
    background-image: url('./images/social-share/placeholder.png');
    width: 111px;
    height: 50px;
}

.socialnetworking ul li.editSocialMedia {
    position: absolute;
    width: 111px;
    height: 21px;
    margin-top: 25px;
}

.socialnetworking ul li a.editSocialMedia {
    background-image: url('./images/social-share/placeholderNoImgs.png');
    width: 111px;
    height: 21px;    
}

.user-photo
{
	min-height: 21px;
	position: relative;
	width:118px;
	height:151px;
	padding:5px 0;
	z-index: 10;
	word-wrap: break-word;
}
    
.user-photo .delete-photo {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    background: url('/ColpaControls/Photo/images/remove-photo.gif') no-repeat;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
}

.company-logo
{
	min-height: 21px;
	position: relative;
	padding:5px 0;
	width:160px;
	text-align: center;
}

.change-logo {
	background: url('ColpaControls/Photo/images/change-logo.png') no-repeat center center;
	display: block;
	margin: 0 auto;
	height: 21px;
	width: 111px;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}
    
.change-logo:hover {
    opacity: 0.8;
}

.change-photo
{
	background: url('ColpaControls/Photo/images/change-photo.png') no-repeat center center;
	display: block;
	margin: 0 auto;
	height: 21px;
	width: 111px;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.company-logo .delete-logo {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    background: url('/ColpaControls/Photo/images/remove-photo.gif') no-repeat;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
}

.the-realtor-logo:hover {
    opacity: 1;
}

.hideLogo {
    visibility: hidden;
}

.displayNoneOnNoLogo {
    display: none !important;
}

a:hover,
#PrimaryMenu ul li.PrimaryMenuLink a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.column-header {
    padding:7px 5px;
}

#content-area {
    padding: 10px 20px;
}

input[type="radio"],
input[type="checkbox"]{
    border:0;
    background: transparent;
}

.Module 
{
	max-width: 70%;
    position: relative;
    margin:0 0 20px 0;
}

body#sidebar .Module {
    max-width: 100%;   
}

.Module .Module {
    max-width: 100%;
}

.IDXListingModule, iframe {
	max-width: 100%;
    overflow:auto;
}

.HtmlModule iframe.autoframe {
    overflow: hidden;
}

.PhotoAlbumModule 
{
    max-height:480px;
}

.ListingSummaryModule,
.ListingSummaryModule a {
    color:#000;
}    

#main-content.html-frame-body,
#sidebar.html-frame-body {
    background-color: transparent;
	background-image: none;
}

div#sidebar {
    min-width: 28%;
    max-width: 200px;
    float:right;
}
#sidebar {
    font-size:11px !important;
}

#sidebar p {
    font-size:11px !important;
    padding:0 0 0 7px;
    text-align:left;
    line-height:14px;
}

#sidebar .Text {
    margin-left:7px;
}    

#sidebar .Text a 
{
    font-size:11px !important;
}

#sidebar .SubTitle:before 
{
    content:'\00BB\0020';
}   

#sidebar .Label em
{
    padding-left:10px;
    font-style:italic;
}    

#sidebar p .Text 
{
    display:block;
    margin-left:10px;
}    


div#sidebar .Module{
    max-width: 100%;
    overflow:auto;
    margin-bottom:20px;
}

.WdcWeatherModule iframe {
    padding-left:7px;    
}

.WdcWeatherModule iframe {
    margin-top: 5px;
}

#sidebar h1 
{
   font-family:Arial, Sans-Serif !important;
   padding: 5px 7px;
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;
   background-color: #f0f0f0;
   border:1px solid #ccc;
   margin-bottom:0.5em !important;
}

/* FOOTER */
#footer .leftpanel { width: 70%; float: left }
#footer .rightpanel { min-width: 28%; max-width: 200px; float: right}

#footer span ,
#footer a {
    font-size:11px;
}


/* MENU */

#PrimaryMenu ul li 
{
	position:relative;
	list-style-type:none;
}
#PrimaryMenu ul li ul
{
	visibility:hidden !important;
	position:absolute;
	z-index:3;
	top:100%;
	left:0;
	width: auto;
	background-color:White;
}
#PrimaryMenu ul li:hover ul
{
	visibility:visible !important;
}
#PrimaryMenu ul li ul li
{
	display:block;
	white-space:nowrap;
	width: 100%;
}


/* MISC */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.col2 { width:49%; float: left }
.col3 { width:33%; float: left }
.col4 { width:25%; float: left }

.left { text-align: left }
.center { text-align: center; }
.right { text-align: right }

.hideSlogan {
    visibility: hidden;   
}

.alteredWidth {
    width: 111px !important;
    height: 50px;
}

.Announcements .DataList tr td .item-seperator,
.Events .DataList tr td .item-seperator 
{
    border-bottom: 1px solid #000; 
    width: 95%; 
    margin: 0 auto; 
    margin-top: 10px; 
    margin-bottom: 5px;   
}

.Announcements .DataList tr:last-child td .item-seperator,
.Events .DataList tr:last-child td .item-seperator
{
    border-bottom: none;
}

.ContactUsModule td 
{
    padding-bottom: 5px;
}


.InstantPollModule .PollModule 
{
    padding-left:9px;
}
    
.InstantPollModule .PollModule td 
{
    padding:5px 0;
}    

.InstantPollModule .PollModule label
{
    padding-left:8px;
    vertical-align:top;
}

.info-alert {
    border: 1px solid #ccc;
    margin: 12px 0px;
    padding: 12px 15px;
    font-size: 1.3em;
    line-height:1.2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
}


/* Mortgage Calculator */


.MortgageCalculator td.Label 
{
    width:200px;
} 

.MortgageCalculatorModule .ui-tabs .ui-tabs-panel {
    padding: 1em 0.2em 0 0.2em;
} 

.MortgageCalculatorModule .Bullet 
{
    display:block;
    border-bottom:1px solid #cccccc;
    margin-bottom:12px;        
}      

#sidebar .MortgageCalculatorModule .Label,
#sidebar .ContactUsModule .Label 
{
    font-size:11px;
}    

#sidebar .MortgageCalculatorModule span.estimate-box
{
    display: block;
    font-size:9px;
    margin-bottom:7px;
}    
    
#sidebar .MortgageCalculatorModule .ui-tabs .ui-tabs-nav li a {
    padding: 0.3em 0.5em;
    font-size:0.7em;
}    
    
#sidebar .MortgageCalculatorModule .MortgageCalculator td 
{
    font-size:11px;
} 

#sidebar .MortgageCalculatorModule .MortgageCalculator td.Label 
{
    width:50%;
} 
               
#sidebar .MortgageCalculatorModule .top-align  
{
    vertical-align:top;
}

.MortgageCalculatorModule .validation-summary ul 
{
    margin-left:15px;
    margin-bottom:15px;
}
     
.MortgageCalculatorModule .validation-summary li 
{
    font-size:11px;
}  

.MortgageCalculatorModule .Error 
{
    font-size:1.5em;
}

.ContactUsModule textarea 
{
    width:360px;
}    

#sidebar .ContactUsModule textarea 
{
    width:140px;
}        

#sidebar .ContactUsModule #Table1 
{
    width:100%;
}

.CommandButtonDiv {
    display: block;
    margin: 0 0 10px 85px;
}

#main-content .MortgageCalculatorModule .CommandButtonDiv {
    margin: 0 0 10px 180px;
}

#main-content .HomeEvaluationModule .CommandButtonDiv {
    margin: 0 0 10px 105px;    
}
