/*ERIC MEYER'S BROWSER CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*ERIC MEYER'S BROWSER CSS RESET*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #fffeee;
}
button:hover{
	cursor: pointer;
}
div#content {
	margin:0px auto;
	width: 100%;
	height: 100%;
	background: #fffeee;
}
div#header {
	height: 98px;
	top: 0px;
	position: absolute;
	left: 265px;
	right: 10%;
	min-width: 600px;
}
* html div#header {
	width: 700px;
	right: auto;
}
a.register {
	font-size: 1.2em;
	margin-right: 10px;
}
div#header div#logo {
	float: left;
	margin-top: 10px;
}

div#header div#wifiEverywhere {
	float: right;
	margin-top: 20px;
}

div#header div#user {
	position: absolute;
	left: 150px;
	top: 60px;
}
div#header div#user h2 {
	font-size: 1.5em;
	color: #fbb034;
	margin-left: 5.2em;
	float: left;
	font-weight: bold;
	display: block;
}


div#header div#headerButtons {
	position: absolute;
	right: 0em;
	top: 60px;
	width: 300px;
}
div#header div#controlPanel {
	float: right;
}
div#header div#controlPanel a {
	position: relative;
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0.3em;
	color: #002b5c;
	border: solid 1px #002b5c;
	background-color: #fbb034;
}
div#header div#controlPanel a:hover {
	background-color: #e86c1f;
}
div#header div#controlPanel a:active {
	background-color: #e86c1f;
	color: #fff;
}

div#header div#langSelection {
	margin-top: 5px;
	float: right;
}
div#header div#langSelection a {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 5px;
	color: #002b5c;
	text-transform: uppercase;
}
div#header div#langlistContainer {
	position: absolute;
	right: 0em;
	top: 0;
}
div#header ul#langlist {
	position: absolute;
	left: 1em;
	top: 0;
	display: block;
	border: solid 1px #002b5c;
	background-color: #FFF;
	z-index: 2000;
}
div#header ul#langlist li {
	clear: both;
}
div#header ul#langlist li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #002b5c;
	font-weight: bold;
}
div#header ul#langlist li a:hover {
	text-decoration: underline;
}
div#header ul#langlist li a img {
	float: left;
	margin-right: 5px;
}

div#mapAndInterface {
	height: 100%;
	width: 100%;

}
div#IEalertContainer {
	width: 300px;
	position: absolute;
	z-index: 200;
	top: 105px;
	left: 270px;
	display: none;
}
* html div#IEalertContainer {
	display: block;
}
div#IEalert .inner {
	margin-top: 10px;
	padding: 0 10px 10px;
}
div#IEalert .inner p {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
}
div#IEalert .inner img {
	margin-left: 55px;
}
div#IEalert .inner img.close {
	float: right;
	margin: 0 0 10px 10px;
	cursor: pointer;
}
div#map {
	position: absolute;
	top: 100px;
	bottom: 20px;
	left: 265px;
	right: 10%;
	border: 2px solid #002b5c;
	min-width: 600px;
}
* html div#map {
	position: absolute;
	bottom: auto;
	right: auto;
	width: 700px;
	height: 500px;
}
div#interface {
	position: absolute;
}
* html div#interface {
	position: absolute;
}
div.container {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1em;
	width: 500px;
}

div.container div.top {
	position: relative;
	top: 0px;
	height: 28px;
	overflow: hidden;
}

div.container .topLeft {
	position: relative;
	background: url(http://static.fon.com/images/maps/interface/topLeft80border.png) no-repeat left top;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
* html div.container .topLeft {
	background: url(http://static.fon.com/images/maps/interface/topLeftIE6border.png) no-repeat left top;
}
div.container .topLeft img {
	cursor: pointer;
}

div.container .topRight {
	position: relative;
	background: url(http://static.fon.com/images/maps/interface/topRight80border.png) no-repeat right top;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
* html div.container .topRight {
	background: url(http://static.fon.com/images/maps/interface/topRightIE6border.png) no-repeat right top;
}
div.container .topRight img {
	cursor: pointer;
}

div.container div.content {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(http://static.fon.com/images/maps/interface/80percent.png) repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 2px solid #002b5c;
	border-left: 2px solid #002b5c;
	overflow: auto;
}
* html div.container div.content {
	background: #FFFFFF url(none) repeat;
}
div.container div.content a {
	color: #8a181a;
	text-decoration: none;
}
div.container div.content a:hover {
	text-decoration: underline;
}
div.container div.content h4 {
	margin: 5px 10px;
	font-size: 1.5em;
	color: #8a181a;
	text-align: center;
}
div.container div.content p {
	margin: 0.5em 1em;
	font-size: 1em;
}
div.container div.content ul {
	margin: 0.5em 1em;
}
div.container div.content form {
	width: 150px;
	margin: 0 auto;
}
div.container div.content form label {
	display: block;
	color: #002b5c;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
div.container div.content form label.checkboxLabel {
	display: inline;
}
div.container div.content form input.text {
	border: 1px solid #002b5c;
	margin: 0;
	width: 148px;
}
div.container div.content form input.submit {
	float: right;
	cursor: pointer;
}
div.container div.content form select {
	border: solid 1px #002b5c;
	margin: 0;
	width: 148px;
}
div.container div.content .line {
	margin: 10px auto;
}
div.container div.content .type {
	font-weight: bold;
}
div.container div.content .type img {
	vertical-align: middle;
}
div.container div.content .who {
	margin: 0.5em 1em;
	padding-bottom: 10px;
}
div.container div.content .who img.avatar {
	border: solid 1px #0d72b9;
	float: left;
	position: relative;
	margin-right: 5px;
}
div.container div.content .who img.neuf_friend {
	float: left;
	position: relative;
	margin-right: 5px;
}
div.container div.content .who h4 {
	font-weight: bold;
	text-align: left;
}
div.container div.content .who p {
	margin-bottom: 20px;
}
div.container div.content .who a {
	float: right;
	position: relative;
}
div.container div.content .what {
	margin: 0.5em 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #002b5c;
	float: left;
	clear: both;
	width: 286px;
}
div.container div.content .what .type a {
	display: block;
	margin: 0.5em 1em;
	color: #000000;
}
div.container div.content .what .type a:hover {
	text-decoration: none;
}
div.container div.content .what .greeting {
	clear: both;
}
div.container div.content .what ul.options {
	width: 262px;
	display: block;
	margin: 15px auto 0;
}
div.container div.content .what ul.options2 {
	width: 178px;
	display: block;
	margin: 15px auto 0;
}
div.container div.content .what ul.options li,
div.container div.content .what ul.options2 li {
	display: inline;
	margin: 5px;
}
div.container div.content .what ul.options li a,
div.container div.content .what ul.options2 li a {
	display: block;
	padding: 5px;
	width: 74px;
	height: 84px;
	float: left;
	text-align: center;
	text-decoration: none;
}
div.container div.content .what ul.options li a:hover,
div.container div.content .what ul.options2 li a:hover {
	text-decoration: underline;
}
div.container div.content .what ul.options li a.shareLocation,
div.container div.content .what ul.options2 li a.shareLocation {
	background: url(http://static.fon.com/images/maps/interface/ShareLocation.png) no-repeat left top;
	margin-right: 5px;
}
div.container div.content .what ul.options li a.sendMessage,
div.container div.content .what ul.options2 li a.sendMessage {
	background: url(http://static.fon.com/images/maps/interface/SendMessage.png) no-repeat left top;
	margin-right: 5px;
}
div.container div.content .what ul.options li a.viewFonSpot,
div.container div.content .what ul.options2 li a.viewFonSpot {
	background: url(http://static.fon.com/images/maps/interface/PreviewFONSpot.png) no-repeat left top;
}

div.container div.content .other {
	margin: 0.5em 1em;
	padding-top: 5px;
	border-top: 1px solid #002b5c;
	float: left;
	width: 286px;
}
div.container div.content .other p {
	text-align: center;
}
div.container div.content .other a {
	color: #000;
}
div.container div.content img.retailer {
	
}
div.container div.content .retailer p {
	text-align: center;
}
div.container div.content .retailer .type p {
	text-align: left;
}

div.container div.bottom {
	position: relative;
	bottom: 0px;
	height: 27px;
	overflow: visible;
}

div.container .bottomLeft {
	float: left;
	padding-bottom: 27px;
	padding-left: 27px;
	background: url(http://static.fon.com/images/maps/interface/bottomLeft80border.png) no-repeat left bottom;
}
* html div.container .bottomLeft {
	background-image: url(http://static.fon.com/images/maps/interface/bottomLeftIE6border.png);
}

div.container .bottomRight {
	float: right;
	background: url(http://static.fon.com/images/maps/interface/bottomRight80border.png) no-repeat right bottom;
	padding-right: 27px;
	padding-bottom: 27px;
}
* html div.container .bottomRight {
	background-image: url(http://static.fon.com/images/maps/interface/bottomRightIE6border.png);
}

div.container .handle {
	cursor: move;
	height: 28px;
	margin-right: 28px;
	margin-left: 28px;
	background: url(http://static.fon.com/images/maps/interface/80percent.png) repeat;
	text-align: center;
	display: block;
}
div.container .top .handle {
	border-top: solid 2px #002b5c;
}
div.container .bottom .handle {
	border-bottom: solid 2px #002b5c;
	height: 26px;
}
* html div.container .handle {
	background: #FFFFFF url(none) repeat;
}
div.container .handle img {
	left: 50%;
}
div.container .handle h2 {
	font-size: 1.5em;
	color: #002b5c;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: bold;
}

td.nodeDataTitle, td.containerTitle {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
div#directions {
	height: 200px;
	overflow: auto;
}
div.controlPanelSection {
	clear: both;
}
div.controlPanelSection h3 {
	background-color: #fffeee;
	border-top: 1px solid #002b5c;
	padding: 5px 1.5em;
	font-size: 1.5em;
	color: #0d72b9;
	font-weight: bold;
}
div.content div.controlPanelSection h3 a {
	color: #0d72b9;
}
div.content div.controlPanelSection h3 a:hover {
	text-decoration: none;
}
div.controlPanelSection h3 img {
	vertical-align: middle;
	margin-right: 10px;
}
* html div.controlPanelSection h3 img {
	vertical-align: bottom;
}
*+html div.controlPanelSection h3 img {
	vertical-align: bottom;
}
div.controlPanelSectionContent {
	padding: 10px 1em;
	border-top: 1px solid #002b5c;
}
div#legendPanel table td h4 {
	font-size: 1.2em;
	margin-top: 1em;
	font-weight: bold;
}
div#lastControlPanel {
	border-bottom: 1px solid #002b5c;
}
#filters {
	clear: both;
}
#normalSearch ul {
	display: block;
}
div.container div.content #normalSearch .line {
	margin: 0 auto 5px;
}
div.container div.content #normalSearch .line label {
	margin-bottom: 2px;
	font-size: 1em;
}
div.container div.content #normalSearch .line input.text {
	font-size: 1em;
}
#normalSearch ul li {
	display: inline;
}
* html div.container div.content #normalSearch ul {
	margin: 0.2em 0.5em;
}
#searchForm {
	margin-bottom: 10px;
}
#searchForm input.submit {
	margin-bottom: 10px;
}
div.container div.content form#status {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#normal_places {
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
}
.filterButton {
	margin: 0.5em 1em 1em;
	clear: both;
}
.filterButton a{
	font-weight: bold;
}
.filterButton a p{
	color: #333333;
}
.filterButton img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}


#legendPanel table {
	width: 220px;
	margin: 0 auto;
	border: none;
}
#legendPanel table td {
	font-size: 1.2em;
	color: #002b5c;
	padding: 2px;
}
#legendPanel table img {
	vertical-align: middle;
}


#toolsPanel ul {
	text-align: center;
}
#toolsPanel ul li {
	margin-bottom: 5px;
	font-size: 1.2em;
}

div#poisLink {
	clear: both;
	padding: 15px 0 5px;
	text-align: center;
}
div#poisLink a {
	font-size: 1.7em;
	font-weight: bold;
}
div#poisLink p {
	font-size: 1.2em;
}
div#poisLink a#viewLink {
	font-size: 1em;
	font-weight: normal;
}


#offerPanel {
	background-color: #fff;
}






.module_fonero {
	margin: 0.5em 1em;
}
.module_fonero #photo {
	float: right;
}
.module_fonero #photo img {
	border: solid 1px #002b5c;
}
.module_fonero #video {
	float: left;
}
.module_fonero #text {
	clear: both;
	padding-top: 1em;
}
.module_fonero h2 {
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1.5em;
	color: #0d72b9;
	font-weight: bold;
}
.module_fonero h3 {
	text-align: center;
}
.module_fonero h4 {
	margin: 0 0 1em 0;
}
.module_fonero #text p {
	text-align: center;
}






.module_btfonero {
	margin: 0.5em 1em;
}
.module_btfonero #photo {
	float: right;
}
.module_btfonero #photo img {
	border: solid 1px #002b5c;
}
.module_btfonero #video {
	float: left;
}
.module_btfonero #text {
	clear: both;
	padding-top: 1em;
}
.module_btfonero h2 {
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1.5em;
	color: #0d72b9;
	font-weight: bold;
}
.module_btfonero h3 {
	text-align: center;
}
.module_btfonero h4 {
	margin: 0 0 1em 0;
}
.module_btfonero #text p {
	text-align: center;
}










/*========================================================================
MESSAGES SENDER START
========================================================================*/
#messageSender {
	width: 300px;
	margin: 0 auto;
}
#messageSender form {
	width: 300px;
	margin: 0 auto;
}
#messageSender label {
	display: block;
	color: #002b5c;
	font-size: 1.5em;
	margin-top: 10px;
	clear: both;
}
#messageSender .to {
	clear: both;
	margin-bottom: 5px;
	width: 240px;
}
#messageSender .to img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	border: solid 1px #0d72b9;
}
#messageSender .form_error {
	margin: 0 0 0 25px;
	color: #bf2b2e;
	font-weight: bold;
	width: 200px;
}
#messageSender #msg_to0 .form_error {
	margin: 0 0 0 25px;
}
#messageSender #msg_to0 input.text {
	width: 165px;
}
#messageSender #msg_to0 .auto_complete {
	width: 173px;
	left: 60px;
}
#messageSender #fieldWrapper0 {
	position: relative;
	z-index: 100;
}
#messageSender #fieldWrapper1 {
	position: relative;
	z-index: 90;
}
#messageSender #fieldWrapper2 {
	position: relative;
	z-index: 80;
}
#messageSender #fieldWrapper3 {
	position: relative;
	z-index: 70;
}
#messageSender #fieldWrapper4 {
	position: relative;
	z-index: 60;
}
#messageSender input.text {
	border: solid 2px #002b5c;
	font-weight: bold;
	font-size: 1.5em;
	color: #0d72b9;
	width: 200px;
}
#messageSender .auto_complete {
	background-color: #fff;
	position: absolute;
	left: 25px;
	top: 2.4em;
	z-index: 100;
	width: 208px;
}
#messageSender .auto_complete ul {
	max-height: 100px;
	overflow: auto;
	padding: 2px 2px 2px 5px;
	background: #fffeee;
	border-right: 2px solid #002b5c;
	border-bottom: 2px solid #002b5c;
	border-left: 2px solid #002b5c;
}
#messageSender .auto_complete ul li {
	cursor: pointer;
	margin: 0px;
	background: #fffeee;
	font-weight: bold;
	color: #0d72b9;
}
#messageSender .auto_complete ul li:hover {
	background: #ddd;
}
#messageSender #moreOrLess {
	float: right;
	clear: both;
	margin-top: -25px;
}
#messageSender #moreOrLess img {
	cursor: pointer;
}
#messageSender textarea {
	border: solid 2px #002b5c;
	width: 100%;
	font-weight: bold;
	font-size: 1.5em;
	color: #0d72b9;
	height: 100px;
}
#messageSender .subject input.text {
	width: 100%;
	border: solid 2px #002b5c;
}
#messageSender .message p {
	font-size: 1em;
	margin: 5px 0;
}
#messageSender .message p.charactersLeft {
	font-size: 1.3em;
}
#messageSender .message p span {
	color: #8a181a;
	font-size: 1.5em;
}
#messageSender .send {
	float: right;
}
#messageSender .send input.submit {
	font-size: 2em;
	font-weight: bold;
	border: none;
	color: #fbb034;
	background-color: #002b5c;
}
/*========================================================================
MESSAGES SENDER END
========================================================================*/













img.clickable {
	cursor: pointer;
}

.tabPanel {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tabPanel a {
	float: left;
	display: inline;
	color: #000000;
	text-decoration: none;
	padding: 1px 3px 0px 3px;
}

.tabPanel li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: black;
}

.selected {
	font-weight: bold;
}


.notSelected {
	font-weight: normal;
	background-color: #dddddd;
}

.notSelected a:hover {
	background-color: #f8993a;
}


.selected a:hover {
}

.selected a {
}

div.chatMessages {
	width: 300px;
	height: 300px;
	overflow: auto;
	border: 1px solid black;
	padding: 2px;
	margin: 0px 0px 10px 0px;
}

div.chatMessages p {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}


.warning {
	color: #bf2b2e;
	font-weight: bold;
	text-align: center;
}
.error {
	color: #bf2b2e;
	font-weight: bold;
}

div.correct {
	margin: 0.5em 1em;
	border:2px solid #0d72b9;
	color: #002b5c;
	font-size: 1.3em;
	padding: 10px 10px 20px 45px;
	background: #fffeee url(http://static.fon.com/images/common/good.png) no-repeat 5px 5px;
}
div.alert {
	margin: 0.5em 1em;
	border:2px solid #fbb034;
	color: #e86c1f;
	font-size: 1.3em;
	padding: 10px 10px 20px 45px;
	background: #fffeee url(http://static.fon.com/images/common/attention.png) no-repeat 5px 5px;
}

div.error {
	margin: 0.5em 1em;
	border:2px dashed #bf2b2e;
	color: #8a181a;
	font-size: 1.3em;
	background: #fffeee url(http://static.fon.com/images/common/bad.png) no-repeat 5px 5px;
	padding: 10px 10px 20px 45px;
}
div.form_error_messages {
	margin: 0.5em 1em;
	border:2px dashed #bf2b2e;
	color: #8a181a;
	font-size: 1.3em;
	background: #fffeee url(http://static.fon.com/images/common/bad.png) no-repeat 5px 5px;
	padding: 10px 10px 20px 45px;
}
	
/*WIDTH FOR DIFFERENT CONTAINERS*/

#warningContainer {
	width: 160px;
}
#loginContainer {
	width: 210px;
}
#downloadsContainer {
	width: 210px;
}
#sendMailContainer {
	width: 210px;
}
#shareContainer {
	width: 210px;
}
#addContactContainer {
	width: 210px;
}
#nodeDataContainer {
	width: 310px; 
}
#controlsContainer {
	width: 255px;
}
#directionsContainer {
	width: 350px;
}
#sendMessageContainer {
	width: 400px;
}
#accessPortalPreviewContainer {
	width: 500px;
}
#welcomeContainer {
	width: 500px;
}
