/* Basics */

body,html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding: 0;
	background: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 16px;
	font-size: 24px
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 16px;
	font-size: 18px
}

img, a img {
	border: 0 none;
}

/* img.thumb100 {
	border: 0;
	max-width: 100px;
	max-height: 100px;
	width: expression( this.width >= this.height ? '100px' : true ); 
	height: expression( this.height >= this.width ? '100px' : true );
} */

/*img.thumb200 {
	border: 0;
	max-width: 200px;
	max-height: 200px;
	width: expression( this.width >= this.height ? '200px' : true ); 
	height: expression( this.height >= this.width ? '200px' : true );
}*/

/*img.thumb236 {
	border: 0;
	max-width: 236px;
	max-height: 236px;
	width: expression( this.width >= this.height ? '236px' : true ); 
	height: expression( this.height >= this.width ? '236px' : true );
}*/

a {
	color: #18D9A2;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #18D9A2;
	font-size: 12px;
	text-decoration: underline;
}

div#page-frame {
	height: auto;
	width: 761px;
	margin: 0 auto;	
	border: 2px solid #FFF;
	background-color: #000;
}

tr.dark {
	background-color: #000;
	}
	
tr.light {
	background-color: #171717;
	}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #13D9B4;
	font-size: 14px;
	margin-top: 16px;
}

.textcolor1 {
	color: #FE1096;
}

.textcolor2 {
	color: #13D9B4;
}

/* Banner & Top Nav */
  
div#banner {
	background-image: url(/images/index_banner.jpg);
	width: 100%;
	height: 204px;
	position: relative;
}

div#generic-nav {
	background-color: #000;
	width: 741px;
	height: auto;
	padding: 10px;
	position: relative;
	text-align: center;
}

div#nav-container {
	width: 350px;
	height: 48px;
	position: relative;
	float: right;
	top: 120px;
	right: 72px;
}

div.nav-columns {
  float: left;
  text-align: left;
  width: auto;
  padding-left: 17px;
  }

a.nav {
	font-family: Arial;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
a.nav:hover {
	font-family: Arial;
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
}

div#buttons-container {
	background-image: url(/images/buttons_bg.jpg);
	width: 100%;
	height: 86px;
	position: relative;
}

div#searchbycity {
	width: 500px;
	height: 25px;
	position: relative;
	float: left;
	top: -19px;
	left: 140px;
}

.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#home-button {
	width: 112px;
	height: 29px;
	background-image: url(/images/home_button.gif);
	position: relative;
	float: left;
	top: 40px;
	left: 20px;
}

div#join-button {
	width: 112px;
	height: 29px;
	background-image: url(/images/join_button.gif);
	position: relative;
	float: right;
	top: 40px;
	right: 30px;
}

div#favorites-button {
	width: 112px;
	height: 29px;
	background-image: url(/images/favourites_button.gif);
	position: relative;
	float: right;
	top: 40px;
	right: 30px;
}

div#myprofile-button {
	width: 112px;
	height: 29px;
	background-image: url(/images/myprofile_button.gif);
	position: relative;
	float: left;
	top: 40px;
	left: 158px;
}

div#login-button {
	width: 112px;
	height: 29px;
	background-image: url(/images/login_button.gif);
	position: relative;
	float: right;
	top: 40px;
	right: 17px;
}

div#logout-button {
	width: 112px;
	height: 29px;
	background-image: url(/images/logout_button.gif);
	position: relative;
	float: right;
	top: 40px;
	right: 17px;
}

div#search-button {
	width: 112px;
	height: 29px;
	background-image: url(/images/search_button.gif);
	position: relative;
	float: left;
	top: 40px;
	left: 33px;
}

div.top-spacer {
	background-color: #000;
	width: 100%;
	height: 5px;
}

/* Content*/

div#content {
	width: 761px;
	height: auto;
	background-color: #000;
	clear: both;
}


/* Content (Left Side)*/

div#content-left {
	width: 270px;
	float: left;
	clear: both;
	position: relative;
}

div.left-console-container {
	width: 270px;
	height: 353px;
	float: left;
	background-image: url(/images/left_console_bg.jpg);
	clear: both;
	position: relative;
}

div.left-console-container2 {
	width: 270px;
	height: 725px;
	float: left;
	background-image: url(/images/left_console_bg2.jpg);
	clear: both;
	position: relative;
}

div.left-spacer {
	background-color: #000;
	width: 270px;
	height: 18px;
	clear: both;
}

div.left-spacer2 {
	width: 270px;
	height: 18px;
	clear: both;
}

div.left-console-title {
	width: 220px;
	float: left;
	left: 34px;
	position: relative;
}

div.left-profile-title {
	width: 220px;
	float: left;
	left: 30px;
	position: relative;
}

div.left-console-image {
	width: 200px;
	height: 200px;
	float: left;
	left: 35px;
	position: relative;
}

div.left-console-name {
	width: 220px;
	float: left;
	left: 34px;
	top: 22px;
	position: relative;
}


div#thumb-container {
	width: 220px;
	float: left;
	left: 30px;
	position: relative;
}

div.float-thumb {
	text-align: center;
	width: 100px;
	height: 116px;
	margin-right: 10px;
	margin-bottom: 7px;
	float: left;
	background-color: #000;
	position: relative;
}

div.thumb-img {
	text-align: center;
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
}

div.thumb-name {
	text-align: center;
	width: 100px;
	height: 16px;
	float: left;
	top: 0px;
	position: relative;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
}

.place {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-top: 16px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	margin-top: 16px;
}

a.left-console-link {
	font-family: Arial;
	color: #FE1096;
	text-decoration: none;
	font-size: 12px;
}
a.left-console-link:hover {
	font-family: Arial;
	color: #FE1096;
	text-decoration: underline;
	font-size: 12px;
}


/* Content (Right Side)*/


div#content-right {
	width: 452px;
	height: auto;
	position: relative;
	float: left;
	left: 25px;
}

div#right-welcome-container {
	width: 452px;
	height: auto;
	float: left;
	background-color: #000;
	position: relative;
}

div#welcome-row1 {
	width: 452px;
	height: 141px;
	float: left;
	position: relative;
	background-image: url(/images/index_row1bg.gif);
}

div#welcome-row1-heading {
	width: 290px;
	height: 70px;
	float: left;
	position: relative;
	text-align: center;
}

div#welcome-row2 {
	width: 442px;
	height: 80px;
	float: left;
	left: 10px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#welcome-row3 {
	width: 452px;
	height: 123px;
	float: left;
	position: relative;
	background-image: url(/images/index_row3bg.jpg);
}

div#map-index {
	width: 207px;
	height: 123px;
	float: left;
	position: relative;
	background-image: url(/images/index_map.gif);
}

div#vidchat-button {
	width: 155px;
	height: 141px;
	float: right;
	position: relative;
	background-image: url(/images/vidchat-button.gif);
	right: 0px;
	top: 0px;
}

div#welcome-row3-map {
	width: 207px;
	height: 123px;
	float: left;
	position: relative;
}

h1.welcome {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 16px;
	font-size: 22px
}

div#cityquickselect-title {
	width: 100%;
	float: left;
	background-color: #000;
	position: relative;
}

div#cityquickselect {
	width: 100%;
	float: left;
	background-color: #000;
	position: relative;
	clear: both;
}

div#big-join-button {
	width: 452px;
	height: 120px;
	float: left;
	position: relative;
	background-image: url(/images/index_join.gif);
}

a.cityquickselect {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
a.cityquickselect:hover {
	font-family: Arial;
	color: #13D9B4;
	text-decoration: none;
	font-size: 12px;
}

div.content-spacer {
	width: 100%;
	height: 16px;
	float: left;
	background-color: #000;
	position: relative;
}

div.right-spacer {
	background-color: #000;
	width: 452px;
	height: 18px;
	position: relative;
	float: right;
	right: 14px;
}

div#banner-heading {
	width: 444px;
	height: 24px;
	padding-top: 12px;
	float: left;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
}

div#banner-problem{
	background-image: url(/images/banner_problem.jpg);
	width: 256px;
	height: 44px;
	top: 10px;
	margin: 10px 0px;
	float: left;
	left: 102px;
	position: relative;
}

div#problem-container{
	float: left;
	width: 452px;
	position: relative;
	top: 10px;
	padding-left: 16px;
	height: auto;
}

div#forum-rss-feed{
	width: 452px;
	height: atuo;
	float: left;
	position: relative;
	text-align: left;
	color: #fff;
}

div#features-banner1{
	width: 450px;
	height: auto;
	position: relative;
	float: left;
	margin-top: 10px;
}

/* Content (Left Side - Guides */

div#guide-menu{
	width: 452px
	height: auto;
	position: relative;
	float: left;
	left: 0px;
	top: 10px;

}

div#guide-article{
	width: 452px
	height: auto;
	position: relative;
	float: left;
	left: 0px;
	top: 10px;
	color: #fff;
}

.guide-heading h2{
	color: #fff;
}

.guide-article-heading{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.guide-return-link{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.guide-return-link a{
	color: #FE1096;
	text-decoration: underline;
}

.guide-return-link a:hover{
	color: #FE1096;
}

.guide-article{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.guide-article-title a{
	color: #FE1096;
}


/* Content (Right Side) - Profile */

div#profile-top-container {
	width: auto;
	height: auto;
	float: left;
	background-color: #000;
	position: relative;
}

div#profile-imageshell {
	width: 264px;
	height: 299px;
	float: left;
	position: relative;
	background-image: url(/images/profile_image-shell.gif);
	margin-bottom: 15px;
}

div#profile-pic {
	width: 236px;
	height: 236px;
	float: left;
	position: relative;
	left: 14px;
	top: 12px;
}

div#profile-stats-container {
	width: 170px;
	height: 299px;
	float: left;
	top: -16px;
	position: relative;
	margin-left: 15px;
	font-size: 11px;
}

div#profile-stats {
	width: auto;
	height: auto;
}

div#profile-addtofaves-button {
	width: 51px;
	height: 37px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(/images/button-addfave.gif);
}

div#profile-removefromfaves-button {
	width: 51px;
	height: 37px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(/images/button-removefave.gif);
}

div#profile-sendtofriend-button {
	width: 51px;
	height: 37px;
	float: left;
	position: relative;
	left: 4px;
	top: 0px;
	background-image: url(/images/button-sendfriend.gif);
}

div#profile-sendtofriend {
	width: auto;
	height: auto;
	display: none;
}

div#profile-sendtoclient {
	width: auto;
	height: auto;
	display: none;
}

.rating {
	color: #13D9B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

div#rating-title {
	width: 50px;
	float: left;
	top: 0px;
	left: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
	position: relative;
	font-size: 11px;
	text-align: left;
}

div#rate-me {
	width: 236px;
	height: 35px;
	float: left;
	top: 20px;
	left: 25px;
	position: relative;
	text-align: center;
	font-size: 11px;
	color: black;
}

div.rate-box {
	width: 15px;
	height: 15px;
	float: left;
	top: 0px;
	left: 0px;
	position: relative;
	text-align: center;
	font-size: 11px;
	color: black;
	background-color: #FFF;
	margin-right: 5px;
	margin-top: 3px;
	padding: 1px;
	}
	
div.rate-box2 {
	width: 15px;
	height: 15px;
	float: left;
	top: 0px;
	left: 0px;
	position: relative;
	text-align: center;
	font-size: 11px;
	color: white;
	background-color: #FE1096;
	margin-right: 5px;
	margin-top: 3px;
	padding: 1px;
	}
	
a.rate {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

a.rate:hover {
	color: #FE1096;
	font-size: 12px;
	text-decoration: none;
}

div#profile-bio {
	width: 445px;
	height: auto;
	float: left;
	top: 0px;
	position: relative;
	background-color: #000;
	clear: both;
	margin-bottom: 15px;
}

div#profile-expando {
	width: 445px;
	float: left;
	top: 0px;
	position: relative;
	background-color: #000;
	clear: both;
	margin-bottom: 15px;
}

div#profile-expando-content {
	width: 420px; 
	border: 0px solid; 
	height: 20px; 
	overflow: hidden; 
	display: block; 
	background-color: #171717
}

div#profile-reviews {
	width: 445px;
	float: left;
	top: 0px;
	position: relative;
	background-color: #000;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
}

div#profile-thumbs {
	width: 445px;
	float: left;
	top: 0px;
	position: relative;
	background-color: #000;
	clear: both;
	margin-bottom: 15px;
}

div.profile-float-thumb {
	margin-right: 10px;
	margin-bottom: 7px;
	float: left;
	height: 100px;
	background-color: #000;
	position: relative;
}

div#profile-problem {
	width: 445px;
	height: 85px;
	float: left;
	top: 0px;
	position: relative;
	clear: both;
	border: none;
	margin-bottom: 15px;
	text-align: center;
}

h2.profile-problem {
	margin-bottom: 0px;
}


/* Footer & Bottom Nav*/

div#footer-container {
	background-image: url(/images/footer_nav_bg.jpg);
	width: 100%;
	height: 40px;
	position: relative;
	clear: both;
}

div#footer-nav {
	width: auto;
	height: auto;
	position: relative;
	top: 13px;
	left: 268px;
	text-align: center;
	width: 250px;
}

a.footer {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
a.footer:hover {
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}



/* Members Styling*/

div.submit-form {
	background-color: #000;
}

div#escort-being-reviewed {
	width:550px;
	height: 200px;
	float: left;
	top: 0px;
	position: relative;
	background-color: #CCC;
}

a.reviewname {
	font-size: 18px;
	text-decoration: none;
}
a.reviewname:hover {
	font-size: 18px;
	text-decoration: underline;
}

.frame-header {
	width: 700px;
	height: 61px;
	background-image: url(/images/frame-header.jpg);
}

.frame-header-body {
	background-image: url(/images/frame-background.gif);
}

div#reportproblem {
	width: 550px;
	clear: both;
	float: left;
	top: 0px;
	left: 70px;
	margin: 20px;
	padding: 15px;
	position: relative;
	text-align: center;
	font-size: 14px;
}

/* Profile Search Results */

div#psr-container {
	width: 735px;
	height: auto;
	background-color: #000;
	clear: both;
	float: left;
	top: 0px;
	left: 20px;
	position: relative;
}

div#psr-header {
	margin-top: 10px;
	width: 735px;
	height: auto;
	background-color: #000;
	clear: both;
	float: left;
	top: 0px;
	left: 0px;
	position: relative;
	text-align: center;
}

div#psr-results-container {
	width: 735px;
	background-color: #000;
	clear: both;
	float: left;
	top: 0px;
	left: 0px;
	position: relative;
}

div.livesintravelsto{
	width: 735px;
	height: auto;
	background-color: #000;
	clear: both;
	float: left;
	top: 0px;
	left: 0px;
	position: relative;
	text-align: left;
}

div.psr-box {
	width: auto;
	height: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	background-color: #171717;
	position: relative;
	border: 1px dashed #CCC;
}

div.psr-box-pic {
	width: 100px;
	height: 100px;
	float: left;
	background-color: #171717;
	position: relative;
}

div.psr-box-text {
	width: 112px;
	height: 100px;
	margin: 4px;
	float: left;
	position: relative;
	font-size: 11px;
	text-align: left;
	max-height: 100px;
}

.psr-name {
	font-size: 14px;
}

a.psr {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
a.psr:hover {
	color: #13D9B4;
	font-size: 11px;
	text-decoration: underline;
}

/* Profile Search */

div#search {
	width: 500px;
	height: auto;
	background-color: #000;
	clear: both;
	float: left;
	top: 0px;
	left: 145px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

table#search {
	background-color: #000;
	border: 1px dashed #CCC;
}

table#search td{
	height: 30px;
}

/* Results navigating */

div.first-button {
	width: 76px;
	height: 23px;
	position: relative;
	float: left;
	left: 210px;
	background-image: url(/images/first_button.gif);
}

div.previous-button {
	width: 97px; 
	height: 23px;
	position: relative;
	float: left;
	left: 210px;
	background-image: url(/images/previous_button.gif);
}

div.next-button {
	width: 69px; 
	height: 23px;
	position: relative;
	float: right;
	right: 280px;
	background-image: url(/images/next_button.gif);
}

div.last-button {
	width: 74px; 
	height: 23px;
	position: relative;
	float: right;
	right: 140px;
	background-image: url(/images/last_button.gif);
}

/* My Profile Page */

div#myprofile{
	background-color: #000;
	width: 450px;
	clear: both;
	float: left;
	top: 0px;
	left: 140px;
	margin: 20px;
	padding: 15px;
	position: relative;
	text-align: center;
	font-size: 14px;
}

/* Join Form */

div#join-container{
	width: 400px;
	height: auto;
	clear: both;
	float: left;
	top: 20px;
	left: 22px;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
	border: 1px dashed #FFF;
}

.billingoption {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE1096;
	font-size: 16px;
	font-weight: bold;
}

.billingoption-desc {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	margin-top: 16px;
	font-weight: bold;
}

div#join-extra{
	width: 370px;
	height: auto;
	clear: both;
	float: left;
	top: 40px;
	left: 22px;
	padding: 15px;
	position: relative;
	border: 1px dashed #FFF;
	text-align: center;
	font-size: 11px;
}

.error {
	color: #F00;
}


/* Map */

div#map-container {
	width: 730px;
	height: auto;
	background-color: #000;
	clear: both;
	float: left;
	top: 0px;
	left: 20px;
	position: relative;
	text-align: center;
	margin-top: 40px;
}






/* Forums */







/* Page BG*/

.page
{
	background: #000;
	color: #FFFFFF;
}
td, th, p, li
{
	font: 10pt arial;
}

/* Border*/
.tborder
{
	background: #000;
	color: #000;
	border: 1px solid #000;
}

/* Category table header*/

.thead
{
	background: #121212;
	color: #FE1096;
	font: bold 11px arial;
}
.thead a:link, .thead_alink
{
	color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
	color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #FFFF00;
}

/* footer beneath boards */

.tcat
{
	background: #171717; 
	color: #FFF;
	font: bold 10pt arial;
}
.tcat a:link, .tcat_alink
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #ffffff;
	text-decoration: none;
}

.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #FFFF66;
	text-decoration: underline;
}

.tfoot
{
	background: #171717;
	color: #FFF;
}
.tfoot a:link, .tfoot_alink
{
	color: #FFF;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #FFF;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #FFF;
}

/*	Main Cell BG's */

.alt1, .alt1Active
{
	background: #171717;
	color: #FFF;
}
.alt2, .alt2Active
{
	background: #171717;
	color: #FFF;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
	color: #FFF;
}
.alt2 a:visited, .alt2_avisited, .alt2Active, .alt2Active_avisited
{
	color: #FFF;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
	color: #FE1096;
	text-decoration: underline;
}
td.inlinemod
{
	background: #FFFFCC;
	color: #000000;
}
.wysiwyg
{
	background: #000000;
	color: #FFFFFF;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
	font-size: 11px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/*	Description Text */

.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFF;
}
.time
{
	color: #13D9B4;
}
.navbar
{
	background: #171717;
	color: #FFF;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.navbar a:hover, .navbar a:active, .navbar_ahover
{
	background: #CCCCCC;
	color: #2F3745;
}
.highlight
{
	color: #FF6633;
	font-weight: bold;
}
.fjsel
{
	background: #3E5C92;
	color: #E0E0F6;
}
.fjdpth0
{
	background: #F7F7F7;
	color: #000000;
}
.panel
{
	background: #E4E7F5 url(../../images/gradients/gradient_panel.gif) repeat-x top left;
	color: #000000;
	padding: 10px;
	border: 2px outset;
}
.panelsurround
{
	background: #D1D4E0 url(../../images/gradients/gradient_panelsurround.gif) repeat-x top left;
	color: #000000;
}
legend
{
	color: #FFF;
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Top Menu */
.vbmenu_control
{
	background: #CA1667;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.vbmenu_popup
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #0B198C;
}
.vbmenu_option
{
	background: #BBC7CE;
	color: #000000;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #22229C;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #8A949E;
	color: #FFFFFF;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}
/* ***** 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; }


/* Image Popups */

#thumbBox{
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
	color: #000;
}

#thumbLoading{
	border: 2px solid #FFF;
	background-color: #EFEFEF;
}