﻿/* GENERAL, MAIN LAYOUT */
/*Region*/
body
{
    background-image: url( "images/bgfade.jpg" );
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    color: #000000;
    margin: 1px;
    font-family: Arial;
    background-attachment: fixed;
}
img:-moz-broken{
-moz-force-broken-image-icon:1;
width:24px;
height:24px;
}

a img{
	border: 0;
}

td
{
    vertical-align: top;
}
.maintable
{
 width:100%;
}

td.mainleftcolumn
{
    max-width: 150px;
    width: 150px;
    }
.maincontentcolumn
{
    min-width: 675px;
    padding: 8px;
    background-color: White;
    color: Black;
    border: ridge 5px #00AAFF;
    font-size: 14px;
}

td.mainrightcolumn
{
    width: 130px;
    max-width: 130px;
}

#divFooter
{
    width:100%;
    text-align: center;
}
#footerMenu
{
    font-size: 12px;
    font-weight:bold;
}
#footerMenu a
{
    
}
#copyright
{
    font-size: 10px;
}
/*EndRegion*/

/* STANDARD ITEMS */
/*Region*/
a:link, a:visited, a:active
{
    color: #FF0000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
.stdForm
{
    border-style: none;
}
.stdForm td
{
    padding: 3px;
    border-style: none;
}
.criteriasection
{
    margin: 4px;
    padding: 3px;
    border-style: solid;
    border-width: 1px;
    background-color: #E2F8FE;
    font-size: 12px;
}
.criteriacell
{
    border: solid 1px #FFFFFF;
    padding: 4px;
    font-size: 12px;
}
.criterialist
{
    font-size: 12px;
}
/*EndRegion*/

/* TITLES AND LABELS */
/*Region*/
.pagetitle, h1
{
    font-weight: bold;
    font-size: 20px;
    font-family: Arial;
    color: #FF0000;
    margin: 0;
    padding: 0;
}
h2
{
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    color: #6699FF;
    margin: 0;
    padding: 0;
}
.subtitle, h3
{
    font-weight: bold;
    font-size:16px;    
    color: #808080;
    margin: 0;
    padding: 0;
}
.sectiontitle
{
    font-weight: bold;
    font-size: 14px;
    color: #FF0000;
}
/*EndRegion*/






.businesstitlecell
{
    height: 26px;
}
.businessaddresscell
{
    font-size: 12px;
    height: auto;
}
.businesscontactcell
{
    font-size: 12px;
    width: 180px;
}
.businessamenitiescell
{
    width: 300px;
}



.businessname
{
    font-size: 20px;
}

.adcell
{
    height:62;
    vertical-align:top;
}
.imagelinktable
{
    width: 100%;
    padding: 5px;   
}
.imagelinktable td
{
    width: 50%;
}



.lightbluetext
{
    color:#33CCFF;
}
.redtext
{
    color: Red;
}




/* DESTINATIONS SECTION */
/*Region*/
.destinationtitle
{
    color: #FF0000;
    font-weight: bold;
    font-size: 20px;
}
.destinationtitlegreen
{
    color: #00CC33;
    font-weight: bold;
    font-size: 20px;
}
.destinationtitleblue
{
    color: #0000CC;
    font-weight: bold;
    font-size: 20px;
}
.destinationtitleyellow
{
    color: #FFCC00;
    font-weight: bold;
    font-size: 20px;
}
.destinationsubtitle
{
    font-weight: bold;
    font-size: 16px;
}
/*EndRegion*/

/* ARTICLES */
/*Region*/
.articletitle
{
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: -15px;
    padding: 0px;
}
.articledate
{
    color: #303030;
    font-weight: bold;
    font-size: 14px;
}

.articletitlehome
{
    font-size: 12px;
    font-weight: bold;
}

.articledatehome
{
    color: #808080;
    font-weight: bold;
    font-size: 12px;
}
/*EndRegion*/


/* PHOTO GALLERIES */
/*Region*/
.prevnextthumbs img{
    width: 25%;
    height: 25%;
}
.prevnextthumbs
{
    width: 200px;
    height: 150px;
}
/*EndRegion*/

/* CALENDAR AND EVENTS */
/*Region*/

.calendarFilters {
    background-color: #E2F5FE;
    border: 2px solid #005E8D;
    float: left;
}
.eventCategories, .eventFilters {
    float: left;
    font-size: 12px;
    margin: 4px;
    padding: 6px;
}
.eventCategories span {
    font-weight: bold;
}


.calendarTitleBar {
    background: url("http://www.boatpittsburgh.com/images/bgfadesmall.jpg") repeat-x;
}
.calendarItem {
    color:#000000;
    display:block;
    margin-top:2px;
    padding: 2px;
    font-size: 10px;
    min-height: 22px;
}
.calendarIcon {
    float:right;
}
.calendarDayStyle {
    height: 100px;
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #000000;
    text-align: left;
}
.calendarOtherDayStyle {
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #969696;
    text-align: left;
    color: #969696;
}
.popupCaption {
    font-size: 14px;
    font-weight: bold;
}
.itemStretchLeft
{
    margin-left: -3px;
    background-position: left;
    background-image: url('images/icons/leftcalendararrow.png');
    background-repeat: no-repeat;
    padding-left: 12px;
}
.itemStretchRight
{
    background-position: right;
    margin-right: -5px;
    background-image: url('images/icons/rightcalendararrow.png');
    background-repeat: no-repeat;
    padding-right: 12px;
}
/*EndRegion*/





/* SLIDE MENU STYLES */
/*Region*/
.dhtmlgoodies_menu
{
	font-family:arial;	/* Font for main menu items */
	width:150px;	/* Width of main menu */
}
.dhtmlgoodies_menu	li /* Main menu <li> */
{	
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
.dhtmlgoodies_menu ul
{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
.dhtmlgoodies_menu ul li ul /* Styling for those who doesn't have javascript enabled */
{	
	padding-left:10px;
}
.dhtmlgoodies_menu	li a, .dhtmlgoodies_menu li a:hover /* Main menu links */
{	
	text-decoration:none;	/* No underline */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #000033;	/*  border */
	background-color:#FFFFFF;	/* background color */
	margin:1px;	/* A little bit of air */
	padding:2px;	/* Air between border and text inside */
	color: #FF0000;
	display:block;
}
.dhtmlgoodies_menu .activeMainMenuItem
{
    color:#FFFFFF;
	
	background: #00AAFF url("images/arrow.gif") no-repeat right center;	/* background color */
}
.dhtmlgoodies_menu	li a:hover
{
	color:#FFFFFF;
	background-color: #00AAFF;
}
.dhtmlgoodies_subMenu
{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#FFFFFF;
	font-family:arial;
	text-align:left;
	color:Black;
}
.dhtmlgoodies_subMenu ul
{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li
{
    color: #000000;
	list-style-type:none;
	margin:0px;
	padding:2px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#ff0000;	/* Black text color */
	
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:2px;	/* 1px of "air" inside */
	
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover /* Sub menu items - mouse over effects */
{	
	color:#FFF;	/* White text */
	background: #00AAFF;
    text-decoration:none;	/* No underline */
}
.dhtmlgoodies_subMenu ul li a:visited
{
    color: #FF0000;
    text-decoration: none;
}
.haschild{
	background: #FFFFFF url("images/arrow.gif") no-repeat right center;	/* background color */
	margin:1px;	/* A little bit of air */
	padding-top:2px;	/* Air between border and text inside */
	padding-left:2px;	/* Air between border and text inside */
	padding-bottom:2px;	/* Air between border and text inside */
	padding-right:5px;	/* Air between border and text inside */

}
.haschildhover{
    background: #00AAFF url("images/arrow.gif") no-repeat right center;	/* background color */
	margin:1px;	/* A little bit of air */
	padding-top:2px;	/* Air between border and text inside */
	padding-left:2px;	/* Air between border and text inside */
	padding-bottom:2px;	/* Air between border and text inside */
	padding-right:5px;	/* Air between border and text inside */
}
/*EndRegion*/


/* Mapping Styles */
.mapdiv
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	width: 650px;
	border-bottom: dimgray 2px solid;
	height: 350px;
}
.mapinfo
{
	font-size: 12px;
}
.mapinfowindow
{
	font-size: 10px;
}

.imgthird
{
	width: 33%;
	height: 33%;
}
.calendarlistdesc
{
    font-style: italic;
    color: #333333;
    font-size: 12px;
}

.dim{
width:228px;
height:228px;
}
.padding{
padding:50px;
}

#pnlWeather{
    height: 50px;
    width: 350px;
}

#pnlWeatherOpen{
    height: 300px;
    width: 350px;
}






.largetext
{
    font-size: 20px;
    font-weight: bold;
}


/* CLASSIFIED SECTION */

.smallinstructions
{
    font-size: 10px;
}
.addetailstitle
{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}


















/*Navstrip*/

.navstriptable{
    width: 100%;
    border-bottom: solid 1px #00c8ff;
    background-color: #054D61;
    z-index: 1000;

}

.navstripheader{
    background: url("http://www.boatpittsburgh.com/images/bgfadesmall.jpg") repeat-x;
}
.infobartitle
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}
.infobarcountdown
{
    font-size: 12px;
    font-weight: normal;
}
.navstriptable td.navstripcell
{
    background-color: #E2F8FE;
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #00CCFF;
    z-index: 1000;
}
.extracell
{
    background-color: #E2F8FE;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #00CCFF;
    z-index: 1000;
}

.navstriptable td.expandcell
{
    border-color: #00CCFF;
    vertical-align: bottom;
    width: 15px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    background-color: #E2F8FE;
}

.weatherdiv{
    display: none;
    border: 3px solid #00CCFF;
    position: absolute;
    z-index: 1000;
    background: white;
    padding: 4px 0px 4px 0px;
    padding-left: 15px;
    width: 375px;
    text-align: left;
}
.weatherdiv .blueline
{
    height: 4px;
    border-bottom: 1px solid #00CCFF;
}
.webcamdiv{
    background: white;
    display: none;
    border: 3px solid #00CCFF;
    position: absolute;
    z-index: 1001;
    width: 480px;
    height: 360px;
}
.recenttopicsdiv{

    background: white;
    display: none;
    border: 3px solid #00CCFF;
    padding: 4px 10px 4px 4px;
    position: absolute;
    z-index: 1002;
    width: 350px;
}
.csodiv {
    background: white;
    display: none;
    text-align: left;
    padding: 4px 10px 4px 4px;
    border: 3px solid #00CCFF;
    position: absolute;
    font-size: 12px;
    z-index: 1001;
    width: 330px;
    height: 280px;
    left: -100px;
}
.csodiv i {
    font-size: 10px;
}


.anchor
{
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    z-index: 1000;
}

.fiveday{
    border: 0 none;
    float: right;
    margin-right: -2px;
    margin-top: -14px;
}

.collapseimg{
    display: none;
    position: relative;
}

#weatherexpandimg{
    position: relative;
}

.navstripcell .paddingdiv{
    padding: 2px;
    height: 80px;
    overflow: hidden;
}

.navstriptitle{
    font-size: 11px;
    font-weight: bold;
}




/*WEATHER*/

.WeatherIcon{
    height: 35px;
    width: 35px;
}

.weathertitle{
    font-size: 14px;
    font-weight: bold;
}
.Small{
    font-size: 10px;
}
.Normal{
    font-size: 12px;
    font-weight: bold;
}

.Cold{
    color: #000099;
    font-size: 18px;
    font-weight: bold;
    padding-right: 3px;
    vertical-align: bottom;
}

.Warm{
    color: #990000;
    font-size: 18px;
    font-weight: bold;
    
}
.weatherlastupdated
{
    font-size: 10px;
    font-style: italic;
}

.weatherHeader{

    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: White;
    background: url("http://www.boatpittsburgh.com/forums/images/misc/bgfadesmall.jpg") repeat-x scroll 0 0 transparent;
}

.todayWarm{
    font-size: 20px;
    font-weight: bold;
    color: #990000;
    
}

.weatherTodayDate{
    height: 15px;
}

.weatherFiveDay{
    padding-left: 5px;
}

.borderright{
    border-right: solid 1px black;
}

/*RECENT FORUM TOPICS*/
.homeforumtopictitle
{
    font-size: 11px;
    font-weight: bold;
}

.homeforumtopicmessage{
    font-size: 10px;
    color: Black;
}

.alerttext
{
    font-size: 12px;
}

.rightalignimg{
    border: 0;
    float: right;
    padding-left: 3px;
}

.rightalignthumb{
    border: 0;
    float: right;
    padding-left: 3px;
    width: 125px;
}

.leftalignimg{
    border: 0;
    float: left;
    padding-right: 3px;
}

.filterMainDiv{
    width: 100%;
}

.filterdiv{
    float: left;
    width: 270px;
    height: 30px;
}

.datefilter{
    width: 100px;
}

.filterdivSmall{
    float: left;
    width: 190px;
    height: 30px;
}

.b2bad{
    border: 1px solid black;
    float: left;
    margin-bottom: 20px;
    margin-left: 17px;
    margin-right: 17px;
    overflow: hidden;
}

.daybg{
    width: 61px;
    height: 61px;
    background: #97E2F9;
    padding: 3px;
}

.nightbg{
    width: 61px;
    height: 61px;
    background: #000000;
    padding: 3px;
}

.tinytext{
    clear: both;
    font-size: 9px;

}

.smalltext{
    font-size: 10px;
}

.center{
    text-align: center;
}

.floatright{
    float: right;
}


.black{
    color: #000000;
}

.recenttopicsitem{
    border-bottom: solid 1px #DDDDDD;
    margin-bottom: 2px;
    padding-bottom: 4px;
}

.redadbar {
    background:none repeat scroll 0 0 #990000;
    height:25px;
    padding-top: 2px;
    text-align:center;
    
}

.redadbar a{
color: White;
}


