﻿input,
select,
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote {
    margin-left: 40px;
    }
.boldlabel, .boldLabel, .bold_label {
	font-weight: bold;
    }
.smallLabel, .smalllabel {
	font-size: .75em;
	line-height: .95em;
    }
.alert {
	color: red; /*-- red --*/
	font-weight: bold;
    }
.table-border {
	border: 1px solid #105981; /*-- dark blue --*/
	text-align: left;
    }
.tableHeader {
	height: 2em;
	text-indent: 0.6em;
	border-left: #105981 0px solid; /*-- dark blue --*/
	border-right: #105981 0px solid; /*-- dark blue --*/
	border-top: #105981 0px solid; /*-- dark blue --*/
    color: #1FAACD; /*-- color --*/
    background-color: #efefef;
    padding: 0.3em;
    font: bold 1.3em Arial, Helvetica, sans-serif;
    }
.tableHeader a {
    font-weight: normal;
    font-size: .7em;
    }
.tableFooter td {
    font-size: 1em;
    padding: 6px;
    }
.tableSubHeader {
	font-size: 1em;
	font-weight: bold;
	color: #105981; /*-- dark blue --*/
	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;
    }

/* Page Links Control Styles
------------------------------------------------*/
div.page-links {
	clear: both;
	margin: 0 auto;
	padding: 0;
	font-size: .9em;
    color: #3a6172;
	}
	
/*-- Horizontal --*/
#Main div.page-links ul.horizontal {
	padding-left: 0px;
	margin-left: 0px;
    display: block;
	}
div.page-links ul.horizontal li,
div.page-links ul.horizontal li.first {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 12px;
	}
div.page-links ul.horizontal li.first {
	padding: 0;
	}
.page-links ul.horizontal li {
	border-left: 1px dotted #666;
	}
.page-links ul.horizontal li.first {
	border-left: 0px dotted #666;
	}
.page-links ul.horizontal li a:link,
.page-links ul.horizontal li a:visited,
.page-links ul.horizontal li a:hover {
    color: #3a6172;
	text-decoration: underline;
	}
.page-links ul.horizontal li a:hover {
	text-decoration: none;
	}

/*-- 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 {
    color: #3a6172;
	text-decoration: none;
	}
.page-links ul.vertical li a:hover {
	text-decoration: underline;
	}


/* Membership Module Control Styles
------------------------------------------------*/
.IntroText {
    }
.joinPanel {
    }
.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;
    }
.carousel img {
	margin: 0;
    background: #fff;
    float:left;
    }
.carousel ul.carousel-nav {
    padding: 0;
    margin-top: 6px;
    margin-left: 0px;
    }
.carousel li.carousel-link {
    display: inline;
    padding: 4px 8px 4px 8px;
    border-right: solid 1px #999; 
    }
.carousel-links {}
.carousel-links a:link, .carousel-links a:visited, .carousel-links a:hover {
    text-decoration: none;
    font-size: 0.9em;
    color: #999; 
    }
.carousel-links a:hover {
    color: #fff;
    }
.carousel-content {
	margin: 0;
    font-size: 0.9em;
    line-height: 1.4em;
    overflow: hidden;
    background-color: White;
    text-align:center;
    }
.carousel-content h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-top: 28px;
    line-height: 36px;
    }


/* Fieldsets
------------------------------------------------*/
fieldset {
    font-size: 1em;
    }
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%;
    width: 35%;
    font-weight: bold;
    margin-left: 0.6em;
    clear: right;
    display: block;
    }
fieldset {
    border: 1px solid #828282;
    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 {
    
    }
legend {
    color: #333; 
    background-color: #efefef;
    padding: 0.3em;
    font: bold 1.3em Arial, Helvetica, sans-serif;
    }
fieldset .no_li li {
    list-style-type: none;
    }
#Main fieldset ul.login li {
    margin-left: -10px;
    }
fieldset ul.login li {
    list-style-type: none;
    }
.formView_table {
    width: 100%;
    }
.fs_checkbox {
    font-size: 11px;
    }    
.fs_checkbox label {
    float: left;
    width: 45%;
    font-weight: normal;
    }    
.fs_checkbox input {
    float: left;
    margin-left: 6px;
    }
.clear {
    clear: both;
    }
    

/* Event View Style Attributes 
------------------------------------------------*/
fieldset div.eventDetails label,
fieldset div.eventLocation label {
    float: left;
	width:180px;
    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: 670px;
    }
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%;
    }

.eventDescription {
	margin: 0 0.6em 0.6em 0.6em;
    }
.eventDescription,
.eventDetails,
.eventLocation {
	font-size: 15px;
	font-size: 1em;
    }
.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 
------------------------------------------------*/
div.main_content fieldset label {
	width:180px;
    }
fieldset div.RadPicker 
{
    clear: none;
} 

#Main ul.listingRadioSearch {
    margin-bottom: 4px;	
    }
.listingRadioSearch li {
    display: inline;
    padding: 0;	
    }
fieldset div.houseSearchLeft label,
fieldset div.houseSearchRight label {
	width:100px;
    }
fieldset div.houseSearchLeft span {
	width:50%;
    clear: none;
    }
fieldset div.houseSearchRight .listingRadioSearch li label {
    float: left;
    clear: none;
    width: auto;
    padding-right: 22px;
    font-weight: normal;
    line-height: 14px;	
    }
.listingRadioSearch li input {
    float: left;
    clear: none;	
    }
fieldset div.houseSearchLeft {
	float:left;
	width:40%;
    }
fieldset div.houseSearchRight {
	float:right;
	clear: none;
	width:59%;
    }
fieldset div.houseSearchRight div div {
    clear: none;
    } 
fieldset div.listingDetails label {
    float: left;
    width: 20%;
    font-weight: bold;
    margin-left: 0.6em;
    clear: right;
    display: block;
    }
fieldset div.listingDetails span {
    display: block;
    float: right;
    clear: none;
    width: 78%;
    }
div.listingDetails {
    clear: both;
    line-height: 1.75em;
    border-bottom: 1px solid #efefef;
    }
fieldset div.listingDescription span {
    }
fieldset div.listingDescription {
    width: 45%;
    float: left;
    font-size: 1em;
    line-height: 1.75em;
    vertical-align: top;
    }
fieldset div.listingImage span {
    }
fieldset div.listingImage {
    width: 50%;
    overflow: hidden;
    float: right;
    clear: none;
    text-align: right;
    vertical-align: top;
    }
.listingDescription {
	margin: 0 0.6em 0.6em 0.6em;
    }
.listingDescription,
.listingDetails{
    }
.listingLabel {
	font-weight:bold;
	width: 75px;
	padding-left: 20px;
    }
.listingInfo {}

.letterFilter 
{
    }
#Main ul.alphabetList {
    margin-left: 0;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    border-bottom: 1px solid #999;
    background: #efefef;
    }
.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 #666;
    padding: 2px 12px;
    background-color: #fff;
    color: #333;
    font-size: 11px;
    cursor: pointer;
    }
.button {
    background: #efefef;
    color: #333;
    padding-right: 6px;
    padding-left: 6px;
    border-style:outset;
    }
.sf_singleEvent .sf_back:hover,
.button:hover {
    background-color: #ddd;
    }

#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;
}
#map_container 
{
    width: 600px;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #828282;
    }



/* Tweet */
#Main div.tweet ul.tweet_list {
    margin-top: 0;    
    margin-left: 0;    
    border: 1px solid #778E3B;
    }
#Main div.tweet ul.tweet_list li {
    margin-top: 0;    
    margin-left: 0;    
    }
.tweet, .query {
    font-size: .85em;
    color: #085258; 
    }
.tweet .tweet_list, 
.query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #CFE9EC; 
    }
.tweet .tweet_list .awesome, 
.tweet .tweet_list .epic, 
.query .tweet_list .awesome, 
.query .tweet_list .epic {
    text-transform: uppercase; 
    }
.tweet .tweet_list li, 
.query .tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: .75em;
    margin: 0; 
    }
.tweet .tweet_list li a, 
.query .tweet_list li a {
    }
.tweet .tweet_list .tweet_even, 
.query .tweet_list .tweet_even {
    background-color: #e6fafd; 
    }
.tweet .tweet_list .tweet_avatar, 
.query .tweet_list .tweet_avatar {
    padding: 2px 10px 4px 0;
    float: left; 
    }
.tweet .tweet_list .tweet_avatar img, 
.query .tweet_list .tweet_avatar img {
    /*vertical-align: middle; */
    }
.tweet_time{
    font-weight:bold;
    float: left; 
    }
.tweet_join{
    float: left;
    padding-left: 5px; 
    }
.tweet_text{
    padding-right:2px;
    line-height:1.25em;
    width:330px;
    float:right;
    clear: none;
    }
#Main div.tweet ul.tweet_list li a:hover {
    background: transparent;
    text-decoration: none;
    }

/* // Tweet // */
