@charset "UTF-8";
/* CSS Document */

/*/////////  TOC  ////////////

1. GLOBAL

2. HEADER

3. ACCOUNT MENU

4. ACCOUNT CONTENT

5. PROFILE
	5a. AREAS
	5a. IMAGES
	5c. BUSINESSES
	
6. AREA
	6a. DESCRIPTION

//////////  END TOC  /////////*/

/* 1. GLOBAL */
div.languages ul li { border-right:1px solid #656565; }

.error { padding:.8em; background-color:#FFFFCC; color:#FF0000; border:1px solid #FF0000; }

#searchHeader .searchTab.selected { border:1px solid #CF2226; }

#account-dashboard {
    width:100%;
    font-size:12px;
    text-align:left;
}

#account-dashboard .links {
    text-align: center;
	font-size:20px;
	width:75%;
}

#account-dashboard .content, #account-dashboard div.links {
    margin:1em auto;
    width:75%;
}

#account-dashboard td {
	margin: 20px 20px 20px 20px;
}

#account-dashboard .toppromo {
}

#account-dashboard .rightpromo {
	font-size: 12px;
	text-align: left;
	width: 150px;
}

#account-dashboard .header {
	font-weight: bold;
	text-align: left;
	padding-top: 1em;
}

#account-dashboard .button div {
	font-weight: bold;
    text-align: center;
    max-width: 12em;
    font-size:20px;
    border:3px solid;
    -moz-border-radius: 1em;
    padding:0.8em;
    max-width:75%;
    margin-top:0.2em;
    min-height:3em;
}

#account-dashboard .bigger {
	font-size: 150%;
}

#account-dashboard .button .smaller {
	max-height: 1em;
}

#account-dashboard .button a div.a {color:#024769;border-color:#024769;background-color:#95CBE9;}
#account-dashboard .button a div.b {color:#2C5700;border-color:#2C5700;background-color:#AFD775;}
#account-dashboard .button a div.c {color:#511F1F;border-color:#511F1F;background-color:#DE9D7F;}
#account-dashboard .button a:hover div.a {color:#226789;border-color:#226789;background-color:#B5EBFF;}
#account-dashboard .button a:hover div.b {color:#4C7720;border-color:#4C7720;background-color:#CFF795;}
#account-dashboard .button a:hover div.c {color:#713F3F;border-color:#713F3F;background-color:#FEBD9F;}

.big-font {
    font-size:16px;
}
.big-font {
    font-size:24px;
}
.stress {
    font-size:18px;
    margin:2em 0;
    padding:1em;
    border:1px solid silver;
    background-color:white;
    -moz-border-radius: 0.4em;
    color:#333;
    line-height:32px;
}
.stress.error {
    color:maroon;
    font-weight:bold;
}
div#account-dashboard img.tour-dashboard {
    border:2px solid silver;
    background-color:white;
    padding:2px;
    -moz-border-radius: 0.2em;
}
.wrapper#acc-wrapper{padding-top:30px} /* should be 60 when there's no message */
.wrapper-simple { min-height: 0px !important; padding: 20px !important; margin: 20px auto 20px auto !important; }
.cross-account-message {
    margin:20px 0px 40px 0px;
}
.cross-account-message div {
    margin:0px 60px;
}
.cross-account-message strong {
    color:#4C7720;
    font-weight:bold;
}

.smaller {
	font-size: 80%;
}

#account_tabs {
	font-size: 13px;
}

#new_tour .item {
	float:left;
	width: 500px;
	height: 400px;
	text-align:center;
}

#new_tour .item .header {
	height: 60px;
	clear:both;
	text-align:center;
}

#new_tour .item .smallish {
	clear:both;
}

#new_tour .item .smallish div {
	margin: 10px auto;
	width: 33%;
	text-align:center;
	font-size: 16px;
	height: 40px;
}

#new_tour .item .image img , #new_tour .item .image span {
clear:both;
margin:0 auto;
text-align:center;
border-bottom-color: silver;
border-bottom-style: solid;
border-bottom-width: 2px;
border-left-color: silver;
border-left-style: solid;
border-left-width: 2px;
border-right-color: silver;
border-right-style: solid;
border-right-width: 2px;
border-top-color: silver;
border-top-style: solid;
border-top-width: 2px;
display: inline;
font-size: 12px;
height: 192px;
margin: 0 0 0 0;
outline-color: #252525;
outline-style: none;
outline-width: 0px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
vertical-align: baseline;
width: 384px;
}
div.autopublish-details {
    background-color:white;
    padding:10px;
    border:1px solid silver;
}
.as-a-link {
 cursor:pointer;
 color:#526CC2;
 text-decoration:none;
}
.as-a-link:hover {
 color:#252525;
 text-decoration:underline;
}
#account_content .disabled{color:#999999;}
form#signup input, form#signup textarea {
    width:auto;
}
