body {
  background: #FFFEEF;
}

body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}

a {
	color: #960209;/*#006595;*/
	text-decoration: none;
}

a:hover {
	color: #DF971E;
	text-decoration: underline;
}

h1 {
	font-size: 15pt;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

th {
	font-size: 12px;
	text-align: left;
}

form {
	margin: 0px;
}

input, textarea, select, optgroup, option {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

button {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #620D07;
	border: 1px outset #006595;
	color: white;
}

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: green;
	margin-bottom: 5px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 9px;
	font-style: italic;
	color: gray;
}

#header {
	padding: 5px;
}

#logo {
	font-size: 14px;
	font-weight: bold;
}


#logo a {
	color: black;
	text-decoration: none;
}

#logo a:hover {
	color: #DF971E;
	text-decoration: none;
}

#today {
	font-size: 12px;
}

#nav {
	text-align: right;
}

#city {
	font-weight: bold;
	font-size: 11px;
	display: block;
}

#sidebar_left {
	padding-top: 10px;
	background-color: #FDF2D1; /*#F0F4FB*/
	border-left: 0px solid #FDF2D1;
	border-top: 0px solid #FDF2D1;
	border-bottom: 0px solid #FDF2D1;
	border-right: 0px solid #FDF2D1;
}

.buttons td {
	text-align: center;
	background-color: #620D07;
}

.buttons a {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	color: white;
	padding: 1px;
}

#sidebar_left .head {
	font-size: 12px;
	text-transform: uppercase;
	color: #003366;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 0px;
	border-bottom: 0px solid #FDF2D1;
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

#contentcell {
	background-color: #FFFEF7;
	border-top: 7px solid #FDF2D1;
	border-bottom: 7px solid #FDF2D1;
	border-left: 7px solid #FDF2D1;
	border-right: 0px solid #FDF2D1;
}

#content {
	padding: 10px;
}

#path {
	background-color: #FDF2D1;
	font-size: 12px;
	margin-bottom: 5px;
}

#path td {
	padding: 5px 5px 5px 10px;
}

#path a {
	color: #777777;
	text-decoration: none;
}

#path a:hover {
	color: black;
	text-decoration: underline;
}

table.searchbox {
	border: 1px solid #FDF2D1;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}

.eventnav {
	border-bottom: 1px solid #FDF2D1;
	margin-bottom: 10px;
}

table.dir {
}

table.dir_cat {
	
}

table.dir_cat th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-bottom: 5px;
}

table.dir_cat td {

}

table.dir_cat .count {
	color: #999999;
	font-size: 9px;
}

table.dir_cat th .count {
	color: gray;
	font-weight: normal;
	font-size: 9px;
}

table.postlisting { /* Version 5.0 */
}

table.postlisting td { /* Version 5.0 */
	padding: 4px;
}

table.postlisting td.head, table.postlisting tr.head td { /* Version 5.0 */
	font-weight: bold;
	background-color: #FDF2D1;
	border-bottom: 0px solid #FDF2D1;
	border-right: 0px solid #FDF2D1;
	border-bottom: 0px;
}

table.postlisting td.datehead { /* Version 5.0 */
	background-color: #FDF2D1;
	/*border-bottom: 0px solid #FDF2D1;*/
	font-weight: bold;
	border-bottom: 0px;
}

table.postlisting td.icon { /* Version 5.0 */
}

table.postlisting td.icon img { /* Version 5.0 */
}

table.postlisting .posttitle { /* Version 5.0 */
	font-weight: bold;
}

table.postlisting .date { /* Version 5.0 */
	font-style: italic;
}

.postheader { /* Version 5.0 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FDF2D1;
}

.postheader .icon { /* Version 5.0 */
	/*vertical-align: top;*/
}

.postheader .posttitle { /* Version 5.0 */
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postheader .postarea { /* Version 5.0 */
	font-size: 13px;
	font-weight: normal;
}

.post { /* Version 5.0 */
	margin-bottom: 10px;
}

.post .link_marker { /* Version 5.0 */
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.disclosure_no {
	color: gray;
}

.disclosures b {
}

.postpics { /* Version 5.0 */
	margin-bottom: 10px;
	/*border-bottom: 1px solid #FDF2D1;*/
}

.postpics img { /* Version 5.0 */
	border: 1px #FDF2D1;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px #FDF2D1;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
	background-color: FDF2D1;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
	padding: 5px;
}

.head {
	font-weight: bold;
}

.imagecredits a {
}

.imagecredits .count {
	color: #BBBBBB;
	font-size: 10px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

#sidebar_right_cities {
	background-color: #FDF2D1;
	border-left: 0px solid #FDF2D1;
	border-right: 1px solid #FDF2D1;
	border-top: 1px solid #FDF2D1;
	border-bottom: 1px solid #FDF2D1;
	padding: 5px 5px 5px 5px;
}

#sidebar_right {
	background-color: #FDF2D1;
	border-left: 0px solid #FDF2D1;
	border-right: 1px solid #FDF2D1;
	border-top: 1px solid #FDF2D1;
	border-bottom: 1px solid #FDF2D1;
	padding: 5px 5px 5px 5px;
}

#sidebar_right a {
}

.citylist_country {
	display: block;
	color: #620D07;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 2px;
		text-decoration: none;
}

.citylist_city {
	color: #620D07;
	font-weight: normal;
	font-size: 12px;
		text-decoration: none;
}

#footer {
	color: #A0A0A0;
}

#footer td {
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

table.postad {
}

img.thumb {
	border: 1px #FDF2D1;
}

.postpath {
	padding: 5px;
	border: 1px solid #FDF2D1;
	background-color: #FDF2D1;
	font-size: 12px;
	color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}

#search_top {
	margin-bottom: 20px;
	padding: 5px;
	background-color: #FDF2D1;
	border: 1px solid #FDF2D1;
}

.invoice {
	background-color: #FDF2D1;
	border-right: 1px solid #FDF2D1;
	border-top: 1px solid #FDF2D1;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #FDF2D1;
	border-bottom: 1px solid #FDF2D1;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #FDF6EE;
	border-top: 1px solid #FDF2D1;
	border-bottom: 0px solid #FFFEF7;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad, .featuredad td {
	background-color: #FDF6EE;
	border-top: 1px solid #FDF2D1;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: green;
}

.latestposts { /* Version 5.0 */
	background-color: #FDF2D1;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 0px solid #FFFEF7;
	border-top: 1px solid #FDF2D1;
	border-left: 0px solid #FDF2D1;
	border-right: 0px solid #FDF2D1;
}

.latestposts .head { /* Version 5.0 */
	border-top: 0px solid #FDF2D1;
	padding-bottom: 5px;
	color: #620D07;
	font-size: 12px;
}

.latestposts td { /* Version 5.0 */
	border-top: 1px solid #FDF2D1;
	border-bottom: 0px solid #FDF2D1;
}

.adcat {
	font-size: 11px;
	color: black;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;
}

.catlist .cat {
	padding: 1px;
	display: block;
	font-weight: normal;
}

.catlist .cat a {
	font-weight: normal;
}

.catlist .subcat {
	padding: 1px;
	display: block;
	font-weight: normal;
}

.catlist .count {
	color: gray;
	font-weight: normal;
}

.adpreview {
	display: block;
	font-size: 10px;
	color: gray;
}

/* Begin Version 5.0 */
.hits {
	font-size: smaller;
	text-align: right;
}

.wmd-preview {
	border: 1px #FDF2D1;
	background-color: #FDF2D1;
	padding: 10px;
	margin-bottom:  10px;
}
/* End Version 5.0 */

/* Begin Version 5.1 */
#citytitle {
	font-size: 11px;
	font-weight: bold;
}

#citytitle a {
	color: #620D07;
	text-decoration: none;
}

#citytitle a:hover {
	color: #DF971E;
	text-decoration: underline;
}

#demo {
    background-color: #FDF2D1;
    padding: 5px 5px 5px 10px;
    margin: 3px 0px 0px -10px;
    width: 170px;
    font-family: Georgia, serif;
    font-size: 13px;
}

#demo a {
	text-decoration: underline;
	color: crimson;
	margin-left: 5px;
}

.flatnavsep {
	font-weight: bold;
	color: #DF971E;
}

/* End Version 5.1 */




/* Bookmark mod start */
#bookmarktitle {
	font-size: 10px;
	font-weight: bold;
}

#bookmarktitle a {
	color: black;
	text-decoration: none;
}

#bookmarktitle a:hover {
	color: #DF971E;
	text-decoration: none;
}

.bookmarkcell, .bookmarkcell td {
	background-color: #FAF9F6; /*#ECF5FA;*/
	font-size: 10px;
}

.bookmarkcellalt, .bookmarkcellalt td {
	background-color: white; /*#F4FAFD;*/
	font-size: 10px;
}

.bookmarkcell, .bookmarkcell td {
	background-color: #FAF9F6;
	font-size: 10px;
}

.bookmarkcellalt, .bookmarkcellalt td {
	background-color: white;
	font-size: 10px;
}

.savead{
	cursor:pointer;
	display:inline;
	vertical-align:middle;
	font-weight:bold;
	border:0;
	background-color:transparent;
	text-indent:-9999px;
	display:block;
	width:17px;
	height:17px;
	background-image:url(images/stars.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.bookmarktext{
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	color: #FF9900;
}
/* Bookmark mod end   */

div.vs-photo-upload {
    background-color: rgb(238, 238, 238);/* #EAF1F9;*/
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
    border: 2px solid rgb(178, 178, 178);
    -moz-border-radius: 5px 5px 5px 5px;
}
div.vs-photo-upload a {
    color: #CC0000;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

div.remove_uploaded_file {
	cursor: pointer;
    color: #CC0000;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
div.vs-upload-status {
    font-size: 0.8em;
    padding: 10px 0;
}


/* BEGIN Account (If you have a custom design you may need to change these values) */

.acc_row_light {
	background-color: #FFFFFF;
}

.acc_row_dark {
	background-color: #E4EBF8;
}

table.panel_border {
	border: 1px #A5A5A5 solid;
}

#fImage {
   border: 1px #949494 solid;
}

.welcome {
   color: #003366;
   font-weight:bold;
}

/* END Account */
