/* ************************ DO NOT EDIT THIS FILE! ************************ 

   Every time you upgrade WP Symposium, this file will be upgraded and all
   changes you have made will be LOST!
   
   INSTEAD, use WP Symposium->Styles.

   Note that your theme CSS may over-ride plugin styles such as WP Symposium
   styles. If you want a CSS to not be changed, put !important after it.

   Search this document for !important to see an example.
   
   ************************************************************************ 
*/

@import url("chat.css");


/* Wrapper around WP Symposium markup - effects everything within */
.__wps__wrapper
{
	overflow: auto;
	margin: 0 auto;
	padding: 0px;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	min-height:600px;
}
.__wps__wrapper-min-height {
	min-height: 1200px;
}
.__wps__wrapper * {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.__wps__dialog_content {
	display: none;
}

.widget-area {
	line-height: 1.3em !important;
}

.label {
	margin-bottom: 5px;
}

/* Fonts */
.__wps__wrapper,
.__wps__wrapper input, .__wps__wrapper textarea,
.__wps__wrapper p, .__wps__wrapper li, .__wps__wrapper td, .__wps__wrapper div,  
.__wps__wrapper input[type=text], 
.__wps__wrapper input[type=password], 
.__wps__wrapper textarea, 
.popup, 
.__wps__mail_recipient_list_option
{
	line-height: 22px;
	border-radius: 3px;
}

.__wps__wrapper input[type=text], 
.__wps__wrapper input[type=password] {
	font-size: 13px;
	height: 24px;
	line-height: 20px;
	padding: 2px 2px 2px 4px;
	margin-bottom: 2px;
	font-size: 1em;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px 0;
}
.__wps__wrapper textarea {
	padding: 2px 2px 2px 4px;
	margin: 2px 2px 2px 2px;
	font-size: 1em;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px 0;
}

.__wps__wrapper a {
}
.__wps__wrapper a:link, .__wps__wrapper a:visited, .__wps__wrapper a:active {
	color: #000;
	text-decoration: none;
}
.__wps__wrapper a:hover {
	color: #666;
	text-decoration: underline;
}
.__wps__wrapper img 
{
	border: 1;
	margin: 0;
	padding: 0;
	max-width: 1000% !important;
	border-radius: 3px;
}

/* Profile - optional included information */
.__wps__wrapper #__wps__profile_right_column {
	background-color: #fff;
}

/* Panel (was Notification bar), including chat */
#__wps__notification_bar, #__wps__logout_div {
	background-color: #000;
	color: #fff;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
}

#__wps__who_online {
	z-index:999998 !important;
	display:none;
	position:fixed;
	right:0px;
	bottom:26px;
	margin-left: 1px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	width:210px;
	height:275px;
	padding:0px;
	border:1px solid #000;
}
#__wps__who_online, #__wps__who_online * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
}

#__wps__friends_online_list {
	height: 244px;
	max-height: 244px;
	overflow: auto;
	width: 100%;
}
 
.__wps__online_name {
	cursor:pointer;
}
.__wps__online_name:hover {
	text-decoration:underline;
}
.__wps__offline_name {
	text-decoration: none;
}
.__wps__offline_name:hover {
	text-decoration: underline;
}

#__wps__who_online,
.__wps__wrapper .__wps__categories_background {
	background-color: #fff;
	color: #000;
}
#__wps__who_online_close {
	float:right;
	cursor:pointer;
	width:16px;
	height:30px;
	line-height:30px;
	padding:0;
	margin-right:4px;
}
#__wps__who_online_close img {
	width:16px;
	height:16px;
	float:left;
	margin-top: 6px;
}
#__wps__who_online_close_label {
	padding:0 0 0 6px;
}
.__wps__wrapper .__wps__wall_reply_div {
	background-color:#efefef;
	color: #000;
}

#__wps__who_online_header {
	width:100%;
	line-height:30px;
	height:30px;
	padding:0px;
	background-color:#000;
	color:#fff;
}

/* "Table" layouts, eg: mail, forum ... */
.__wps__wrapper .table_header {
	background-color: #999;	
	color: #000;
}
.__wps__wrapper .row {
	background-color: #fff;
	color: #000;
	border-bottom:1px solid #efefef;
	margin-left: 0px !important;
}
.__wps__wrapper .row_odd {
	background-color: #fff;
	color: #000;
	border-bottom:1px solid #efefef;
	margin-left: 0px !important;
}
.__wps__wrapper .row:hover, .__wps__wrapper .row_odd:hover
{
}

/* Forum */
.__wps__wrapper #new-topic, .__wps__wrapper #edit-topic-div {
}
.__wps__wrapper #starting-post, .__wps__wrapper #child-posts
{
}
.__wps__wrapper #new_topic_text, .__wps__wrapper #new_topic_text_parent {
	width:95%;
}
.__wps__wrapper .forum_rank {
}

.__wps__wrapper #__wps__topic_options {
}
.__wps__wrapper .__wps__reply_box {
	padding-left: 85px;
}
.__wps__wrapper .reply-comments {
	overflow: auto;
	margin: 10px 0 0 85px;
	padding-top: 10px;
}

.__wps__wrapper .reply-comments-reply {
	margin-bottom:10px;
	overflow:auto;
}
.__wps__wrapper .reply-comments-box-text {
	margin-left: 45px;
}
.__wps__wrapper .quick-comment-box-show {
	margin-bottom:10px;
}
.__wps__wrapper .quick-comment-box {
	clear: both;
	display: none;
}
.__wps__wrapper .quick-comment-box-comment {
	width: 60%;
	height: 50px;
}

.__wps__forum_comment_bubble {
	position:relative;
	top:57px;
	left:-53px;
}

.__wps__search_highlight {
	background-color: #ff0;
}

.link_cursor {
	cursor: pointer;
}

.__wps__wrapper .__wps__usertag {
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer
}

/* Toolbar for BBCode */
.__wps__toolbar div {
	cursor: pointer;
	width:22px;
	height:22px;
	float: left;
	margin-left: 3px;
}
.__wps__toolbar_bold { background-image: url('../images/toolbar/bold.gif'); }
.__wps__toolbar_italic { background-image: url('../images/toolbar/italic.gif'); }
.__wps__toolbar_underline { background-image: url('../images/toolbar/underline.gif'); }
.__wps__toolbar_quote { background-image: url('../images/toolbar/quote.gif'); }
.__wps__toolbar_code { background-image: url('../images/toolbar/code.gif'); }
.__wps__toolbar_url { background-image: url('../images/toolbar/link.gif'); }

/* Fix for TinyMCE editor */
.entry-content table {
	width: auto !important;
	
}
#new_topic_text_tbl {
	width:100% !important;
}
.mceToolbar {
	padding:0 0 0 1px !important;
}
.mceEditor * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

.mceIframeContainer {
	padding:0 !important;
}

.mceButton {
	margin-right:2px !important;
}

#__wps__reply_text_parent {
	width:100%;
}
#__wps__reply_text_tbl {
	width: 100% !important;
}

/* Mobile */
#mobile_notice {
	padding:18px;
	width:90%;
	font-size:48px;
	font-family: Calibri,arial,helvetica;
	line-height:36px;
	margin: 0 auto 10px auto;
	text-align:center;
	background-color: #f90;
	border:1px solid #000;
	border-radius:5px;
}
#mobile_notice a {
	color: #000;
	text-decoration:none !important;
}

/* Tabs */
.__wps__wrapper #mail_tabs {
	border-radius:0px;
	-moz-border-radius:0px;
	margin-left: 10px;
	overflow: auto;
	position: relative;
	top: 1px;
}

.__wps__wrapper .mail_tab {
	border: 1px solid #666;
	padding: 2px 6px 0 6px;
	border-radius:0px;
	-moz-border-radius:0px;
 	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
 	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.__wps__wrapper #mail_tabs .nav-tab-active {
	z-index: 3;
	border: 1px solid #000;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.__wps__wrapper #mail_tabs .nav-tab-inactive {
	z-index: 1;
	border-bottom: 1px solid #666;
	background-color: #efefef;
}

.__wps__wrapper #mail_tabs .nav-tab-active-link {
	text-decoration: none;
	color: #000;
}

.__wps__wrapper #mail_tabs .nav-tab-inactive-link {
	text-decoration: none;
	color: #999;
}

.__wps__wrapper #mail-main-div {
	z-index: 20;
	width: 95%;
	border-radius: 3px;
	-moz-border-radius:3px;
	border: 1px solid #666;
	background-color: #fff;
	padding: 10px;
	overflow: auto;
	margin-bottom: 15px;
}


/* ============================================================================================================== */
/* END OF GLOBAL STYLES SECTION                                                                                   */
/* ============================================================================================================== */



/* CORE CSS =============================================================== */

.__wps__wrapper .hidden {
	display:none;
}

/* Shadow */
.__wps__wrapper .shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* Warning */
.__wps__wrapper .warning {
	margin-left: 0px;
	margin-top: -8px;
	width: 95%;
	border: 1px solid #f00;
	background-color: #f99;
	padding: 6px;
	margin-bottom: 10px;
}

.__wps__wrapper .corners {
	border-radius: 0px;
	-moz-border-radius: 0px;
}

/* text input field */
.__wps__wrapper .new-topic-subject-input, .new-topic-subject-input
{
	width: 95% !important;
	border: 1px solid black;
	margin-left: 2px;
}

/* Powered by */
#powered_by_wps {
	width:100%;
	font-style:italic; 
	font-size: 12px;
	text-align:center;
	margin-bottom:35px;
}

/* Buttons */
.__wps__wrapper .__wps__button, .__wps__button, 
.__wps__wrapper .__wps__btn, .__wps__btn
{
	font-family: 'Open Sans', sans-serif,Arial,Tahoma,Verdana !important;
	font-size: 13px !important;
	line-height: 20px !important;
	text-align: center; 
	padding: 4px !important;
	padding-bottom: 4px !important;
	height: 30px !important;
	min-width: 120px;
	cursor: pointer;
	margin-right: 10px; 
	margin-bottom: 20px; 
	color: #000;
	background-color: #99b;
	background-image: none;
	border:0;
	border-radius: 3px;
	box-shadow:none;
}
.__wps__wrapper .__wps__btn, .__wps__btn {
	padding: 0 !important;
	max-width: 120px !important;
}
.__wps__btn span {
	margin: 0 !important;
	padding: 0 !important;
	line-height:30px !important;
}

.__wps__wrapper .__wps__button:hover, .__wps__button:hover,
.__wps__wrapper .__wps__btn:hover, .__wps__btn:hover
{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
   	color: #000;
	background-color: #99c; 
	background-image: none;
}
.__wps__wrapper .__wps__button:active, .__wps__button:active,
.__wps__wrapper .__wps__btn:active, .__wps__btn:active
{
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
   	color: #000;
	background-color: #99c; 
	background-image: none;
}

/* File Upload */
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}
.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#ffffff;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(to bottom, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);}
.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);}
.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(to bottom, #62c462, #57a957);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);}
.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);}
.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);}
.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}

#fileupload-info {
	clear: both;
	font-weight: bold;
}

.fileinput-button #btn-span {
	margin-top:2px;
}

.__wps__wrapper .delete_forum_reply, .__wps__wrapper .edit_forum_reply, .__wps__wrapper .delete, .__wps__wrapper .delete_post, .__wps__wrapper .delete_topic,  .__wps__wrapper .delete_reply, .__wps__delete_fav, .__wps__wrapper .edit, .__wps__wrapper .report_post {
	display:none;
	float: right;
	font-size: 11px;
	color: #f00 !important;
	font-style: normal;
	text-decoration: none;
	margin-right: 5px;
}
.__wps__wrapper .delete_reply, .__wps__wrapper .reply_warning {
	padding-top:5px;
}
.__wps__wrapper .clear { clear: both; }

.__wps__wrapper .sep, .__wps__wrapper .sep_top {
	clear:both;
	width:100%;
}

.__wps__wrapper .ui-autocomplete-loading, .ui-autocomplete-loading { 
	background-image: url('images/busy.gif') !important;
	background-repeat:no-repeat !important;
	background-position: 98% 50% !important;
	
}

.__wps__wrapper #powered_by {
	clear:both;
	width: 95%;
	font-style:italic; 
	font-size: 10px;
	text-align:center;
}

/* ============================================================================================================== */
/* ADVERTISING BLOCKS                                                                                             */
/* ============================================================================================================== */

#ad_forum_topic_start {
	margin-bottom:10px;
	width:100%;
	text-align:center;
}
#ad_forum_categories {
	clear:both;
	width:100%;
	text-align:center;	
}
#ad_forum_in_categories {
	width:100%;
	padding-top:5px;
	text-align:center;	
}


/* GALLERY (WPS)  ============================================================== */

.gallery_member_box {
	width:40%;
}

#__wps__rename {
	width:200px;
	margin-right:5px;
	height:16px;
	float:left;
}

#__wps__rename_button {
	width:75px;
	margin:0 !important;
}

#__wps__photo_gallery {
	width:100%;
	height:525px;
	background-color: transparent;
	overflow: hidden;
}

#__wps__photo_comments {
	width:350px;
	float:right;
	background-color: transparent;
	text-align: left;
}

.__wps__photo_comment_avatar {
	float:right;
	margin-left: 5px;
}

.__wps__photo_comment {
	clear: both;
	float:left;
	width:98%;
	margin-bottom:18px;
	overflow:auto;
}

#__wps__photo_container {
	width: 600px;
	height: 525px;
}

#__wps__photo_frame {
	width: 600px;
	height: 425px;
	border: 5px solid #aaa;
	background-color:#ddd;
	text-align:center;
}

#__wps__photo_thumbnails {
	width: 600px;
	height: 85px;
	margin-top:4px;
	overflow-y: auto;
	overflow-x: hidden;
}

.__wps__photo_thumbnail {
	width: 35px;
	height: 35px;
	margin: 2px 1px 1px 2px;
	float: left;
	cursor: pointer;
}

.__wps__photo_thumbnail_border_off {
	border: 2px solid #fff;
}

.__wps__photo_thumbnail_border_on {
	border: 2px solid #999;
	width: 39px;
	height: 39px;
	margin: 0px -1px -1px 0px;
}

.__wps__photo {
	cursor:pointer;
}

#__wps__photo_actions {
	margin-bottom:3px;
	float:right;
}

#__wps__photo_comments_container {
	height:390px;
	overflow-y: auto;
	overflow-x: hidden;
}

#__wps__photo_add_comment {
	width:344px;
	padding: 2px;
	margin-bottom: 5px;
	height:40px;
	max-height: 250px;
}


/* WIDGETS - NEW MEMBERS  ===============================================================*/

#__wps__new_members {
	clear: both;	
	overflow: hidden; 
	margin-bottom: 15px;
	padding: 2px;
}

.__wps__new_members_row {
	clear:both; 
	margin-top:8px;
	overflow: auto !important;
	overflow-y: hidden !important; 
}

.__wps__new_members_row_avatar {
	float: left; 
	width:32px;
	margin: 4px 5px 6px 0;
	cursor: pointer;
}

.__wps__new_members_row_member {
}

/* WIDGETS - RECENT MEMBER ACTIVITY =========================================================== */

#__wps__recent_activity {
	overflow: auto; 
	margin-bottom: 15px;
}

.__wps__recent_activity_row {
	clear:both; 
	margin-top:8px;
	overflow:auto !important;
	overflow-y:hidden !important;
}

.__wps__recent_activity_row_avatar {
	float: left; 
	width:32px; 
	margin-right: 5px;
	cursor: pointer;
}

.__wps__recent_activity_row_post {
}

/* WIDGETS - LATEST FORUM POSTS =============================================================== */

#__wps__latest_forum {
	overflow: auto; 
	margin-bottom: 15px;
}

.__wps__latest_forum_row {
	clear:both; 
	margin-top:8px;
	overflow: auto !important;
	overflow-y: hidden !important; 
	padding:2px 0px 0px 38px;
	min-height: 38px;
	position: relative;
}

.__wps__latest_forum_row_avatar {
	position: absolute;
	left: 0px;
	top: 6px;
	width:32px; 
}

.__wps__latest_forum_row_post {
}

.__wps__forum_activity_row {
	clear:both; 
	margin-top:8px;
	overflow: auto !important;
	overflow-y: hidden !important; 
	padding:2px 0px 0px 38px;
	min-height: 20px;
	position: relative;
}
.__wps__forum_activity_row_avatar {
	position: absolute;
	left: 0px;
	width:32px; 
}
.__wps__forum_activity_row_text {
	float: left;
}
/* WIDGETS - SUMMARY =============================================================== */

#__wps__summary_widget {
	overflow: auto; 
	margin-bottom: 15px;	
	overflow-y:hidden;
}

#__wps__summary_widget_avatar {
	float:left;
	margin-top: 6px;
	margin-right:6px;
}

#__wps__summary_widget_list {
}

#__wps__summary_widget_list_noavatar {
}

/* NOTIFICATION BAR =============================================================== */



/* Other panel styles */


#__wps__notification_bar {
	z-index:999998 !important;
	position:fixed;
	right:0px !important;
	bottom:0px !important;
	padding: 4px !important;
	height: 26px !important;
	margin: 0px !important;
	border: 0px !important;
	font-size: 10px !important;
	line-height: 17px !important;
	width: 210px;
	text-shadow: 0px 1px 1px #fff; 
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
 	opacity: 1.00;
}

#__wps__notification_bar #icons img {
	margin-right: 8px;		
	float: left;		
}

#__wps__logout_div {
	display:none;
	position:fixed;
	right:0px;
	width: 134px;
	bottom:28px;
	padding: 4px;
}



					

#__wps__logout {
	border-radius: 0px;
	-moz-border-radius: 0px;
	float:right;
	cursor: pointer;
	margin-right:2px;
	width: 62px;
	height: 18px;
	background-repeat:no-repeat;
	padding-left: 20px;
}

#__wps__online_box {	
	border-radius: 0px;
	-moz-border-radius: 0px;
	float:right;
	text-align:center;
	background-color: #999;
	color: #000;
	padding:0px;
	cursor: pointer;
	font-weight: bold;
	margin-right:10px;
	width: 18px;
	height: 18px;
}
							
.__wps__online_box {
	border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #0f0;
	color: #000;
	font-weight: normal;
	text-shadow: 0px 0px 0px #000 !important; 
}
.__wps__online_box-none {
	border-radius: 0px;
	-moz-border-radius: 0px;
	color: #fff;
	font-weight: normal;
	text-shadow: 0px 0px 0px #000 !important; 
}

#__wps__email_box {
	padding-top: 0px;
	height: 18px;
}

.__wps__email_box {
	border-radius: 0px;
	-moz-border-radius: 0px;
	float:right;
	color: #000;
	text-align:center;
	padding:0px;
	cursor: pointer;
	font-weight: bold;
	margin-right:10px;
	width: 18px;
	height: 20px;
}
.__wps__email_box-read {
}
.__wps__email_box-unread {
}

.__wps__friends_box {
	border-radius: 0px;
	-moz-border-radius: 0px;
	float:right;
	color: #000;
	text-align:center;
	padding:0px;
	cursor: pointer;
	font-weight: bold;
	margin-right:10px;
	width: 18px;
	height: 18px;
}
.__wps__friends_box-none {
}
.__wps__friends_box-new {
}

/* PROFILE PLUS ========================================================== */

.wall_post_like {
	float:right;
	display:none;
	height:20px;
}
.wall_add_like, .wall_add_dislike {
	cursor:pointer;
}
.__wps__likes {
	font-weight: bold;
}

.__wps__mentions {
	margin-bottom: 6px;
	padding: 6px !important;
	width: 98% !important;
}

.__wps__wrapper .__wps__follow  {
	clear: both;
	cursor: pointer;
}

#__wps__follow_box {
	border:1px solid #00 !important;
	background-color: #fff !important;
	width: 200px !important;
	max-width: 200px !important;
	min-width: 200px !important;
	height: 87px;
	padding: 6px !important;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-moz-box-shadow: 3px 3px 14px #000 !important;
	-webkit-box-shadow: 3px 3px 14px #000 !important;
	box-shadow: 0px 2px 10px #000 !important;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')" !important;
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000') !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
}
#__wps__follow_box * {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
	padding: 0 !important;
	margin: 2px !important;
}
#__wps__follow_box #symposium_plus_post, 
#__wps__follow_box #symposium_plus_sendmail,
#__wps__follow_box #symposium_plus_addasafriend {
	margin: 4px 0 4px 0 !important;
	padding-left: 20px !important;
	width: 185px;
	height: 20px !important;
}
#__wps__follow_box a {
	color: #000 !important;
}

.__wps__hover_input {
	padding-left:18px; 
	background-image:url('../images/bubble.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-top:4px;
	margin-bottom:8px;
	height:14px;
	font-size:12px;
	line-height:12px;
	width:90%;
}

#activity_file_upload_button {
	margin-left:2px;
	height:20px;
}

#activity_youtube_embed_button,
#activity_youtube_embed_button_used
{
	float: left;
	margin-left:2px;
}

#activity_youtube_embed_button_used
{
	background-color: #efefef;	
}



/* PROFILE =============================================================== */

/* Drop down menu */
/* 
	LEVEL ONE
*/
ul.__wps__dropdown                         { z-index:999 !important;
											 overflow:visible !important;
											 position: relative; 
											 list-style-type: none; 
											 margin: 0px !important; 
											 padding: 0px !important;
										   }
ul.__wps__dropdown li                      { z-index:999 !important;
											 position: relative;
											 float: left; 
											 width:85px;
											 text-align:center;
											 border-radius:0px; 
											 border-top-left-radius: 3px;
											 border-top-right-radius: 3px;
											 moz-border-radius:0px; 
											 moz-border-top-left-radius: 3px;
											 moz-border-top-right-radius: 3px;
											 color: #000; 
											 margin-left:6px; 
											 margin-bottom:0px !important;
											 list-style-type: none; 
											 border: 1px solid #000;
											 text-decoration: none !important; 
											 cursor:default; 
											 display: block; 
											 padding: 4px 8px 4px 8px; 
											 text-decoration:none !important; 
										   }
ul.__wps__dropdown li:hover                { position: relative;
											 z-index: 999 !important;
										   }


/* 
	LEVEL TWO
*/
ul.__wps__dropdown ul 						{ width: 220px; 
											  visibility: hidden; 
											  position: absolute; 
											  top: 100%; 
											  left: -1px; 
											  z-index:1000 !important;
											  padding:0 !important;
											  margin-top: 0px;
											  margin: 0px !important;
											  box-shadow: 2px 2px 3px #888888;
											}
ul.__wps__dropdown ul li 					{ z-index:1000 !important;
											  width:100% !important;
											  text-align:left;
											  cursor:pointer;
											  font-weight: normal; 
											  border-radius:0px; 
											  moz-border-radius:0px; 
											  background-color: #eee;
											  float: none; 
											  padding: 4px 0 4px 8px !important; 
											  margin: 0px !important;
											  border: 0;
											  opacity: 0.9;
											}
ul.__wps__dropdown ul li:first-child 		{ margin-top:1px;  }
ul.__wps__dropdown ul li:last-child 		{ border-bottom:0; }
ul.__wps__dropdown ul li:hover 				{ }

ul.__wps__dropdown li ul li:hover           { font-weight: bold; }


ul.__wps__dropdown li.__wps__dropdown_tab_on  {
											  border-bottom-color: #fff;
											}
ul.__wps__dropdown li.__wps__dropdown_tab_off {
											  border-bottom-color: #000;
											}

									  
#__wps__menu_tabs_wrapper					{
												clear:both;
												z-index:998;
												position: relative;
												top:-1px;
												border-radius:0;
												border-top:1px solid #000;
											}
											
.__wps__wrapper .__wps__profile_current {
	font-weight: bold;
}

.__wps__wrapper #profile_header_div {
	padding:0px;
	width:99%;
	overflow:hidden;
	margin-bottom:15px;
}

.__wps__wrapper #profile_header_panel {
	float: left; 
	width: 99%; 
	padding:0px;
}

.__wps__wrapper .__wps__profile_page_header_ext_label {
	font-weight:bold;
}

.__wps__wrapper .__wps__profile_page_header_ext_value {
}

.__wps__wrapper #profile_details {
	 margin-left: 214px;
	 padding-top:1px;
}

.__wps__wrapper .__wps__settings_row {
	margin-bottom: 15px;
}

.__wps__wrapper .profile_textarea {
	height:100px;
	width:95%;
}
.__wps__wrapper #profile_name {
	font-size: 22px;
	padding-top:8px;
	margin-bottom:15px;
	font-family: "Open Sans",sans-serif, Helvetica,Arial;
	font-weight: 400;
	color: #444444;
	
}

.__wps__wrapper #profile_label {
	background-color:#CCC;
	padding:4px;
	text-align:center;
	margin:0 0 10px 0;
}
.__wps__wrapper .addasfriend_input {
	float:left;
	margin-right:10px;
}
.__wps__wrapper .poke-button {
} 

.__wps__wrapper .follow-button {
} 

.__wps__wrapper #facebook_div {
	margin-top:10px;
	margin-bottom:10px;
}

.__wps__wrapper #__wps__status {
	width:280px; 
	margin: 0px;
}

.__wps__wrapper #__wps__add_update {
	margin:0px; 
	width:75px
}

.__wps__wrapper #profile_actions_div {
	overflow:auto;
}
.__wps__wrapper #profile_send_mail_button {
}
.__wps__wrapper .__wps__friend_request_info {
	float: left;
}

.__wps__wrapper #cancelfriendrequest {
	width:180px;
}

.__wps__wrapper #add_as_friend_title {
	font-weight: bold;
}

.__wps__wrapper .add_as_friend_message {
	width: 66%;
}

.__wps__wrapper .addfriend_text {
	margin:0px; 
	height:30px !important;
	margin-right:5px; 
	float: left;
}

.__wps__wrapper #addfriend {
	width:180px;
	height: 30px;
	float: left;
}

.__wps__wrapper .addasfriend, .__wps__wrapper #addasfriend {
}

.__wps__wrapper #profile_photo {
	float:left;
	width:215px;
	margin-bottom:20px;
}

.__wps__wrapper #profile_wrapper {
	padding:0px; 
	padding-bottom:4px; 
	clear: both; 
	overflow: hidden;
	margin-top:0px;
	min-height: 500px; 	
}

.__wps__wrapper #profile_body_wrapper {
	float: left; 
	overflow:visible; 
	width:100%;
	margin-top: 5px;
	padding:0px;
	padding-bottom:4px;
}

.__wps__wrapper #profile_body {
	margin-left: 214px;
	overflow:auto;
	padding-right:6px;
	overflow-x: hidden;
}
.__wps__wrapper .profile_body_no_menu {
	margin-left: 6px !important;
	clear:both;
}

.__wps__wrapper .__wps__profile_menu_tab {
	float:left !important;
	clear:none !important;
}

.__wps__wrapper #profile_menu {
	padding:4px;
	float:left;
	width:204px;
	margin-left:0;
}

.__wps__wrapper #__wps__profile_right_column {
	overflow:auto;
	float:right;
	padding: 10px;
	width: 260px;
	margin: 0 0 15px 15px;
}

.__wps__wrapper .input-field {
	height:22px;
	font-size: 14px;
	padding: 2px;
	border: 1px solid #aaa;
	margin-left: 2px;
}


.__wps__wrapper .__wps__profile_menu {
	cursor:pointer;
	clear: both;
	margin-bottom: 3px;
}

.__wps__wrapper #google_profile_map {
	float: right; 
	height: 230px; 
	width: 230px; 
	margin-left:10px;
	margin-bottom:40px;
}

.__wps__wrapper .add_wall_post_div {
	overflow: auto;
	padding-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.__wps__wrapper .add_wall_post {
	float: left; 
	overflow:auto; 
	width:100%;
	padding:0px;
}

.__wps__wrapper .add_wall_post_text {
	margin-left: 80px;
	overflow:auto;
}

.__wps__wrapper .add_wall_post_avatar {
	padding-left: 0px;
	float:left;
	width:80px;
	margin-left:-100%;
}

.__wps__wrapper .reply_div {
	padding:0px; 
	padding-bottom:4px; 
	clear: both; 
	overflow: auto;
	margin:0 2px 3px 0; 
	width:100%;
	float: right;
}

#__wps__add_comment {
	float: right;
	margin-right: 2px;
}

.__wps__wrapper .symposium_add_reply {
	float: right;
	margin-right: 2px;
}

.__wps__wrapper .__wps__wall_reply_div {
	float: left; 
	overflow:visible; 
	width:100%;
	padding:0px;
	padding-bottom:4px;
}

.__wps__wrapper .wall_reply {
	margin-left: 52px;
	overflow:visible;
	padding-right:6px;
}

.__wps__wrapper .wall_reply_avatar {
	padding:4px;
	float:left;
	width:45px;
	margin-left:-100%;
}

.__wps__wrapper .no_wall_replies {
	padding:4px; 
	padding-bottom:0px; 
	clear: both; 
	overflow: visible; 
	margin-top:10px;
}

.__wps__wrapper .profile_panel_extended_row {
	clear: both; 
	margin-bottom:15px;
	overflow: auto;
}

.__wps__wrapper .profile_panel_extended_row_label {
	font-weight:bold;
}

.__wps__wrapper .profile_panel_friends_div {
	width:99%;padding:0px;overflow:auto
}

.__wps__wrapper .profile_panel_friends_div_title {
	font-weight: bold;
}

.__wps__wrapper .profile_panel_friends_div_row {
	clear:both; 
	width: 99%; 
	margin-bottom: 10px; 
	overflow: auto;
}

.__wps__wrapper .profile_panel_friends_div_avatar {
	float: left; 
	width:42px; 
	margin-right: 5px;
}

.__wps__wrapper #__wps__wall {
	overflow: auto; 
	padding:0px; 
	margin:0px; 
	padding-bottom:5px;
}

.__wps__wrapper #symposium_add_status {
	overflow: auto;
	margin-bottom: 15px;
}
.__wps__wrapper #symposium_add_status_buttons {
	clear: both;
	padding-top:5px;
	border:1px solid red;
}

.__wps__wrapper #__wps__comment {
	float: left;
	height:50px;
	max-height:150px;
	background-color:#fff;
}

.__wps__wrapper .__wps__add_comment {
	width:75px;
}

.next_comment {
}

.__wps__wrapper .wall_post_div {
	overflow: hidden; 
	padding-left: 80px;
	padding-bottom: 15px;
	clear: both;
}

.__wps__wrapper .wall_post_avatar {
	float:left;
	width:74px;
	margin-left: -80px;
}

.__wps__wrapper .wall_post .delete_post {
	margin-right:4px;
}

.__wps__wrapper #view_all_comments_div {
	padding:4px; 
	padding-bottom:0px; 
	clear: both; 
	overflow: visible; 
	margin-top:10px;
}

.__wps__wrapper .__wps__reply {
	width:100%;
	float: right;
	background-color: #fff; 
	height: 44px;
	max-height:150px;
}
.__wps__wrapper #__wps__comment, .__wps__wrapper .__wps__reply {
	background-image:url('../images/edit.png');
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding: 0 3px 3px 22px; 
	margin-bottom:5px;
}

.__wps__wrapper .profile_activity_image {
	clear:both;
	max-height:200px;
	max-width:100% !important;
	margin-bottom:8px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px 0;
}

/* View profile */

.__wps__profile_heading {
	font-size: 2.0em !important;
	margin-bottom:10px;
	margin-top:0;
}


/* FORUM =============================================================== */

.__wps__wrapper #__wps__forum_div {
        padding-bottom: 5px;
		width:99%;
}

.__wps__wrapper #share_link {
	float: right;
	height: 22px;
	margin-bottom:6px;
	margin-top: 6px;
}

.__wps__wrapper #share_link img:hover {
	margin-top:-2px;

}

.__wps__wrapper #forum_options {
	float: left;
	margin-bottom: 10px;
	clear: both;
}

.__wps__wrapper #share_link div {
	margin-left: 5px;
}
.__wps__wrapper #fav_link {
	margin-left: 5px;
	margin-right: 3px;
}

.__wps__wrapper #new_topic_category {
	width: 200px;
}

.__wps__wrapper #__wps__table
{
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	overflow: visible;
}

.__wps__wrapper #__wps__table_sep {
	height:10px;
}

.__wps__wrapper .__wps__table_row_sep {
	height:2px;
}

.__wps__wrapper .forum_info {
	clear: both; 
	font-size:0.75em;
}
.__wps__wrapper .forum_info_numbers {
}

.__wps__wrapper .table_header
{
	clear: both;
	padding: 0px;
	height:36px;
	min-height:36px;
	border-radius:0px;
	-moz-border-radius:0px;
}
.__wps__wrapper .table_topic, .__wps__wrapper .table_startedby, .__wps__wrapper .table_replies, .__wps__wrapper .table_views 
{
	clear: both;
	font-weight: bold;
	padding: 3px;
	color: #000;
	width: 100%;
}
.__wps__wrapper .row
{
	clear: both;
	overflow: auto;
	border-radius: 0px;
	width: 100%;
}
.__wps__wrapper .row_odd
{
	clear: both;
	overflow: auto;
	border-radius: 0px;
	width: 100%;
}

.__wps__wrapper .row_topic, .__wps__wrapper .row_startedby, .__wps__wrapper .row_replies, .__wps__wrapper .row_views
{
	overflow: visible;
	border-top: 0px;
	font-weight: normal;
	padding: 6px 6px 6px 0;
}
.__wps__wrapper .row_link_div
{
	margin-bottom: 5px;
	margin-top: -5px;
}
.__wps__wrapper .row_link
{
	font-size: 28px;
	line-height: 32px;
}
.__wps__wrapper .row_link_topic
{
}
.__wps__wrapper .row_link:hover, .__wps__wrapper .row_link_topic:hover
{
	text-decoration: underline;
}
.__wps__wrapper .row_topic_text
{
}

.__wps__wrapper .categories_color {
	color: #fff;
}
.__wps__wrapper .__wps__categories_background {
	padding: 6px;
	border-radius: 0;
}

.__wps__wrapper .__wps__subscribe_option
{
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
}

.__wps__wrapper .breadcrumbs
{
	font-weight: bold;
}

.__wps__wrapper #forum_breadcrumbs {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.__wps__wrapper #topic_breadcrumbs {
	margin-bottom:15px;	
}

.__wps__wrapper #forum_breadcrumbs a, .__wps__wrapper #topic_breadcrumbs a {
	padding: 0px;
}

.__wps__wrapper .table_topic, .__wps__wrapper .row_topic
{
	border-radius: 0px;
}

.__wps__wrapper .table_topic
{
 	text-decoration:none;
 	float: left;
	font-weight: bold;
	font-size: 20px;
}

.__wps__wrapper .table_startedby, .__wps__wrapper .row_startedby
{
	clear: both;
	float: left;
	width: 100%;
	border-radius: 0px;
}

.__wps__wrapper .table_replies, .__wps__wrapper .row_replies
{
	border-radius: 0px;
	float: right;
	min-width: 60px;
	text-align: center;
}

.__wps__wrapper .table_views, .__wps__wrapper .row_views
{
	border-radius: 0px;
	float: right;
	min-width: 60px;
	text-align: center;
}

.__wps__wrapper .avatar_first_topic {
	margin-top: 6px;
}
.__wps__wrapper .avatar_last_topic {
	margin-top:6px;
}

.__wps__wrapper .first_topic {
	padding-left: 84px;
}
.__wps__wrapper .first_topic_text {
	width:100%;
	font-style: italic;
}
.__wps__wrapper .last_topic_text {
	padding-left: 70px;
	width:100%;
	padding-top: 4px;
}

.__wps__wrapper .last_reply {
}

.__wps__wrapper .post_count {
	margin-top:4px;
	font-size: 24px;
	min-width:60px;
}

.__wps__wrapper .post_count_label {
	margin-top:-4px;
	font-size:8px;
	min-width:60px;
}

.__wps__wrapper #topic-links
{
	list-style-type:none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: #000;
}

.__wps__wrapper #new-topic-button {
	width: 120px;
	margin:0;
}

.__wps__wrapper #new-topic, .__wps__wrapper #edit-topic-div 
{
	width: 100%;
	overflow:visible;
	margin-top: 10px;
	margin-bottom: 15px;
}

#forum_activity_all_new_topics {
	width: 33%;
	float: left;
}

#forum_activity_new_topics {
	width: 33%;
	float: left;
}

#forum_activity_replies {
	width: 33%;
	float: right;
}

#forum_activity_title {
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:10px;
}

.forum_activity_new_topic_subject, .forum_activity_new_topic_subject {
	margin-top: 10px;
}

.forum_activity_new_topic_subject a, .forum_activity_new_topic_subject a {
	font-weight: bold;
	text-decoration: none;
}
.forum_activity_new_topic_subject a:hover, .forum_activity_new_topic_subject a:hover {
	text-decoration: underline;
}

.__wps__search_subject_row_div {
	margin-top:20px;
}
.__wps__search_subject {
	font-weight:bold;
}

.__wps__wrapper #edit-topic-div
{
	display: none;
	width: 700px;
	height: 325px;
}
.new-topic-subject {
	margin-top: 10px;
}
.new-topic-subject-text, .__wps__wrapper .reply-topic-subject-text, .__wps__wrapper .reply-topic-text
{
	width: 95%;
	height: 120px;
	border: 1px solid black;
	padding: 4px;
	margin-bottom: 15px;
	z-index: 99999999;
}
.__wps__wrapper #reply-topic, .__wps__wrapper #reply-topic-bottom
{
	width: 100%;
	clear: both;
	overflow: visible;
	padding: 0;
	padding-top: 10px;
	margin-top: 20px;
}
.__wps__wrapper #reply-topic {
	margin-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #000;
}

.__wps__wrapper .new-topic-category
{
	
}

.__wps__wrapper .trusted {
	background-color: #ccf;
}

.__wps__wrapper #showmore_forum {
	padding: 6px;
}


/* Post and Thread */

.__wps__wrapper #starting-post, .__wps__wrapper #child-posts
{
	clear: both;
}
.__wps__wrapper #starting-post {
	padding: 0 0 0 6px;
	margin-bottom:15px;
}
.__wps__wrapper #child-posts {
	padding: 0;
}
.__wps__wrapper .topic-post-post
{
	clear: both;
	margin-top:8px;
}
.__wps__wrapper .topic-post-header-with-fav
{
	overflow:auto;
	padding: 6px 10px 10px 0px;
	padding-left: 37px\9; /* IE hack */

}
.__wps__wrapper .topic-post-header
{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 0px;
	padding-top: 0px;
	float: left;
	width:100%;
}
.__wps__wrapper .topic-edit-icon, 
.__wps__wrapper .topic-delete-icon, 
.__wps__wrapper .topic-edit-delete-icon
 {
	float:right;
	width:16px;
	height:16px;
	margin-left:3px;
}
.__wps__wrapper .topic-edit-delete-icon {
	width:58px;
	margin-right:5px;
}
.__wps__wrapper .started-by
{
}
.__wps__wrapper .floatright
{
	float: right;
	margin-bottom: 10px;
}
.__wps__wrapper .floatleft
{
	float: left;
	margin-bottom: 10px;
}
.__wps__wrapper .child-reply 
{
	clear: both;
	padding: 6px 6px 6px 6px;
	overflow:auto;
}
.__wps__wrapper .__wps__child_reply_sep {
	height:10px;
}
.__wps__wrapper .avatar 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	cursor: pointer;
}
.__wps__wrapper .child-posts .child-reply .child-reply-post 
{
	margin-bottom: 115px;
}
.__wps__wrapper .child-posts .child-reply .child-reply-post p
{
}

/* Pagination */

.pagination_box {
	float: right;
	margin-bottom:15px;
}
.pagination_number {
	background-color: #efefef;
	padding: 0 6px 0 6px;
	margin-left:3px;
	border: 1px solid transparent;
	float: left;
}
.pagination_number a, .pagination_number a:visited, .pagination_number a:hover {
	color: #000;
}
.pagination_number_current {
	border: 1px solid #000;
}


/* BB Codes */

.__wps__wrapper .__wps__quote {
  background: #f9f9f9;
  width: 90%;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  margin-bottom: 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
.__wps__wrapper .__wps__quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.__wps__wrapper .__wps__quote p {
  display: inline;
}

.__wps__wrapper .__wps__code {
  background: #f9f9f9;
  width: 90%;
  font-family: courier;
  font-size: 0.8em;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  margin-bottom: 10px;
  padding: 0.5em 10px;
}
.__wps__wrapper .__wps__code p {
  display: inline;
}



/* AVATAR ============================================================== */

.__wps__wrapper #image_to_crop {
	float:left; 
	margin-bottom:25px;
}

.__wps__wrapper #image_preview {
	clear: both; 
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
}
.__wps__wrapper #image_to_crop img, .__wps__wrapper #image_preview img {
	border-radius:0px !important;
	-moz-border-radius:0px !important;	
}

.__wps__wrapper #image_instructions {
	margin-left: 20px; 
	float: left;
	width: 200px;
}

/* MEMBERS ============================================================== */

.__wps__wrapper #members_go_button {
	float: left; 
	margin-bottom:0px;
}

.__wps__wrapper .members_row {
	clear:both; 
	margin-top:8px; 
	overflow: auto; 
	width:95%; 
	margin-bottom: 0px;
	padding:6px;
}

.__wps__wrapper .members_info {
	width:100%; 
	padding-left: 75px; 
	margin-left:-75px;
}

.__wps__wrapper .__wps__members_info_label {
	font-weight: bold;
}

.__wps__wrapper .members_location {
	float: right;
	font-style:italic;
	text-align:right;
}

.__wps__wrapper .members_avatar {
	float: left; 
	width:75px;
}

.__wps__wrapper .members_search_box {
	width:55%;
	height: 30px !important;
}

.__wps__wrapper #__wps__members {
	margin-top:0px;
}

/* Small search bar */

#__wps__member_small {
	font-family: inherit;
	font-size: 14px;
	border: 1px solid #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 4px;
	
}

/* MAIL ============================================================== */

.__wps__wrapper #__wps__search {
	clear: both;
	width: 100%;
}

.__wps__wrapper #trays {
	float: left;
	margin-right: 10px;
	padding-top: 4px;
}

.__wps__wrapper #mailbox {
	clear: both;
	width: 100%;
}

.__wps__wrapper #mailbox_list {
	float: left;
	width: 35%;
}

.__wps__wrapper #messagebox {
	width: 60%;
	float: right;
}

.__wps__wrapper #__wps__mail_bulk_action {
	margin-bottom:6px;
	font-size:10px;
}
.__wps__wrapper .bulk_actions {
	clear: both;
	position:absolute;
	margin-top:0px;
	margin-left:170px;
}

.__wps__wrapper #mail_sent_message {
	display: none;
	padding: 4px;
	text-align: center;
	width: 100%;
	border: #660;
	margin-bottom:15px;
}

.__wps__wrapper #message_header {
	padding-bottom:10px; 
	overflow:visible;
}

.__wps__wrapper #message_header_avatar {
	width:44px; 
	margin-right: 5px; 
	float:left;
}

.__wps__wrapper .message_delete {
	float:right;
	cursor: pointer;
}
.__wps__wrapper #message_header_reply {
	cursor: pointer;
	float: right;
}
.__wps__wrapper .message_search {
	width:75px; 
}

.__wps__wrapper .mailbox_message_from {
	font-weight:bold;
}

.__wps__wrapper .mailbox_message_subject {
	font-weight: bold;
}

.__wps__wrapper .mail_item_age {
	font-style:italic;
}

.__wps__wrapper .mailbox_message {
}

.__wps__wrapper .mail_item {
	cursor:pointer;
	width: 190px;
	border-bottom: 1px solid #aaa;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom: 3px;
}
.__wps__wrapper .mail_item_unread {
	background-color: #dfdfdf;
}
.__wps__wrapper .mail_item_read {
	background-color: #efefef;
}
.__wps__wrapper #mail_send_button {
	float:right;
	margin:0;
}
.__wps__wrapper #mail_cancel_button {
	cursor:pointer;
}

.__wps__wrapper #compose_subject {
	width:98% !important;
}
.__wps__wrapper #mail_recipient_list {
	width:99% !important;
	height:40px;
	font-size: 24px !important;
	padding: 2px;
	border: 1px solid black;
	margin-left: 2px;
}
.__wps__wrapper #compose_button {
	float:right;
	margin-right:0px;	
	margin-top:3px;
}

.__wps__wrapper #compose_mail_message {
}

.__wps__wrapper #compose_text {
	height:300px;
	width: 98%;
}

.__wps__wrapper #message_mail_message {
	clear: both;
	padding-top:10px;	
}

.__wps__wrapper #mail-main {
	clear: both;
	z-index: 2;
	overflow: hidden;
	width: 95%;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 15px;
}
.__wps__wrapper .mail_item {
	padding: 4px;
	overflow-x: hidden;
}

.__wps__wrapper #mail-main #inbox *, .__wps__wrapper #mail-main #sentbox * {
	border-radius:0px;
	-moz-border-radius:0px;
}

	
.__wps__notice, .__wps__pleasewait, .__wps__sending {
	z-index: 999999999 !important;
	position: absolute;
	padding: 10px 20px 10px 20px;
	border: 2px solid #000;	
	background-color: #fff;
	display: none;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}


/* OTHER ============================================================== */

.ui-dialog {
	font-size: 13px !important;
	z-index:300000 !important;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 2px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 150px;
}

/* OTHER ============================================================== */

.__wps__autocomplete_sep {
	clear:both;
	background-color:#999;
	color:#000;
	text-shadow: none;
	padding: 1px 0 1px 3px;
	font-size:80%;
	margin: 3px 0 3px 0;
	overflow:auto;
}

.__wps__autocomplete_item {
	padding: 0;
	height:45px;
	margin: 0 0 2px 0 !important;
}


/* ALERTS */

#__wps__alerts {
}

.__wps__alerts_widget_row {
	margin-bottom:6px;
	line-height:1.3em;
} 

#__wps__news_items {
	position:absolute; 
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: transparent;
	z-index: 9999 !important;
}


.__wps__news_item {
	clear: both;
	line-height: 1.1em !important;
	overflow: hidden;
	width: 300px;
	border-bottom: 1px solid #fff;
	padding: 6px;
	margin-left: 0px !important;
	background: #333;
	text-align: left !important;
}

.__wps__news_item a {
	background: #333;
	padding:0px !important;
	line-height: 1.1em !important;
	text-decoration: none;
	color: #aaa;
	text-align: left !important;
}
.__wps__news_item a:hover {
	cursor:pointer !important;
	color: #fff;
}

.__wps__news_item_newitem a {
	color: #fff !important;
	padding-left: 22px !important;
	background-image:url('../images/new.gif') !important;
	background-repeat: no-repeat !important;
}

.__wps__news_item:hover {
	color: red;
}

#__wps__news_highlight {
	background-color: red;
	color: white;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 8px;
	margin-left: 4px;
}


/* Shortcode */

.__wps__news_history_row {
	clear: both;
	padding: 4px 0px 4px 0px;
	margin-bottom:10px;
	overflow: auto;
}

.__wps__news_history_ago {
	color: #999;
}

.__wps__news_history_avatar {
	float: left;
	margin-right: 10px;
}

.__wps__wrapper .__wps__events_list {
}
.__wps__wrapper .__wps__event_list_item {
	background-color: #eee;
	margin-bottom: 15px;
	border-radius: 3px;
	padding: 6px;
	overflow:auto;
}
.__wps__wrapper .__wps__event_list_item:hover {
	background-color: #ccc;
}
.__wps__wrapper .__wps__event_list_name {
	font-size: 1.2em;
}
.__wps__wrapper .__wps__event_list_location {
}
.__wps__wrapper .__wps__event_list_places {
	font-weight: bold;
}

.__wps__wrapper .__wps__event_list_description {
}

.__wps__wrapper .__wps__event_list_dates {
	font-style: italic;
}


/* EVENTS ============================================================== */

#__wps__edit_event {
	width:100%;
	text-align:center;
}

.__wps__edit_event_input {
	width:98%;
	margin-bottom:5px;
}

.__wps__edit_event_textarea {
	width:98%;
	height: 225px;
}

#__wps__photo_management div {
	margin: 5px 0 5px 0;
}

#symposium_event_more, #symposium_book_event, #symposium_cancel_event {
	margin: 10px 0 0 0;
}
#symposium_book_event, #symposium_cancel_event {
	margin-left: 5px;
}

#__wps__event_nav {
	margin-bottom:15px;
}
#__wps__event_title {
	float: right;
	font-size: 20px;
}
#__wps__event_move {
	font-family: sans-serif,Arial,Tahoma,Verdana;
	font-size: 13px;
	text-align: center; 
	padding: 2px 0 0 0;
	margin-top: 4px;
	height: 24px;
	min-width: 75px;
	width: 75px;
	margin-right: 10px; 
	margin-bottom: 20px; 
	color: #000 !important;
	background-color: #aaa !important;
	background-image: none;
	border:0;
	border-radius: 3px;
	box-shadow:none;
	float: left;
	cursor: pointer;
}
#__wps__event_move a {
		text-decoration: none !important;
		color: #000;
}
table.calendar {
	clear: both;
}
table.calendar tr td.calendar-day-head {
	text-align: center;
}
table.calendar tr td {
	width: 14.3% !important;
}
table.calendar tr td.calendar-day {
	padding:4px;
	background-color: #efefef;
	border: 1px solid #ccc;
}
table.calendar tr td.weekend { 
	background-color: #dfdfdf;
	border: 1px solid #ccc;
}
table.calendar tr td.current {
	background-color: #ccc;
	border: 2px solid #000;
}
table.calendar tr td div.day-number {
	font-size: 14px;
	width: 26px;
}
table.calendar tr td div.__wps__events_calendar_event {
	border: 1px solid #999;
	padding: 3px;
	border-radius: 3px;
	background-color: #fff;
}

.symposium_book_event_button,
.symposium_cancel_event_button,
.symposium_pay_event_button {
	padding: 2px;
	border-radius: 3px;
	text-decoration: none;
}

.symposium_book_event_button_calendar,
.symposium_cancel_event_button_calendar,
.symposium_pay_event_button_calendar {
	padding: 2px;
	border-radius: 3px;
	text-decoration: none;
	width: 100%;
}

.symposium_event_button_div {
	background-color: #aaa;
	text-align:center;
	border: 1px solid #000;
	margin-bottom:2px;
}
/* GALLERY ============================================================== */

.__wps__wrapper #__wps__create_gallery {
	display:none;
	clear:both;
}

.__wps__wrapper #__wps__create_sub_gallery {
	display:none;
}

.__wps__wrapper #__wps__gallery_breadcrumb {
}

.__wps__wrapper #__wps__gallery_top {
	float: left;
}

/* COVERS */
.__wps__wrapper #__wps__album_covers {
	clear: both;
}

.__wps__wrapper .__wps__album_outer {
	padding:4px;
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
.__wps__wrapper .__wps__album_inner {
	text-align: center;
}
.__wps__wrapper .__wps__album_cover {
}
.__wps__wrapper .__wps__album_image{
	margin: 0;
	width:75px !important;
	height:75px !important;
}
.__wps__wrapper .__wps__album_title {
	width:75px;
	text-align:center;
	font-size:11px;
	line-height:13px;
	letter-spacing:-1px;
	padding:2px;
}

.__wps__wrapper .profile_activity_gallery_first_image {
	max-height:200px;
	max-width:100% !important;
}


/* ALBUM CONTENTS */

#__wps__album_content {
	clear: both;
}
#__wps__album_content .__wps__photo_outer {
	width:75px;
	height:75px;
	padding:4px;
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
#__wps__album_content .__wps__photo_inner {
}
#__wps__album_content .__wps__photo_cover {
}
#__wps__album_content .__wps__photo_image {
	width:75px;
	height:75px;
}
#__wps__album_content .__wps__photo_title {
	width:75px;
	text-align:center;
	font-size:11px;
	line-height:13px;
	letter-spacing:-1px;
	padding:2px;
}

/* MANAGE ALBUM =========================================================== */

.__wps__wrapper .__wps__photo_title_input {
  width: 300px;
}

.__wps__wrapper .__wps__photo_row {
  margin-bottom: 4px;
  clear: both;
}

.__wps__wrapper .__wps__photo_cover_choice {
	float: left;
}


/* WIDGET =========================================================== */

#__wps__gallery_recent_activity {
	overflow: auto; 
	margin-bottom: 15px;
}

.__wps__gallery_recent_activity_row {
	clear:both; 
	margin-top:8px;
}

.__wps__gallery_recent_activity_row_avatar {
	float: left; 
	width:32px; 
	margin-right: 5px;
}

.__wps__gallery_recent_activity_row_post {
}


/* GROUPS ============================================================== */

.__wps__wrapper #__wps__groups {
	clear: both;
}
.__wps__wrapper #show_create_group_button {
}

.__wps__wrapper .groups_search_box {
	width: 40%;
	clear: both;
}

.__wps__wrapper #groups_go_button {
}

.__wps__wrapper #group {
}

.__wps__wrapper .group_name {
}

.__wps__wrapper .group_member_count {
}

.__wps__wrapper .group_description {
	clear: both;
}

.__wps__wrapper .groups_row {
	clear:both; 
	margin-top:8px; 
	margin-bottom: 0px;
	padding:6px 20px 6px 6px;
	background-color: #eee;
}

.__wps__wrapper .groups_avatar {
	float: left; 
	width:75px;
}

/* GROUP ============================================================== */

.__wps__wrapper #group_member_count {
	font-weight: bold;
}

.__wps__wrapper #__wps__group_comment {
	width: 100%;
	float: right;
	margin: 15px 0 5px 0;
	height:50px;
	max-height: 150px;
}

#symposium_group_add_comment {
	float: right;
	margin-right: 0 !important;
}

.__wps__wrapper .reply_field-button {
	float: right;
	margin-right: 0 !important;
}

.__wps__group_reply {
	width:100%;
	float: right;
	background-color: #fff; 
	height: 44px;
	max-height:150px;
	margin-bottom: 5px;
}
.__wps__wrapper #__wps__group_comment, .__wps__wrapper .__wps__group_reply {
	background-image:url('../images/edit.png');
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding: 0 3px 3px 22px;
}

.__wps__wrapper .reply_field {
	max-height:150px;
	width: 290px;
}

.__wps__wrapper #group_header_div {
	padding:0px;
	width:99%;
	overflow:auto;
}

.__wps__wrapper #group_header_panel {
	float: left; 
	height: 200px; 
	width: 99%; 
	padding:0px;
}

.__wps__wrapper #group_details {
	 margin-left: 215px;
}

.__wps__wrapper #group_name {
	letter-spacing:-1px;
	font-size: 28px;
	padding-top:3px;
	margin-bottom:15px;
	clear:none;
}

.__wps__wrapper #group_photo {
	float:left;
	width:215px;
	margin-left:-100%; 
	margin-bottom:20px;
	padding-left:10px;
}

.__wps__wrapper #group_menu {
	width:130px; 
	padding-right: 15px; 
	margin-right:0px; 
	float: left;
}

.__wps__wrapper #group_wrapper {
	padding:0px; 
	padding-bottom:4px; 
	clear: both; 
	overflow: auto;
	margin-top:0px; 	
}

.__wps__wrapper #group_body_wrapper {
	float: left; 
	overflow:visible; 
	overflow-y:hidden;
	width:100%;
	padding:0px;
	padding-bottom:4px;
	min-height:200px;
}

.__wps__wrapper #group_body {
	margin-left: 200px;
	overflow:visible;
	padding-right:6px;
}
.__wps__wrapper .group_body_full {
	margin-left: 6px !important;
}

.__wps__wrapper #group_menu {
	padding:4px;
	float:left;
	width:190px;
	margin-left:-100%;
}

.__wps__wrapper .__wps__group_menu {
	cursor:pointer;
	margin-bottom: 3px;
}


.__wps__wrapper #__wps__lounge_add_comment {
	width: 250px;
}

.__wps__wrapper #__wps__lounge_add_comment_button {
	width: 50px;
}

.__wps__wrapper .__wps__lounge_new_comment {
	font-weight: bold;
}

.__wps__wrapper .__wps__lounge_new_author {
	color: #aaa;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

.__wps__wrapper .__wps__lounge_new_comment_you {
	color: #0072bc;
}

.__wps__wrapper .__wps__lounge_new_status {
	float: left;
	margin-right: 6px;
	padding-top: 3px;
}

.__wps__wrapper .__wps__lounge_del_icon {
	float: right;
}



#__wps__rss_icon {
	background: transparent url('images/rss.gif') center center no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
}


#__wps__chartcontainer {
}

#__wps__vote_forum {
}

#__wps__vote_thankyou, #__wps__clear_thankyou {
	display:none;
}

#__wps__vote_thankyou p {
	padding:6px; 
	text-align:center;
}



/* JCROP */
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

