﻿/*------------------------------------------------
Used in Master page files
------------------------------------------------*/
.DateDisplay
{
	font-weight: bold;
    color: #4a5b7c;
	font-weight:normal;
    font-size: 11px;
    width: 200px;
}

/*----------------------------------------------*/
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}
.boldlabel, .boldLabel, .bold_label {
	font-weight:bold;
    }
.smallLabel, .smalllabel {
	font-size: .75em;
	line-height: .95em;
    }
.alert {
	color: red; /*-- red --*/
	font-weight: bold;
    font-style: italic;
    }
.table-border {
	border: 1px solid #105981; /*-- dark blue --*/
	width: 100%;
	text-align: left;
    }
.table-border td 
{
	padding: 4px;
}
.tableHeader {
	font-size: 1.25em;
	font-weight: bold;
	color: white;
	background-color: #5e7599; /*-- medium Blue --*/
	padding: 4px;
	height: 20px;
	border-left: #5e7599 1px solid; 
	border-right: #5e7599 1px solid; 
	border-top: #5e7599 1px solid; 
    }
.tableHeader a {
    font-weight: normal;
    font-size: .7em;
    }
.tableFooter td 
{
    font-size: 1em;
    padding: 6px;
}
.tableSubHeader {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	background-color: #ddd;
	border: #ffffff 0px solid;
    }
.centerDiv {
	display: block;
	text-align: -moz-center !important; 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	!margin-left:0;
	!margin-right:0;
    }
.SearchHeader {
	margin: 0;
	padding: 0 0 .3em;
	font-size: 20px;
	font-weight: normal;	
	color: #a20404; /*-- red, dark --*/
    }
/* Page Links Control Styles
------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 auto;
	padding: 0;
	font-size: .9em;
	color: black;
	}
	
/*-- Horizontal --*/
.page-links ul.horizontal {
	float: left;
	margin-top: 32px;
	padding-left: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 30px;
	}
.page-links ul.horizontal li,
.page-links ul.horizontal li.first {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	}
.page-links ul.horizontal li.first {
	border-right: 1px dotted blue; 
	}
.page-links ul.horizontal li a:link,
.page-links ul.horizontal li a:visited,
.page-links ul.horizontal li a:hover {
	text-decoration: none;
	color: black; 
	}
.page-links ul.horizontal li a:hover {
	text-decoration: none;
	color: blue; 
	}

/*-- Vertical --*/
.page-links ul.vertical {
	float: left;
	margin-top: 32px;
	padding-left: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 30px;
	}
.page-links ul.vertical li,
.page-links ul.vertical li.first {
	list-style-type: none;
	padding: 0 10px;
	}
.page-links ul.vertical li.first {
	border-left: 1px dotted blue; 
	}
.page-links ul.vertical li a:link,
.page-links ul.vertical li a:visited,
.page-links ul.vertical li a:hover {
	text-decoration: none;
	color: black; 
	}
.page-links ul.vertical li a:hover {
	text-decoration: none;
	color: blue; 
	}


/* Membership Module Control Styles
------------------------------------------------*/
.IntroText {
	color: Blue;
    }
.joinPanel {
	/*margin: 15px 5px 5px 20px;*/
    }
.signupHeader {
	margin: 0 0 15px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
    }
.rosterSummary {
	font-size: 1.5em;
    }
.leftRoster {
	float:left;
	width: 45%;
	margin-top: 5px;
	margin-left: 5px;
    }
.rightRoster {
	float:right;
	width: 45%;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
    }


/* Job Postins Module Control Styles
------------------------------------------------*/
.indentedRow {
	margin: 0px 0px 0px 25px;
    }

/* Rotating Banner Style Attributes 
Note: Height & Width properties are set via the RotatingBanner.ascx Control Properties via the Sitefinity admin
------------------------------------------------*/
.carousel 
{
    margin: 0;
    padding: 0;
    /*padding-left: 40px;*/
}

.carousel img 
{
    /*float: right;*/
    /*margin-left: 20px;*/
    border-top: 0px solid #fff;
    /*background: #efefef;*/
}
.carousel ul.carousel-nav 
{
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
}
.carousel li.carousel-link 
{
    display: inline;
    padding: 0;
    border-right: solid 0px #6894ba; /*-- blue, light --*/
}
.carousel-links 
{
}
.carousel-links a:link, 
.carousel-links a:visited, 
.carousel-links a:hover
{
    text-decoration: none;
    font-size: 11px;
    color: #f9e47e; /*-- yellow, medium --*/
}
.carousel-links a:hover
{
    color: #fff;
}
.carousel-content
{
    /*font-size: .95em;
    line-height: 1.4em;
    overflow: hidden;
    background-color: White;*/
}
.carousel-content h2 
{
    /*font-size: 20px;
    margin: 0;
    padding: 0;
    margin-top: 28px;
    line-height: 36px;*/
}

/* Fieldsets
------------------------------------------------*/
fieldset div {
    clear: left;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    }
fieldset .indent {
    text-align: right;
    font-weight: normal;
    }
fieldset div .joinPanel label {
    float: none;
    width: auto;
    font-weight: bold;
    margin-left: 5px;
    }
fieldset div label,
div label {
    float: left;
    width: 45%;
    font-weight: bold;
    margin-left: 0.6em;
    clear: right;
    display: block;
    }
fieldset {
    border: 1px solid #5e7599; /*-- color --*/
    margin-top: 1.4em;
    padding: 0.6em;
    }
fieldset div div span span {
    clear: both;
    position: relative;
    }
    
fieldset div span div ul {
	
    }

fieldset div span div ul li {
  
    }
fieldset div span div ul li label {
    
    }
fieldset legend {
    color: #5e7599; /*-- color --*/
    background-color: #efefef;
    padding: 0.3em;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    }
fieldset .no_li li {
    list-style-type: none;
    }
.formView_table {
    width: 100%;
    }
.fs_checkbox label {
    float: left;
    width: 45%;
    font-weight: normal;
    }    
.fs_checkbox input {
    float: left;
    }
.clear {
    clear: both;
    }
    

/* Event View Style Attributes 
------------------------------------------------*/
fieldset div.eventDetails label,
fieldset div.eventLocation label {
    float: left;
    width: 45%;
    font-weight: bold;
    margin-left: 0.6em;
    clear: right;
    display: block;
    }
fieldset div.eventDetails span,
fieldset div.eventLocation span {
    display: block;
    float: right;
    clear: none;
    width: 52%;
    }
fieldset div.eventLocation span span {
    display: inherit;
    float: none;
    clear: none;
    width: 100%;
    }
div.eventDetails, 
div.eventLocation {
    clear: both;
    }
fieldset div.eventDescription span {
    width: 100%;
    }

.eventTicketGroupName 
{
    font-weight: bold;
    font-size: 1.25em;
}

.eventDescription {
	margin: 0 0.6em 0.6em 0.6em;
}
.eventDescription,
.eventDetails,
.eventLocation {
	font-size: 15px;
}
.eventLabel 
{
	font-weight:bold;
	width: 75px;
	padding-left: 20px;
}
.eventInfo {}
.eventSoldOut 
{
	font-weight: bold;
	color: Red;
	font-size: larger;
}
.eventNumberTickets 
{
	text-align: right;
}
.eventThankYou 
{
	font-weight:bold;
	color:Red;
	font-size: larger;
}
    
    
/* Directory View Style Attributes 
------------------------------------------------*/
.listingRadioSearch li
{
	
}


fieldset div.houseSearchLeft  
{
	float:left;
	width:50%;
}

fieldset div.houseSearchRight  
{
	float:right;
	width:50%;
}

fieldset div.listingDetails label {
    float: left;
    width: 45%;
    font-weight: bold;
    margin-left: 0.6em;
    clear: right;
    display: block;
    }
fieldset div.listingDetails span {
    display: block;
    float: right;
    clear: none;
    width: 52%;
    }

div.listingDetails {
    clear: both;
    }
fieldset div.listingDescription span {
    width: 98%;
    float: left;
    vertical-align: top;
    }
    
fieldset div.listingImage span {
    width: 50%;
    float: right;
    vertical-align: top;
    }
.listingDescription {
	margin: 0 0.6em 0.6em 0.6em;
}
.listingDescription,
.listingDetails{
	font-size: 15px;
}
.listingLabel 
{
	font-weight:bold;
	width: 75px;
	padding-left: 20px;
}
.listingInfo {}

.letterFilter 
{
}

.letterFilter ul.alphabetList 
{
}

.letterFilter ul.alphabetList li 
{
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    background-image: none;
    margin-left: 0px;
    padding-left: 3px;
    padding-right: 3px;
    display: inline;
}

.letterFilter ul.alphabetList li.selectedLetter
{
    border: solid 1px black;
}

tr.listingGridCommands td.rgCommandCell
{
    padding: 5px;
    text-align: right;
}
        
/* EVENTS 
--------------------*/
.sf_singleEvent dl.sf_eventContact dt,
.sf_singleEvent dl.sf_eventLocation dt,
.sf_singleEvent h3.sf_eventSubTitle,
.sf_singleEvent dl.sf_eventCategory dt {
    margin: 10px 0 4px 0;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -1px;
    color: #0071bc;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    border-bottom: 1px solid #0071bc;
    display: block;
    }
ul.sf_socialBookmarks {
    margin-top: 40px;
    }
ol.sf_eventsList li {
    list-style-type: none;
    margin-left: -14px;
    }   
.sf_eventSummary p {
    line-height: 18px;
    }
.sf_singleEvent .sf_back {
    border: 1px solid #0071BC;
    padding: 2px 12px;
    background-color: #fff;
    color: #0071BC;
    font-size: 11px;
    cursor: pointer;
    width: 60px;
    text-decoration: none;
    }
/*.button {
    border: 1px solid #0071BC;
    cursor: pointer;
    padding: 2px 12px;
    background-color: #fff;
    color: #0071BC;
    font-size: 11px;
    }*/
#CenterColumn .sf_newsList .sf_newsDate {
    padding-bottom: 5px;
    }
#CenterColumn .sf_singleNews .sf_newsDate {
    padding-bottom: 8px;
    }
#CenterColumn .sf_singleNews .sf_postBookmark {
    height: 200px;
    padding-top: 30px;
    }
    
    
#map_directory_container
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#map_otherdirectories_container
{

}

#map_otherdirectories_container div.directory
{
    float: left;
    padding-right: 15px;
}

#map_otherdirectories_container div.directory img
{
    padding-left: 3px;
    padding-right: 3px;
}


