/* $Id: styles.css */


/* GLOBAL STYLES */

html { 
	min-height: 100%;
	margin-bottom: 1px; 
}
body {
	background: #FFFFFF;
	position: relative;
	text-align: center;
	font-size: 11px;
	cursor:default;
	margin: 0px; 
}

table.body {
	width: 900px;
	padding:0px;
	
}

p {
	margin: 10px 0 0 0px;
	padding: 0px;
}

div, td {
	font-family: tahoma, "Trebuchet MS", arial, serif;
	font-size: 11px;
	color: #232323;
	line-height: 140%;
}

h1 {
	font: 25px arial, sans-serif;
	color: #333;
	text-shadow: 0 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, 1px 0 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px 1px 3px #000000;
}

h2 {
	font: bold 15px arial, sans-serif;
	color: #212121;
}



#main_background_top{width:100%; height:118px; margin:0px; padding:0px; background: #1d0887 url(images/header-mus.jpg) top center no-repeat;}
#fake_body{position:absolute; top:0;  width:990px; padding:0px; margin:0 auto;}
#wrap{width:990px; padding:0px; margin:0 auto;}
#container6 {
float:center;
padding:0px;
width:990px;
margin: 0 auto 0 auto;

}


/*RESETS*/
*{padding:0; margin:0;}
ul{list-style-type:none;}
fieldset{border:none;}
a img{border:none;}
a{-moz-outline:none;}

img[align="left"] {
	margin-right: 10px;
}

img[align="right"] {
	margin-left: 10px;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 3px;
}

.clear {
	clear: both;
}
/*HACKS*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

.text_replace{background-repeat:no-repeat; outline:0; text-indent:-9999px;}
a.text_replace:active{outline:0;}

/*header*/
#global_header{position:relative; height:60px; }
#mus_top{width:813px; height:33px; float:right; margin-top:85px; border/*: 1px solid #111; border-bottom*/:none; position:relative;}
#mus_top .fill {position:absolute; top:0; left:0; width:100%; height:100%; background: black; z-index: 500; filter:alpha(opacity=57); -moz-opacity:0.57; opacity: 0.57;}
#global_header a{color:#fff9ff;		
	/* text-shadow: 0 1px 0 #0a0a0a, 0 -1px 0 #0a0a0a, 1px 0 0 #0a0a0a, -1px 0 0 #0a0a0a, 1px 1px 0 #0a0a0a, 1px -1px 0 #0a0a0a, -1px 1px 0 #0a0a0a, -1px -1px 0 #000; */}
#global_header a:hover{color:#fff; 
	text-shadow: none/* 0 1px 0 #03007f, 0 -1px 0 #03007f, 1px 0 0 #03007f, -1px 0 0 #03007f, 1px 1px 0 #03007f, 1px -1px 0 #03007f, -1px 1px 0 #03007f, -1px -1px 0 #03007f */;}

#mus_logo{float:left; margin-bottom:0; width:176px; height:60px; position:absolute; top: 35px; left: 0;}
#mus_logo a{display:block; background:url(images/logo.png) left top no-repeat; width:176px; height:60px; position: relative;}
#mus_logo a:hover{}

.mus_top_menu {
	float: left; 
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.mus_top_menu ul {
	list-style: none;
}

.mus_top_menu li {
	display: inline; 
	float: left;
	margin: 0;
	text-transform: uppercase;
}

.mus_top_menu ul li {
	margin: 0;
	padding: 9px 1px 9px 1px;
}

.mus_top_menu ul li a {
	padding: 7px 7px;
}

.mus_top_menu ul li a:hover {
	background: #3238d5;
	border: 1px solid #03007f;
	padding: 6px 6px;
}

.mus_top_menu ul li ul {
	display: none;
	position: absolute;
	margin: 0;
	left: 0;
	top: 100%;
	text-align: left;
}

.mus_top_menu ul li:hover ul,
.mus_top_menu ul li.hover ul {
	display: block;
	list-style: none;
	padding: 0;
}

.mus_top_menu li:hover,
.mus_top_menu li.hover {
	position: relative;
}

.mus_top_menu ul li ul li {
	position: relative;
	padding: 0;
	margin: 0;
	width: 117px;
	z-index: 10;
}

.mus_top_menu ul li .last li {
	width: 113px;
}

.mus_top_menu ul li ul li a {
	position: relative;
	display: block;
	padding: 5px 7px;
	width: 111px;
	z-index: 10;
	margin-left: 1px;
	margin-top: 1px;
}

.mus_top_menu ul li .last li a {
	width: 107px;
}

.mus_top_menu ul li:hover ul li a {
	background: none;
}

.mus_top_menu ul li ul li a:hover {
	background: #3238d5;
	border: 1px solid #03007f;
	padding: 4px 6px;
}

.mus_top_menu ul li ul .bckg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	padding: 0px 5px 1px 5px;
	filter: alpha(opacity=83);
	-moz-opacity: 0.83;
	opacity: 0.83;
	z-index: 1;
}


.mus_search{float:right;}
.btn { border:0px solid #333333; width:21px; height:21px; outline:none; background-color: #191919; background-image: url(../images/search_ok.gif);  background-position:bottom left; padding:0px;   cursor:pointer; }

.busca { border:1px solid #FFF; vertical-align:top; margin:0; position:relative; top:0; background-color: #ffffff;  color:#646262; font-size:12px; font-family:Arial, Helvetica, sans-serif; float:left; letter-spacing:1px; height:13px; padding:3px 2px 3px 4px; width:196px;}

.left_side{float:left; width:177px; height:400px;}
.left_side_indigo{ background-color:#430066; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_violet{ background-color:#9609df; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_ametist{ background-color:#946bb8; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_ametistl{ background-color:#8c6ca9; height:14px; text-align:left; padding:2px 10px 4px 5px; color:#f2f1ee; font-weight:bold;
									text-shadow: 0 1px 0 #534460,
												0 -1px 0 #534460,
												1px 0 0 #534460,
												-1px 0 0 #534460,
												1px 1px 0 #534460,
												1px -1px 0 #534460,
												-1px 1px 0 #534460,
												-1px -1px 0 #534460;}
.left_side_ametistlite{ background-color:#ae92c7; height:14px; text-align:left; padding:2px 10px 4px 5px; color:#f2f1ee; font-weight:bold;
									text-shadow: 0 1px 0 #534460,
												0 -1px 0 #534460,
												1px 0 0 #534460,
												-1px 0 0 #534460,
												1px 1px 0 #534460,
												1px -1px 0 #534460,
												-1px 1px 0 #534460,
												-1px -1px 0 #534460;}
.left_side_darkblue{ background-color:#050053; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_ultramarin{ background-color:#2a229f; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_bluesteel{ background-color:#6080b8; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_jeans{ background-color:#605ab3; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_jeansl{ background-color:#6d68ae; height:14px; text-align:left; padding:2px 10px 4px 5px; color:#f2f1ee; font-weight:bold;
									text-shadow: 0 1px 0 #524e73,
												0 -1px 0 #524e73,
												1px 0 0 #524e73,
												-1px 0 0 #524e73,
												1px 1px 0 #524e73,
												1px -1px 0 #524e73,
												-1px 1px 0 #524e73,
												-1px -1px 0 #524e73;}
.left_side_jeanslite{ background-color:#9d99d0; height:14px; text-align:left; padding:2px 10px 4px 5px; color:#f2f1ee; font-weight:bold;
									text-shadow: 0 1px 0 #524e73,
												0 -1px 0 #524e73,
												1px 0 0 #524e73,
												-1px 0 0 #524e73,
												1px 1px 0 #524e73,
												1px -1px 0 #524e73,
												-1px 1px 0 #524e73,
												-1px -1px 0 #524e73;}
.left_side_brown{ background-color:#532900; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_black{ background-color:#000; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_darkred{ background-color:#4e0000; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#eee; font-weight:bold;}
.left_side_green{ background-color:#d2f2bb; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#555151; font-weight:bold;}
.left_side_blue{ background-color:#dff0f5; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#555151; font-weight:bold;}
.left_side_yellow{ background-color:#f1eccb; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#555151; font-weight:bold;}
.left_side_red{ background-color:#f1d7dc; height:14px; text-align:right; padding:2px 10px 4px 10px; color:#555151; font-weight:bold;}

.left_links_blue ul {
	padding: 0;
	margin: 0;
	line-height: 20px;
		font-size:11px;
	font-weight:normal;
	text-align:left;
}
.left_links_blue li {
	list-style: none;
	margin: 0;
}
.left_links_blue li a {
	width: 177px;
	background-color:#ffffff;
	text-decoration: none;
	color: #4D4C80;
	padding: 2px 0px 2px 0px;
	display: block;
	border-bottom: 1px solid #e3eff0;	
	line-height:20px;
	font-weight:normal;
	
}
.left_links_blue li a:hover {
	background-color:#eeebf7;
	color: #3D3C70;
	text-decoration: none;
}
.left_links_blue li a img {
	margin-left: 10px;
}
.left_links_blue li a .new {
	color: #dd1111;
	font-size: 10px;
}
.left_links_blue li a:hover .new {
	color: #cc0000;
	font-size: 10px;
}
.left_links_yellow ul {
	padding: 0;
	margin: 0;
	line-height: 20px;
		font-size:11px;
	font-weight:normal;
	text-align:left;
}
.left_links_yellow li {
	list-style: none;
	margin: 0;
}
.left_links_yellow li a {
	width: 177px;
	background-color:#ffffff;
	text-decoration: none;
	color: #4D4C80;
	padding: 2px 0px 2px 0px;
	display: block;
	border-bottom: 1px solid #f1eedb;	
	line-height:20px;
	font-weight:normal;
	
}
.left_links_yellow li a:hover {
	background-color: #eeebf7;
	color: #3D3C70;
	text-decoration: none;
}
.left_links_yellow li a img {
	margin-left: 10px;
}



a:link { color: #3238d5; text-decoration: none; }
a:visited { color: #3238d5; text-decoration: none; }
a:hover { color: #3256d5; text-decoration: underline; }

a.top_menu_item:link { color: #777777; text-decoration: none; }
a.top_menu_item:visited { color: #777777; text-decoration: none; }
a.top_menu_item:hover { color: #444444; text-decoration: none; }

a.menu_item:link { color: #4d4c80; text-decoration: none; }
a.menu_item:visited { color: #4d4c80; text-decoration: none; }
a.menu_item:hover { color: #191762; text-decoration: underline; }

a.newupdates:link { color: #de4b52; text-decoration: none; }
a.newupdates:visited { color: #de4b52; text-decoration: none; }
a.newupdates:hover { color: #a6181f; text-decoration: none; }

a.copyright:link { color: #3238d5; text-decoration: none; }
a.copyright:visited { color: #3238d5; text-decoration: none; }
a.copyright:hover { color: #3256d5; text-decoration: underline; }

a.portal_signup:link { color: #3238d5; text-decoration: none; }
a.portal_signup:visited { color: #3238d5; text-decoration: none; }
a.portal_signup:hover { color: #3256d5; text-decoration: none; }


.mus_top_menu a {
	text-decoration: none;
}

.block_sidebar_news {
	width: 140px;
	background: #faf9fb;
	border: 1px solid #E3EFF0;
	margin: 25px auto;
	text-align: left;
	padding: 5px;
}
.block_sidebar_news h3 {
	font: bold 11px tahoma, arial, sans-serif;
	padding: 3px;
	text-align: center;
	background: #f1eff8;
}
.block_sidebar_news a {
	text-align: center;
	display: block;
	margin: 5px 0;
}


input.text4{
	border: 1px solid #B5BABA;
	font-family: arial, verdana, serif;
	font-size: 11px;
	font-weight:bold;
	margin-bottom:1px;
	margin-top:1px;
	color: #7C7D7D;
	vertical-align: middle;
	padding: 3px;

}
td.top_menu {
	background-image: url(../images/topbar_bg.gif); 
	background-repeat: repeat-x; 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #BBBBBB;
}

td.top_menu2 {
	width: 20%; 
	text-align: right; 
	border-right: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #BBBBBB; 
	background-image: url(../images/topbar_bg.gif); 
	background-repeat: repeat-x;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	height: 31px;
	border-left: 1px solid #CCCCCC;
}

div.top_menu_link_container_end {
	border-left: 1px solid #CCCCCC;
}

div.top_menu_link {
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding: 6px 10px 0px 10px;
}

div.top_menu_link_loggedin {
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding: 6px 0px 0px 10px;
}

div.menu {
	width: 150px; 
	border: 1px solid #CCCCCC; 
	border-left: 3px solid #7391a8;
	background: #EEEEEE; 
	padding: 0px 0px 10px 10px;
	margin-right: 10px;
}

div.menu_header {
	margin-top: 10px;
	margin-bottom: 7px;
}

td.menu_user {
	background-image: url(../images/menu_user.gif); 
	background-repeat: repeat-x; 
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #CCCCCC; 
	border-top: none; 
	text-align: left;
}

div.menu_item {
	float: left;
	padding-right: 5px;
	font-weight: bold;
	background: none;
}

div.menu_sep {
	padding: 2px 0px 0px 10px;
	float: left;
	background: none;
}

img.menu_icon {
	display: block;
	float: left; 
	margin-right: 6px;
	margin-top:2px;
}

img.menu_icon2 {
	margin-bottom: -3px;
	margin-right: 3px;
}

div.menu_arrow {
	padding: 2px;
	float: left;
}

div.menu_item_dropdown a {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	border-left: 3px solid #DDDDDD;
	display: block;
	background: #FFFFFF;
}

div.menu_item_dropdown a:hover {
	padding: 3px 40px 5px 7px; 
	font-weight: normal;
	background: #F2F2F2;
	border-left: 3px solid #BBBBBB;
	text-decoration: none;
	display: block;
}

div.menu_dropdown {
	border: 1px solid #CCCCCC; 
	border-top: none; 
	background: #FFFFFF; 
	position: absolute; 
	margin-top: 6px;
	margin-left: -20px;
	z-index: 99;
	width: auto; 
	white-space: nowrap; 
}

td.topbar1 {
	padding-bottom: 5px;
}

td.topbar2, td.topbar2_right {
	background-image: url(../images/menu_bg.gif); 
	background-repeat: repeat-x; 
	font-weight: bold; 
	font-size: 15px; 
	padding: 10px 10px 8px 15px; 
	color: #FFFFFF;
	border-bottom: 1px solid #31537D;
}

td.topbar2_right {
	font-weight: normal;
	padding: 10px 15px 8px 10px; 
	text-align: right;
}

td.content {
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}

div.content {
	width: 781px;
	min-height: 1100px;
	padding: 25px 15px 15px 15px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	float: right;
	border: 1px solid #b1b1b1;
	border-top: none;
}

div.copyright {

	padding: 0px 0px 0px 0px; 
	text-align: right; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 5px; 
	color: #444444;
	margin-bottom:10px;
}

div.page_header {
	font-size: 19px;
	color: #333333;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", arial, verdana, serif;
}

td.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	background: #4231a9 url(images/header.png) left top repeat;
	color: #eee;
	font-weight: bold;
	text-shadow: 0 1px 0 #2e0e3e, 0 -1px 0 #2e0e3e, 1px 0 0 #2e0e3e, -1px 0 0 #2e0e3e, 1px 1px 0 #2e0e3e, 1px -1px 0 #2e0e3e, -1px 1px 0 #2e0e3e, -1px -1px 0 #2e0e3e;
}

div.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	background: #4231a9 url(images/header.png) left top repeat;
	color: #eee;
	font-weight: bold;
	text-shadow: 0 1px 0 #2e0e3e, 0 -1px 0 #2e0e3e, 1px 0 0 #2e0e3e, -1px 0 0 #2e0e3e, 1px 1px 0 #2e0e3e, 1px -1px 0 #2e0e3e, -1px 1px 0 #2e0e3e, -1px -1px 0 #2e0e3e;
}

.header_home_left {
	font-weight: bold;
	padding: 4px 5px 5px 6px;
	color: #777;
}

.header_side {
	width: 253px;
	border: 1px solid #DDD;
	height: 19px;
	color: white;
	font-weight: bold;
}

.header_side p {
	margin: 1px 6px;
	padding: 0;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-shadow: 0 0 0.1em black;
}

.portal_content_side {
	width: 253px;
	border: 1px solid #DDD;
	border-top: none;
	padding: 2px 0;
}

.background_blue {
	background: #5284bd url(images/header-block-blue.jpg) top left no-repeat;
}

.background_green {
	background: #4bbb47 url(images/header-block-green.jpg) top left no-repeat;
}

.background_fiolet {
	background: #37116f url(images/header-home.jpg) top left no-repeat;
}


div.newupdates {
	background-color:#f4e4e7; 
	min-height:14px;
	text-align:right; 
	padding:2px 0px 4px 0px;
	color:#656161;
	font-weight:bold;
	position: relative;
	right:0; top:0;
	text-align:right;
	width: 177px; 
}

div.newupdates_content {
	text-align: right; 
	padding: 0px 3px 5px 0px; 
	color: #FFFFFF;
}

div.box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}

td.shadow {
	background-image: url(../images/shadow.gif); 
	background-repeat: repeat-x; 
	padding-bottom: 5px;
}

input.text, input.text_small {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	padding: 2px;
}

input.text_small {
	font-size: 11px;
}

input.search {
	vertical-align: middle; 
	background-image: url(../images/search.gif); 
	background-repeat: no-repeat; 
	color: #555555; 
	font-size: 16px; 
	padding-left: 23px; 
	font-weight: bold;
	font-family: arial, verdana, serif;
}

input.button {
	font-family: arial, verdana, serif;
	font-size: 11px;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	background: #20289b;
	vertical-align: middle;
	border-top: 1px solid #475f6f;
	border-left: 1px solid #475f6f;
	border-bottom: 1px solid #1a2b37;
	border-right: 1px solid #1a2b37;
	cursor: pointer;
	text-align: center;
}

input.button:hover {
	background: #3238d5;
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	color: #333333;
	padding-left: 2px;
	font-size: 13px;
}

select, select.small {
	color: #333333;
	font-family: arial, verdana, serif;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 1px;
}
select.small {
	font-size: 11px;
}
.icon {
	vertical-align: top;
	margin-right: 5px;
}
.icon2 {
	vertical-align: top;
	margin-right: 1px;
}
.icon_big {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.photo {
	border: 1px solid #DDDDDD;
}

font.small {
	font-size: 9px;
	font-family: arial, serif;
}

font.big {
	font-size: 12px;
	font-family: verdana, arial, serif;
	font-weight: bold;
}

font.bold {
	font-weight: bold;
}

font.disabled {
	color: #AAAAAA;
}

form {
	margin: 0px;
}




/* HOME */

h1.home_top {
	float: left;
	font-weight: bold;
	font-size: 19px;
	color: #CCC;
	margin: 5px 15px 5px 0;
	text-shadow: 1px 1px 0 #524E73;
}

p.home_top {
	display: inline;
	text-align: justify;
}

p.home_top strong {
	color: #201794;
	font-weight: bold;
}

.home_black {
	margin-top: 15px;
	background: #212121;
	height: 269px;
}

.home_black div.mus1,
.home_black div.mus2, 
.home_black div.mus3,
.home_black div.mus4,
.home_black div.mus5,
.home_black div.mus6 {
	float: left;
	width: 247px;
	height: 126px;
	color: white;
	margin: 0 0 3px 7px;
	padding: 0 0 0 4px;
}

.home_black div.mus1 {
	background: url(images/mus1.png) 0 5px no-repeat;
}

.home_black div.mus2 {
	background: url(images/mus2.png) 3px 10px no-repeat;
}

.home_black div.mus3 {
	background: url(images/mus3.png) 5px 7px no-repeat;
}

.home_black div.mus4 {
	background: url(images/mus4.png) 4px 10px no-repeat;
}

.home_black div.mus5 {
	background: url(images/mus5.png) 5px 9px no-repeat;
}

.home_black div.mus6 {
	background: url(images/mus6.png) 4px 0 no-repeat;
}

.home_black div h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 0 20px;
}

.home_black div p {
	margin: 0;
	text-indent: 20px;
}

.users_list,
.music_list {
	float: left;
	margin-top: 36px;
	width: 377px;
	height: 130px;
}

.users_list ul,
.music_list ul {
	list-style: none;
}

.users_list ul li {
	float: left;
	margin: 27px 15px 0 0;
}

.music_list ul li {
	float: left;
	margin: 27px 0 0 15px;
	height: 60px;
	overflow: hidden;
	background: #212121;
}

.users_list .buttons_block,
.music_list .buttons_block {
	margin-top: 15px;
	text-align: center;
}

.users_list .buttons_block {
	margin-left: -15px;
}

.music_list .buttons_block {
	margin-left: 15px;
}

.users_list .buttons_block a,
.music_list .buttons_block a {
	text-transform: uppercase;
	font-size: 13px;
	padding: 3px 15px;
	color: #ffffff;
	background: #20289b;
	vertical-align: middle;
	border-top: 1px solid #475f6f;
	border-left: 1px solid #475f6f;
	border-bottom: 1px solid #1a2b37;
	border-right: 1px solid #1a2b37;
	cursor: pointer;
}

.buttons_block a:hover {
	background: #3238d5;
	text-decoration: none;
}

.vline {
	float: left;
	margin-top: 36px;
	width: 1px;
	margin-right: 5px;
	margin-left: 4px;
	height: 130px;
	background: #d4d2d8;
}

.home_left_column {
	float: left;
	width: 461px;
	margin-top: 55px;
}

.home_right_column {
	float: right;
	width: 275px;
	margin-top: 55px;
}

.home_left_column h3,
.home_right_column h3 {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: #747373 url(images/h3-home.jpg) top right no-repeat;
	padding: 6px 10px 7px;
}

.home_right_column h3.green {
	background: #747373 url(images/h3-home-gr.jpg) top right no-repeat;
}

.home_left_column h4 {
	font-size: 15px;
	font-weight: bold;
}

.home_left_column h4 a:hover {
	text-decoration: none;
}

.home_left_column .home_entry_info,
.home_right_column .home_entry_info {
	font-size: 9px;
	color: #848484;
}

.home_left_column table,
.home_right_column table {
	margin: 11px 0 0;
}

.home_left_column p {
	margin: 0;
	font-size: 13px;
}
.home_left_column .seRecentNews {
	cursor: pointer;
}
.home_left_column .seRecentNews p {
	margin: 3px 3px 10px 3px;
}
.home_left_column .seRecentNews p {
	margin: 3px 3px 17px 3px;
}

.home_left_column .h_border,
.home_right_column .h_border {
	border-bottom: 1px solid #d4d2d8;
	text-align: right;
	margin-top: 3px;
	padding-bottom: 7px;
}

.home_left_column .h_border a,
.home_right_column .h_border a {
	margin-right: 15px;
}

.home_left_column .link_to_section,
.home_right_column .link_to_section  {
	display: block;
	margin-bottom: 31px;
	padding: 5px 0 7px;
	background: #e1e1e1;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	color: #3238D5;
}

.home_left_column .link_to_section:hover,
.home_right_column .link_to_section:hover  {
	background: #e7e7e7;
	text-decoration: none;
	color: #3256D5;
}

.home_right_column .video_block {
	width: 241px;
	height: 170px;
	background: #222121;
	margin: 0 auto;
	color: white;
	text-align: center;
}

.home_right_column .video_block h5 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 0;
}

.home_right_column .video_cont {
	width: 137px;
	height: 115px;
	margin: 0 auto 5px auto;
	position: relative;
	top: 0;
	left: 0;
}

.home_right_column .video_background {
	position: relative;
	top: 0;
	left: 0;
}

.home_right_column .link_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/go-to-video.png) center 31px no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
}

.home_right_column .link_video:hover {
	background-position: center -190px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
}

.home_right_column .video_title {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.home_right_column .video_title:hover {
	color: white;
	text-decoration: none;
}

.home_right_column .link_to_section_video {
	width: 241px;
	margin-left: auto;
	margin-right: auto;
}






div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.error {
	vertical-align: middle;
	color: #FF0000;
}

div.spacer10 {
	margin-top: 10px;
	height: 0px;
	font-size: 1pt;
}

img.button {
	display: block;
	float: left; 
	margin-right: 4px;
}

label:hover { color: #3399FF; text-decoration: underline; }








table.tabs {
	margin-bottom: 10px;
}
td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab1 {
	border: 1px solid #CCCCCC;
	border-top: 3px solid #AAAAAA;
	border-bottom: none;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab2 {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab3 {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}













table.list {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

td.list_header {
	background: #EEEEEE;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
}

tr.list_item1 {
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #DDDDDD;
}

tr.list_item2 {
	padding: 5px 7px 5px 7px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

td.form1 {
	padding: 12px 0px 5px 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td.form2 {
	padding: 10px 0px 5px 10px;
}

div.form_desc {
	font-size: 11px;
	padding: 5px 0px 5px 0px;
}
div.form_error {
	margin-bottom: 10px;
	color: #FF0000;
}
div.success {
	line-height: 22px;
}
td.button {
	text-align: left;
	border: 1px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}
div.button {
	font-weight: bold;
}
td.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 7px 8px 7px 7px;
}
td.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
}
td.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	background: #f3fff3;
}

/* STYLES FOR AD BANNERS */
div.ad_top {
	padding: 10px;
	text-align: center;
}
div.ad_belowmenu {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
div.ad_left {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
	text-align: center;
}
div.ad_right {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	text-align: center;
}
div.ad_bottom {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* STYLES FOR RECENT ACTION */
.recentaction_div_media {
	padding: 10px 10px 10px 20px;
}
.recentaction_div_media img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}
img.recentaction_media {
	float: left;
	margin: 3px; 
}
.recentaction_div {
	padding: 10px 20px 10px 20px;
	position: relative; 
	max-height: 153px;
	max-width: 270px; 
	overflow: auto;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 270? "270px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 270? "270px" : "auto" );
}
.recentaction_div img {
	max-width: 250px;
	width: expression(this.width > 200 ? 200: true);
	border: solid 1px #E0E0E0;
	padding: 3px;
}




/* STYLES FOR FRIEND SUGGEST FEATURE */
.suggest_item a {
	padding: 3px 3px 3px 5px; 
	background: #F7F7F7; 
	border-bottom: 1px solid #CCCCCC;
	width: 150px;
	display: block;
}
.suggest_item a:hover {
	background: #003366;
	color: #FFFFFF;
}
div.suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #AAAAAA;
	padding: 0px;
	display: none;
} 
a.suggest:link { color: #555555; text-decoration: none; }
a.suggest:visited { color: #555555; text-decoration: none; }
a.suggest:hover { color: #FFFFFF; text-decoration: none; }



/* LOGIN PAGE */
td.login_middle {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 22px;
}
td.login_right {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
}








/* PORTAL PAGE (HOME.PHP) */
div.portal_spacer {
	height: 10px;
}
div.portal_content {
	padding: 10px;
	background: #FFFFFF;
}
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
div.portal_login {
	padding: 25px 10px 25px 10px;
	background: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
td.portal_member {
	padding: 10px 7px 10px 7px;
	text-align: center;
	font-weight: bold;
}
div.portal_action {
	padding: 6px 6px 6px 6px; 
	border-top: 1px solid #eeeeee; 
}
div.portal_action_top {
	padding: 6px 6px 6px 6px; 
}
div.portal_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}
div.portal_whatsnew {
	border: 1px solid #DDDDDD;
	padding: 4px 10px 4px 10px;
}
div.portal_signup a, div.portal_signup a:hover {
	font-size: 19px; 
	line-height: 0px;
	text-align: center; 
	padding: 8px 15px 5px 7px; 
	background-image: url(../images/portal_join_bg.gif); 
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	display: block;
}
div.portal_signup_container1 {
	border: 1px solid #CCCCCC;
}
div.portal_signup_container1:hover {
	border: 1px solid #AAAAAA;
}








ul.nomark_list {
	list-style: none;
}

ul.mark_list {
	list-style: inside url('./images/mark-list.gif');
}





/* WHATS NEW PAGE */
td.home_left {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}
td.home_right {
	vertical-align: top;
}
td.home_stats {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
td.home_menu {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.home_menu1 {
	font-weight: bold;
}
td.home_notification {
	text-align: left;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
}
div.home_photo {
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
td.home_box {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
	background: #FFFFFF;
}
table.home_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 10px;
}
td.home_menu1 a {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 11px;
	font-family: tahoma, "Trebuchet MS", verdana, arial, serif;
	display: block;
}
td.home_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
}
div.home_action {
	padding: 6px 6px 6px 6px; 
	border-top: 1px solid #DEDEDE; 
}
div.home_action_top {
	padding: 6px 6px 6px 6px; 
}
div.home_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}
div.home_whatsnew {
	border: 1px solid #CCCCCC; 
	padding: 5px 10px 5px 10px;
}
div.home_updated {
	font-size: 9px;
	color: #888888;
	padding-top: 2px;
}












/* WHATS NEW - MY NETWORK PAGE */
div.network_content {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
}















/* VIEW PROFILE PAGE */
td.profile {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
div.profile {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.profile_leftside {
	padding-top: 5px;
	vertical-align: top;
}
td.profile_rightside {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}
div.profile_field_value {
	max-width: 500px;
	overflow: hidden;
}
div.profile_friend_photo {
	float: left; 
	width: 90px; 
	text-align: center; 
	border: 1px solid #DDDDDD;
}
div.profile_friend_info {
	float: left; 
	padding-left: 10px;
}
div.profile_friend_options {
	text-align: right; 
	padding-left: 10px;
}
div.profile_friend_name {
	font-size: 13px;
	font-weight: bold;
}
div.profile_friend_details div {
	color: #888888;
	font-size: 9px;
}
div.profile_image {
	float: left;
	padding: 5px;
	text-align: center;
	width: 111px;
}
div.profile_bar {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
td.profile_item1 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}
td.profile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.profile_comment_author {
	float: left;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_date {
	text-align: right;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_body {
	clear: left;
	padding: 5px 7px 5px 7px;
	overflow: auto;
	max-width: 550px;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .profile_comment_body {
	overflow: visible;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 25px;
	width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .profile_comment_body {
	overflow: visible;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 25px;
	width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
div.profile_comment_body img {
	max-width: 455px;
	width: expression(this.width > 455 ? 455: true);
}
div.profile_comment_links {
	text-align: right;
	padding-right: 7px;
}
table.profile_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}
td.profile_menu1 a, div.nolink {
	background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 11px;
	display: block;
}
td.profile_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
}
td.profile_photo {
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	height: 150px;
}
td.profile_viewcomments_postcomment {
	padding: 10px 16px 10px 16px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
div.profile_postcomment {
	border: 1px solid #BBBBBB;
	background: #F4F4F4;
	margin-bottom: 10px;
	padding: 10px 14px 8px 10px;
}
.comment_area {
	font-family: "Lucida Sans", verdana, arial, serif;
	color: #888888; 
	width: 100%;
	height: 70px;
}
div.profile_action {
	padding: 0px 0px 5px 0px; 
	border-bottom: 1px solid #EAEAEA; 
	margin-bottom: 5px;
}
div.profile_action_bottom {
	padding-bottom: 2px;
}
div.profile_action_date {
	color: #999999;
	float: right;
	padding-left: 5px;
}




td.profile_tab a {
	background-color: #EEEEEE;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	font-weight: bold; 
	display: block;
}
td.profile_tab a:hover {
	background-color: #F4F4F4;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	font-weight: bold; 
	display: block;
}
td.profile_tab2 a {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	border-bottom: none;
	font-weight: bold; 
	display: block;
}
td.profile_tab2 a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	border-bottom: none;
	font-weight: bold; 
	display: block;
}
#profile_tabs_he_wall { 
	border-left: 1px solid #AAAAAA;
}
td.profile_tab_end {
	border-bottom: 1px solid #AAAAAA;
}








div.profile_content {
	padding: 10px; 
	border: 1px solid #AAAAAA;
	border-top: none;
}
div.profile_headline, div.profile_headline2 {
	position: relative;
	margin-bottom: 7px;
	font-weight: bold;
	height:14px;
	background: #6d68ae;
	padding: 2px 10px 4px 5px;
	color: #f2f1ee;
	font-size: 11px; 
	font-weight: bold;
	text-align: left;
	text-shadow: 	0 1px 0 #524e73,
					0 -1px 0 #524e73,
					1px 0 0 #524e73,
					-1px 0 0 #524e73,
					1px 1px 0 #524e73,
					1px -1px 0 #524e73,
					-1px 1px 0 #524e73,
					-1px -1px 0 #524e73;
}
div.profile_headline2 {
	margin-top: 10px;
}

.profile_field_title {
	color: #555;
}

.profile_editprofile {
	display: block;
	float: right;
	margin-right: 5px;
	font-weight: normal;
	color: #a2b9cc;
}










/* BROWSE PAGE */
td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_fields {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
div.browse_fields label {
	padding-left: 5px;
}
td.browse_header {
	padding: 5px 5px 3px 7px;
	font-size: 12px;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background: #EEEEEE;
}
td.browse_result {
	vertical-align: top;
	text-align: center;
	width: 150px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}
div.browse_pages {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	background: #EEEEEE;
	padding: 5px 0px 5px 0px;
}

/* SEARCH PAGE */
td.search {
	width: 475px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
div.search_header {
	font-weight: bold;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
div.search_results {
	padding: 0px 10px 10px 10px;
}
div.search_result1 {
	padding: 10px;
	background: #F5F5F5;
}
div.search_result2 {
	padding: 10px;
}
div.search_result_text {
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}
div.search_result_text2 {
	font-weight: normal;
	font-size: 9px;
	color: #777777;
}
div.search_context {
	color: #555555;
}
div.search_url {
	color: #115599;
}
td.search_pages_bottom {
	padding-top: 8px;
	padding-right: 12px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

/* HELP PAGES */
div.faq {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	border-left: 3px solid #DDDDDD;
}
div.faq_questions {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 8px;
}


/* MESSAGES */
table.messages_table {
	border: 1px solid #DDDDDD;
}
td.messages_header {
	padding: 4px 5px 5px 6px;

	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.messages_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: middle;
}
tr.messages_unread {
	background: #F5F5F5;
	font-weight: bold;
}
tr.messages_read {
	background: #FFFFFF;
}
td.messages_message {
	border-top: 1px solid #CCCCCC;
	padding: 7px 5px 7px 7px;
	vertical-align: top;
}
td.messages_photo {
	border-top: 1px solid #CCCCCC;
	padding: 7px 0px 7px 7px;
	vertical-align: top;
}
td.messages_view2 {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view2_bottom {
	background: #FFFFFF;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view1 {
	vertical-align: top;
	padding-right: 15px;
}
div.messages_author {
	padding-bottom: 5px;
	font-weight: bold;
}
div.messages_date {
	font-size: 9px;
	color: #777777;
}
td.messages_authorbox {
	width: 100px;
	text-align: right; 
	vertical-align: top; 
	padding: 5px 10px 0px 0px;
}



/* MY FRIENDS */
div.friends_search {
	width: 450px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: auto; 
	margin-right: auto;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
td.friends_result0 {
	padding: 5px;
}
td.friends_result1 {
	vertical-align: top;
	padding: 5px;
}
td.friends_result2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
div.friends_name {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}
div.friends_stats div {
	color: #888888;
	font-size: 9px;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top: 5px;
}
div.browse_friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}

/* BOOKMARKS */
.links_for_share {
}

.links_for_share ul {
	list-style: none;
}

.share_in_networks,
.share_in_websites {
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.share_in_networks p,
.share_in_websites p {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.share_in_websites p span {
	color: #ccc;
}

.share_in_websites .type_code {
	display: block;
	background: #eee;
	border-bottom: 1px solid #ddd;
	margin-top: 3px;
	padding: 1px 1px 1px 7px;
	font-weight: bold;
	color: #555;
}

.share_in_websites .type_code:hover {
	background: #e0e0e0;
	border-bottom: 1px solid #ddd;
	color: #444;
	text-decoration: none;
}

.share_in_websites code {
	background: white;
	border: 1px dashed #ccc;
	padding: 5px;
	display: block;
}

.share_in_websites result {
	display: block;
	background: white;
	border: 1px dashed #ccc;
	padding: 5px;
}

.share_profile_vkontakte,
.share_profile_odnoklassniki,
.share_profile_my,
.share_profile_facebook,
.share_profile_twitter {
	float: left;
	margin-right: 25px;
	overflow: hidden;
}
.share_profile_my {
	width: 96px;
}

.share_like {
	text-align: center;
}

.share_like_container_block {
	padding: 10px;
	border: #ccc solid 1px;
	border-top: #ccc solid 5px;
	background: #eee;
}

.share_like_container_line {
}

/* .share_profile_my  .mrc__plugin_like_button {
	background: url("http://img1.imgsmail.ru/r/new_share_like_buttons_sprite.png") no-repeat scroll right -19px transparent;
    color: white;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    height: 14px;
    line-height: 9px;
    margin: 0;
    padding: 4px 5px 0 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
} */

/* EDIT PROFILE */
a.profile_editprofile {
	color: #b6b4da;
}

td.editprofile_photoleft {
	text-align: center;
	padding-right: 10px;
}
td.editprofile_photoright {
	vertical-align: top;
}
td.editprofile_photo {
	height: 150px;
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}
table.editprofile_options {
	margin-left: 10px;
}
div.editprofile_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.editprofile_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.editprofile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.editprofile_examplecss, div.editprofile_examplecss:hover {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #DDDDDD;
}
div.editprofile_examplecss:hover {
	border: 1px solid #BBBBBB;
}
div.editprofile_examplecss_selected {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
}


/* EDIT ACCOUNT SETTINGS */
td.account1 {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
td.account2 {
	padding: 7px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	border-top: none;
}



/* SIGNUP PAGE */
img.signup_code {
	vertical-align: middle;
}
div.signup_header {
	width: 500px;
	padding: 6px 9px 6px 9px;
	background: #F1F1F1;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
div.signup_photo_desc {
	padding: 5px 5px 5px 0px;
}
td.signup_photo {
	padding: 10px; 
	background: #FFFFFF; 
	border: 1px solid #CCCCCC;
}



/* COMMENT STYLES */
.comment_headline {
	margin-bottom: 7px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px; 
	background: #d9e5ef;
	border-top: 1px solid #A7BAC0;
	color: #536c83;
}



/* PROFILE PHOTOS STYLES */
div.media {
	border: 1px solid #DDDDDD; 
	background: #F2F2F2; 
	padding: 10px;
	overflow: hidden;
}
div.media_caption {
	text-align: left; 
	padding: 0px 5px 0px 5px; 
	margin-left: auto; 
	margin-right: auto;
}
div.media_title {
	margin-bottom: 2px;
	font-weight: bold;
}
div.media_date {
	margin-top: 10px; 
	font-size: 9px; 
	color: #777777;
}



/* CAROUSEL */
td.carousel_item_active {
	border: 1px solid #BBBBBB; 
	background: #EEEEEE;
	padding: 5px;
}
td.carousel_item {
	padding: 5px;
}
td.carousel_item:hover {
	border: 1px solid #CCCCCC;
	padding: 4px;
}



/* PHOTO TAG CLASSES */
div.tag_div_hidden {
	position: absolute;
	z-index: 98;
}
div.tag_div {
	position: absolute;
	border: 2px solid #FFFFFF;
	z-index: 98;
}
div.tag_label {
	position: absolute;
	padding: 3px 5px 3px 5px;
	border: 1px solid #777777;
	background: #FFFFFF;
	font-weight: bold;
	z-index: 98;
}
div.media_photo_div {
	position: relative; 
	margin-bottom: 10px; 
	margin-left:auto;
	margin-right:auto;
}
div.media_photo_tagform {
	display: none; 
	border: 1px solid #888888; 
	width: 150px; 
	position: absolute; 
	opacity: 1; 
	background: #FFFFFF;
}
div.media_photo_tagform_titlebar {
	text-align: left; 
	padding: 5px; 
	border-bottom: 1px solid #AAAAAA; 
	background: #EEEEEE; 
	font-weight: bold;
}
div.media_photo_friendlist {
	overflow: auto; 
	margin: 4px 0px 4px 0px; 
	height: 130px; 
	text-align: left; 
	padding-left: 4px; 
	border: 1px solid #AAAAAA;
}


/* styles for the debugger */
div#se_debug_window_container
{
}

table#se_debug_window
{
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 500px;
  height: 400px;
}

td#se_debug_window_menu
{
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
  cursor: move;
}

div#se_debug_window_body_container
{
  width: 500px;
  height: 375px;
  overflow: auto;
}

/* styles for main menu and profile tab dropdowns */

div.top_menu_main_link_container
{
  text-align: left;
}

div.menu_main_dropdown
{
	border: 1px solid #CCCCCC;
	border-top: none;
	position: absolute;
	margin-top: 7px;
	margin-left: -1px;
	z-index: 100;
	width: auto;
	white-space: nowrap;
}

div.menu_main_item_dropdown a
{
  color:#777777;
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #EFEFEF;
}

div.menu_main_item_dropdown a:hover
{
  color:#444444;
	background: #FAFAFA;
	text-decoration: none;
}

div.menu_main_item
{
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}

div.menu_profile_dropdown
{
	border: 1px solid #CCCCCC;
  border-top: none;
	background: #FFFFFF;
	position: absolute;
	margin-top: 31px;
	margin-left: -63px;
	z-index: 99;
	width: auto;
	white-space: nowrap;
}

div.menu_profile_item_dropdown a
{
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #FFFFFF;
}

div.menu_profile_item_dropdown a:hover
{
	background: #F0F0F0;
	text-decoration: none;
}



/* Carousel */
/* example_3 css */  
#example_3 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 470px; /* important */  
    height: 86px; /* important */  
    margin: 0 85px;  
    background: #000;  
}  
  
#example_3_frame {position: relative}  
#example_3_previous {float: left;}  
#example_3_next {float: rightright;}  
#example_3_content {  
    position: absolute;  
    top: 0;  
    margin-left: 20px;  
}  
  
#example_3_content  
#example_3_content li {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}  
    #example_3_content {  
        width: 5418px;  
    }  
    #container_bd #example_3 ul li {  
        display: block;  
        float: left;  
        margin: 5px;  
        padding: 5px;  
        border: 1px solid #666;  
        background-color: #000;  
    }  
  
#container_bd #example_3 ul li img {  
    display: block;  
}  


.searchfraces {
	margin: 15px 5px 15px 155px;
	font-size: 10px;
	color: #AAA;
}


.board_col {
	float: left;
	width: 250px;
}

.board_col h2 {
	padding-left: 5px;
	display: inline;
	padding-bottom: 15px;
}

.board_col_all {
	margin-bottom: 15px;
}

.board_col_all a {
	display: block;
	float: right;
	padding-right: 5px;
}

.board_col_space {
	float: left;
	width: 15px;
	height: 300px;
}

.board_button {
	display: block;
	float: left;
	width: 227px;
	height: 39px;
	margin: 15px;
	border: 1px solid #A9A;
}

.board_button p {
	font-size: 12px;
}

.link_to_home {
	font-size: 10px;
	color: #aaa;
	text-align: right;
}

rambler img {
	display: none;
}

.news_left {
	float: left;
	width: 545px;
}

.news_entry {
	margin: 15px 0 0;
	border-bottom: 1px solid #D4D2D8;
	padding-bottom: 15px;
}

.news_entry span {
	font-size: 14px;
	color: #331155;
}

.news_entry h2 {
	font: normal 17px tahoma,arial,sans-serif;
	margin: 5px 0;
}

.news_entry p {
	font-size: 13px;
	text-align: justify;
}
