/* GLOBAL */

.preloadPic { /*Preloades images*/
	display:none;
}
div#labelLoad {
	z-index:2000;
	position:absolute;
	background:#000;
	color:#fff;
	padding:0 2px;
	margin:-15px 0 0 0px;
	-moz-opacity:0.4;
	opacity:.4;
	filter: alpha(opacity=40);
}
span#site_desc {
	display:none;
}
img {
	border:0px solid black;
}
hr {
	margin:15px 0px;
}
.clear {
	clear:both;
	line-height:1px;
}
h2 {
	color:#000;
	font-size:14px;
}
h3 { 
	font-size:13px;
}
th {
	text-align:left;
}
a {
	color:#3399cc;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
.complement {
	color:#3399cc;
	text-decoration:none;
	font-weight:bold;
}
.primary {
	color:#ff3366;
	text-decoration:none;
	font-weight:bold;
}
legend {
	font-weight:bold;
	color: #2D5982;
}
fieldset {
	border-width:0px;
}
.submit {
	background:#CFE8F5; 
	border:1px solid #4A95C9; 
	padding:1px; 
	color:#0C2993; 
	letter-spacing:1px; 
	font-size:85%; 
}
.margin-top-5 {
	margin-top:5px;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.icon_border {
	border:1px solid #ddd;
	background:#eaeaea;
	padding:1px;
	-moz-opacity:.7;
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* For IE8 */
	filter: alpha(opacity=70); /* For IE5-7 */
}
.icon_border:hover {
	border:1px solid #888;
	background:#fff;
	padding:1px;
	-moz-opacity:1.00;
	opacity:1.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE8 */
	filter: alpha(opacity=100); /* For IE5-7 */
}
.block {
	display:block;
}
.back_button { /* Button in notices and messages - backLlink in lang files*/
	margin-top:10px;
	display:block;
}

.hide {
	display:none;
}

/* genders */
span.male {
	/*color:#2F53FF;*/
}
span.female {
	/*color:red;*/
}
span.couple {
	/*color:purple;*/
}


/* Delete text button */
div.delete_btn {
	background:url(../media/images/icons/delete.png) no-repeat right #EFEFEF; 
	font-size:11px; 
	width:120px;
	border:1px solid #ccc;
	text-align:center;				
	padding:2px;
}
div.delete_btn:hover {
	background:url(../media/images/icons/delete.png) no-repeat right #ffffff;
}

div.delete_btn a {
	color:#666;
	display:block;
}

div.delete_btn a:hover {
	color:#666;
	text-decoration:none;
	display:block;
}

/* Pagination */
a.page_num {
	border:1px solid #fff;
	width:15px;
	height:15px;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
}
a.page_num:hover {
	border:1px solid #ccc;
	font-size:11px;
	font-weight:bold;
	width:15px;
	height:15px;
	padding:2px 5px;
	background:#ddd;
	text-decoration:none;
	color:#000;
}
.page_num_current {
	font-size:11px;
	font-weight:bold;
	width:15px;
	height:15px;
	padding:2px 5px;
	background:#FF3366;
	color:#fff;
}
#pagination {
	clear:both;
	text-align:center;
	margin:10px 0px;
}

.smallText {
	font-size:10px;
	font-weight:normal;
}
.highlightText {	
	background:#FEFF7F;
}
.mediumText {
	font-size:11px;
	font-weight:normal;
}
.smallImageBorder {
	border:1px solid #ccc;
	padding:1px;
}
.smallImageBorder_on {
	border:1px solid green;
	background:#AFFFB2;
	padding:1px;
}
.smallImageBorder:hover {
	border:1px solid #ff3366;
	padding:1px;
}
/*
#subcontainer {
	width:800px; 
	border:1px solid red; 
	float:left;
}
*/
#loader {
	float:left;
	line-height:25px;
	width:16px;
	height:16px;
	border:0px solid black;
}
p.submit_area { /* Positoins submit buttons for loader */
	float:left;
	margin-right:5px;
}


#banner {
	width:141px; 
	border:0px solid red; 
	margin-left:0.2em;
}
/*
Banner
*/
.right_banner_link {
	display:block;
	text-align:center;
	margin-bottom:5px;
}

#middle {
	border:0px solid gray;
	height:auto;
}
div#join_now {
	background:url(../media/images/backgrounds/register.png) no-repeat;
	height:110px;
	margin:0px 0px 20px 35px;
	padding-top:75px;
	text-align:center;
	font-size:18px;
	color:#fff;
	border:0px solid red;
	width:185px;
}
/* Max image width size */
#main_left img {
	max-width:770px;
	width: expression(this.width > 650 ? 650: true); /* ie */
} 	

#popup {
  position: absolute;
  padding: 5px;
  border: 1px solid black;
  background: #eee;
  left: 0px;
  top: 0px;
  visibility: hidden;
}
body.popbox { /* body bkg for modal tb_window */
	background:#fff;
}
ul#shortcuts {
	margin:0;
	padding:0px 8px;
	list-style-type:none;
	border:0px solid #000000;

}
ul#shortcuts li {
	line-height:20px;
	border-bottom:0px solid #444;
	background:url(../media/images/icons/shortcut_icon_off.png) 5px 5px no-repeat;
}
ul#shortcuts li a {
	text-decoration:none;
	font-weight:bold;
	color:black;
	display:block;
	padding-left:30px;
}
ul#shortcuts li:hover, ul#shortcuts  li.current {
	/*background:#444;*/
	text-decoration:none;
	background:url(../media/images/icons/shortcut_icon_on.png) 5px 5px no-repeat;
	color:#666;
	display:block;
}

ul#shortcuts li.bugs {
	color:red;
	display:block;
	background:url(../modules/tasks/images/icon_bug.png) 5px 5px no-repeat;
}
/* EOF GLOBAL */

/* TEXT DECORATION */
.boldTxt {
	font-weight:bold;
	color:#234761;
}
.bold {
	font-weight:bold;
}
div.facts_container {
	clear:both;
	padding:0px;
	margin-bottom:10px;
}
div.facts_heading {
	clear:both;
}
div.facts_content {
	clear:both; 
	margin-bottom:20px;
}
p.facts_heading {
	border:0px solid black; 
	float:left;
	margin-right:5px; 
	width:195px; 
	font-weight:bold;
}
p.facts_content {
	border:0px solid black; 
	float:left; 
	margin:0px 5px 5px 0px;; 
	width:195px;
	font-weight:normal;
}
.sel_facts  {
	width:150px;
}

ul.facts_grid { /* uses on public settings */
	list-style-type:none;
	display:inline;
	clear:both;
	border:0px solid blue;
	width:100%;
}
ul.facts_grid li.col1, ul.facts_grid li.col2, ul.facts_grid li.col3 {
	float:left;
	border:0px solid red;
	width:120px;
	margin-right:43px;
	padding-bottom:20px;
}
ul.facts_grid li.col4 {
	border:0px solid red;
	width:120px;	
	float:left;
	padding-bottom:20px;
}
ul.facts_grid li.clear {
	clear:both;
}

ul.facts_grid_pro { /* uses on profile */
	list-style-type:none;
	display:inline;
	margin-left:10px;
	padding:10px 10px 0px 10px;
	clear:both;
	border:0px solid blue;
	width:100%;
}
ul.facts_grid_pro li.col1, ul.facts_grid_pro li.col2, ul.facts_grid_pro li.col3 {
	float:left;
	border:0px solid red;
	width:120px;
	margin-right:44px;
	padding-bottom:10px;
}
ul.facts_grid_pro li.col4 {
	border:0px solid red;
	width:120px;	
	float:left;
	padding-bottom:10px;
}
ul.facts_grid_pro li.clear {
	clear:both;
}

/* EOF TEXT DECORATION */

/****  RIGHT SECTION *****/
div.right_box { 
	margin:10px 0px 10px 0px;
	padding-bottom:15px;
}
div.right_box div {
	padding:0px 0px;
}
div.right_box div ul {
	margin-left:35px;
}
/* Heading Subtitles */
div.heading_login {
	background:url(../media/images/backgrounds/heading_login_bg.png) left no-repeat;
	margin-bottom:10px;
}
#main_left div.heading {
	background:url(../media/images/backgrounds/heading_bg.png) left no-repeat;
	margin-bottom:10px;
}
#main_left_wide div.heading_wide {
	background:url(../media/images/backgrounds/heading_wide_bg.png) left no-repeat;
	margin-bottom:10px;
}
#right_container div.heading {
	background:url(../media/images/backgrounds/heading_right_bg.png) left no-repeat;
	margin-bottom:10px;
}
div.heading div, div.heading_login div, div.heading_wide div {
	width:100%;
	height:30px;
	padding-left:10px;
	line-height:25px;
}
div.heading div h2, div.heading div h2 a, div.heading_login div h2, div.heading_wide div h2 {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
div.heading a {
	color:white;
}
.proimg-height {
	/*height:35px;*/
}
a.heading_image {
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	padding:1px;
	vertical-align:text-bottom;
	height:27px;
}

/* Heading black*/
div.heading_black {
	/*background:url(../media/images/backgrounds/heading_black_left_bkg.png) left no-repeat;*/
	height:24px;
	margin-bottom:10px;
}
div.heading_black div {
	/*background:url(../media/images/backgrounds/heading_black_right_bkg.png) right no-repeat;	width:100%;*/
	height:24px;
	line-height:20px;
}
div.heading_black div h2 {
	font-size:14px;
	font-weight:bold;
	color:#66000f;
	
}
div.heading_black a {
	font-size:14px;
	color:#000;
	margin-left:10px;
	text-decoration:none;
}
/* Heading red*/
div.heading_red {
	background:url(../media/images/backgrounds/heading_red_left_bkg.png) left no-repeat;
	height:24px;
	margin-bottom:10px;
}
div.heading_red div {
	background:url(../media/images/backgrounds/heading_red_right_bkg.png) right no-repeat;
	width:100%;
	height:24px;
	line-height:20px;
}
div.heading_red div h2 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-left:10px;
}
div.heading_red a {
	font-size:14px;
	color:#fff;
	margin-left:10px;
}


div.subheading {
	border-bottom:1px solid #adadad;
	padding-bottom:5px;
	margin:20px 0 5px 0;
}
div.subheading h3 {
	color:#000;
}
/* Below should be removed !!!! */
div.main_right_hd {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}
div.main_right_2 {
	background:url(../media/images/backgrounds/right_separator.png) bottom no-repeat;
	padding-bottom:15px;
	margin:0px 0px 10px 0px;
	border:1px solid red;
}
div.main_right_hd2 {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg2.png) repeat-x #fff;
	margin:3px 0px 3px 0px;
	font-weight:bold;
}
div.main_right3 {
	background:url(../media/images/backgrounds/login_bkg.png) repeat-x #f2f7f9;
	border:1px solid red; 
	padding:0em; 
	margin-bottom:1em; 
}
div.main_right_hd3 {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	font-weight:bold;
}
div.main_right3b {
	background:url(../media/images/backgrounds/login_bkg.png) repeat-x #f2f7f9;
	border:1px solid red; 
	padding:0em; 
	margin-bottom:1em; 
}
div.main_right_hd3b {
	border:1px solid red;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	font-weight:bold;
}
/* Above should be removed !!!! */

div.main_register_forgot {
	margin:0px 0px 5px 0px;
	font-weight:bold;
}
div#photo_uploaded_layer {
	z-index:3000;
	width:270px;
	height:360px;
	margin:-363px 0px 0px 0px;
	background:#fff;
	-moz-opacity:.6;
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE8 */
	filter: alpha(opacity=60); /* For IE5-7 */
}
div#envpic_layer {
	margin:-56px 8px 0px 6px;
	background:#000;
	-moz-opacity:0.7;
	opacity:.7;
	filter: alpha(opacity=70);
	position:absolute;
	z-index:232;
	width:585px;
	height:50px;
}
div#envpic_layer div {
	padding:5px;
	color:#fff;
}

.smiley {
	vertical-align:middle;
	width:20px;
	height:20px;
}

/****  EOF RIGHT SECTION *****/

.botwhite {
	color:#fff;
}

/* Messages */
#infoMsg { 
	border:1px solid #FFE982;
	background:url(../media/images/icons/info_msg.png) no-repeat 7px 7px #fefedb; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:1em 1em 1em 50px;
	text-align:center;
	color:#000;
}
#infoBox { 
	border:1px solid #FFE982;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fefedb; 
	padding:1em;
	text-align:center;
	color:#000;
}
#errorMsg {
	margin:1em auto;
	padding:1em;
	border:1px solid #fbb8b5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../media/images/icons/error_msg.png) no-repeat 10px 10px #fde6ea;
	text-align:center;
}
#errorBox {
	margin:1em auto;
	background:#FFDBE1;
	padding:1em;
	border:1px solid #FF8F8A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}
.errorTxt {
	color:red;
}

#warningMsg {
	margin:0em; 
	border:1px solid #ffc682;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../media/images/icons/warning_msg.png) no-repeat 7px 7px #ffeacb;
	padding:1em;
	text-align:center;
	color:#000;
}
#successMsg {
	margin:0em; 
	background:url(../media/images/icons/success_msg.png) no-repeat left #E1FFDF;
	border:1px solid #089F00;
	padding:1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	color:#000000;
}

#successBox {
	margin:0em; 
	background:#E1FFDF;
	border:1px solid #089F00;
	padding:1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	color:#000000;
}

#helpTxt {
	border:1px solid #FA9907; 
	background:#FFF5CC; 
	padding:0.6em; 
	margin-bottom:2em;
}
/* EOF Messages */


#bottom_banner {
	background:#eaeaea; 
	margin-top:1em; 
	border:3px solid #eaeaea; 
	padding:1em;
	text-align:center;
	width:544px;
}

/* Inputs and labels */
input[type=image], input[type=image]:hover {
	border:0px solid #fff;
}

input[type=text], input[type=password] {
	/*background:url(../media/images/backgrounds/input_bkg.png) repeat-x white;*/ 
	border:1px solid #c6c6c6;
	height:16px;
	margin-bottom:10px;
	padding:3px;
}
select {
	border:1px solid #ccc;
	height:26px;
	margin-bottom:10px;
	padding:3px;
}

.input_error { 
	border:1px solid red;
	margin-bottom:10px;
	padding:3px;
}
.input:focus {
	border:1px solid orange;
}
textarea {
	 
	border:1px solid #c6c6c6;
	padding:3px;
}

.med_hd {
	background:#2D5982; 
	margin-top:1em; 
	padding:0.3em; 
	width:300px;
}
label {
	cursor:pointer;
	font-weight:bold;
	display:block;
	margin-bottom:2px;	
}
label.newline {
	display:block;
}
input.newline, textarea.newline, select.newline {
	display:block;
	margin-bottom:20px;
}

.video_input {
	width:350px;
	margin:0;	
}

/* Varningar och meddelanden */
#stopMessage {
	color:red;
	font-weight:bold;
	line-height:25px;
	border:1px solid #2D5982;
	text-align:center;
	margin-bottom:0.5em;
	clear:both;
}
#goMessage {
	color:green;
	font-weight:bold;
	line-height:25px;
	border:1px solid #2D5982;
	text-align:center;
	margin-bottom:0.5em;
	clear:both;
}
/* Registration */
.tbl_tr {
	margin-bottom:1em; 
	border:0px solid green; 
	width:495px; 
	padding:0.2em;
	float:left;
	clear:both;
}

.tbl_td1 {
	border:0px solid black; 
	height:auto; 
	width:154px; 
	line-height:25px; 
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:0.3em;
}

.tbl_td2 {
	border:0px solid red; 
	height:auto; 
	width:auto; 
	line-height:25px; 
	float:left;
	margin-right:0.3em;
}

.tbl_td3 {
	border:0px solid red; 
	height:auto; 
	width:165px; 
	line-height:25px; 
	float:left;
}

.redStar {
	color:red; 
	font-size:15px;
}

/* Profile */
.propic_rem {
	position: absolute;
	z-index:1; 
	margin-left: 80px; 
	margin-bottom: 10px;
}
span#rightnow {
	display:block;
	cursor:pointer;
	cursor:hand;
}
div#rightnow {
	cursor:pointer;
	cursor:hand;
	display:block;
	font-style:normal;
	font-weight:normal;
	color:#666;
}
div.heading div div.col1 {
	float:left;
	width:505px;
	margin-left:0;
	padding-left:0;
}
div.heading div div.col2 {
	
	padding-right:50px;
}

div.subheading div div.col1 {
	float:left;
	width:525px;
	margin-left:0;
	padding-left:0;
}
div.subheading div div.col2 {
	
	padding-right:0px;
}

.tbl_tr_pro {
	margin-bottom:1px;  
	width:98%;
	padding-left:5px;
	float:left;
}

.tbl_td1_pro {
	border:0px solid black; 
	height:auto; 
	width:110px; 
	line-height:20px; 
	float:left;
	text-align:left;
	font-weight:bold;
}

.tbl_td2_pro {
	border:0px solid red; 
	height:auto; 
	width:auto; 
	line-height:20px; 
	float:left;
	margin-right:0.3em;
}
div#pro_container {
	width:100%;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}
div#pro_info_container {
	float:left; 
	margin-right:15px;
	border:0px solid #D1DDEF;
	width:370px;
}
div#pro_pic_container {
	border:0px solid #D1DDEF;
	width:95px;
	float:right;
}
div#pro_pic {
	border:0px solid black;
}
div.pro_action_btn {
	float:left;
	width:13px;
	border:0px solid green;
}
.pro_action_btn a:link {
	padding-top:5px;
}
div.actions {
	border:0px solid red;
	width:63px;
	float:left;
	width:130px;
	text-align:right;
	border:1px solid #ddd;
	padding:1px;
	background:#fff;
}
div.actions ul {
	list-style-type:none;
	background:url(../media/images/backgrounds/actions_bg.png) repeat-y right #eaeaea;
	
}
div.actions2 {
	/*display:block;*/
}
div.actions ul li {
	line-height:20px;
}
div.actions ul li a {
	font-size:10px;
	display:block;
	color:#000;
	text-decoration:none;
	padding-right:30px;
	text-align:right;
}
div.actions ul li a:hover {
	color:#888;
}
a.pm {
	background:url(../media/images/icons/profile_send_pm.png) no-repeat right;
}
a.gb {
	background:url(../media/images/icons/profile_sign_gb.png) no-repeat right;

}
a.fri {
	background:url(../media/images/icons/profile_add_friend.png) no-repeat right;

}
a.fav {
	background:url(../media/images/icons/profile_add_to_favorites.png) no-repeat right;
}
a.acs {
	background:url(../media/images/icons/access.png) no-repeat right;
}


div#press_heading {
	margin-top:1em; 
	padding:0.3em;
	clear:both;
	width:150px;
}
div#press_heading h3 {
	font-size:12px;
	color:#444;
	font-weight:bold;
}
#press_container {
	padding:0.3em;
	min-height:75px; 
}
#press_container img {
	max-width:600px; 
}
div#motto {
	border:1px solid #efe9a4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:;
	background:url(../media/images/icons/add_comment.png) 610px 5px no-repeat #f9ffcf;
	padding:3px;
	margin-bottom:10px;
	font-weight:bold;
}
div#motto div.col1 {
	float:left;
	border:0px solid green;
	width:110px;
}
div#motto div.col2 {
	width:auto;
	border:0px solid black;
}
#right_now {
	border:1px solid #8ACF67;
	background:#DFFFCF;
	padding:3px;
	margin-bottom:10px;
	font-weight:bold;
}
#right_now a {
	text-decoration:none;
}
.rightnow_edit {}

#clubs {
	clear:both;
	margin-bottom:10px;
}
ul.profile_status {
	list-style-type:none;
	padding:0;
	margin:0;
	display:none;
}
ul.profile_status li {
	margin-left:15px;
	list-style-type:decimal;
}

p#first {
	list-style-type:none;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}


/* Guestbook */
div.gb_container {
	border:1px solid #eaeaea; 
	clear:both; 
	float:left; 
	margin-bottom:7px; 
	width:99%;	
}
div.gb_header {
	width:100%;
	border:0px solid orange;
	float:left;
	clear:both;	
	background:#eaeaea;
}
div.gb_hleft {
	float:left; 
	border:0px solid black; 
	padding:1px;
	width:300px;
	line-height:20px;
}
div.gb_hright {
	border:0px solid blue; 
	float:right; 
	padding:1px; 
	width:200px;
	text-align:right;
	line-height:20px;
}

div.gb_content {
	border:0px solid green; 
	float:left; 
	padding:1px; 
	width:450px;
}
div.gb_content2 {
	border:0px solid green; 
	float:left; 
	padding:1px; 
	width:450px;
}
p.gbReply {
	font-style:italic; 
}
div.gbReply {
	color:#666;
	padding-left:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
/* EOF Guestbook */


.redStar {
	color:red; 
	font-size:15px;
}

/* MENU */
div#menu {
	height:auto;
}

.submenu_off {
	background:none;
}

div#topmenu_container {
	background:url(../media/images/backgrounds/topmenu_wide_bkg2.png) repeat-x;
	height:60px;
	margin-bottom:10px;
	width:100%;
}

ul#topmenu {
	/*padding-left:10px,*/
}

ul#topmenu li a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

ul#topmenu li {
	/*display:inline;*/
	float:left;
	list-style-type:none;
	text-align:center;
	margin:0;
	border-right:1px solid #247eab;
}
ul#topmenu li#last {
	border-width:0px;
}
ul#topmenu li a.link {
	color:white;
	font-weight:bold;
	display:block;
	padding:0px 30px;
	text-align:center;
	text-decoration:none;
	line-height:31px;
}
ul#topmenu a.link:hover {
	/*background: #247eab;*/
	text-decoration:underline;
}
ul.sub {
	margin:0;
	padding:0;
	clear:left;
	font-weight:bold;
}
ul.sub li {
	display:inline;
	list-style-type:none;
	text-align:center;
	float:left;
	
}
ul.sub li a {
	float:left;
	display:inline;
	display:block;
	padding:0px 10px;
	margin-right:10px;
	line-height:25px;
	font-size:11px;
	color:#3F3F3F;
	background:url(../media/images/backgrounds/submenu_arrow.png) no-repeat left;
}
ul.sub li a:hover {
	
}


/* Usermenu */
ul.usermenu {
	margin:0;
	padding:0;
	height:24px;
	padding-left:2px;
	background:url(../media/images/backgrounds/user_menu_bkg.png) no-repeat bottom left #fff;
	width:100%;
	margin-bottom:10px;
}
ul.usermenu li {
	list-style-type:none;
	float:left;
}
ul.usermenu li a {
	float:left;
	padding:0px 18px;
	text-align:center;
	margin-right:2px;
	/*background:url(../media/images/backgrounds/user_menu_link_bkg.png) repeat-x bottom left #4a4a4a;*/
	margin-top:0px;
	text-decoration:none;
	color:#fff;
	line-height:24px;
	font-weight:normal;
}
ul.usermenu li a:hover { 
	/*background:url(../media/images/backgrounds/user_menu_hover_bkg.png) repeat-x bottom left #4a4a4a;*/
	background:#c9c997;
	color:#000;
}
ul.usermenu li a.current {
	overflow:hidden;
	background:#c9c997;
	color:#000;
	text-decoration:underline;
	
}


/* Buttons */
.submit_red {
	background:#FF0000; 
	border:1px solid #666; 
	padding:1px; 
	color:#fff; 
	letter-spacing:1px; 
	font-size:85%; 
}
.submiton {
	background:#9ACB00; 
	border:1px solid #666; 
	padding:1px; 
	color:#000; 
	letter-spacing:1px; 
	font-size:85%; 
}
.submitoff {
	background:#eaeaea; 
	border:1px solid #666; 
	padding:1px; 
	color:#000; 
	letter-spacing:1px; 
	font-size:85%; 
}
#admin_banner_menu {
	border:1px solid #D1DDEF; 
	background:#f0f0f0; 
	padding:0.5em; 
	float:left; 
	width:498px
}
#admin_banner_container {
	border:1px solid #D1DDEF; 
	padding:1em; 
	margin-top:0.5em; 
	float:left; 
	width:486px;
}
#banners_hl {
	line-height:25px; 
	border:1px solid #D1DDEF; 
	text-align:center; 
	margin-bottom:1em; 
	color:white; 
	background:#2D5982; 
	font-weight:bold;
}
#upload_banners_hl {
	line-height:15px; 
	border:1px solid #2D5982; 
	margin-top:2em; 
	padding:0.5em; 
	background:#2D5982; 
	color:white; 
	font-weight:bold;
}

/* Banner publish table */
.banpub_tr {
	clear:both; 
	margin-bottom:2px; 
	float:left;
}
.banpub_th1 {
	float:left; 
	width:240px; 
	border:0px solid black; 
	font-weight:bold;
}
.banpub_th2 {
	float:left; 
	width:60px; 
	border:0px solid black; 
	font-weight:bold;
}
.banpub_th3 {
	float:left; 
	width:60px; 
	border:0px solid black; 
	font-weight:bold;
}
.banpub_th4 {
	float:left; 
	text-align:right; 
	width:115px; 
	border:0px solid black;
}

.banpub2_tr {
	margin-bottom:3px; 
	float:left;
}
.banpub2_th1 {
	float:left; 
	width:230px; 
	border:0px solid black;
}
.banpub2_th2 {
	float:left; 
	width:50px; 
	border:0px solid black; 
	text-align:center;
}
.banpub2_th3 {
	float:left; 
	width:50px; 
	border:0px solid black; 
	text-align:center;
}
.banpub2_th4 {
	float:left; 
	text-align:right; 
	width:144px; 
	border:0px solid black;
}


/* Admin banner tables */

.bannerTH {
	width:400px; 
	border:0px solid black; 
	float:left;
	margin-bottom:0.5em;
}
.bannerTD1 {
	width:100px;
	float:left; 
	font-weight:bold;
	border:0px solid black;
}
.bannerTD2 {
	float:left; 
	border:0px solid black;
}

/* Verify pic */
#verify_hl {
	line-height:25px; 
	border:1px solid #D1DDEF; 
	text-align:center; 
	margin-bottom:1em; 
	color:white; 
	background:#2D5982;
}
#verify_th1 {
	float:left; 
	width:100px;
}
#verify_th2 {
	float:left; 
	width:100px;
}
#verify_th3 {
	float:left; 
	text-align:right; 
	width:298px; 
	border:0px solid black;
}

/* Verify tables */
#verify_tr {
	clear:both; 
	margin-bottom:3px; 
	float:left;
}

/* Admin Help */
li.help {
	list-style-type:none;
	margin:3px 0px 3px 0px;
}
.iplog_tr {
	clear:both;
	float:left;
	margin-bottom:3px;
	line-height:15px;
	border:1px solid #eaeaea;
	padding:2px;
	width:100%;
}
.iplog_th1 {
	float:left; 
	width:130px; 
	border:0px solid black; 
	margin-right:2px;
}
.iplog_th2 {
	float:left; 
	width:120px; 
	border:0px solid black; 
	margin-right:2px;
}
.iplog_th3 {
	float:left; 
	width:140px; 
	border:0px solid black; 
	margin-right:2px;
}
.iplog_th4 {
	float:left; 
	width:100px; 
	border:0px solid black; 
	text-align:right;
}
#iplog_tr_menu {
	clear:both;
	float:left;
	margin-bottom:3px;
	line-height:15px;
	border:1px solid #2D5982;
	padding:3px;
	width:100%;
	background:#2D5982;
	color:white;
}
#iplog_tr_menu a {
	color:white;
}

/* Visits */
.visit_tr {
	clear:both;
	float:left;
	margin-bottom:3px;
	line-height:15px;
	border:1px solid #eaeaea;
	padding:2px;
	width:99%;
}
.visit_th1 {
	float:left; 
	width:180px; 
	border:0px solid black; 
	margin-right:2px;
}
.visit_th2 {
	float:left; 
	width:130px; 
	border:0px solid black; 
	margin-right:2px;
}
.visit_th3 {
	float:left; 
	width:160px; 
	border:0px solid black; 
	margin-right:2px;
}
.visit_th4 {
	float:left; 
	width:100px; 
	border:0px solid black; 
	text-align:right;
}
/* Visits */


/* 
	Blog 
*/
.blog_action_button {
	background:#eaeaea;
	color:#666;
	display:block;
	line-height:20px;
	float:left;
	padding:0 10px;
	margin-right:2px;
}
.blog_action_button:hover {
	background:#ddd;
	color:#fff;
	display:block;
	line-height:20px;
	float:left;
	padding:0 10px;
	margin-right:2px;
	text-decoration:none;
}


/* 
	Blog edit specific styles 
*/
div#blog_edit_left_cont {
	padding:2px;
	width:100px; 
	height:300px; 
	border:0px solid red; 
	float:left;
	margin-right:5px;
}
div.blog_edit_subject {
	text-align:right;
	font-weight:bold;
	border:0px solid blue; 
	width:99px; 
	line-height:25px;
	margin-bottom:3px;
}
div.blog_edit_text {
	text-align:right;
	font-weight:bold;
	border:0px solid blue; 
	width:99px; 
	height:205px; 
	vertical-align:top;
	margin-bottom:3px;
}
div.blog_edit_lock {
	text-align:right;
	font-weight:bold;
	border:0px solid blue; 
	width:99px; 
	line-height:20px;
	margin-bottom:3px;
}
div.blog_edit_save {
	text-align:right;
	border:0px solid blue; 
	width:99px; 
	line-height:20px;
	margin-bottom:3px;
}
div#blog_edit_right_cont {
	padding:2px;
	width:370px; 
	height:300px; 
	border:0px solid red; 
	float:left;
}
div.blog_edit_subject2 {
	border:0px solid blue; 
	line-height:25px;
	margin-bottom:3px;
}
div.blog_edit_text2 {
	border:0px solid blue; 
	height:205px; 
	vertical-align:top;
	margin-bottom:3px;
}
div.blog_edit_lock2 {
	border:0px solid blue; 
	line-height:20px;
	margin-bottom:3px;
}
div.blog_edit_save2 {
	border:0px solid blue; 
	line-height:20px;
	margin-bottom:3px;
}

/* EOF Blog */


/* 
 * UserMenu
 * We can DELETE this one
 */
div.user_menu {
	border:3px solid red;
	background:url(../media/images/backgrounds/login_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	width:100%;
	font-weight:bold;
} 
img.user_menu_icon {
	margin:2px 10px 0 0;
	float:left;
}

/* UserHeading and Action status */
#user_heading {
	border:1px solid #D1DDEF;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	margin:3px 0px 3px 0px;
	width:100%;
	font-weight:bold;
}
p.user_heading {
	border:1px solid #D1DDEF;
	background:url(../media/images/backgrounds/heading_bkg.png) repeat-x #f2f7f9;
	font-weight:bold;
	padding:2px 0px;
	margin:0px 0px 10px 0px;
	font-size:11px;
}

#user_action_status {
	border:1px solid #F8EFA0;
	/*background:url(../img/login_bkg.png) repeat-x #f2f7f9;*/
	background:#FFFDE4;
	margin:auto;
	width:95%;
	font-weight:bold;
} 

.user_main {
	border:1px solid red;
	background:#FFF;
	margin-bottom:2em;
	width:100%;
	/*height:100%;*/
}

div.main_box {
	margin-bottom:20px;
	width:100%;
	padding:0px;
}
div.main_box > div {
	padding:0px 0px;
}



/* Sending a message from profile */
p.msg_send {
	font-weight:bold;
	margin-bottom:2px;
	padding:0em;
}

/* Events */
div#events {
	padding-left:10px;
}

div#events ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

div#events ul li p.event_date {
	font-size:9px;
	color:#999;
	padding-left:15px;
}

/* 
* Event, Blog calendar 
*/
.user_calendar tbody {
	width:240px;
}

.user_calendar {
	width:230px;
	background-color: #FFF;
	border: 1px solid #D1DDEF;
	font-size: 12px;
	margin-left:10px;
	padding:0px;
	text-align:center;
}
.user_calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 20px;
}
.user_calendar .header {
	background-color: #EFF6FF;
	font-weight: bold;
	height: 24px;
	color: #000;
}
.user_calendar .footer {
	background-color: #EFF6FF;
	border-top:1px solid #666;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.user_calendar td {
	width: 22px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}
.user_calendar .today {
	width: 18px;
	height: 16px;
	background-color: #D2FFCF;
	padding: 2px;
	border: 1px solid #000000;
}

.user_calendar .link {
	width: 18px;
	height: 16px;
	background: url(../media/images/icons/cal_special.png) no-repeat top right #FFF8EF;
	padding: 2px;
	border: 1px solid #ff0000;
}

.user_calendar a, .user_calendar a:link, .user_calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;

}
.user_calendar a.headerNav, .user_calendar a:link.headerNav, .user_calendar a:hover.headerNav {
	color: #000;
}

.user_calendar a.footerNav, .user_calendar a:link.footerNav, .user_calendar a:hover.footerNav {
	width: 100%;
	color: #000;
}


/* 
 * Blog Calendar 
 */
.blog_calendar {
	/** configure the width **/
	width:208px;
	background-color: #FFFFFF;
	border: 0px solid #000000;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.blog_calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 20px;
}
.blog_calendar .header {
	background-color: #22465F;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.blog_calendar .footer {
	background-color: #22465F;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.blog_calendar td {
	width: 22px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}
.blog_calendar .today {
	width: 18px;
	height: 16px;
	background-color: #FAD2DA;
	padding: 2px;
	border: 1px solid #000000;
}

.blog_calendar .link {
	width: 18px;
	height: 16px;
	background-color: #D4C9EF;
	padding: 2px;
	border: 1px solid #000000;
}

.blog_calendar a, .blog_calendar a:link, .blog_calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.blog_calendar a.headerNav, .blog_calendar a:link.headerNav, .blog_calendar a:hover.headerNav {
	color: #ffffff;
}

.blog_calendar a.footerNav, .blog_calendar a:link.footerNav, .blog_calendar a:hover.footerNav {
	width: 100%;
	color: #ffffff;
}
a.cal_special {
	display:block;
}

/* video specific */
.video_start_playicon {
	position:absolute;
	z-index:100;
	margin:-15px 0px 0 -90px;
}
.videos_start_txt {
	text-align:right;
	margin-right:25px;
}

.label {
	/*float:left;*/
	clear:left;
	margin-right:10px;
	font-weight:bold;
}

.field {
	margin-bottom:1em;
	clear:left;
	width:300px;
}
div#link_2yt_container {
	float:left;
	width:260px;
}
div#link_2loc_container {
	float:left;
	width:260px;
	border:0px solid black;
	margin-left:25px;
}
h4.comments {
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:10px;
	margin-top:10px;
}
td.view_video_cont {
	border:2px solid #ccc;
	padding:2px;
	height:355px;
	width:425px;
}
table.view_video {
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
}
.view_video_actions {
	padding-left:5px;
	margin-top:5px;
}
.view_video_views {
	margin:10px 0px 20px 0px;
}
h3.view_video {
	font-size:13px;
	margin-bottom:10px;
}
div.view_video_comment_cont {
	float:left;
	width:350px;
}
p.smiley_button {
	float:left;
	margin-right:5px;
}
div.list_video_container {
	margin-bottom:5px;
	padding:0;
	float:left;
}
div.list_video_subcontainer {
	height:120px;
}
div.list_video_hlink {
	padding:0;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}
img.list_video {
	border:1px solid #ccc;
	padding:1px;
	width:127px;
	height:95px;
}
img.list_video_play {
	position:absolute;
	z-index:10;
	margin:5px 0px -10px -120px;
}

p.list_video_views {
	padding-left:5px;
	margin-top:5px;
}

div.right_vid_toprated_cont {
	height:390px;
	overflow:auto;
	color:#fff;
	padding:2px;
	background:#1d1d1d;
	border:1px solid #1d1d1d;
}
h2.video_toprated_heading {
	color:#fff;
	padding:0 0 0 10px;
	margin:0 0 10px 10px;
	background:url(../media/images/backgrounds/video_tr_heading_arrow.png) no-repeat left;
}
div.vid_list_toprated_cont {
	margin-bottom:5px;
	padding-left:15px;
	border:0px solid #ff0000;
}
div.vid_list_toprated_subcont {
	height:120px;
}
p.vid_list_toprated_hlink {
	padding:0;
	margin-bottom:5px;
	font-weight:bold;
}
p.vid_list_toprated_hlink .hlink {
	color:#fff;
}

img.vid_list_toprated {
	border:1px solid #ccc;
	padding:1px;
	width:127px;
	height:95px;
}
img.vid_list_toprated_play {
	z-index:10;
	margin: -100px 0px 21px 16px;
}
p.vid_list_totrate {
	padding-left: 10px;
	margin-top: 25px;
	color: rgb(255, 255, 255);
}

div.vids_cont {
	float:left;
	margin-bottom:20px;
	margin-right:75px;
}
div.vids_cont_nomar {
	float:left;
	margin-bottom:20px;
}

/* search  */
table.facts select {
	width:120px;
}
.search_tr {
	width:400px;
	border:0px solid black; 
	clear:both; 
	height:23px;
	margin-bottom:0.5em;
}
.search_td1 {
	border:0px solid red;
	float:left;
	height:100%;
	line-height:20px;
	font-weight:bold; 
	width:40%;
	margin:0;
	padding:0;
}
.search_td2 {
	border:0px solid blue;
	float:left;
	margin:0;
	padding:0;
}

table.search_result {
	width:100%;
	margin-top:10px;
}
table.search_result tr.first {
	background:#999;
	line-height:25px;
	color:#fff;
}
table.search_result tr.first th.one {
	padding-left:5px;
}
table.search_result tr.first th.two {
	
}
table.search_result tr.first th.three {
	padding-right:5px;
	text-align:right;
}
/* Forum */
.forum_quote {
	width:100%;
	margin:1em 0 1em 0;
}
th.threads, td.threads {
	width:60px;
	text-align:center;
}
th.posts, td.posts {
	width:60px;
	text-align:center;
}
th.forum, td.forum {
	padding:4px 0px;
}
th.latest_post, td.latest_post {
	width:180px;
	vertical-align:top;
	padding-top:4px;
}
p.forum_desc {
	padding-right:5px;
}
p.forum_title a {
	font-weight:bold;
	display:block;
}
tr.forum_group {
	line-height:30px;
	background:url(../media/images/backgrounds/forum_group_bkg.png) repeat-x;
	height:24px;
	color:#fff;
}
td.forum_group_icon {
	padding-left:5px;
	border-bottom:2px solid #F09000;
}
td.forum_group_title {
	border-bottom:2px solid #F09000;
	font-size:13px;
	font-weight:bold;
	height:18px;
	padding:0px 0px 2px 10px;
}
tr.forum_bkg_1 {
	background:#fff;
}
tr.forum_bkg_1:hover {
	background:#eaeaea;
}
tr.forum_bkg_2 {
	background:#FFEEBF;
}
tr.forum_bkg_2:hover {
	background:#eaeaea;
}
h2.forum_search {
	float:left;
	width:180px;
	cursor:pointer !important;
	cursor:hand;
}
th.thread_started, td.thread_started {
	padding-left:5px;
}
th.thread_title, td.thread_title {
	width:250px;
}
th.thread_date, td.thread_date {
	
}
th.thread_views, td.thread_views {
	text-align:center;
}
td.thread_new {
	border-top:double #888;
	padding-top:10px;
}
div.forum_post_edit {
	float:left;
	margin-right:3px;
}
span.forum_post_date {
	font-size:11px;
}
div.forum_post_reply {
	cursor:pointer;
	margin-top:5px;
	border-top:double #888;
	padding-top:5px;
}
div#ansForm {
	margin-top:1em;
	text-align:right;
	width:100%;
}
tr.forum_post {
	line-height:25px;
	background:#FFEEBF;
}
td.forum_post_title {
	border-bottom:1px solid #F09000;
	font-size:13px;
	padding-left:5px;
}
td.forum_post_quote {
	text-align:right;
	padding-right:5px;
	border-bottom:1px solid #F09000;
}
td.forum_post_user {
	vertical-align:top;
	padding-left:5px;
}
td.forum_post_text {
	text-align:left;
	vertical-align:top;
	padding-top:10px;
}
.topsearch_arrow_off {
	z-index:2;
	position:absolute;
	margin-left:100px;
	margin-top:-3px;
}
.topsearch_arrow_on {
	z-index:2;
	position:absolute;
	margin-left:100px;
	margin-top:8px;
}
/* BB classes */
p.quote {
	font-style:italic;
	border:1px solid #ccc;
	padding:2px;
}
._u {
	text-decoration:underline;
}
._b {
	font-weight:bold;
}
._i {
	font-style:italic;
}
._center {
	text-align:center;
}
._right {
	text-align:right;
}
._left {
	text-align:left;
}


/* Bubbles gb light gray */
div.gb_bubble_container {
	border:0px solid red;
	margin-bottom:15px;
}
p.gb_bubble_signature {
	margin-left:65px;
	margin-bottom:0;
	font-size:10px;
}
p.gb_bubble_signature a { 
	font-size:11px;
}
div.gb_bubble_left {
	width:60px;
	border:0px solid black;
	height:60px;
	float:left;
	background:url(../media/images/backgrounds/bubble_arrow_left_lg.png) no-repeat right;
}
div.gb_bubble_right {
	width:555px;
	border:0px solid red;
	float:left;
	padding:0;
}
div.gb_bubble_tl_corner {
	background:url(../media/images/backgrounds/b_tl_lg.png) no-repeat top left #ebebeb;
	border:0px solid red;
	font-size:1px;
	line-height:5px;
}
div.gb_bubble_tr_conrner {
	background:url(../media/images/backgrounds/b_tr_lg.png) no-repeat top right;
}
div.gb_bubble_main {
	background:#ebebeb;
	padding-bottom:5px;
}
div.gb_bubble_main p { 
	padding:0 10px;
	color:#2F2F2F;
	margin:0;
}
div.gb_bubble_bl_corner {
	background:url(../media/images/backgrounds/b_bl_lg.png) no-repeat top left #ebebeb;
	border:0px solid green;
	line-height:5px;
	font-size:1px;
	margin-bottom:5px;
}
div.gb_bubble_br_corner {
	background:url(../media/images/backgrounds/b_br_lg.png) no-repeat top right;
}

/* Shoutbox bubble */
div.sb_bubble_container {	
	border:0px solid red;
}
p.sb_bubble_signature {
	margin-left:65px;
	margin-top:10px;
	margin-bottom:0;
	font-size:10px;
	background:#FCFFDF;
}
div.sb_bubble_left {
	width:60px;
	border:0px solid black;
	height:70px;
	padding-top:11px;
	float:left;
}
div.sb_bubble_right {
	width:500px;
	float:left;
	border:0px solid blue;
}
div.sb_bubble_top_corner {
	background:url(../media/images/backgrounds/b_tl_dg.png) no-repeat top left #666;
	border:0px solid red;
	text-align:right;
	padding-right:0;
	font-size:1px;
	line-height:5px;
}
div.sb_bubble_top_corner > div {
	background:url(../media/images/backgrounds/b_tr_dg.png) no-repeat top right;
	width:100%;
}
div.sb_bubble_main {
	background:#666;
}
div.sb_bubble_main a {
	color:yellow;
}
div.sb_bubble_main p { 
	font-size:11px; 
	color:white;
	padding:0 10px;
}
div.sb_bubble_bl_corner {
	background:url(../media/images/backgrounds/b_bl_dg.png) no-repeat top left #666;
	border:0px solid green;
	line-height:5px;
	margin-bottom:5px;
	font-size:1px;
}
div.sb_bubble_br_corner {
	text-align:right;
	background:url(../media/images/backgrounds/b_br_dg.png) no-repeat top right;
}
div.sb_bubble_top_arrow {
	font-size:1px;
	line-height:10px;
	background:url(../media/images/backgrounds/bubble_top_arrow.png) no-repeat top left; 
}

/* Compose - New Message */
div#friends_list {
	z-index:100;
	position:absolute;
	background:#fff;
	width:200px;
	height:190px;
	border:1px solid #a1a1a1; 
	padding:1px;
	overflow-y:scroll;
	overflow-x:hidden;
}
div#smileys {
	z-index:400;
	position:absolute;
	background:#fff;
	width:200px;
	height:140px;
	border:1px solid #4A95C9; 
	padding:3px;
	overflow-y:scroll;
	overflow-x:hidden;
}

/* Live */
.liveticker {
	list-style-type: none;
	color:#000;
	margin: 0 10px 0 0;
	/*line-height:20px;*/ /*user defined 080515*/
	padding: 3px;

	
}
div#liveticker {
	border: 0px dashed #ccc;
	margin-bottom:0px;
	height:30px; /*50*/
	width:450px; /*480*/
	padding:10px;
}
div#liveticker a {
	color:#f26d7d;
	text-decoration:none;
}
div#live_icon {
	float:left;
	color:#fff;
	padding-right:5px;
}
div.ticker_row {
	cursor:pointer;
	cursor:hand;
	border: 0px dashed #ccc;
	color:#fff;
	padding: 0;
	margin: 0;
}
div.ticker_container {
	/*background:url(../media/images/backgrounds/live_bg.png) repeat-x bottom left;*/
	height:41px;
	color:#fff;
	border:0px solid red;
}

#slideshow { 
		position: relative; 
		width: 230px; 
		margin: 35px; 
}

#controls { 
	z-index: 1000; 
	position: absolute; 
	display: none;
    border: 0px solid #ddd; 
    margin-left: 430px; 
    padding: 2px; 
    width: 33px; 
    
}
#controls span { margin: 0 5px;}
#controls span a#prev {
	
} 

.live_console_container {
	background:url(../media/images/backgrounds/live_nokia.jpg) no-repeat;
	width:520px;
	height:295px;
	border:0px solid red;
	margin:0 auto;
}
.live_console_subcontainer {
	padding:45px 170px 20px 75px;
	color:white;
}
.live_select {
	width:200px;
	margin-bottom:10px;
}
p.live_send_sms {
	margin-bottom:2px;
}
p#liveMobile {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px; 
}
p#liveMobile span {
	font-size:11px;
	font-weight:normal;
	color:#666;
}
p.live_sms_container {
	border:1px dashed #666;
	line-height:130%;
	padding:2px;
	margin-bottom:1em;
}
span#keywordName {
	font-weight:bold;
	font-size:14px;
}
/* Statistics */
div.bar_red {
	padding:0;
	width:250px;
	border:1px solid #BF5217;
	background:#ffcccc;
	height:12px;
}
div.bar_red div {
	background:url(../media/images/backgrounds/bar_red.png);
	height:12px;
	padding:0;
}
div.bar_green {
	padding:0;
	width:250px;
	border:1px solid #769F13;
	background: #F6FFDF;
	height:12px;
}
div.bar_green div {
	background:url(../media/images/backgrounds/bar_green.png);
	height:12px;
	padding:0;
}

div.bar_orange {
	padding:0;
	width:250px;
	border:1px solid #cc9900;
	background: #fff6e4;
	height:12px;
}
div.bar_orange div {
	background:url(../media/images/backgrounds/bar_orange.png);
	height:12px;
	padding:0;
}

/* Inbox - Outbox */
.inb_msg_info_container {
	padding:0;
	clear:both;
	height:15px;
	margin-bottom:5px;
}
.inb_msg_left {
	float:left;
	width:30px;
	margin-right:10px;
}
.inb_msg_right {
	float:left;
}
.box_txt_left {/*subject, receiver etc.*/
	float:left;
	margin-right:10px;
	width:100px;
	line-height:20px;
}
.box_txt_right {
	line-height:20px;
}
a.attachment {
	padding-left:15px;
	background:url(../media/images/icons/attach.png) no-repeat;	
}
a.mail_new {
	font-weight:bold;
}
a.mail_read {
	font-weight:normal;
}
a.mail_answered {
	font-weight:normal;
	font-style:italic;
}
/* Poll */
.poll_ans_row_cont {
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #888;
	padding:0;
}
.poll_ans_name {
	width:100%;
	font-weight:bold;
	color:#555;
	margin-bottom:3px;
	padding:0;
}
.poll_ans_bar_cont {
	background:#eaeaea;
	padding:0;
}
.poll_ans_orange_bar {
	float:left;
	padding:0;
	height:12px;
	background:url(../media/images/backgrounds/h_bar_orange.png) repeat-x;;
} 
.poll_que_cont {
	clear:both;
	margin-bottom:2px;
	border:0px solid black;
	line-height:22px;
	height:22px;
	padding:0;
}
.poll_que_name {
	width:178px;
	float:left;
	/*padding-left:2px;*/
}
.poll_que_radio {
	line-height:20px;
	float:left;
}


/* Gallery styles */
h3.gal_title {
	margin:20px 0px 10px 0px;
}
div.gal_desc {
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
div.gal_list_cont {
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:10px;
}
div.gal_list_left {
	float:left;
	border:0px solid #333;
	width:170px;
}
p.gal_list_col1 {
	float:left;
	border:0px solid #333;
	width:110px;
	font-size:10px;
}
p.gal_list_col2 {
	float:left;
	border:0px solid #333;
	font-size:10px;
}




/* The most viewed gallery pictures */
.most_v_gal_cont {
	margin:5px 0px;
	text-align:center;
}
.most_v_gal_pic {
	height:65px;
	width:48px;
	float:left;
	overflow:hidden;
}
.most_v_gal_pic a {
	border:4px solid #fff;
}

.most_v_gal_pic a:hover {
	border:4px solid #ff0000;
}


/* Groups */
.group_desc_heading_cont {
	border-bottom:medium double #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	height:25px;
}
.group_desc_heading {
	float:left;
	width:300px;
	height:25px;
}
.group_desc_heading h3 {
	margin:0;
	padding-top:5px;
}
.group_desc_membership {
	text-align:right;
	height:25px;
	width:250px;
	float:right;
}

/* The facts */
table.facts {
	border-spacing:13px;
}

table.facts tr {
	line-height:30px;
	
}
table.facts td {
	padding:4px;
}

/* Wallbox */
div.wallbox {
	float:left;
	width:20px;
	height:20px;
	border-right:1px dashed #606060;
	border-bottom:1px dashed #606060;
}
div.grid {
	border-top:1px solid black;
	border-left:1px solid black;
	width:588px !important;
	width:592px;
	height:232px;
	padding:0px;
	background:#3F3F3F;
}
div.wallbox a.link {
	display:block;
	line-height:20px;
	text-decoration:none;
	width:16px;
	height:16px;
	font-size:0px;
}
div.wallbox a.link_current {
	display:block;

	text-decoration:none;
	line-height:0px;
	font-size:0px;
}
div.wallbox a.link:hover {
	background:#eee;
	width:100%;
	height:100%;
}
img.picZoom {
	float:left;
	margin-right:3px;
	vertical-position:text-top;
	
}
.span_tip {
	display:none;
	color:#000000;
}
.wallbox_tip_title {
	background:#363636;
	color:white;
	font-weight:bold;
	margin-bottom:3px;
	padding:2px;
}

/* Blogs at start */
div.blogs_start {
	margin-bottom:10px;
	padding:0;
}

div.blogs_start p.subject {
	background:url(../media/images/icons/blog.png) no-repeat left;
	padding-left:30px;
}

div.blogs_start p.authortime {
	margin-left:30px;
}
div.blogs_start p.authortime a {
	color:#666;
	text-decoration:unerline;
}


.login_button {
	float:left;
}
div#login_container {
	
}
a.top_online {
	color:#fff;
	text-decoration:none;
}

div.heading h2 a.h2link {
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#8F8F8F;
}
.vip {
	background:url(../media/images/icons/vip_star.png) left no-repeat;
	padding-left:20px;
}
.album_access {
	background:url(../media/images/icons/access.png) 5px 5px no-repeat;
	padding-left:4px;
}

/* Terms of use */
ul.rules {
	margin-left:30px;
}
ul.rules li {
	font-weight:bold;
}
ul.rules li ul {
	padding:10px 0px;
}
ul.rules li ul li {
	font-weight:normal;
}
ul.rules ul {
	margin-left:30px;
}

/* Toplist */
ul.protoplist {
	list-style-type:none;
	margin:0px;
	padding:0;
}
ul.protoplist li {
	margin-bottom:5px;
}
ul.protoplist li.on {
	padding-left:30px;
	background:url(../media/images/icons/check.png) 5px 2px no-repeat;
}
ul.protoplist li.off {
	padding-left:30px;
	background:url(../media/images/icons/check.png) 5px 2px no-repeat #eee;
}

#mood {
	border:0;
	margin-top:0px;
	letter-spacing:1px;
	background:#292929;
	color:#999;
	font-size:11px;
	width:220px;
}
#fade p {
	padding:7px;
}

div.top_links {
	border:0px solid black;
	float:left;
	width:240px;
	margin-top:42px;
}
div.top_links .link1 {
	background:url(../media/images/icons/shortcut_icon_off.png) left no-repeat;
	color:#000;
	padding-left:15px;
	margin-right:22px;
}
div.top_links .link2 {
	background:url(../media/images/icons/shortcut_icon_on.png) left no-repeat;
	color:#000;
	padding-left:15px;
}

/* Top 5 list */
.like_col1 {
	float:left;
	width:240px;
	margin-right:130px;
}

.like_col2 {
	float:left;
	width:240px;
}

.like_col1 h4, .like_col2 h4 {
	margin-left:20px;
	font-size:11px;
	margin-bottom:5px;
}
.like_pro_container {
	clear:both;
	margin-bottom:25px;
}
ul.likeornot {
	list-style-type:decimal;margin-left:20px;padding:0;
}
span.inactive {
	color:#bbb;
}

/* Content */
div.content ul, div.content ol{
	margin-left:30px;
}
div.content p {
	margin:10px 0 10px 0;
}

/* Search - Place */
div#placeText {
	display:none;
}

div#showPlaceText img {
	max-width:270px;
	width: expression(this.width > 270 ? 220: true); /* ie */
}