/**************************************
                       Some defaults
                   ***************************************/

li {
	list-style-image: url(/images/icons/bullet_blue.gif);
}


/**************************************
                     Pablo's misc stuff
                   ***************************************/

big.exclamation {
	font-size: xx-large;
}

#maincontent form {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#maincontent fieldset{
	padding: 1em;
}

/**************************************
                         Original CSS
                   ***************************************/

/*	layout parameters */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #99CCCC;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

#popup_container {
	position: relative;
	width: 320px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	height:370px;
}


#mainimg {
	width: 480px;
	height: 200px;
	float: left;
}

#search_form {
	background-color: #711E16;
	height: 200px;
	width: 320px;
	float: right;
	text-align:right;

}
#textbar {
	position:relative;
	text-align: center;
	background-color: #996600;
	background-image: url(/images/text_bar.gif);
	background-repeat: repeat-x;
	width: 800px;
	margin:0px;
}

#search_container * {
	margin: 0;
	padding: 0;
}
#search_container p { margin: .5em 1em; }
#search_container h2 { margin: .5em 1em; }

#columns_wrap {
	background-color: white;
}

#sidecontent_left ul {
	margin-left: 15px;
	padding-left: 0px;
}

#sidecontent_left table {
	width: 226px;
}

#center_column {
	width: 300px;
	float: left;
	background-color: #FFFFFF;
	height:750px;
}

/*#maincontent ul {
	list-style-type: disc;
	list-style-position: inside;
}*/

/*#maincontent ul li {
		padding: 0;
}*/

/*html> #maincontent {
	width: 300px;
}*/
	
/*html>#sidecontent_right {
	width: 250px;
}*/

/*	Typography */

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin:0px;
}
h3 {
	color: #1D86C0;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size:14px;
	text-transform: uppercase;
	color: #176E9D;
}
h6{
	color: #1D86C0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.textstyle1{
font-size:11px;
}

	/* General linkology */
		
#sidecontent_left a:link, #sidecontent_left a:visited {
	font-weight : bold;
	color: #333333;
	text-decoration: none;
	}

#sidecontent_left a:hover {
	font-weight : bold;
	color: #CC0000;
	text-decoration: none;
	}

#sidecontent_left a:active {
	font-weight : bold;
	color: #333333;
	text-decoration: none;
	}
	
#maincontent a:link, #maincontent a:visited {
	font-weight : bold;
	text-decoration : underline;
	background: transparent;
	color: #333333;
	}
	
#maincontent a:hover {
	font-weight : bold;
	color: #3399CC;
	background: transparent;
	text-decoration: underline;
	}
	
#maincontent a:active {
	font-weight : bold;
	text-decoration : underline;
	color: #336699;
	}

#footer a:link, #footer a:visited {
	font-weight : bold;
	background: transparent;
	color: #BBD9FF;
	text-decoration: none;
	}

#footer a:hover {
	font-weight : bold;
	background: transparent;
	color: #006699;
	text-decoration: none;
	}

#footer a:active {
	font-weight : bold;
	text-decoration : none;
	color: #99CCFF;
	}

a img {
	border: none;
}
	
/* navigation elements */

/* main menu code */


#section_highlight {
	position:relative;
	left:0px;
	width:800px;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	height:60px;
}

#section_highlight ul {
	margin: 0;
	padding: 0;
	border-bottom: 0px;
	background-color:#99CCCC;
}

#section_highlight li {
	position: relative;
	list-style: none;
	margin: 10px;
	/*float: center;*/
	font-weight: bold;
	text-align: center;
}

#main_menu li a {
	color: #666666;
	text-decoration: none;
}

#main_menu li a:hover {
	color: #1D86C0;
	text-decoration: none;
}

/* menu column sizing overides*/
#main_menu #one { width:80px; padding-top: 9px; }
#main_menu #two { width:80px; padding-top: 9px; }
#main_menu #three { width:100px; padding-top: 9px; }
#main_menu #four { width:100px; padding-top: 9px; }
#main_menu #five { width:100px; padding-top: 9px; }
#main_menu #six { width:120px; padding-top: 9px; }
#main_menu #seven { width:100px; padding-top: 9px; }
#main_menu #eight { width:120px; padding-top: 9px; }

/*	Form	*/

	
.form_elements{
margin-bottom:8px;
width:200px;
}

.form_elements2{
width:200px;
font-size:10px;
margin-right:30px;
}

.form_submit{
margin-top:10px;
margin-right:30px;
}

.form_label{
color:#fff;
}

.clear{
clear:both;
}

#maincontent img {
display:block;
}

#txt_never{
color: #FFCC00;
font-weight:bold;
}

#panel_notRegistered{
width:226px;
height:136px;
background-image:url(/images/not_registered_box.gif);
background-repeat:no-repeat;
text-align:center;
padding-top:10px;
}

#title_notReg{
color:#fff;
font-size:22px;
}

.p_type_1{
font-weight:bold;
font-size:12px;
color:#000;
}

/*CENTER COLUMN*/

#features{
margin-top:10px;
}

#features_title{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#7E1F81;
font-size:24px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
}

#features ul{
color:#000;
}

#panel_simplytext{
width:294px;
height:248px;
background-image:url(/images/panel_simplyText.gif);
background-repeat:no-repeat;
}

#p_simplytext{
padding:92px 10px 10px 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
line-height:28px;
color:#fff;
text-align:center;
}

#fp_profile_panel {
	width: 206px;
	padding-left: 20px;
	background-image: url(/images/profile_tile.gif);
	background-repeat: repeat-y;
}

#fp_profile_panel .imgwrap {
	height: 75px; width: 75px;
}


.fp_profile_image img {
	display: inline;
}

.fp_profile_image {
	float:left;
	margin: 5px;
	text-align: center;
}

.fp_profile_label {
	text-align:center;
	color:#666;
}

#comp_panel{
position:relative;
}

#comp_title{
position:absolute;
left:95px;
top:120px;
width:100px;
color:#FFCC00;
font-size:24px;
}

#legal {
position:relative;
background-color:#663399;
padding:10px;
color:#fff;
text-align:center;
}

#search_container{
background-color: #711E16;
}


#search_title{
color:#fff;
font-size:20px;
text-align:left;
margin-bottom:5px;
margin-top:5px;
}


/*GENERIC BOX */

.box_wrap{
width:226px;
background-image: url(/images/blue_box_tile.gif);
background-repeat:repeat-y;
}

.box_content{
background-image:url(/images/blue_box_top.gif);
background-repeat:no-repeat;
min-height:182px;
color:#fff;
font-weight:bold;
}

.box_pad{
margin:0px 10px 0px 10px;
padding-top:10px;
}


.bluebox_btn{
position:relative;
margin-left:100px;
background-image:url(/images/bluebox_btn.gif);
width:104px;
height:30px;
display:block;
padding-top:4px;
text-align:center;
color:#fff;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
}

.bluebox_btn a:link, .bluebox_btn a:visited{
text-decoration:none;
color:#fff;
}

.bluebox_form_btn{
margin-left:100px;
}

/*GENERIC PAGE STYLES*/


h1.g_title {
color:#7e1f81;
font-size:40px;
}

.col_pad_generic{
margin:10px;
}

.registration {
margin:auto;
width:80%;
}

.profile {
margin:auto;
width:550px;
}

.profile td {
text-align:left;
background-color:#E9F3F5;
color:#666;
font-weight:bold;
}

.profile th {
text-align:center;
background-color:#99BBBB;
color:#000;
font-weight:bold;
}

.profile_label{
text-align:left;
background-color:#88CCCC;
color:#666;
font-weight:bold;
}

.loggedin_column {
	width: 550px;
	float: left;
	background-color: #FFFFFF;
	min-height: 750px;
}

.messages{
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color:#d33;
font-size:20px;
text-transform:uppercase;
color:#f0f0f0;
text-align:center;
text-decoration:none;
width:100%;
margin-top:1px;
}

.messages li {
list-style:none;
}

#legal p {
	margin: 0;
}


/**************************************
                         Layout
                   ***************************************/

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	height:100px;
}

#header_image{
	position: absolute;
	left: 300px;
	top: 0;
}

#main_menu {
	position:relative;
	left:0px;
	width:800px;
	background-color:#999999;
	font-size:10px;
	color: #333333;
	background-image: url(/images/navbar_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 31px;
}

#main_menu ul {
	margin: 0; 
	padding: 0; 
	border-bottom: 0px; 
	background-color:#000;
}

#main_menu li {
	position: relative;
	list-style: none;
	margin: 0px;
	float: left;
	font-weight: bold;
	text-align: center;
}

#sidecontent_left {
	background: #E9F3F5;
	float: left;
	width: 230px;
	padding: 1em 10px;
}

#avatar {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#avatar img {
	margin: 0 auto;
	display: block;
}

#footer {
	position:relative;
	background-color:#944596;
	border:1px #944596 solid;
}

#footer ul {
	text-align:center;
	margin: 0;
	padding: 5px;
}

#footer li {
	display:inline;
	padding: 0 10px 0 10px;
	margin: 0;
}

/**************************************
                  Horizontal navigation
                   ***************************************/

#adminnav, #subnav {
	width: 800px;
	height: 25px;
	background-color: #3EAF31;
	padding-top: 5px;
	text-align: center;
}

#adminnav {
	height: 15px;
	padding: 2px 0;
}

#adminnav {
	background-color: red;
	font-weight: bold;
}

#adminnav ul, #subnav ul{
	padding: 0px;
	margin: 0px;
}

#adminnav li, #subnav li {
	display: inline;
	list-style: none;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 2px groove #AF2CB3;
	font-size: 13px;
}
#adminnav li {
	font-size: 11px;
}

#adminnav li form, #subnav li form {
	display: inline;
}

#adminnav a:link, #adminnav a:visited, #subnav a:link, #subnav a:visited {
	color: #fff;
	text-decoration: none;
}

#subnav a:hover {
	color:#E438E9;
}

#adminnav a:hover {
	color: yellow;
}


/**************************************
                    Colors for columns
                   ***************************************/

#columns_wrap {
	background-color: #E9F3F5;
}
#maincontent {
	background-color: white;
}


/**************************************
                     Main content box
                   ***************************************/

#maincontent {
	width: 550px;
	float: right;
}

#maincontent_pad {
	padding: 2em 1em;
}

#maincontent_minheight_hack {
	float: left;
	height: 700px;
	width: 1px;
}


/**************************************
                  User info in left column
                   ***************************************/

.login_formarea td {
	margin: 0 1em;
}

.login_formarea {
	text-align: center;
	position: relative;
	padding: 0 10px;
	margin: 0;
	background-image: url(/images/members_bg.gif);
	background-repeat: repeat-y;
	color: #336699;

	/* This width is needed so IE doesn't break the login form */
	width: 210px;
}

.login_formarea td {
	text-align: left;
}

.login_formarea p { margin: 0; width: 80%; }



/**************************************
                     Little black book
                   ***************************************/

.lbb_username {
	padding-left: 4em;
}

.lbb_details {
	width: 60%;
	margin: 0 auto;
}

.lbb_avatar {
	float: left;
	margin-left: 1em;
}

.lbb_controls {
	float: right;
}


/**************************************
                       Page messages
                   ***************************************/

#page_messages {
	border: 1px dotted red;
	background-color: #FCC;
	width: 80%;
	margin: 1em auto;
}

#page_messages ul, #page_messages li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page_messages li {
	margin: .5em 1em;
}


/**************************************
                   Landing page (#index)
                   ***************************************/

#right_column {
	background: #E8F0F5;
	width: 237px;
	float: left;
	height:780px;
	padding: 10px 0 0 13px;
}

#flirt_box {
	width:235px;
	height:248px;
	background-image:url(/images/panel_howtoflirt.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 60px;
	margin-top: 10px;
}

#tellus_box {
	width: 278px;
	height: 248px;
	background-image: url(/images/tellus.png);
	background-repeat: no-repeat;
	padding: 45px 0 0 20px;
	margin-top: 10px;
}

#flirt_box h3 {
	color: white;
	font-size: large;
	text-align: center;
}

#flirt_box p {
	font-weight: bold;
	color: black;
	padding-left: 3.5em;
}

#flirt_box strong {
	color: red;
}


/**************************************
                 Messages page (#messages)
                   ***************************************/


/**************************************
             Image upload popup (#img_upload)
                   ***************************************/

#img_upload {
	margin: 0 10px;
	padding: 1em;
	background: white;
	width: 660px;
	height: 800px;
}

#img_upload #files_list img {
	margin-left: 1em;
	display: inline;
}


/**************************************
             Single image view (#single_image)
                   ***************************************/

#single_image * {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/**************************************
                   Profile view (#pfile)
                   ***************************************/

#pfile table {
	width: 80%;
}


/**************************************
                  Block list (#blocklist)
                   ***************************************/

#blocklist table {
	margin: 0 auto;
	width: 70%;
}

#blocklist table caption {
	margin: 0 auto;
}

#blocklist table .action {
	text-align: center;
}

#blocklist table th.username {
	text-align: center;
}

#blocklist th, #blocklist td {
	background-color: #E9F3F5;
	padding: 2px 1em;
}


/**************************************
                   Search page (#search)
                   ***************************************/

#search table {
	padding: 0; margin: 0;
	width: 500px;
}

#search p {
	margin: .5em;
	padding: 0;
}

#search select, #search input.text {
	width: 70%;
}

#search form {
	text-align: center;
}

#search #searchform {
	width: 300px;
	margin: 0 auto;
	text-align: right;
}

#search #searchform .age_range_ctrls {
	text-align: right;
	padding-right: 85px;
}
#search #searchform .age_range_ctrls select { width: 50px; }


#search #searchform .search-btn { padding: 0; margin-bottom: 3em; }

#search #searchform p.checkbox {
	text-align: left;
	width: 250px;
	margin-left: 50px;
}


/**************************************
             Contact section (#contact_info)
                   ***************************************/

#contact_info p {
	margin: 0; padding: 0;
}

#contact_info dt {
	font-weight: bold;
}

#contact_info hr {
	visibility: hidden;
	margin: 2em 0;
	clear: both;
}


/**************************************
              Affiliates section (#affiliates)
                   ***************************************/

#affiliates #explanation {
	float: left;
	width: 45%;
}

#affiliates #contact_form {
	float: right;
	width: 45%;

}


/**************************************
            Registration section (#registration)
                   ***************************************/

#registration form dt {
	float: left;
	clear: both;
	text-align: right;
	width: 29%;
	margin: 0;
	padding: 3px 0;
}

#registration form dd {
	float: right;
	text-align: left;
	width: 70%;
	margin: 0;
	padding: 0;
}

form#preregistered_reg {
	border: 2px dotted red;
	text-align: center;
	font-size: large;
	width: 50%;
	margin: 1em auto;
}

form#preregistered_reg fieldset {
	border: none;
}


/**************************************
     Text message panels (#ad_mf_whisper and #send_txt)
                   ***************************************/

#send_txt input.text, #ad_mf_whisper input.text {
	width: 100%;
}

#send_txt textarea, #ad_mf_whisper textarea {
	width: 100%;
	height: 10em;
}


/**************************************
              Members admin (#ad_member_admin)
                   ***************************************/

#ad_member_admin table {
	width: 100%;
}

#ad_member_admin table tr.summary td {
	border-top: 1px solid #1d86c0;
}

#ad_member_admin table tr p {
	margin: 0;
}

#ad_member_admin table img {
	display: inline;
}

#ad_member_admin #legend {
	border: 1px solid #e9f3f5;
	width: 50%;
	margin: 1em auto;
}

#ad_member_admin #legend h4 {
	margin: 5px 0 0 5px;
}

#ad_member_admin #legend p {
	margin: 0;
}

#ad_member_admin #legend dt {
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

#ad_member_admin #legend dd {
	margin-top: 10px;
}


/**************************************
            Latest profiles (#ad_latest_profiles)
                   ***************************************/

#ad_latest_profiles li {
	list-style: none;
	text-align: center;
	float: left;
	margin: 1em;
	padding: 0 3px;
	background-color: #e9f3f5;
}

#ad_latest_profiles li img {
	display: inline;
}

#ad_latest_profiles li .imgwrap {
	height: 75px; width: 75px;
}

/**************************************
                  Quickcheck (#quickcheck)
                   ***************************************/

#quickcheck .result {
	border: 3px solid #e9f3f5;
	color: blue;
	font-size: large;
	margin: 0.4em;
	width: 80%;
	padding: 0.5em;
	margin: 5em auto;
}


/**************************************
                   Admin logs (#ad_logs)
                   ***************************************/

#ad_logs .logs_table caption {
	text-align: center;
	color: #1D86C0;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

#ad_logs #shout_details {
	text-align: left;
	background-color: white;
	width: 590px;
	margin-left: 10px;
	padding: 10px;
}

#ad_logs #shout_details .heighthack {
	height: 800px;
}

#ad_logs #recipients_table {
	width: 90%;
	margin: 0 auto;
}

#ad_logs #recipients_table tbody th {
	text-align: left;
}

#ad_logs #recipients_table tbody td {
	text-align: center;
}


/**************************************
                 Logs table (.logs_table)
                   ***************************************/

.logs_table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}

.logs_table tr.stats td {
	border-top: 1px solid #DDD;
	padding: 2px;
}


/**************************************
               Image galleries (.imagegallery)
                   ***************************************/

.imagegallery .item {
	float: left;
	width: 102px;
	height: 190px;
	margin: 10px;
	background-color: #EEF;
}

.imagegallery .canvas {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	background-color: white;
	text-align: center;
	width: 100px;
	border: 1px solid #AAA;
	height: 150px;
}

.imagegallery .canvas .image img {
	margin: 0 auto;
	padding-top: 25px;
}

.imagegallery .canvas img.btn-delete {
	position: absolute;
	right: 0; top: 0;
}

.imagegallery .controls {
	text-align: center;
	padding: 0 0px 0px 0px;
	text-decoration: none;

	position: relative;
}

.imagegallery .caption {
	text-transform: uppercase;
	text-align: center;
}

/**************************************
             Single image view (.single_image)
                   ***************************************/

.single_image {
	text-align: center;
}

.single_image img {
	display: inline;
}

.single_image .caption {
	text-transform: uppercase;
}

/**************************************
             Quickmember fragment (.quickmember)
                   ***************************************/


.quickmember .username {
	padding-left: 4em;
}

.quickmember .details {
	width: 60%;
	margin: 0 auto;
}

.quickmember .avatar {
	float: left;
	margin-left: 1em;
}

.quickmember .controls {
	float: right;
}

/**************************************
             Template edition (#ad_tpledit)
                   ***************************************/

#ad_tpledit input.text, #ad_tpledit textarea {
	width: 100%;
}

#ad_tpledit textarea {
	height: 10em;
}

#ad_tpledit .price {
	text-align: right;
}

#ad_tpledit #substitutions {
	border: 1px solid #e9f3f5;
	width: 80%;
	margin: 1em auto;
}

#ad_tpledit #substitutions caption {
	font-weight: bold;
	
	margin: 5px 0 0 5px;
}

#ad_tpledit #substitutions th {
	padding: 3px 6px;
}
#ad_tpledit #substitutions td {
	padding: 3px;
}

#ad_tpledit #substitutions .col_code {
	width: 30%;
}

#ad_tpledit #substitutions code {
	font-size: 16px;
}

#ad_tpledit .psubmit {
	text-align: center;
}

#ad_tpledit #alerttpls .col_name {
	width: 15%;
}

#ad_tpledit #alerttpls .col_action {
	width: 5%;
}

#ad_tpledit #pagetpls {
	width: 50%;
	margin: 0 auto;
}

#ad_tpledit textarea.pagetpl {
	width: 100%;
	overflow: scroll;
	height: 100em;
}


/**************************************
                   Calendar (.calendar)
                   ***************************************/

.calendar_month {
	border-collapse: collapse;
	width: 90%;
}
.calendar_month caption {
	font-size: 26px;
	width: 100%;
}
.calendar_month th {
	text-align: center;
	background: #bbd9ff;
	border-top: 1px solid black;
}
.calendar_month .week td {
	height: 100px;
	border: 1px solid #dddddd;
	width: 60px;
}
.calendar_month td .day {
	position: relative;
	height: 100px;
width: 73px; /* IE6 needs this */
}
.calendar_month td .day .head {
	text-align: right;
}
.calendar_month td .day .head {
	width: 100%;
	background-color: #e9f3f5;
	position: absolute;
	top: 0;
	margin-top: 0;
}
.calendar_month td .day .head .controls {
	position: absolute;
	left: 0;
}
.calendar_month td .day .date {
	font-weight: bold;
	font-size: 14px;
	padding-right: 2px;
}
.calendar_month ul, .calendar_month li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.calendar_month ul.events {
	padding-top: 3em;
}
.calendar_month ul.events li.event {
	overflow: hidden;
	height: 15px;
	font-size: 12px;
	padding: 1px;
	margin: 2px 0;
}
.calendar_month ul.events .event {
	background: url(/images/nav_grd_tile.gif);
	font-weight: bold;
}
.calendar_month ul.events .evc_event, .calendar_month ul.events .evc_event a {
	color: #00cc00;
}
.calendar_month ul.events .user_event, .calendar_month ul.events .user_event a {
	color: white;
}
.calendar_month a {
	text-decoration: none;
}

/* Stuff triggered by Javascript follows */

.calender_month tr.week {
	height: 100%;
}
.calendar_month tr {
	display: table-row;
}
.calendar_month .hidden_row {
	display: none;
}
.calendar_month .shown_row {
	width: 100%;
	height: 100%;
}
.calendar_month .shown_row .extended_day {
	background-color: #e9f3f5;
	border: 1px solid #bbd9ff;
	margin: 1em auto 0 auto;
	padding: 1em 0;
}
.calendar_month .shown_row .extended_day .date {
	color: black;
	padding-left: 1em;
	font-size: 20px;
}
.calendar_month .shown_row .extended_day ul {
	margin: 0;
	padding: 0;
}
.calendar_month .shown_row .extended_day li.event {
	padding: 3px 2em;
}
.calendar_month .bubble_pointer {
	height: 10px;
	width: 10px;
	background-color: #e6e7e6;
	margin-left: 40px;
	margin-top: -1px;
	background: url(/images/bubble-pointer-bbd9ff-e9f3f5-10.gif) no-repeat;
}

/**************************************
                      Forum (#forum)
                   ***************************************/

/* Some sensible defaults, for God's sake! */
#forum * {
	margin: 0;
	padding: 0;
	color: black;
}
#forum input, #forum textarea {
	color: black;
}
#forum {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	width: 90%;
	margin: 0 auto;

}

#forum h1, #forum h2 {
	text-align: center;
}

#forum .forum_head {
	height: 40px;
	position: relative;
}
#forum .forum_ctrls {
	position: absolute;
	top: 0px;
	right: 20px;
}


#forum #roomlist table {
	width: 90%;
	border-collapse: collapse;
}

#forum #roomlist table th {
	text-align: center;
	padding: 0 .5em;
}

#forum #roomlist table td {
	padding: 0 .2em;
	border-top: 1px solid #e6e7e6;
}

#forum h3 {
	font-size: 14px;
	font-weight: normal;
}

#forum a {
	color: #00CC00;
	text-decoration: none;
}

#forum .room {
	margin: 1em;
}

#forum .room p {
	font-size: 14px;
}

#forum .room_desc {
	font-size: 12px;
}

#forum .room_foot {
	font-size: 12px;
	border-top: 1px solid #e6e7e6;
}


#forum input.text, #forum textarea {
	width: 100%;
}

#forum p.submit {
	text-align: center;
}

#forum p {
	width: 90%;
	margin: 0 5%;
}

#forum textarea {
	height: 20em;
}

#forum .suspended h3 a {
	color: red;
}

#forum .msg {
	padding: 1em 0;
}

#forum .msg_head h4 {
	font-size: 14px;
	border-bottom: 1px solid #e6e7e6;
}

#forum .msg_head .msg_datetime {
	float: right;
	font-size: 12px;
}

#forum .room_latestmsg {
	font-size: 11px;
}

#forum .msg_author {
	width: 100px;
	text-align: center;
}
#forum .msg_author p {
	margin: 0;
	padding: 0;
}

#forum .msg_body {
	clear: right;
	float: right;
	width: 370px;
	margin: 0 0 1em 0;
}
#forum .msg_body p {
	margin: 0;
	padding: 0;
}

#forum .msg_foot {
	border-top: 1px solid #e6e7e6;
	padding: 1em;
	clear: right;
	text-align: right;
}

#forum .msg_foot img {
	display: inline;
}

#forum form.msgpost p {
	margin: .5em 1em;
}
