.tborder
{
	border: 1px solid #a1a199;
	text-decoration: none;
}
.tcat
{
	background: #e5e5d0 url('/images/headerFadeTan.gif') repeat-x;;
	color: #860800;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 5px;
}
.tcat a:link, .tcat_alink
{
	color: #860800;
	text-decoration: underline;
}
.tcat a:visited, .tcat_avisited
{
	color: #860800;
	text-decoration: underline;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #A77C1F;
	text-decoration: underline;
}
.thead
{
	background: #e5e5d0;
	color: #860800;
	font-size: 11px;
	font-weight: bold;
}
.thead a:link, .thead_alink
{
	color: #860800;
}
.thead a:visited, .thead_avisited
{
	color: #860800;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #A77C1F;
}
.tfoot
{
	background: #e5e5d0;
	color: #860800;
}
.tfoot a:link, .tfoot_alink
{
	color: #860800;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #860800;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #A77C1F;
}
.inlinemod
{
	background: #FFFFCC;
	color: #000000;
}
.navbar
{
	font-size: 1em;
	padding:7px 5px 7px 17px;
	background: url('/images/icon_sun.gif') no-repeat center left;
}
.navbar a:link, .navbar_alink
{
	color: #b00;
}
.navbar a:visited, .navbar_avisited
{
	color: #b00;
}
.navbar a:hover, .navbar a:active, .navbar_ahover
{
	background: #ffc;
	color: #600;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.fjsel
{
	background: #6D7693;
	color: #f7f7f7;
}
.fjdpth0
{
	background: #F7F7F7;
	color: #000000;
}
.panel
{
	color: #000000;
	padding: 10px;
	border: 1px outset;
}
.panelsurround
{
	color: #000000;
}
legend
{
	color: #000000;
	font-size: 11px;
}
.vbmenu_control
{
	background: #e5e5d0 url('/images/headerFadeTan.gif') repeat-x;;
	color: #860800;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #860800;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #860800;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	background: #ffffcc;
}
.vbmenu_popup
{
	background: #fffff6;
	color: #000000;
	border: 1px solid #0B198C;
}
.vbmenu_option
{
	color: #000000;
	font-size: 11px;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #000000;
}
.vbmenu_hilite
{
	color: #000000;
	font-size: 11px;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #000000;
	text-decoration: underline;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }

.featured {
padding: 0px 8px 8px 8px;
margin: 0 0 10px 0;
}

.quoteBox {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #A7A795;
border-right: 1px solid #A7A795;
}


/* FEATURE BOX */
.borderBox {
padding: 2px;
border: 1px solid #eed;
}
.borderBox div {
padding: 2px;
border: 1px solid #eed;
background: url('/images/bg_features3.gif') repeat-x #fffff6;
}

/* BREADCRUMB BOX */
#breadcrumb {
/*
background: #fcfcfc url('/images/bg_features3.gif') repeat-x;
border-top: 4px solid #eed
*/
margin-top:30px;
padding-bottom:8px;
border-bottom: 3px solid #000;
}
#breadcrumb div.breadcrumb {
/*
	background: url('/images/icon_sun.gif') no-repeat center left;
	border-top: 1px solid #ccd;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	padding-left:17px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:10px;
	width:auto;
*/
}
#breadcrumb a {
color: #930000;
text-decoration: none;
}

/* SEARCHBOX */
#isearchbox {
	text-align: right;
	font-size: 1em;
	float: right;
	margin-top: 5px;
}
#isearchbox .searchtext {
	border: 1px solid #ccc;
	color: #666;
	padding: 3px;
}


.clear {
margin: 0px;
padding: 0px;
clear:both;
overflow:hidden;
background: none;
border: none;
}

.morelinkleft {
margin:5px 10px;
float: left;
}

.morelinkright {
margin:5px 10px;
float: right;
}

/* FOOTER NAVIGATION */
#footernavigation {
background: #AD1C12 url('/images/headerFade2.gif') repeat-x;
color: #FFFFFF;
font-size: 1em;
white-space: nowrap;
border-bottom: 1px solid #ccd; 
border-top: 1px solid #ccd; 
margin:2px 0px 0px 0px; 
padding: 0px;
}
#footernavigation .gnlinks {
border-top: 2px solid #eed;
border-bottom: 2px solid #eed;
padding: 0px 4px;
}

/* LINKS */
/*
a.navbarlinks:link, a.navbarlinks:visited {
font-weight: bold;
color: #FFFFFF;
}
a.navbarlinks:hover, a.navbarlinks:active {
font-weight: bold;
background-color: #fffff6;
color: #860800;
}
*/
a.crossoutlink:link, a.crossoutlink:visited {
color: #930000;
text-decoration: line-through;
border-bottom: 1px solid #edc;
}
a.crossoutlink:hover, a.crossoutlink:active {
background: #ffc;
color: #600;
border-bottom: 1px solid #897;
}
/*
a.flag:link, a.flag:visited {
background: url('/images/icon_flag.gif') no-repeat center left;
padding-left:17px; padding-right:0; padding-top:0; padding-bottom:0;
color: #b00;
}
a.flag:hover, a.flag:active {
background: #ffc url('/images/icon_flag.gif') no-repeat center left;
color: #600;
}
*/

/* WELCOME HEADER */
#welcomeheader {
padding: 10px;
margin: 0px 0px 10px 0px;
font-size: 1em;
line-height: 1.3em;
word-spacing: 1px;
}

a.welcomeheaderlinks:link, a.welcomeheaderlinks:visited {
color: #b00;
text-decoration: none;
border-bottom: 1px solid #edc;
font-size: 1.1em;
}
a.welcomeheaderlinks:hover, a.welcomeheaderlinks:active {
background: #ffc;
color: #600;
border-bottom: 1px solid #897;
font-size: 1.1em;
}

/* RESOURCE LINKS */
#suniconlist ul {
margin: 0px;
padding: 0px;
}
#suniconlist ul li {
list-style: none;
margin: 0px;
}
#suniconlist ul li.alt {
background: url('/images/icon_sun.gif') no-repeat center left;
list-style-type:none; 
margin: 0px;
padding: 2px 0px 2px 17px;
}

/* HOME PAGE */
#insetlayout {
width: 100%;
}
#insetlayout .leftcolumn {
vertical-align:top;
padding: 0px;
width: 67%;
border: 10px;
}
#insetlayout .rightcolumn {
vertical-align:top;
text-align:left;
}

/* TWO COLUMN INSET LAYOUT */
#twocolumninsetlayout {
	width: 100%;
}
#twocolumninsetlayout .centercolumn {
	vertical-align:top;
	padding: 0px;
	width: 75%;
	border: 10px;
}
#twocolumninsetlayout .leftcolumn {
	vertical-align:top;
	width: 25%;
	text-align:left;
	margin:0px;
	padding:0px;
	border: 2px solid #800;
	background-color: #a00;
	background-image: url('/images/bg-reddots.gif');
	background-repeat: repeat;
}
#twocolumninsetlayout .leftcolumn .insettext {
	margin: 0px;
	color: #fff;
	padding: 0px;
	font-size: 0.8em;	
}
#twocolumninsetlayout .leftcolumn .insettext ul {
	margin: 0px;
	padding: 0px;
}
#twocolumninsetlayout .leftcolumn .insettext li {
	list-style-type:square;
	list-style-image: none;
	padding-left: 10px;
	margin: 7px 0px;
	font-size: 1em;	
}
#twocolumninsetlayout .leftcolumn .insettext h3 {
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 2px;
	border-bottom: 1px solid #fff;
	margin:5px 0px;
	padding: 2px;
}
#twocolumninsetlayout .leftcolumn .insettext h4 {
	color: #fff;
	text-align: left;
	word-spacing: 2px;
	margin:0px;
	padding: 5px 2px 3px 2px;
	letter-spacing: -1px;
}
#twocolumninsetlayout .leftcolumn .insettext a:link, #twocolumninsetlayout .leftcolumn .insettext a:visited {
	color: #ff9;
	text-decoration: none;
	border-bottom: 1px solid #b74;
	letter-spacing: -1px;
	font-weight: bold;
}
#twocolumninsetlayout .leftcolumn .insettext a:hover, #twocolumninsetlayout .leftcolumn .insettext a:active {
	background: #ffc;
	color: #600;
	text-decoration: none;
	border-bottom: 1px solid #897;
	letter-spacing: -1px;
	font-weight: bold;
}
#twocolumninsetlayout .leftcolumn .insettext .insetdiv {
	padding: 3px 0px 15px 0px;
}
#twocolumninsetlayout .leftcolumn .insettext .insetdiv .input {
	margin-left: 10px;
}


/* THREE COLUMN INSET LAYOUT */
#twocolumninsetlayout 
width: 100%;
}
#threecolumninsetlayout .centercolumn {
vertical-align:top;
padding: 0px;
width: 65%;
border: 10px;
}
#threecolumninsetlayout .rightcolumn {
vertical-align:top;
text-align:left;
}
#threecolumninsetlayout .leftcolumn {
	vertical-align:top;
	width: 15%;
	text-align:left;
	margin:0px;
	padding:0px;
	border: 2px solid #800;
	background-color: #a00;
	background-image: url('/images/bg-reddots.gif');
	background-repeat: repeat;
}
#threecolumninsetlayout .leftcolumn .insettext {
	margin: 0px;
	color: #fff;
	padding: 0px;
	font-size: 0.8em;	
}
#threecolumninsetlayout .leftcolumn .insettext ul {
	margin: 0px;
	padding: 0px;
}
#threecolumninsetlayout .leftcolumn .insettext li {
	list-style-type:square;
	list-style-image: none;
	padding-left: 10px;
	margin: 7px 0px;
	font-size: 1em;	
}
#threecolumninsetlayout .leftcolumn .insettext h3 {
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 2px;
	border-bottom: 1px solid #fff;
	margin:5px 0px;
	padding: 2px;
}
#threecolumninsetlayout .leftcolumn .insettext h4 {
	color: #fff;
	text-align: left;
	word-spacing: 2px;
	margin:0px;
	padding: 5px 2px 3px 2px;
	letter-spacing: -1px;
}
#threecolumninsetlayout .leftcolumn .insettext a:link, #threecolumninsetlayout .leftcolumn .insettext a:visited {
	color: #ff9;
	text-decoration: none;
	border-bottom: 1px solid #b74;
	letter-spacing: -1px;
	font-weight: bold;
}
#threecolumninsetlayout .leftcolumn .insettext a:hover, #threecolumninsetlayout .leftcolumn .insettext a:active {
	background: #ffc;
	color: #600;
	text-decoration: none;
	border-bottom: 1px solid #897;
	letter-spacing: -1px;
	font-weight: bold;
}
#threecolumninsetlayout .leftcolumn .insettext .insetdiv {
	padding: 3px 0px 15px 0px;
}
#threecolumninsetlayout .leftcolumn .insettext .insetdiv .input {
	margin-left: 10px;
}


/* MAINTEXT COLUMN DEFINITION */
#maintext {
background: #eed;
padding: 4px 4px 4px 0px;
}
#maintext .content {
background: url('/images/bg_features3.gif') repeat-x #ffffff;
border-top: 1px solid #ccd;
border-left: 1px solid #eed;
border-right: 1px solid #ccd;
border-bottom: 1px solid #ccd;
padding: 10px;
}
/*
#maintext .content h1 {
color: #411;
font-family: helvetica;
font-size: 150%;
padding: 0px;
margin: 5px 0px;
text-align: left;
}
#maintext .content h1 span {
color: #a98;
font-weight: normal;
}
#maintext .content h2 {
color: #744;
font-family: helvetica;
font-size: 120%;
padding: 0px;
margin: 25px 0px 0px 0px;
text-align: left;
border-bottom: 1px solid #f3efe8;
}
#maintext .content h2 span {
color: #a98;
font-weight: bold;
}
#maintext .content h2 span .morelink {
color: #a98;
font-size: 1em;
font-weight: normal;
margin: 0px 0px 0px 50px;
}
#maintext .content h2 a:link, #maintext .content h2 a:visited  {
color: #744;
border-bottom: 1px solid #f3efe8;
}
#maintext .content h2 a:hover, #maintext .content h2 a:active {
background: #ffc;
color: #600;
border-bottom: 1px solid #897;
}
*/
#maintext .content h3 {
color: #744;
font-family: helvetica;
font-size: 110%;
padding: 0px;
margin: 0px 0px 0px 0px;
text-align: left;
}

#maintext .content table {
border-collapse:collapse;
}

#maintext .content .threadrowtop td {
border-top: 1px solid #a1a199;
padding:10px 5px;
}

#maintext .content .threadrowbottom td {
border-bottom: 1px solid #a1a199;
}

.subforumlistings {
  width: 100%;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.subforumlistings ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 10px;
  list-style: none;
  text-align: left;
}
.subforumlistings li {
  float: left;
  width: 30%;
  margin: 0;
  padding: 1px 0px;
}

/* INSET COLUMN DEFINITION */
#insettext {
	padding: 0px 0px 0px 10px;
}
#insettext ul {
margin: 0px;
padding: 0px;
}
#insettext li {
list-style: none;
background: url('/images/bullet.gif') no-repeat top left;
list-style-type:none; margin-left:0; margin-right:0; margin-top:0; margin-bottom:5px; padding-left:17px; padding-right:0; padding-top:0; padding-bottom:0
}
#insettext h3 {
	background: #fffff6 url('/images/bg_features3.gif') repeat-x;
	color: #633;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 2px;
	border-top: 1px solid #eed;
	border-bottom: 1px solid #eed;
	margin:0px;
	padding:7px 0px;
}
#insettext h3 a {
color: #633;
}
#insettext .insetdiv {
	padding: 10px 0px 15px 0px;
}

table.columnTable1 {
width: 100%;
}

table.columnTable2 {
width: 100%;
}

table.columnTable3 {
width: 100%;
}

table.columnTable4 {
width: 100%;
}

table.columnTable5 {
width: 100%;
}

table.columnTable1 td {
width: 100%;
padding: 0px;
vertical-align: top;
padding: 0px 5px 2px 0px;
}

table.columnTable2 td {
width: 50%;
padding: 0px;
vertical-align: top;
padding: 0px 5px 2px 0px;
}

table.columnTable3 td {
width: 33%;
padding: 0px;
vertical-align: top;
padding: 0px 5px 2px 0px;
}

table.columnTable4 td {
width: 25%;
padding: 0px;
vertical-align: top;
padding: 0px 5px 2px 0px;
}

table.columnTable5 td {
width: 20%;
padding: 0px;
vertical-align: top;
padding: 0px 5px 2px 0px;
}

.threadbittools {
float:right;
margin: 0px 10px;
}

/* Show Thread CSS */
#postbit {
padding: 2px;
border: 1px solid #c7c7b9;
}
#postbit h2 {
color: #744;
font-family: helvetica;
font-size: 110%;
font-weight:bold;
padding: 0px;
margin: 5px 0px 0px 0px;
text-align: left;
border-bottom: none;
float:left;
}
#postbit .tborder {
border: 1px solid #c7c7b9;
}
#postbit .thead {
background: url('/images/bg_features3.gif') repeat-x #fffff6;
}
#postbit a.bigusername:link, #postbit a.bigusername:visited {
font-size:125%;
font-weight:bold;
color: #b00;
text-decoration: none;
border-bottom: 1px solid #edc;
}
#postbit a.bigusername:hover, #postbit a.bigusername:active {
font-weight:bold;
font-size:125%;
background: #ffc;
color: #600;
border-bottom: 1px solid #897;
}

/* COMMON */

/* button style */
#button {
	background: #883f0f;
	color: #fffff6;
	font-weight: bold;
	border-left: 2px solid #ba5f22;
	border-top: 2px solid #ba5f22;
	padding: 2px 5px;
	font-size:smaller;
}

/* login box style */
#loginbox {
	margin-bottom: 10px;
}
#loginbox .loginboxcontent {
	font-size: 8pt;
}
#loginbox .loginboxcontent .normal {
	float: left;
	width: 75%;
	margin: 0;
	padding: 0px 0px 10px 5px;
	list-style: none;
}
#loginbox .loginboxcontent .slim {
	margin: 0;
	padding: 0px 0px 10px 5px;
	list-style: none;
}
#loginbox .loginboxcontent li {
	background: none;
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
} 
#loginbox .input {
	padding: 0px;
	margin: 2px 0px 5px 0px;
}

/* google ads style */
#googlead {
	text-align:center;
	padding:0px;
}
#googlead .wide {
	margin:0px 0px 10px 0px;
}

/* Thumbs Up Widget */
#quickRateWidget {
	text-align: left;
	padding: 5px 0px;
}
#quickRateWidgetUnlike {
	cursor: pointer;
	color: #930000;
	text-decoration: none;
}
#quickRateWidgetUnlike:hover {
	cursor: pointer;
	color: #930000;
	text-decoration: none;
}
#quickRateWidgetLike {
	cursor: pointer;
	color: #930000;
	text-decoration: none;
}
#quickRateWidgetLike:hover {
	cursor: pointer;
	color: #930000;
	text-decoration: none;
}
#quickRateWidgetLikeDisplay {
	margin: 10px 0px;
	margin-right: 20px;
	padding: 5px 0px;
	border-top: 1px dashed #edc;
	border-bottom: 1px dashed #edc;
}

/* Category Location Tagging */
#categorylocationtag {
	border:1px solid #e1e1d1;
	background:#eeeedc;
	padding: 5px;
	font-size: 0.8em;
}

#categorylocationtag input {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	padding: 2px;
	margin-right: 5px;
	vertical-align: middle;
}

/* Home Page Latest Discussions Section */
#latestPostsDiv {
	margin-top: 10px;
	margin-bottom: 5px;
}

#newerDiscussionsSpan {
	margin-right: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	float: right;
}

#olderDiscussionsSpan {
	margin-left: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	float: left;
}

/* User Block Gallery Listing*/
#userblockgallerylisting {
	font-size: 8pt;
}
#userblockgallerylisting .gallerylisting {
	padding-bottom: 8px;
	border-bottom:1px solid #eed;
	margin-bottom: 10px;
}
#userblockgallerylisting .thumbnaillistings {
	margin: 5px 0px;
}
#userblockgallerylisting .heading {
	font-weight: bold;
	margin-bottom: 5px;
}
#userblockgallerylisting .thumbnail {
	border: none;
	padding: 0px;
	margin: 0px;
}
/* ***** this is added for hotels review section*/

.reviewsratings
{
	background-color: #6D7693;
	color: #F1F1F1;
	border: 1px solid #424242;
}
.thumbspan {
padding: 0px 10px 2px 0px; 
float: left; 
text-align: right; 
color: #5E5E5E; 
font-size: 0.8em;
font-weight: bold;
}
.thumbspan img {
border: 1px solid #eed;
padding: 2px;
}
.thumbnail {
float: left;
padding: 2px;
border: 1px solid #eed;
margin: 0px 7px 0px 0px;
clear: both;
}
#tinythumbnailleft {
float: left;
padding: 0px;
margin: 0px;
}
#tinythumbnailleft img {
padding: 10px 2px;
}
#tinythumbnailright {
float: right;
padding: 0px;
margin: 0px;
}
#tinythumbnailright img {
padding: 10px 2px;
}
.fixedsizethumbnail {
margin:2px;
padding:2px;
border:1px solid #e1e1d1;
background:#eeeedc;
float:left;
width:140px;
height:125px;
}
.fixedsizethumbnail div {
width:140px;
height:125px;
}
.fixedsizeuseravatar {
margin:0px 5px 0px 0px;
padding:2px;
border:1px solid #e1e1d1;
background:#eeeedc;
float:left;
width:100px;
height:100px;
}
.fixedsizeuseravatar div {
width:100px;
height:100px;
}
.imgLeft {
float: left;
padding: 2px;
border: 1px solid #eed;
margin: 5px 10px;
}
.imgRight {
float: right;
padding: 2px;
border: 1px solid #eed;
margin: 5px 10px;
}

.byline {
	padding: 0px;
	margin: 0px;
	font-size: smaller;
	color: #999;
	font-weight: bold;
}

/* Local Menu Styling */
#localmenulistings {
	float: right;
	margin: 0px 20px;
}
#localmenulistings .activemenuitem {
	float:left;
	margin: 0px 5px;
	background: #ffc;
}
#localmenulistings .inactivemenuitem {
	float:left;
	margin: 0px 5px;
}
#localmenulistings a:link, #localmenulistings a:visited {
	color: #b00;
	text-decoration: none;
	border-bottom: 1px solid #edc;
}
#localmenulistings a:hover, #localmenulistings a:active {
	background: #ffc;
	color: #600;
	border-bottom: 1px solid #897;
}

/* styling for popupdialog windows */
.dialogbox a:link, .dialogbox a:visited {
	color: #b00;
	text-decoration: none;
	border-bottom: 1px solid #edc;
}
.dialogbox a:hover, .dialogbox a:active {
	background: #ffc;
	color: #600;
	border-bottom: 1px solid #897;
}
.dialogbox ul {
	list-style-type: none;
	padding-left: 30px;
	margin: 0px;
}
.dialogbox li {
	width:32%;
	padding-right: 5px;
	line-height:1.5em;
	float:left;
	display:inline;
}