/*
 * Wanna style (Quick & dirty)
 */

/* ---- Item section ---- */
h1.atlas-item-contentheading {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 19px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,  Helvetica,  sans-serif;
	color: white;
	height: 15px;
}
h1.atlas-item-contentheading a {
	color: white;
}
h2.atlas-item-contentheading {
	font-size: 15px;
	font-weight: normal;
	font-family: Arial,  Helvetica,  sans-serif;
	padding-left: 19px;
	color: rgb(89, 152, 201); /* blue */
	height: 10px;
}
h2.atlas-item-contentheading a {
	color: rgb(89, 152, 201); /* blue */
}
.atlas-item-contentheading-vote {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial,  Helvetica,  sans-serif;
	padding-left: 19px;
	color: rgb(89, 152, 201); /* blue */
	height: 10px;
}
th.atlas-item-contentheading {
	background: rgb(0,60,121); /* dark blue */
}
td.atlas-item-contentheading2 {
	/* background: rgb(89, 152, 201); */ /* blue -> Need to rebuild icons... */
	background: #EFEFEF;
	padding-left: 5px;
	padding-right: 5px;
}

table.atlas-world td.atlas-world {
	padding: 0px;
	margin: 0px;
}

table.atlas-list-continents {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: dotted 1px #999;
}
table.atlas-item-contentheading {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-style: none;
	/* background-color: rgb(227, 241, 255); */
	border-bottom: dotted 1px #999;
}
table.atlas-item-contentheading2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-style: none;
	border-bottom: dotted 1px #999;
}
.wanna_ico-dive-site {
	background-image: url(/template/wannaskin/images/wanna-icon-scuba.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-delete {
	background-image: url(/template/wannaskin/images/wanna-icon-delete.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}

.div_content {
	margin: 0px;
	padding-left:0px;
	padding-right:15px;
	width:650px;
}

#header-search {
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	float: right;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

#header-search input:focus, #header-search textarea:focus {
	background-color: #ffffcc;
	color: #000000;
}

#searchCriteria, .searchCriteria {
	background-color: #ffffff;
	background-image: url(/template/wannaskin/images/loupe16.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 19px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #001884;
	line-height: 18px;
	margin: 5px 0;
}


/* ---- Page Blocks ---- */

#wanna_twocols-left {
	/* background:#9c9; */
	float:left;
	width:310px;
	padding-left: 5px;
	padding-right: 5px;
	}

#wanna_twocols-right {
	/* background:#c9c; */
	float:right;
	width:310px;
	padding-left: 5px;
	padding-right: 5px;
	}

#wanna_onefullcol {
	/* background:#f1a; */
	float:right;
	width: 650px;
	padding-left: 5px;
	padding-right: 5px;
	}

.wanna_world-map-stats {
	padding-bottom: 15px;
}
.wanna_world-map-img {
	width: 200px;
	height: 100px;
	float: left;
	margin: 5px;
}
.wanna_mobile-img {
	float: left;
	margin-right: 2px;
}

.wanna_socnet-img {
	float: right;
	margin-left: 5px;
}

/* ---- Titles ---- */
.action-title {
	padding-top: 3px;
}

/* ---- Homepage Random Photo ---- */
#wanna_random-photo li {
	padding-bottom: 15px;
	background-image: url(/template/wannaskin/images/spacer.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#wanna_random-photo img{
	border-style:ridge;
	border-color: black;
	border-width:0px;
      }
.wanna_random-photo td{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 3px;
      }

.wanna-big-url {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
}

/* ---- Thumbernail ---- */
img.wanna_thumb-photo {
	border-style:ridge;
	border-color: black;
	border-width:2px;
      }

/* ---- Latest news: Spot, Zone, Countries, Site ---- */
#wanna_news-homepage {
	padding-left: 5px;	
}
#wanna_news h3{
	padding-top: 15px;
	padding-bottom: 10px;
}

/* ---- Continent maps ---- */
.wanna_continent-map {
	border-style:solid;
	border-color: black;
	border-width:1px;
}

/* ---- country list URLs without spots ---- */
a.wanna_countryWithNoSpot {
	color: rgb(100,100,100);
	text-decoration: none;
}

/* ---- Atlas item actions ---- */
#wanna_inline-menu-holder{
	background:#DDDDDD;
	float:right;
	width:160px;
	padding:0px;
	border-style:solid;
	border-color: #DDDDDD;
	border-width:1px;
}
.wanna_inline-menu-header{
	background-color:#DDDDDD;
	padding-top: 0px;
}
#wanna_inline-menu-holder h3 {
	font-size:11px;
	padding-left: 2px;
}
.wanna_inline-menu{
	background-color:#F7F6F6;
	width:160px;
	padding: 0px;
}
.wanna_inline-menu-content{
	background-color:#F7F6F6;
	padding: 0px 5px 5px 5px;
}

/* ---- Action icons: Country, Zone, Spot, Logbook, FLM... ---- */
.wanna_ico-additional-map {
	background-image: url(/template/wannaskin/images/wanna-icon-globe.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-print {
	background-image: url(/template/wannaskin/images/wanna-icon-printButton.png) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-edit {
	background-image: url(/template/wannaskin/images/wanna-icon-edit.png) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-comment {
	background-image: url(/template/wannaskin/images/wanna-icon-comment.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-forecast {
	background-image: url(/template/wannaskin/images/wanna-icon-forecast.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 19px;
	padding-right: 19px;
}
.wanna_ico-download {
	background-image: url(/template/wannaskin/images/wanna-icon-download.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-kml {
	background-image: url(/template/wannaskin/images/wanna-icon-kml.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-pdf {
	background-image: url(/template/wannaskin/images/wanna-icon-pdf.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-rate {
	background-image: url(/template/wannaskin/images/wanna-icon-star.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-contributors {
	background-image: url(/template/wannaskin/images/wanna-icon-users.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-user {
	background-image: url(/template/wannaskin/images/wanna-icon-user.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.wanna_ico-gps_history {
	background-image: url(/template/wannaskin/images/wanna-icon-satellite.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-add-log {
	background-image: url(/template/wannaskin/images/wanna-icon-add-log.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-show-item {
	background-image: url(/template/wannaskin/images/wanna-icon-new.png) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-check {
	background-image: url(/template/wannaskin/images/wanna-icon-checked.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-uncheck {
	background-image: url(/template/wannaskin/images/wanna-icon-unchecked.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-help {
	background-image: url(/template/wannaskin/images/wanna-icon-help.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-rss {
	background-image: url(/template/wannaskin/images/wanna-icon-rss.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-notice {
	background-image: url(/template/wannaskin/images/wanna-icon-notice.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-warning {
	background-image: url(/template/wannaskin/images/wanna-icon-warning.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-add {
	background-image: url(/template/wannaskin/images/wanna-icon-add.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-back {
	background-image: url(/template/wannaskin/images/wanna-icon-back.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_linkarrow {
	background-image: url(/template/wannaskin/images/wanna-icon-front.gif) ; /* ---- Link arrow (Add spot, etc.) ---- */
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-big-forward {
	background-image: url(/template/wannaskin/images/forward.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 10px;
	padding-bottom: 13px;
	padding-left: 35px;
}
.wanna_ico-item-navigation {
	background-image: url(/template/wannaskin/images/wanna-icon-control.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-item-camera {
	background-image: url(/template/wannaskin/images/wanna-icon-camera.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-small-arrow {
	background-image: url(/template/wannaskin/images/wanna-icon-arrow.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	list-style: none;
}
.wanna_ico-google-maps {
	background-image: url(/template/wannaskin/images/wanna-icon-google-maps.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 17px;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}
.wanna_ico-google-maps-right {
	background-image: url(/template/wannaskin/images/wanna-icon-google-maps.gif) ;
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	list-style: none;
	width: 200px;
}
.wanna_ico-gps-device {
	background-image: url(/template/wannaskin/images/wanna-icon-gps-device.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 17px;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}
.wanna_ico-facebook {
	background-image: url(/template/wannaskin/images/facebook-icon.png) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-myspace {
	background-image: url(/template/wannaskin/images/myspace-icon.png) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-blogger {
	background-image: url(/template/wannaskin/images/blogger-icon.png) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}
.wanna_ico-igoogle {
	background-image: url(/template/wannaskin/images/igoogle-icon.png) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
}

/* ---- Pre/Code --- */
code {
	font-size: 10px;
	background-color: #f9f9f9;
}
pre {
	font-size: 6px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #2f6fab;
	border-right-color: #2f6fab;
	border-bottom-color: #2f6fab;
	border-left-color: #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

/* ---- Item section ---- */
h1.contentheading {
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	height: 10px;
}
h2.wanna_item-section {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	height: 10px;
	background-color: #EAEAEA;
}
h3.wanna_item-section {
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	height: 10px;
}

/* ---- Zone & Spot table ---- */
.wanna_item-list {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 250px;
}
th.wanna_item-list {
	border: 1px solid #DDDDDD;
	padding-right: 3px;
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-weight: bold;
	text-align: center;
}
td.wanna_item-list {
	border: 1px solid #DDDDDD;
	/* padding-right: 3px; */
}
.wanna_zone-season {
	text-align: center;
	font-size: 9px;
}

/* ---- Comments ---- */
.wanna_comment-container {
	background-image: url(/template/wannaskin/images/wanna-icon-comment.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
.wanna_admin-comments {
	background-color: #DDD;
}

/* ---- Spot page ---- */
#wanna_twocols-spot-left {
	/* background:#9c9; */
	float:left;
	width:340px;
	padding-left: 3px;
	padding-right: 2px;
	border-right: 1px dotted;
	}
#wanna_twocols-spot-right {
	/* background:#c9c; */
	float:right;
	width:300px;
	padding-left: 3px;
	padding-right: 3px;
}
#wanna_spot-title {
	float:left;
	width:450px;
	padding-left: 3px;
	padding-right: 2px;
	}
#wanna_spot-rating {
	float:right;
	width:150px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
}
.wanna_item-data-title {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #888;
	text-align: left;
}
.wanna_brothers{
	text-decoration: none; 
  	font: 9px/11px Verdana,Arial,Geneva,Helvetica,sans-serif;
	color: black;
	border: 1px solid black;
	margin: 0px;
	width: 110px;
}

/* ---- Long lists ---- */
ul.longlist {
	padding: 0px;
}
li.longlist-spot {
	background-image: url(/template/wannaskin/images/wanna-icon-arrow.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	list-style: none;
}
li.longlist-zone {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	list-style: none;
}


/* ---- Encadrement bloc ---- */
.encadre {
	padding: 5px 5px 5px 5px;
	border: 1px dashed;
	border-color: rgb(206,0,0); /* rouge */
}

/* ---- Popup ---- */
.popupBackground {
	background-color: rgb(255,255,204);
}

/* ---- Default toggle div ID ---- */
#defaultToggle {
	margin: 0px 20px 0px 20px;
	display: none;
	background-color: rgb(255,255,204);
}

/* ---- miniMenu ---- */
.miniMenu {
	background-color: #ffe5e5;
	width:160px;
	border-top: solid 1px #f00;
	border-bottom: solid 2px #f00;
}
div#copyright a:link, div#copyright a:visited {
	color: #fff;
}
.readmoreblog {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid grey;
}

/* Formatting (from WS) */
td.wc_center {
	text-align:center;
}

td.wc_right {
	text-align:right;
}

td.wc_left {
        text-align:left;
}

td.wc_bottom {
        vertical-align:bottom;
}

/* ---------- Advertizing ---------- */
img.wanna_Advert{
	padding-top: 5px;
}
.wanna_homeBox {
	padding-top: 6px;
	padding-right: 0pt;
	padding-bottom: 12px;
	padding-left: 0pt;
}
.wanna_homeBoxHeader {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
}
.wanna_HeaderBanner {
	float: right;
	text-align:center;
	width: 650px;
}


/*--- Yellow Pages ---------------------*/

div.wanna-yp-wrapper {
	width: 640px;
}

table.wanna-yp {
	width: 300px;
}

div.wanna-yp-small {
	text-align: left;
	padding-left: 5px;
}

li.wanna-yp-small {
	padding-top: 0px;
	padding-bottom: 0px;
}

td.wanna-yp-small {
	background-color: rgb(255,238,221);
}

td.wanna-yp-advert-column {
	background-color: rgb(219,12,65);
	width: 15px;
}

td.wanna-yp-advert-column-inv {
  	font: bold 12px/14px Verdana,Arial,Geneva,Helvetica,sans-serif;
	color: rgb(158,27,52);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
option.wanna-yp-countryStyle {
	font-family: Verdana, Arial, Sans-Serif; 
	font-size : 12px;
	color: black;
	font-weight: bold;	
}
option.wanna-yp-zoneStyle {
	font-family: Verdana, Arial, Sans-Serif; 
	font-size : 12px;
	color: black;	
}

/*--- Forecast -----------------*/
td.forecast_list{
	padding: 2px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid black;
	background-color: rgb(227,241,255);
	text-align: center;
}

td.forecast_list_label{
	background-color: rgb(89,152,201);
	color: white;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid black;
}

/*--- AJAX AddSpot Interface -------*/
#mapViewerAddSpot {
     width: 680px;
     height: 590px;
     display:inline;
     padding: 0px 0px 0px 0px;
}
