﻿/* base classes
-----------------------------------------*/

*
{
	font-family:  Arial, Helvetica, sans-serif;
}

body
{
	background: #ffffff;
	background-image: url('../img/background.gif');
	background-repeat: repeat-x;
	border:0;
	color: #000000;
	font-size: 10pt; 
	font-weight: normal; 
	margin: 0;
	padding: 0;
}

img {padding:0;margin:0;border:0;}
p {margin-top: 0;}
div {line-height: 20px;}
h1 {font-size: 18pt; color: #095fb5; margin-top: 0;}
h2 {font-size: 16pt; color: #16a81d; margin: 0 0 3px 0;}
h3 {font-size: 13pt; color: #16a81d; margin: 0 0 3px 0;}
th, td {vertical-align: top;}
input, select, textarea { color: #095fb5; font-size: 10pt; }
ul.redList {margin:10px 0 20px 0; padding-left:20px;}
ul.redList li {margin: 0 0 10px 0; list-style-image: url('../img/icon_head_red.gif'); font-size: 11pt; font-weight: bold;color: #095fb5;}
.systemMessage {color:#4b6c8d;}


/* Content
-----------------------------------------*/
#Content a { color: #095fb5; border-bottom: 1px solid #f40704; text-decoration: none; padding-bottom: 1px;}
#Content a:hover { background-color:#095fb5; color: #fff; border-bottom: 1px solid #095fb5; text-decoration: none;}
#Content {width: 770px; margin:0 auto;}
#Header a.iconLink, #Content a.iconLink {border: 0; padding:0;}
#Header a.iconLink:hover, #Content a.iconLink:hover {border: 0;}
#Content .about {width: 450px; font-size:9pt;margin: 5px 0 5px 0; background: #fff url('../img/Panel_Mid_Bottom.gif') no-repeat left bottom;}
#Content .aboutinner {padding: 0 15px 20px 15px;} 

/* Ratings
-----------------------------------------*/
.smallstar-rating
{
	list-style:none;
	margin-left:5px!important;
	padding:0px!important;
	width: 80px;
	height: 16px;
	position: relative;
	background: transparent url(../img/blank.gif) top left repeat-x;		
}

.star-rating
{
	list-style:none;
	margin-left:5px!important;
	padding:0px!important;
	width: 186px;
	height: 30px;
	position: relative;
	background: url(../img/sprite_star.gif) top left repeat-x;		
}
.star-rating li, .smallstar-rating li
{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.itemListing ul.listings li.current-rating, .itemListing ul.listings li.zero-rating
{
	background-color: Transparent !important;
	border:0 !important;
	padding:0;
}

#Content .star-rating li a {border:0;}
#Content .star-rating li a:hover {border:0;}
.star-rating li a
{
	display:block;
	width:31px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover
{
	background: url(../img/sprite_star.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.zero-star{background: url(../img/sprite_nostar.gif) top right;left:0px;}
.star-rating a.zero-star:hover{background: url(../img/sprite_nostar.gif) top right;left:0px;}
.star-rating a.one-star{left: 31px;}
.star-rating a.one-star:hover{width:62px;}
.star-rating a.two-stars{left:62px;}
.star-rating a.two-stars:hover{width: 93px;}
.star-rating a.three-stars{left: 93px;}
.star-rating a.three-stars:hover{width: 124px;}
.star-rating a.four-stars{left: 124px;}	
.star-rating a.four-stars:hover{width: 155px;}
.star-rating a.five-stars{left: 155px;}
.star-rating a.five-stars:hover{width: 186px;}

.star-rating li.current-rating,
.smallstar-rating li.current-rating
{
	background-color: Transparent !important;
	border:0 !important;
	padding: 0 !important;
	position: absolute;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.star-rating li.current-rating
{
	background: url(../img/sprite_star.gif) left center;
	height: 30px;
}
.smallstar-rating li.current-rating
{
	background: url(../img/star_small.gif) left center;
	height: 16px;
}

/* remove halo effect in firefox */
#Content a{outline: none;}

.ranking {margin-bottom: 10px;}
.rankControl {position:relative;}
.rankTitle {position:absolute; left: 220px; top: 5px; width: 100px;}


/* Text & icons
-----------------------------------------*/
.right {float: right;}
.left {float: left;}
.vTop {vertical-align: top;}
.vMid {vertical-align: middle;}
.centerText {text-align: center;}
.rightText {text-align: right;}
.leftText {text-align: left;}
.warning {color: #ff0000;}
.red {color: #f40704; }
.blue {color: #095fb5; }
.clear {clear: both;}
.note {font-size: 8pt;}
.block {display: block;}
.margRight {margin-right: 10px;}
.icon {height: 16px; width: 16px;}
.margBottom {margin-bottom: 10px;}
/*
.large {height: 150px; width: 150px;}
.medium {height: 100px; width: 100px;}
.small {height: 60px; width: 60px;}
*/
.redline {color: #f40704; background-color: #f40704; height: 2px; border: 0;}
textarea.text, input.text, select.text {width: 200px;}
input.shortText {width: 100px;}
input.miniText {width: 50px;}
select.longText, input.longText {width: 300px;}
textarea.longText {height: 200px; font-size: 10pt; width: 300px;}
textarea.longShallowText {height: 100px; font-size: 10pt; width: 300px;}
.largeIcon {height: 150px; width: 150px;}
.mediumIcon {height: 100px; width: 100px;}
.smallIcon {height: 60px; width: 60px;}
.iconList {font-size: 8pt;float: left;margin: 0 30px 10px 0;text-align: center;	width: 60px;}
#RightPane .iconList {margin: 0 10px 10px 0;}
#Content a.actionImg, #Content .iconList a {border-bottom: none;padding:0;margin: 1px 0 0 0;}


/* Header
-----------------------------------------*/
#Header
{
	background: #fff url('../img/Background_Header.gif') repeat-x top left;
	height: 131px;
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
	position: relative;
}
#Header a { font-family: Verdana, Arial, Helvetica, sans-serif; color: #095fb5; text-decoration: none; border-bottom: 2px solid #f40704; margin-left: 10px; padding-bottom: 1px; }
#Header a:hover { color: #f40704; text-decoration: none; border-bottom: 2px solid #095fb5; margin-left: 10px; }

#Tag
{
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	position: absolute;
	left: 170px;
	top: 80px;
}

#MiniMenu
{
	font-size: 8pt;
	height: 20px;
	right: 10px;
	position: absolute;
	text-align: right;
	top: 0;
}

#MainMenu 
{ 
	height: 20px;
	bottom: 10px;
	position:absolute; 
	left: 160px;
}
#MainMenu a { font-weight: bold; }
#MiniMenu a:hover .red, #MainMenu a:hover .red { color: #095fb5; } 

/* Footer
-----------------------------------------*/
#Footer
{
	border-top: 2px solid #f40704;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 60px 0 50px 0;
	padding: 5px 0 0 0;
	text-align: center;
}

#Footer a { color: #095fb5; border-bottom: 1px solid #f40704; text-decoration: none; padding: 1px; margin: 0 10px 0 10px;}
#Footer a:hover { background-color:#095fb5; color: #fff; border-bottom: 1px solid #095fb5; text-decoration: none;}
#Footer #OBL {border-bottom: 1px solid #095FB5; margin: 0;}

/* LoginSection
-----------------------------------------*/
#LoginSection
{
	background: #fff url('../img/Panel_Login_Bottom.gif') no-repeat bottom left;
	margin: 0 auto;
	padding: 0;
	width: 670px;
}

.smallLoginSection
{
	background: #fff url('../img/Panel_SmallLogin_Bottom.gif') no-repeat bottom left;
	margin: 0;
	padding: 0;
	width: 300px;
}

.commentPanel
{
	background: #fff url('../img/Panel_AddComment.gif') no-repeat top left;
	margin: 0;
	padding: 20px 20px 10px 20px;
	width: 390px;
	height: 280px;
	position: relative;
}
.commentPanel .longText
{
	border: 1px solid #ddd;
	width: 370px;
}

.commentPanel .submitButton
{
	position: absolute;
	bottom: 20px;
	right: 80px;
}

#MainPane .smallLoginSection h1 {padding-left:0;}

#LoginForm
{
	float: left;
	padding: 0 25px 10px 20px;
	margin-right: 19px;
	width: 264px
}

#RegisterIntro
{
	float: left;
	padding: 0 8px 10px 3px;
	width: 320px
}

.wideSection
{
	background: #fff url('../img/Panel_Wide_Bottom.gif') no-repeat bottom left;
	margin: 0 auto;
	padding: 0;
	width: 670px;
}

.wideForm
{
	padding: 0 25px 10px 20px;
}

/* Profile
-----------------------------------------*/
#Profile
{
	margin: 0 auto;
	padding: 0;
	width: 770px;
}

#Profile .personalProfile
{
	border-bottom: 2px solid #f40704;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 770px;
}

#Profile .personalProfile .picture
{
	text-align: center;
	vertical-align: top;
	width: 100px;
}

#Profile .personalProfile .picture a
{
	border-bottom: 2px solid #fff;
	color: #f40704;
	font-weight: bold;
}

#Profile .personalProfile .picture a:hover
{
	background-color: #fff;
	border-bottom: 2px solid #095fb5;
	color: #f40704;
}
.memberlist { width: 750px;}
.detail { width: 620px;}
#Profile .profileDetail, #Profile .detail {padding-left: 20px;}
#Profile .profileDetail th, #Profile .detail th
{
	color: #16a81d;
	font-weight: normal;
	text-align: left;
	width: 100px;
}
#Profile .action
{
	width: 150px;
}
#Profile .action a
{
	background: url('../img/sprite_head_blue.gif') no-repeat 0 -25px;
	border-bottom: 0;
	display: block;
	height: 16px;
	padding-top: 5px;
	padding-left: 20px;
}

#Profile .action a:hover
{
	background: url('../img/sprite_head_blue.gif') no-repeat 0 5px;
	border-bottom: 0;
	color: #f40704;
	height: 16px;
	padding-top: 5px;
	padding-left: 20px;
}

#Profile h1 {margin-bottom: 0;}

.photoProfile .imageCell
{
	width: 280px;
}

.wideForm .detail th
{
	color: #16a81d;
	font-weight: normal;
	padding-left: 20px;
	text-align: left;
	width: 150px;
}

.wideForm .detail td
{
	width: 350px;
}
.wideForm .detail td.full
{
	width: 620px;
}

#ProfileTab
{
	margin-bottom: 4px;
}

#ProfileTab a
{
	margin-right: 20px;
}

/* Listings
-----------------------------------------*/
.itemListing ul.listings
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0;
	width: 610px;
	border:1px solid #e0edfa;
}

.itemListing ul.listings li {padding: 0 2px 15px 2px; background-color:#fafcff;border: 1px solid #fff; position:relative;}
.itemListing ul.listings li.itemType1 {padding-left: 60px;background: url('../img/icon/item1.gif') no-repeat 3px 3px;}
.itemListing ul.listings li.itemType2 {padding-left: 60px;background: url('../img/icon/item2.gif') no-repeat 3px 3px;}
.itemListing ul.listings li.itemType3 {padding-left: 60px;background: url('../img/icon/item3.gif') no-repeat 3px 3px;}
.itemListing ul.listings li.itemType4 {padding-left: 60px;background: url('../img/icon/item4.gif') no-repeat 3px 3px;}
.itemListing ul.listings li.itemType5 {padding-left: 60px;background: url('../img/icon/item5.gif') no-repeat 3px 3px;}
.itemListing ul.listings li.itemType6 {padding-left: 60px;background: url('../img/icon/item6.gif') no-repeat 3px 3px;}
.itemListing ul.listings li.alt {background-color:#e0edfa;}

.itemListing h3
{
	margin: 0;
}
#Content .itemListing h3 a {border-bottom: 0;display:block;padding:2px;}

.itemListing .publishnotes, .itemListing .tags, #MainPane .tags  { font-size: 8pt; width: 450px;}
.itemListing .tags a,  #MainPane .tags a { padding: 1px; display:inline-block;}
.itemListing .publishnotes {margin-top: 5px;}
.itemListing .editItem {position:absolute;bottom: 2px; right: 2px;}
.itemNavigation .itemDisabled, .itemNavigation .itemMore, .itemNavigation .itemActiveNavLink, .itemNavigation a {margin-right: 2px; padding: 1px 3px 1px 3px; display:block; float: left;}
.itemNavigation .itemActiveNavLink {font-weight:bold; color:#fff; background-color: #16a81d; border:1px solid #16a81d;}
.itemNavigation .itemDisabled {color:#ccc; background-color: #fff; border:1px solid #ccc;}
.itemNavigation a {border:1px solid #095fb5;}
.itemNavigation a:hover {border:1px solid #095fb5;}
.itemNavigation {margin-top: 10px;}
.itemListing .listIcon {float:left; padding: 4px;}
.itemListing .listIcon img {margin-top: 2px;}
#Content .itemListing .listIcon a {border-bottom:0; padding-bottom:0;}
#Content .itemListing .listIcon a:hover {border-bottom:0}
.itemListing .itemSection {margin-left: 70px;}
.itemListing .simpleSection {line-height: 15px;}
.itemListing .simpleSection div {line-height: 15px;}

/* LeftPane & RightPane
-----------------------------------------*/
#LeftPane, #RightPane {padding: 0;width: 150px;}
#LeftPane {float: left; margin-right: 20px;}
#RightPane {float: right; margin-left: 20px;}
#LeftPane h2 {text-align:center;margin: 2px 0 2px 0;}
#LeftPane h2 a {padding:0 2px 0 2px; display:block;}

.timeStamp {font-size:8pt; color: #487aab;margin-bottom: 10px; padding-left:10px;}
#MainPane {margin-left: 160px; width: 430px;}
#MainPane h1 {margin-bottom: 0; padding-left:10px;}
#MainPane .mapCell {width:420px; height:300px; overflow:hidden; margin-bottom: 20px;}
#MainPane .article {padding-left:10px;}
hr {width: 100%; height:1px; border:0; background-color:#16a81d;}
.articleAction {margin: 15px 0 15px 0;}

#RightPane .addressPane {font-size:8pt; margin-bottom: 20px;}

/* Tags
-----------------------------------------*/
.tagList {float: right; width: 140px; border: 1px solid #cdf2cf; padding: 0 5px 0 5px; overflow: auto;}
.tagList ul {margin: 10px 0 20px 0;padding: 0;list-style-type: none;}
.tagList li {margin: 0 0 4px 0; font-size: 8pt;}

/* Map
-----------------------------------------*/
#Content .mapCell a, #Content .mapCell a:hover {border-bottom: 0; background-color: Transparent; } 
.mapSearch {display:none;}
.smallWideMapEdit, .smallMapEdit, .fullMapEdit { border: 1px solid #095fb5;display: block;}
.fullMapEdit {height: 300px;width: 600px;}
.smallMapEdit {height: 148px;width: 148px;}
.smallWideMapEdit {height: 298px;width: 418px;}

/* Comments
-----------------------------------------*/

div.bubble {
	width: auto;
	font-size: 9pt;
	margin: 15px 0 15px 0;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #095fb5;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 55px;
	top: 1px;
	background: transparent url(../img/tip-rounded.gif) no-repeat 20px 0;
}

/* searchPanel
-----------------------------------------*/
.searchPanel
{
	color: #f40704;
	font-size: 14pt;
	margin-bottom: 10px;
}

#Content .categorySection h3 a {font-size: 13pt; color: #16a81d; border-bottom: 2px solid #16a81d;}
#Content .categorySection h3 a:hover {background-color: #ffffff; color: #f40704; border-bottom: 2px solid #095fb5;}

.categorySection
{
	padding: 0 10px 15px 0;
	width: 240px;
}

.categorySection a
{
	font-size: 9pt;	margin-right: 5px;
}

.categoryHeading
{
	clear: both;
	padding-top: 20px;
}

.directoryLink {margin: 0 0 15px 70px; font-size: 11pt;}

/* Scriptaculous
-----------------------------------------*/
 div.autocomplete 
 {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	line-height: normal;
	margin:0px;
	padding:0px;
	z-index: 1000;
}
div.autocomplete ul 
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected 
{
	background-color: #98bce0;
}
div.autocomplete ul li 
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}

/* Lightbox
-----------------------------------------*/
#lightbox{
	background-color:#fff;
	padding: 10px;
	
	border-top: 2px solid #5FB0FF;
	border-left: 2px solid #5FB0FF;
	border-bottom: 2px solid #095FB5;
	border-right: 2px solid #095FB5;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}
	