* {
	margin: 0;
	padding: 0;
	}
img, fieldset, table {
	border: 0;
	}
table {
	border-collapse: collapse;
	}
body {
	background: transparent url(../img/page_bg.gif) no-repeat center top;
	font: normal 12px Arial, sans-serif;
	line-height: normal;
	color: #000;
	}
h1 {
	font-size: 22px;
	}
h2 {
	font-size: 14px;
	}
h3 {
	font-size: 12px;
	font-weight: 400;
	}
h4 {
	font-size: 11px;
	font-weight: 400;
	}
ul, li {
	list-style: none;
	}
.r_border {
	border: 1px solid #f00;	
	width: 156px;
	height: 19px;
	font-size: 11px;
	}
.r_error {
	color: #f00;
	}
a {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
.flt_left {
	float: left;
	}
.flt_right {
	float: right;
	}
.center {
	text-align: center;
	padding: 10px 0 0;
	}
.clear {
	clear: both;
	}
.gray {
	color: #b2b2b2;
	font-size: 11px;
	}
.d_gray {
	color: #747474;
	}
.add,.save {
	width: 76px;
	height: 20px;
	border: 0;
	cursor: pointer;
	}
.write {
	width: 74px;
	height: 20px;
	border: 0;
	cursor: pointer;
	background: transparent url(../img/write.png) no-repeat left top;
	}
.add {
	background: transparent url(../img/add.png) no-repeat left top;
	}
.save {
	background: transparent url(../img/save.png) no-repeat left top;
	}
.container {
	margin: 0 auto;
	width: 985px;
	position: relative;
	z-index: 2;
	}
.name {
	font-weight: 600;
	}
.blue_bg {
	background: #d2f1f5 url(../img/sprite_name.gif) no-repeat right -42px;
	padding: 2px 10px 2px 0;
	}
	.blue_bg span,.rose span,.l_green span,.green span,.gray_name span {
		display: block;
		float: left;
		width: 10px;
		height: 20px;
		}
	.blue_bg span {
		background: #d2f1f5 url(../img/sprite_name.gif) no-repeat left -62px;
		margin: -3px 0 0;
		}
.rose {
	background: #ffe3d5 url(../img/sprite_name.gif) no-repeat right -0px;
	padding: 2px 10px 2px 0;
	}
	.rose span {
		background: #ffe3d5 url(../img/sprite_name.gif) no-repeat left -20px;
		margin: -3px 0 0;
		}
.l_green {
	background: #f4ffe7 url(../img/sprite_name.gif) no-repeat right -82px;
	padding: 2px 10px 2px 0;
	}
	.l_green span {
		background: #f4ffe7 url(../img/sprite_name.gif) no-repeat left -102px;
		margin: -3px 0 0;
		}
.green {
	background: #daffad url(../img/sprite_name.gif) no-repeat right -126px;
	padding: 2px 10px 2px 0;
	}
	.green span {
		background: #daffad url(../img/sprite_name.gif) no-repeat left -146px;
		margin: -3px 0 0;
		}
.gray_name {
	background: #f2f2f2 url(../img/sprite_name.gif) no-repeat right -168px;
	padding: 2px 10px 2px 0;
	}
	.gray span {
		background: #f2f2f2 url(../img/sprite_name.gif) no-repeat left -188px;
		margin: -3px 0 0;
		}
.close_green {
	background-color: #e7f8cf;
	}
/* header */
.header_main {
    /*height: 110px;*/
    margin: 0 0 5px 325px;
    }
/* wrap logo + send */
.wrap_logo_send {
	float: left;
	width: 298px;
	margin-right: 20px;
	}
/* logo */
.logo {
    margin: 0 0 0 33px;
    padding: 15px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    }
/* search_menu */
.search_menu {
    padding: 5px 0 0;
    width: 360px;
    float: left;
    z-index: 20
    }
.search_upload {
	margin-bottom: 40px;
	}
.search {
	float: left;
	position: relative;
	height: 19px;
	}
	.search input {
		border: 0;
		}
	.search input.text {
		background: transparent url(../img/search.png) no-repeat 0 top;
		height: 19px;
		padding: 0 16px 0 2px;
		width: 150px;
		}
	.search input.button {
		display: block;
		background: transparent url(../img/reload_sprite.png) no-repeat 0 -138px;
		width: 68px;
		height: 20px;
		position: absolute;
		text-indent: -9999px;
		top: -1px;
		left: 139px;
		cursor: pointer;
		}
.choose_wht {
	display: block;
	}
.choose_wht {
	position: absolute;
	left: 0;
	top: 19px;
	height: 20px;
	width: 150px;
	z-index: 9999;
	color: #929292;
	font-size: 11px;
	}
.choose_wht li {
	display: block;
	float: left;
	margin-right: 5px;
	padding-left: 2px;
	cursor: pointer;
	}
.choose_wht li.active {
	background: #0082d2 url(../img/under_search.gif) no-repeat left -20px;
	padding: 6px 0 0 5px;
	border: 0;
	cursor: default;
	color: #fff;
	}
	.choose_wht li.active span {
		display: block;
		padding: 0 10px 6px 0;
		background: #0082d2 url(../img/under_search.gif) no-repeat right 0px;
		margin-top: -6px;
		border: 0;
		}
.choose_wht li {
	text-decoration: none;
	border-bottom: 1px dashed #929292;
	}
/* not_registered */
.not_registered {
	margin: 5px 0 0;
	float: left;
	width: 570px;
	position: relative;
	}
.not_registered .b_tr {
	padding: 10px;
	}
.register {
	display: block;
	float: right;
	text-indent: -9999px;
	width: 253px;
	height: 70px;
	cursor: pointer;
	background: transparent url(../img/connect.png) no-repeat left top;
	}
.r_arr {
	position: absolute;
	right: -8px;
	top: 39px;
	width: 8px;
	height: 15px;
	background: transparent url(../img/r_arrow.png) no-repeat left top;
	}
.welcome {
	position: absolute;
	right: -60px;
	top: 0;
	width: 50px;
	height: 94px;
	background: transparent url(../img/helper.png) no-repeat left top;
	}
.info {
	float: left;
	width: 290px;
	}
.info p {
	margin-bottom: 3px;
	}
/* main menu */
.main_menu {
	font-size: 11px;
	}
.main_menu li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	}
	.main_menu a {
		color: #005ba9;
		}
/* main menu more */
.main_more {
	position: absolute;
	top: 15px;
	z-index: 999999;
	display: block;
	left: -66px;
	width: 102px;
	padding: 15px 0 0;
	background: transparent url(../img/more_menu.png) no-repeat left top;
	}
.more_ul {
	background-color: #007dd9;
	padding: 0 10px;
	}
.more_ul li {
	display: block;
	float: none;
	margin: 0 0 3px;
	position: static;
	}
.more_ul li a {
	color: #fff;
	display: block;
	padding: 0 0 0 7px;
	}
.more_ul li a:hover {
	color: #000;
	background-color: #f1ffe0;
	text-decoration: underline;
	}
.more_ul li.rest {
	padding-top: 10px;
	margin: 0;
	}
.main_more_bot {
	background: transparent url(../img/more_menu.png) no-repeat -102px top;
	display: block;
	height: 10px;
	width: 102px;
	}
.display_none {
	display: none;
	}
.upload {
	float: right;
	margin-top: -2px;
	}
	.upload a {
		display: block;
		width: 122px;
		height: 23px;
		text-indent: -9999px;
		background: transparent url(../img/reload_sprite.png) no-repeat left -116px;
		}
/* send friend */
.send_friend {
	background: transparent url(../img/sprite.gif) no-repeat left top;
    padding: 12px 0 15px 53px;
    font-size: 11px;
    position: absolute;
    top: 70px;
    left: 0;
    }
	.send_friend a {
		border-bottom: 1px dashed #ff8400;
		color: #ff8400;
		text-decoration: none;
		}
.header_cart {
	float: right;
	width: 261px;
	height: 135px;
	margin: 0 10px 5px 0;
	}
.site_set {
	margin: 0 10px 5px;
	padding: 5px 0 0;
	}
.site_set li {
	display: block;
	float: left;
	}
.site_set li a {
	color: #aaa;
	}
.site_set li.site_settings a {
	background: transparent url(../img/sprite.gif) no-repeat left -160px;
	padding: 2px 0 2px 30px;
	}
.site_set li.logout {
	float: right;
	margin-right: 5px;
	}
.site_set li.logout a {
	background: transparent url(../img/sprite.gif) no-repeat left -418px;
	padding: 0 0 0 15px;
	}
/* cart */
.card {
	background: transparent url(../img/cart.png) no-repeat left top;
	width: 261px;
	height: 109px;
	position: relative;
	font-size: 11px;
	color: #fff;
	}
.card a {
	color: #fff;
	}
.card_ava {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	margin: 8px 0 0 8px;
	}
.card_ava_h {
	background: transparent url(../img/card_ava_h.png) no-repeat left top;
	width: 54px;
	height: 54px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1
	}
/* cart info */
.card_info {
	position: absolute;
	top: 11px;
	left: 68px;
	width: 180px;
	height: 93px;
	z-index: 1;
	}
.card_name {
	margin: 0 0 8px;
	}
.short_inst {
	font-weight: 600;
	}
.short_inst span {
	font-weight: 400
	}
.prof {
	 font-weight: 400;
	 margin: 0 0 14px;
	 }
.code_for_blog a {
	color: #eeffd9;
	float: right;
	margin: 0 7px 0 0;
	}
.card_code {
	display: none;
	}
.card_code {
	position: absolute;
	/*display: block;*/ /* uncomment this line to make it visible */
	top: 0;
	left: 0;
	width: 261px;
	height: 109px;
	z-index: 30;
	background: #fff;
	color: #000;
	font-size: 12px;
	}
/* left column */
.left_column {
	float: left;
	width: 256px;
	margin-left: 42px;
	min-height: 300px;
	padding-bottom: 10px;
	}
/* zoom */
.zoom_bg {
	position: relative;
	background: transparent url(../img/zoom_bg.png) no-repeat left top;
	width: 128px;
	padding: 18px;
	height: 128px;	
	z-index: 999999;
	}
.zoom_bg_s {
	position: relative;
	background: transparent url(../img/zoom_bg.png) no-repeat left top;
	width: 128px;
	padding: 18px;
	height: 128px;	
	z-index: 999999;
	float: left;
	}	
.zoom_name {
	position: absolute;
	left: 18px;
	top: 118px;
	display: block;
	width: 124px;
	height: 27px;
	background: transparent url(../img/user_zoom.png) no-repeat left top;
	font-size: 10px;
	padding: 1px 2px;
	}
.zoom_name a {
	color: #fff;
	}
/* ====== */
.rounded {
	position: relative;
	width: 256px;
	min-height: 10px;
	margin-bottom: 3px;
	}
.top,.bot {
	position: absolute;
	height: 20px;
	width: 256px;
	z-index: 2;
	}
.bot {
	bottom: 0;
	}
.lt,.rt,.lb,.rb {
	background: transparent url(../img/round.png) no-repeat;
	height: 20px;
	width: 20px;
	z-index: 2;
	}
.lt,.lb {
	float: left;
	}
.rt,.rb {
	float: right;
	}
.lt {
	background-position: 0 0;
	}
.rt {
	background-position: -20px 0;
	}
.lb {
	background-position: 0 -23px;
	}
.rb {
	background-position: -20px -23px;
	}
.mark {
	position: absolute;
	background: transparent url(../img/inst_mark.png) no-repeat left top;	
	height: 28px;		
	padding: 12px 11px 0;
	width: 18px;
	bottom: 1px;
	left: -1px;
	z-index: 3;
	color: #fff;
	text-align: center;
	}
	.mark_bg {
		position: absolute;
		background: transparent url(../img/mark_bg.png) no-repeat left top;
		bottom: 7px;
		left: 31px;
		width: 116px;
		height: 29px;
		z-index: 1;
		}
	ul.star {
		position: absolute;
		z-index: 1;
		bottom: 11px;
		left: 42px;
		z-index: 2;
		}
	ul.star li {
		float: left;
		margin-left: 2px;
		}
/* partner */
.partner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	}
/* settings */
.settings {
	margin: 0 0 10px;
	text-align: right;
	}
	.settings a {
		color: #aaa;
		text-decoration: none;
		background: transparent url(../img/sprite.gif) no-repeat 0 -328px !important;
		font-size: 11px;
		padding: 0px 0 2px 20px;
		}
	.settings  span {
		text-decoration: none;
		border-bottom: 1px dashed #aaa;
		}
/* open_close */
.opn_cls {
	margin: 0 0 10px;
	padding:2px 0 2px 5px;
	}
.opn_cls li {
	display: inline;
	font-size: 16px;
	font-weight: 600;
	}
.opn_cls li.digits {
	/*float: right;*/
	margin: -3px 10px 0;
	}
.opn_cls li.students {
	background:transparent url(../img/sprite.gif) no-repeat scroll right -722px;
	padding: 2px 60px 0 0;
	}	
	/*.opn_cls li.digits form, .opn_cls li.digits feildset {
		width: 40px;
		}*/
	.opn_cls li.digits input {
		border: 0;
		font-size: 18px;
		font-weight: 600;
		width: 40px;
		color: #ccc;
		text-align: right;
		}
.opn_cls li.arrow {
	margin-right: 3px;
	}
.opn_cls li a.linkpointer {
	text-decoration: none;
}	
	.opn_cls li.zoom {
		background: transparent url(../img/sprite.gif) no-repeat right -215px;
		padding: 0 60px 0 0;
		}
	.opn_cls li.q span {
		color: #aaa;
		font-weight: 400;
		font-size: 12px;
		}
	.opn_cls li.my_name {
		font-size: 24px;
		font-weight: 400;
		}
.opn_cls.count li {
	float: left;
	display: block;
	}
.opn_cls.count li.proccess {
	width: 290px;
	}
.opn_cls.count li.digits {
	margin: -2px 0 0;
	}
/* show all friends */
.show_all {
	margin: 0 0 20px;
	cursor: pointer;
	}
	.show_all span {
		font-size: 14px;
		font-family: Tahoma;
		vertical-align: top;
		}
	.show_all a {
		color: #005ba9;
		text-decoration: none;
		border-bottom: 1px dashed #005ba9;
		margin-right: 5px;
		}
.show_all_coments {
	margin: 7px 0 7px 20px;
	}
.show_all_coments a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	}		
/** q-fishki **/
.q_fishki {
	margin-bottom: 10px;
	}
.t {background: url(../img/q_dot.gif) 0 0 repeat-x; /*width: 180px*/ /* 20em */}
.b {background: url(../img/q_dot.gif) 0 100% repeat-x}
.l {background: url(../img/q_dot.gif) 0 0 repeat-y}
.r {background: url(../img/q_dot.gif) 100% 0 repeat-y}
.bl {background: url(../img/q_lb.gif) 0 100% no-repeat}
.br {background: url(../img/q_rb.gif) 100% 100% no-repeat}
.tl {background: url(../img/q_lt.gif) 0 0 no-repeat}
.tr {background: url(../img/q_rt.gif) 100% 0 no-repeat; padding: 7px 10px;}

.arrows {
	position: relative;
	margin-top: 3px;
	margin-bottom: 0;
	}
	.arrows .age {
		width: 22px;
		border: 0;
		}
	.arrows .from {
		width: 55px;
		}	
	.arrows .ave_age_up,.arrows .ave_age_dwn {
		position: absolute;
		width: 5px;
		height: 3px;
		left: 20px;		
		}
	.arrows .ave_age_up {
		top:-10px;
		}
	.arrows .ave_age_dwn {
		top:10px;
		}
			
	.arrows .min_age_up,.arrows .min_age_dwn {
		position: absolute;
		width: 5px;
		height: 3px;
		left: 70px;
		}
		.arrows .max_age_up,.arrows .max_age_dwn {
		position: absolute;
		width: 5px;
		height: 3px;
		left: 113px;
		}
		
	.arrows .min_age_up,.arrows .max_age_up {
		top: -10px;
		}
	.arrows .min_age_dwn,.arrows .max_age_dwn {
		top: 9px;
		}

/* casual */
.casual {
	margin: 0;
	}
	.casual ul {
		float: right;
		margin: 0 0 3px;
		}
	.casual li {
		display: block;
		float: left;
		margin-left: 7px;
		}
	.settings_bg a,.reload_bg a {
		width: 19px;
		text-indent: -9999px;
		display: block;
		padding: 3px 0;
		}
	.settings_bg a {
		background: transparent url(../img/sprite.gif) no-repeat left -160px;
		}
	.reload_bg a {
		background: transparent url(../img/sprite.gif) no-repeat left -189px;
		}
	.casual h2 {
		margin-left: 5px;
		}
	.casual .thmb {
		float: left;
		width: 64px;
		height: 64px;
		}
	.casual .discr {
		float: right;
		width: 165px;
		}
	.casual .discr span {
		}
		
/* groups */
.groups {
	margin: 0 0 5px;
	color: #005ba9;
	}
.groups li {
	display: inline;
	}
.groups li a {
	color: #005ba9;
	text-decoration: underline;
	}
	.groups li a:hover {
		text-decoration: none;
		}
/* no friends */
.no_friends {
	margin: 0 0 10px;
	}
.no_friends .helper, .friends_only .helper {
	float:left;
	}
.b_bl {background: url(../img/b_lb.gif) 0 100% no-repeat #d9f2ff;}
.b_br {background: url(../img/b_rb.gif) 100% 100% no-repeat}
.b_tl {background: url(../img/b_lt.gif) 0 0 no-repeat}
.b_tr {background: url(../img/b_rt.gif) 100% 0 no-repeat; padding: 20px 20px 15px;}
.owps	{
	width: 185px;
	float: right;
	position: relative;
	}
.owps .b_arrow, .locked .b_arrow {
	position: absolute;
	top: 47px;
	left: -8px;
	height: 15px;
	width: 8px;
	background: transparent url(../img/b_arrow.png) no-repeat left top;
	}
/***********************/
	
	
/* middle column */
.middle_column {
	width: 360px;
	margin: 0 0 0 27px;
	float: left;
	min-height: 300px;
	padding-bottom: 10px;
	}
/* twitter hren' */
.twitter {
	margin: 0 0 5px;
	}
.twitter input.button {
	float: right;
	margin: -10px 0 0;
	border: 0;
	display: block;
	text-indent: -9999px;
	width: 107px;
	height: 29px;
	cursor: pointer;
	position: relative;
	}
	.twitter input.reload_write {
		background: transparent url(../img/reload_sprite.png) no-repeat left 0;
		}
	.twitter input.reload_write_2 {
		background: transparent url(../img/reload_sprite.png) no-repeat left -29px;
		}
	.twitter input.reload_write_3 {
		background: transparent url(../img/reload_sprite.png) no-repeat left -58px;
		cursor: default;
		}
	.twitter input.reload_write_4 {
		background: transparent url(../img/reload_sprite.png) no-repeat left -87px;
		cursor: default;
		}
.twitter .b_tr {
	background: url(../img/b_rt.gif) 100% 0 no-repeat;
	padding: 10px 10px 5px;
	}
.citata {
	margin: 0;
	}
.twitter .message {
	overflow: visible;
	max-height: none;
	padding: 0;
	margin: 0 0 0 80px;
	}
.citata textarea {
	width: 340px;
	height: 65px;
	}
.write_quote h3.gray {
	margin: 0;
	color: #aaa;
	}
/* tooltip */
.tooltip {
	margin: 5px 0;
	float: left;
	}
.tooltip li {
	display: block;
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	}
.first {
	font-weight: 600;
	font-size: 12px;
	}
li.first {
	margin-right: 10px;
	}
.tooltip li a:hover span {
	position: absolute;
	top: -25px;
	left: -12px;
	background: transparent url(../img/onfocus.png) no-repeat left top;
	display: block;
	color: #fff;
	text-align: center;
	text-indent: 0;
	width: 63px;
	height: 42px;
	padding-top: 2px;
	font-size: 11px;
	cursor: pointer;
	}

/* write_quote */
.write_quote {
	margin: 0 0 15px;
	}
/* video block */
.video_block {
	margin: 5px 0;
	}
.video_block .video {
	padding: 0 0 0 20px;
	}
.video_block .question {
	padding: 0 0 0 20px;
	}	
.video_block ul {
	width: 220px;
	}
.video_block li {
	display: block;
	}
.video_block textarea {
	width: 210px;
	height: 80px;
	/*overflow: hidden;*/
	color: #929292;
	font-size: 11px;
	padding: 5px;
	}
.twitter .video_block input.button {
	margin-top: -30px;
	}
/* link block */
.link_block {
	margin: 5px 0;
	}
.link_block .video {
	padding: 0 0 0 20px;
	}
.link_block ul {
	width: 220px;
	}
.link_block li {
	display: block;
	}
.link_block textarea {
	width: 210px;
	height: 15px;
	overflow: hidden;
	color: #929292;
	font-size: 12px;
	padding: 5px;
	}
/* file block */
.file_block {
	margin: 10px 0 0;
	}
.loading {
	margin: 0 0 0 20px;
	}
.txt {
	padding: 3px 3px 0 0;
	margin-right: 10px;
	font-size: 11px;
	}
.top_block {
	margin: 0 0 5px;
	}
.file_block .rrd,.foto_block .rrd {
	margin: 3px 0 0;
	}
.file_block input.button {
margin-top: 0;
}
.files_name {
	margin: 0 0 10px;
	}
.files_name li {
	display: block;
	float: left;
	}
.files_name ul {
	clear: both;
	}
.rx {
	display: block;
	text-indent: -9999px;
	width: 7px;
	float: left;
	outline: none;
	}
a.rx {
		background: transparent url(../img/sprite.gif) no-repeat left -417px;
		margin-left: 5px;
		}
/* foto block */
.foto_block .loading {
	margin: 0 0 0 10px;
	}
.foto_block input.button {
margin-top: 0;
}
.foto_block .txt {
	margin: 0;
	}
/* photos container */
.photo_container {
	width: 33%;
	float: left;
	margin: 0 0 7px;
	height: 120px;
	text-align: center
	}
.photo_img {
	height: 105px;
	}
.photo_container img {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 1px;
	}
.photo_container a.rx {
	float: none;
	margin: 0 auto;
	}

/* ///////// */
.twitter .link_block input.button {
	margin-top: -30px;
	}
/* about_me */
.about_me {
	background-color: #fffdeb;
	border-bottom: 1px solid #e5e3d3;
	padding: 1px 5px;
	margin-bottom: 5px;
	}
.about_me .opn_cls {
	margin: 0;
	}
.about_me .content {
	padding: 7px 10px 7px 20px;
	}
	.about_me .content a.shedule {
		text-decoration: none;
		color: #417400;
		border-bottom: 1px dashed #417400;
		margin-left: 10px;
		}
	.about_me .content h3 {
		margin-bottom: 10px;
		}
	.about_me .content a.c_link {
		color: #005ba9;
		border-bottom: 1px dashed #005ba9;
		text-decoration: none;
		}
.interests p {
	margin: 0 0 5px;
	}
	.interests input.type {
		width: 150px;
		height: 18px;
		float: left;
		margin-right: 5px;
		}
	.interests .forms {
		clear: both;
		float: none;
		margin-bottom: 5px;
		}
	.interests label {
		display: block;
		margin-right: 3px;
		padding-top: 3px;
		font-size: 11px;
		}
h3.about {
	font-style: oblique;
	}
.about textarea {
	width: 100%;
	text-align: left;
	height: 50px;
	overflow: hidden;
	margin: 7px 0 5px;
	}	
.interview .content {
	margin: 0 0 10px;
	padding: 0;
	}
	.content .right {
		width: 220px;
		float: right;
		}
	.content .subj {
		float: left;
		width: 100px;
		}
/* friends only */
.friends_only {
	margin: 0 0 40px;
	}
.locked {
	width: 300px;
	float: right;
	position: relative;
	}
.friends_only .helper {
	padding-top: 18px;
	}
.lock {
	position: absolute;
	bottom: -37px;
	right: -8px;
	z-index: 9999;
	}
.locked .b_tr {padding: 40px 30px; font-size: 20px;}
.locked .b_arrow {
	top: 60px;
	}

/* message */
.message_body {
	border-top: 1px solid #e9e9e9;
	/*background-color: #fff;*/
	margin: 0 0 5px;
	}
.message_cont {
	padding: 5px;
	margin-bottom: 5px;
	}
.ava_msg {
	float: left;
	margin: 0 5px 0 0;
	}
.ico_msg {
	float: right;
	margin: 0 0 0 5px;
	padding-top: 5px;
	}
.ico_msg_new {
	float: right;	
	}
		
	div:hover .ico_msg {
		display: block;
		}
	.ico_msg {
		display: block;
		}
	.ico_msg li {
		margin-bottom: 3px;
		}
.message {
	max-height: 500px;
	overflow: auto;
	min-height: 60px;
	/*padding: 0 3px;*/
	}
.message a {
	color: #628c2c;
	}
.message .name a {
	color: #000;
	}
.message_cont:hover {
	background-color: #f1ffe0;
	}
.message h3 {
	line-height: 18px; /* чтобы фон не налазил на нижестоящую строчку,... если что можно удалить */
}	
h3.gray {
	margin-bottom: 7px;
	}
.gray a {
	color: #b9b9b9;
	text-decoration: none;
	border-bottom: 1px dashed #b9b9b9;
	}
.gray span { background: 0; margin: 0; }
.link,.video,.pikcha,.kament,.question {
	padding: 1px 0 2px 20px;
	margin-bottom: 7px;
	}
.link {
	background: transparent url(../img/sprite.gif) no-repeat 0 -261px;
	}
.video {
	background: transparent url(../img/sprite.gif) no-repeat 0 -282px;
	}
.question {
	background: transparent url(../img/question_ico.png) no-repeat;
	}	
.music {
	background: transparent url(../img/sprite.gif) no-repeat 0 -242px;
	padding: 2px 0 2px 20px;
	}
.doc {
	background: transparent url(../img/sprite.gif) no-repeat 0 -45px;
	padding: 2px 0 2px 20px;
	}
.pdf {
	background: transparent url(../img/sprite.gif) no-repeat 0 -67px;
	padding: 2px 0 2px 20px;
	}
.xls {
	background: transparent url(../img/sprite.gif) no-repeat 0 -89px;
	padding: 2px 0 2px 20px;
	}
.pikcha {
	background: transparent url(../img/sprite.gif) no-repeat 0 -135px;
	}
.kament {
	background: transparent url(../img/sprite.gif) no-repeat 0 -111px;
	}
.name_tvitt a {
	border-bottom: 0;
	background-color: transparent;
	background-image: none;
	padding: 0;
	color: #000;
	text-decoration: underline;
	font-weight: 600;
	font-size: 12px;
	}
.name_tvitt a:hover {
	text-decoration: none;
	}
/* new album */
.new_album_img {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	}
	.new_album_img img {
		background-color: #fff;
		border: 1px solid #b9b9b9;
		padding: 1px;
		}
.inner_block {
	border-left: 2px solid #d5d5d5;
	padding: 1px 0 1px 7px;
	margin: 5px 0;
	}
.inner_block a.blue {
	color: #005BA9;
	text-decoration: none;
	font-size: 11px;
	}
	.inner_block a.blue:hover {
		text-decoration: underline;
		}
.inner_block a.black {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	}
	.inner_block a.black:hover {
		text-decoration: none;
		}
/* msg_album */
.msg_album {
	margin: 5px 0 0;
	}
	.msg_album li {
		display: block;
		float: left;
		margin: 0 5px 0 0;
		}
	.msg_album li img {
		background-color: #fff;
		padding: 1px;
		border: 1px solid #b9b9b9;
		}
	.msg_album li.prv_nxt {
		padding: 16% 0 0;
		margin: 0 0 0 5px;
		}
	.msg_album li.prv_nxt img {
		border: 0;
		background: 0;
		}
.message .show_all a {
	color: #000;
	border-bottom-color: #000;
	}
ul.addet_track li {
	display: block;
	float: left;
	vertical-align: middle;
	}
ul.addet_track li.ico {
	margin: 0 0 0 5px;
	}
	.media a,.link_a a,.video_a a,.file_a a,.img_a a,.question_a a {
		text-indent: -9999px;
		display: block;
		width: 15px;
		padding: 1px 0;
		}
	.media a {
		background: transparent url(../img/sprite.gif) no-repeat left -243px;
		}
	.link_a a {
		background: transparent url(../img/sprite.gif) no-repeat left -262px;
		}
	.video_a a {
		background: transparent url(../img/sprite.gif) no-repeat left -282px;
		}
	.file_a a {
		background: transparent url(../img/sprite.gif) no-repeat left -304px;
		}
	.img_a a {
		background: transparent url(../img/sprite.gif) no-repeat left -135px;
		}
	.question_a a {
		background: transparent url(../img/question_ico.png) no-repeat;
		}	
/* code for blog */
.code_for {
	margin-bottom: 10px;
	}
.lt_gt {
	float: left;
	background-color: #0082d2;
	height: 21px;
	text-align: center;
	}
.lt_gt a,.copy a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	}
.lt_gt span.left,.copy span.left {
	background: #0082d2 url(../img/code_block.gif) no-repeat left -63px;
	width: 5px;
	height: 21px;
	}
.lt_gt span.right,.copy span.right {
	background: #0082d2 url(../img/code_block.gif) no-repeat left -42px;
	width: 5px;
	height: 21px;
	}
.close {
	float: right;
	background-color: #d9f2ff;
	height: 19px;
	text-align: center;
	}
.close a {
	color: #0082d2;
	text-decoration: none;
	border-bottom: 1px dashed #0082d2;
	}
.close span.left {
	background: #d9f2ff url(../img/code_block.gif) no-repeat left -84px;
	width: 5px;
	height: 19px;
	}
.close span.right {
	background: #d9f2ff url(../img/code_block.gif) no-repeat left -103px;
	width: 5px;
	height: 19px;
	}
.code_anket {
	background-color: #d9f2ff;
	padding: 2px 5px;	
	}
.code {
	background-color: #d9f2ff;
	padding: 2px 5px;
	overflow : hidden;
	}	
.copy {
	float: left;
	background-color: #0082d2;
	height: 21px;
	text-align: center;
	}
.copy span.left {
	background: #0082d2 url(../img/code_block.gif) no-repeat left 0;
	}
.copy span.right {
	background: #0082d2 url(../img/code_block.gif) no-repeat left -21px;
	}
/* marked */
.marked {
	background: transparent url(../img/star.gif) no-repeat left 0;
	/*background: transparent url(../img/star.png) no-repeat left 0;*/
	padding: 0 0 0 20px;
	}
	.marked .show_all a {
	color: #000;
	border-bottom-color: #000;
	}
ul.who_marked {
	margin: 7px 0 5px 20px;
	}
ul.who_marked li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	}
.garbage a {
	background: transparent url(../img/sprite.gif) no-repeat left -398px;
	width: 9px;
	text-indent: -9999px;
	display: block;
	}
/* pers_coment */
.pers_coment {
	margin: 5px 0;
	}
	.pers_coment li {
		display: block;
		float: left;
		margin: 0 5px 0 0;
		}
	.pers_coment .coment {
		background: transparent url(../img/comment.gif) no-repeat left top;
		/*background: transparent url(../img/comment.png) no-repeat left top;*/
		padding: 0 0 0 20px;
		}
	.pers_coment li.rx a,.pers_coment li.gx a {
		text-indent: -9999px;
		text-decoration: none;
		width: 7px;
		display: block;
		float: left;
		margin: 0 5px 0 0;
		}
	.pers_coment li.rx a {
		background: transparent url(../img/sprite.gif) no-repeat left -417px;
		}
	.pers_coment li.gx a {
		background: transparent url(../img/sprite.gif) no-repeat left -435px;
		}
	.pers_coment li.gx a:hover {
		background: transparent url(../img/sprite.gif) no-repeat left -417px;
		}	
/* write comment */
.write_comment {
	margin: 10px 0;
	}
	.write_comment .comnt {
		background: transparent url(../img/comment.gif) no-repeat left top;
		padding: 0 0 0 20px;
		margin: 0 0 5px;
		}
	.write_comment textarea {
		width: 300px;
		height: 17px;
		overflow: auto;
		}
	.write_comment ul {
		margin: 0 0 0 20px;
		vertical-align: middle;
		}
	.write_comment li {
		display: block;
		float: left;
		margin: 0 7px 0 0;
		}
.write_comment li.pad {
	padding: 3px 0 0;
	}
.rrd,.rgd {
	display: block;
	text-indent: -9999px;
	width: 12px;
	overflow: hidden;
	}
.rrd {
	background: transparent url(../img/sprite.gif) no-repeat left -352px;
	}
.rgd {
	background: transparent url(../img/sprite.gif) no-repeat left -374px;
	}
.youtube {
	margin: 5px 0;
	padding: 1px;
	}
	
/* right column */
.right_column {
	float: right;
	width: 261px;	
	margin-right: 10px;
	}
.right_column .opn_cls {
	padding: 2px 0 2px 5px;
	position: relative;
	z-index: 2;
	}
.right_column .opn_cls li {
	display: block;
	float: left;
	}
.done {
	position: absolute;
	z-index: 9999;	width: 250px;
	height: 46px;
	padding-top: 20px;
	top: -60px;
	text-align: center;
	left: 0;
	background: transparent url(../img/uploaded.png) no-repeat left top;
	}
.done h3 {
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 1px;
	}
.right_column .show_all {
	text-align: right;
	}
.photoalbum_block {
	float: left;
	background: transparent url(../img/album.png) no-repeat left top;
	width: 67px;
	height: 80px;
	padding: 4px 0 0 7px;
	margin: 0 10px 7px 0;
	}
.load {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: transparent url(../img/sprite.gif) no-repeat left -458px;
	margin-left: 5px;
	outline: none;
	}
/* make action */
.make_action {
	margin: 5px 0 30px;
	}
.make_action .snd_msg_frd,.make_act,.offer_frd {
	display: block;
	width: 257px;
	height: 41px;
	text-indent: -99999px;
	margin-bottom: 15px;
	overflow: hidden;
	}
.snd_msg_frd {
	background: transparent url(../img/actions.gif) no-repeat left top;
	}
.make_act {
	background: transparent url(../img/actions.gif) no-repeat left -41px;
	}
.offer_frd {
	background: transparent url(../img/actions.gif) no-repeat left -82px;
	}
.offer_frd_del {
	background: transparent url(../img/button_delete_friend.png) no-repeat;
	margin-bottom: 0;
	height: 30px;
	}	
/* my files */
.my_files {
	margin-bottom: 5px;
	}
.my_files li {
	display: block;
	margin-bottom: 8px;
	}
.my_files li a:hover {
	color: #005ba9;
	text-decoration: underline;
	background-color: #d9f2ff;
	}
/* my music */
.my_music {
	margin: 5px 0 0px;
	}
.my_music li {
	display: block;
	float: left;
	margin-bottom: 7px;
	}
.my_music li.first {
	margin: -4px 3px 0 0;
	}
.del {
	display: block;
	text-indent: -9999px;
	/*background: transparent url(../img/sprite.gif) no-repeat left -487px;*/
	background: transparent url(../img/urna.gif);
	width: 9px;
	margin-left: 5px;
	outline: none;
	}	
.ico_msg .comment {
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/sprite.gif) no-repeat left -112px;
	width: 14px;
	margin-left: 3px;
	outline: none;
	}
.star_msg {
	display: block;
	text-indent: -9999px;
	/*background: transparent url(../img/sprite.gif) no-repeat left -511px;*/
	background: transparent url(../img/star.gif);
	width: 15px;
	margin-left: 1px;
	outline: none;
	}
.star_msg_p {
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/sprite.gif) no-repeat left -753px;
	width: 15px;
	margin-left: 2px;
	outline: none;
	}
.arr_msg {
	display: block;
	/*text-indent: -9999px;*/
	text-indent: -50px;
	background: transparent url(../img/sprite.gif) no-repeat left -643px;
	width: 15px;
	margin-left: 2px;
	outline: none;
	}
.red {
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/sprite.gif) no-repeat left -620px;
	width: 15px;
	margin-left: 2px;
	outline: none;
	}
	
.comerc {
	margin: 0 0 10px;
	text-align: right;
	}
.comerc a {
	color: #aaa;
	font-size: 11px;
	}
p.when {
	margin-bottom: 3px;
	color: #aaa;
	font-size: 11px;
	}
.one_event_block {
	margin-bottom: 5px;
	}
.one_event {
	margin: 0 0 10px;
	float: right;
	width: 230px;
	}
.one_event .name a {
	color: #000;
	}
.one_event a {
	color: #005ba9;
	}
.one_event_ico {
	display: block;
	float: left;
	position: relative;
	}
	.one_event_ico span {
	display: block;
	float: left;
	position: absolute;
	width: 20px;
	height: 20px;
	background: transparent url(../img/event_h.png) no-repeat left top;
	z-index: 99;
	}
	
/* my friends and i */
.my_friends {
	margin: 10px 0;
	font-size: 11px;
	z-index: 2;
	}
.my_friends li {
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
	}
	.my_friends li span {
		text-decoration: none;
		border-bottom: 1px dashed #000;
		cursor: pointer;
		}
li.friends {
	background: transparent url(../img/sprite_name.gif) no-repeat left -63px;
	padding: 3px 0 3px 10px;
	margin-top: -3px;
	cursor: default;
	}
li.friends span {
	padding: 3px 10px 3px 0;
	background: transparent url(../img/sprite_name.gif) no-repeat right -42px;
	border: 0;
	cursor: default;
	}
li span.arr {
	border: 0;
	margin-left: 7px;
	}
.arr {
	display: block;
	width: 9px;
	background: transparent url(../img/sprite.gif) no-repeat left -569px;
	text-indent: -9999px;
	}
/* main menu more */
.more_two {
	position: absolute;
	top: 15px;
	z-index: 999999;
	left: -66px;
	width: 102px;
	padding: 15px 0 0;
	background: transparent url(../img/more_menu.png) no-repeat -204px top;
	}
.more_two .more_ul {
	background-color: #d9f2ff;
	padding: 0 10px;
	}
.more_two .more_ul li {
	display: block;
	float: none;
	margin: 0 0 3px;
	position: static;
	}
.more_two .more_ul li a {
	color: #000;
	display: block;
	padding: 0 0 0 7px;
	border: 0;
	text-decoration: underline;
	}
.more_two .more_ul li a:hover {
	color: #000;
	background-color: #f1ffe0;
	text-decoration: underline;
	}
.more_two .more_ul li.rest {
	padding-top: 10px;
	margin: 0;
	}
.more_two .main_more_bot {
	background: transparent url(../img/more_menu.png) no-repeat right top;
	display: block;
	height: 10px;
	width: 102px;
	}

.fixed {
  position: fixed;
	z-index: 999999;
	left: 50%;
	margin: 0 0 0 222px;
	/*display: block;*/
	bottom: 0;
	width: 229px;
	
}
/* popup msg */
.popup_msg, .chat_invite {
	position: fixed;
	z-index: 999999;
	left: 50%;
	margin: 0 0 0 222px;
	/*display: block;*/
	}
.popup_msg {
	bottom: 0px;
  	width: 229px;
	/* height: 279px; */
	background: transparent url(../img/pop_up.png) no-repeat left top;
	padding: 22px 25px;
	margin-bottom: 0px;
	}
.popup_act {
	padding: 0 0 10px;
	}
.popup_who {
	float: left;
	height: 64px;
	width: 64px;
	}
.popup_txt {
	float: right;
	width: 145px;
	}
	.popup_txt h3 {
		font-weight: 600;
		}
.income_msg {
	width: 195px;
	/* height: 140px; */
	padding: 10px 15px;
	border: 2px solid #70b9e6;
	background-color: #fff;
	overflow: auto;
	margin-bottom: 10px;
	}
.which_action {
	}
.which_action input {
	border: 1px solid #000;
	background-color: #0079d6;
	color: #fff;
	padding: 1px 0;
	width: 110px;
	cursor: pointer;
	}
.which_action input.ans {
	margin-right: 6px;
	}
.chat_invite {
	bottom: 0;
	width: 260px;
	height: 34px;
	background: transparent url(../img/pop_up_inform.png) no-repeat left top;
	color: #fff;
	padding: 10px 10px 0;
	font-size: 11px;
	}
.chat_invite li {
	display: inline;
	margin: 0 15px 0 0;
	}
.chat_invite li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	}
/* footer */
.footer {
	border-top: 1px solid #e5e5e5;
	padding: 10px 5px 30px;
	width: 900px;
	margin: 0 auto;
	}
.footer a {
	color: #005ba9;
	}
.footer ul {
	margin-bottom: 15px;
	}
.footer li {
	display: inline;
	margin: 0 5px 0 0;
	}
.wrapper {
	background: transparent url(../img/wrapper.jpg) no-repeat center bottom;
	}
	
/* ================== */
.users,.users_2,.users_3 {
	position: relative;
	z-index: 1;
	min-height: 10px;
	margin-bottom: 3px;
	}
.users_2,.users_3 {
	margin-bottom: 20px;
	}
	.lct,.rct,.lcb,.rcb {
		width: 10px;
		height: 10px;
		position: absolute;
		z-index: 999;
		}
	.lct {
		background: transparent url(../img/r_block.png) no-repeat 0 0;
		left: 0;
		top: 0;
		}
	.rct {
		background: transparent url(../img/r_block.png) no-repeat -10px 0;
		right: 0;
		top: 0;
		}
	.lcb {
		background: transparent url(../img/r_block.png) no-repeat 0 -10px;
		left: 0;
		bottom: 0;
		}
	.rcb {
		background: transparent url(../img/r_block.png) no-repeat -10px -10px;
		right: 0;
		bottom: 0;
		}
.users a,.users_2 a {
	float: left;
	position: relative;
	width: 64px;
	height: 64px;
	}
.users_3 a {
	float: left;
	position: relative;
	width: 32px;
	height: 32px;
	}
	.hb {
		background: transparent url(../img/birth.png) no-repeat left top;
		}
	.on {
		background: transparent url(../img/friends_on_big.gif) no-repeat left top;
		}

.users a span.blank,.users_2 a span.blank_sm,.users_2 a span.blank,.users_3 a span.blank_sm {
	/*background: transparent url(../img/blank.gif) no-repeat left top;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	}
.users a span.blank {
	width: 64px;
	height: 64px;
	}
.users_2 a span.blank_sm {
	width: 32px;
	height: 32px;
	}
	.users a span.hb,.users a span.on,.users_2 a span.hb,.users_2 a span.on {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 64px;
		height: 64px;
		float: left;
		cursor: pointer;
		display: block;
		}
	span.on_sm {
		background: transparent url(../img/friends_on_sm.gif) no-repeat left top;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 32px;
		height: 32px;
		float: left;
		cursor: pointer;
		}
/* ========= */
.progress {
	position: relative;
	width: 111px;
	height: 19px;
	background: #c2ecc7 url(../img/progress.gif) no-repeat left top;
	}
	.progress_go {
		width: 0%;
		max-width: 111px;
		height: 19px;
		background: #89df00 url(../img/progress.gif) no-repeat left -19px;
		}
	.progress_perc {
		position: absolute;
		top: 0;
		left: 0;
		width: 111px;
		height: 16px;
		padding: 3px 0 0;
		text-align: center;
		font-size: 11px;
		}
/* ====== */
.tooltipflash {
     position: absolute;
     top: -25px;
     left: -12px;     
     background: transparent url(../img/onfocus.png) no-repeat left top;
     display: block;
     color: #fff;
     text-align: center;
     text-indent: 0;
     width: 63px;
     height: 24px;
     padding-top: 2px;
     font-size: 11px;
     cursor: pointer;
     display:none;     
}

/* ===== */
a.girl,a.boy {
	font-weight: 600;
	border: 0;
	text-decoration: underline;
	font-size: 12px;
	}
a.boy {
	color: #a0dee6;
	}
a.girl {
	color: #fdbdbd;
	}

/* === */
.l_msg_n_r,.l_msg_n_b {
    background: transparent url(../img/sprite_name.gif) no-repeat left -20px;
    padding: 2px 0 4px 10px;
    }
.r_msg_n_r,.r_msg_n_b {
    background: transparent url(../img/sprite_name.gif) no-repeat right 0;
    padding: 1px 10px 4px 0;
    }
.r_msg_n_r a,.r_msg_n_b a {
    border: 0;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    }
.l_msg_n_b {
    background: transparent url(../img/sprite_name.gif) no-repeat left -62px;
    }    
.r_msg_n_b {
background:transparent url(../img/sprite_name.gif) no-repeat scroll right -42px;
}   
    
    
/* ================ */
.join {
	background: transparent url(../img/join.gif) no-repeat left top;
	text-indent: -99999px;
	display: block;
	width: 251px;
	height: 70px;
	outline: none;
	}
.plus {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: transparent url(../img/sprite.gif) no-repeat left -590px;
	margin-left: 5px;
	outline: none;
	}
.show_all.measure a {
	border: 0;
	text-decoration: underline;
	}
.measure {
	margin-bottom: 10px;
	}
.wht_hpnd {
	float: left;
	}
.wht_hpnd a {
	position: relative;
	width: 64px;
	height: 64px;
	float: left;
	}
.wht_hpnd a span {
	display: block;
	width: 64px;
	height: 64px;
	background: transparent url(../img/bord.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
	}
.discription {
	width: 194px;
	float: right;
	padding-top: 5px;
	font-size: 11px;
	}
.discription a {
	color: #005ba9;
	text-decoration: none;
	border-bottom: 1px dashed #005ba9;
	}
.discription p {
	margin-bottom: 2px;
	}
.discription p.wht a {
	font-size: 12px;
	border: 0;
	text-decoration: underline;
	}
/* time-table */
.time-table {
	margin-bottom: 10px;
	}
.time-table input {
	display: block;
	float: left;
	border-top: 1px solid #adadad;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #adadad;
	}
.time-table input.inst {
	width: 40px;
	margin-right: 7px;
	}
.time-table input.faculty {
	width: 150px;
	margin-right: 7px;
	color: #aaa;
	}
.time-table input.course {
	width: 43px;
	color: #aaa;
	}
/* scheduler */
.body {
	margin-bottom: 10px;
	}
.scheduler {
	padding: 2px;
	}
ul.scheduler {
	clear: both;
	margin-bottom: 5px;
	}
.scheduler:hover {
	background-color: #d9f2ff;
	}
ul.scheduler li {
	display: block;
	float: left;
	margin-right: 3px;
	}
ul.scheduler li a {
	color: #005ba9;
	text-decoration: underline;
	}
/* by_items */
.by_items {
	font-size: 11px;
	margin-bottom: 10px;
	}
.by_items table {
	width: 100%;
	}
.by_items td {
	width: 50%;
	padding: 2px 0;
	color: #8b8b8b;
	text-align: left;
	vertical-align: top;
	}
.settings.change {
	text-align: left;
	}
.middle_column .show_all.measure {
	text-align: right;
	}
.on_map {
	margin-bottom: 10px;
	}
	
.otstup {
	padding: 5px 0;
	}
	
.red_2 { color: #000; padding: 5px 0 5px;}
.red_3 { color: #f00; padding: 5px 0 5px; font-size : 8pt; position: absolute;}

.empt_d_20 {padding: 10px 0;} /* empty Div */
.sprite_col {
	margin: 0 0 30px 40px;
	width: 640px;
	float: left;
	}
/* yello */	
.y {
	margin-bottom: 20px;
	}
.y .t {background: #fff9d7 url(../img/y_dot.gif) 0 0 repeat-x; _width: 99.6% /* 20em */}
.y .b {background: url(../img/y_dot.gif) 0 100% repeat-x}
.y .l {background: url(../img/y_dot.gif) 0 0 repeat-y}
.y .r {background: url(../img/y_dot.gif) 100% 0 repeat-y}
.y .bl {background: url(../img/y_lb.gif) 0 100% no-repeat}
.y .br {background: url(../img/y_rb.gif) 100% 100% no-repeat}
.y .tl {background: url(../img/y_lt.gif) 0 0 no-repeat}
.y .tr {background: url(../img/y_rt.gif) 100% 0 no-repeat; padding: 10px 10px;}
/* gray */
.g .t {background: #f7f7f7 url(../img/g_dot.gif) 0 0 repeat-x; _width: 99.6% /* 20em */}
.g .b {background: url(../img/g_dot.gif) 0 100% repeat-x}
.g .l {background: url(../img/g_dot.gif) 0 0 repeat-y}
.g .r {background: url(../img/g_dot.gif) 100% 0 repeat-y}
.g .bl {background: url(../img/g_lb.gif) 0 100% no-repeat}
.g .br {background: url(../img/g_rb.gif) 100% 100% no-repeat}
.g .tl {background: url(../img/g_lt.gif) 0 0 no-repeat}
.g .tr {background: url(../img/g_rt.gif) 100% 0 no-repeat; padding: 10px 10px;}
/* note */
.note {
	background: transparent url(../img/sprite.gif) no-repeat left -619px;
	display: block;
	text-indent: -9999px;
	width: 19px;
	margin: 0 0 0 5px;
	float: left;
	}
/* opisanie */
.opisanie {
	margin: 0 0 0 40px;
	font-size: 11px;
	}
.opn_cls.reg_form {
	margin-bottom: 15px;
	}
.registration {
	padding: 10px 0;
	}
.registration div {
	padding: 0.25em 0;
	}
.registration input.border {
	border: 1px solid #bdc7d8;
	width: 156px;
	height: 19px;
	font-size: 11px;
	}
.registration input.univers {
	background-color: #e1e9f6;
	border: 1px solid #bdc7d8;
	width: 307px;
	height: 13px;
	font-size: 11px;
	padding: 2px 0 2px 5px;	
	}
.registration input.pas {
	color: #9b9b9b;
	padding: 2px 0 2px 5px;
	width: 151px;
	height: 15px;
	}
	.registration input.center {
		padding: 2px 0;
		width: 156px;
		height: 15px;
		}
.registration select.fakultet {
	width: 171px;
	border: 1px solid #bdc7d8;
	height: 21px;
	font-size: 11px;
	padding: 2px 0 2px 2px;
	color: #9b9b9b;
	}
.registration a {
	color: #005ba8;
	text-decoration: none;
	border-bottom: 1px dashed #005ba8;
	margin-left: 5px;
	}
.registration select.sex,.registration select.year {
	width: 78px;
	border: 1px solid #bdc7d8;
	height: 21px;
	font-size: 11px;
	padding: 2px 0 2px 2px;
	}
.registration select.year {
	height: 19px;
	}
div.obzor {
	overflow: hidden;
	width: 253px;
	height: 21px;
	cursor: pointer;
	background: transparent url(../img/input_2.gif) no-repeat left 0;
    }
div.obzor input {
	opacity: 0;
	filter: alpha(opacity:0);
	font-size: 199px;
	cursor: pointer;
	border: none;
	margin-left: -450px;
    }
.registration input.go {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background-color: #0079d6;
	border: 1px solid #000;
	/*padding: 1px 30px;*/
	width: 160px;
	font-size: 13px;
	cursor: pointer;
	}
.registration input.goblue {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background-color: #32b6fa;
	border: 1px solid #000;
	/*padding: 1px 30px;*/
	width: 110px;
	font-size: 11px;
	cursor: pointer;
	}	
.registration input.gogrey {
	text-align: center;
	margin: 0 auto;
	color: #000;
	background-color: #f7f7f7;
	border: 1px solid #000;
	/*padding: 1px 30px;*/
	width: 100px;
	font-size: 11px;
	cursor: pointer;
	}
.registration div.goblue {
	float: right;
	margin-right: 210px;
	padding: 6px 0 0;
	}
.registration div.go {
	float: right;
	margin-right: 210px;
	padding: 6px 0 0;
	}
.registration label {
	display: block;
	float: left;
	margin:  0 10px 0 0;
	padding: 2px 0 0 0;
	position: relative;
	text-align: right;
	width: 230px;
	font-weight: 600;
	color: #666;
	font-family: Tahoma, serif;
	}
	
div.right_area {
	clear:both;
	float:right;
	margin:4px 65px 5px 0;
	padding:0;
	width:320px;
}
	
div.hr {
	background: #ebebeb url(../img/separator.gif) repeat-x scroll center;
	height: 2px;
	margin: 4px 65px 5px 0;
	padding: 0;
	width: 320px;
	float: right;
	clear: both;
	}
div.hr hr {
	display: none
	}
.create_first,.create {
	border-top: 1px solid #e5e5e5;
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
	border-left: none;
	margin-top: 5px;
	padding: 10px 0 10px 7px;
	}
.create {
	border-top: none;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0;
	margin-bottom: 5px;
	}
.create_first h3,.create h3 {
	margin-bottom: 5px;
	font-size: 11px;
	}
.create_first h2,.create h2 {
	margin-bottom: 5px;
	}
.create_first h2 a,.create h2 a	{
	color: #3b5998;
	text-decoration: none;
	}
.create_first img,.create img {
	float: left;
	margin: 0 10px 5px 0;
	}
.blue_a {
	color: #005ba8;
	}/*3b5998*/
	
	
	/**
SUGGEST
**/
* {
    margin:0;
    padding:0;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index:9999;	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;	
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;		
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;		
}

.ac_loading {
	background : Window url('../img/autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#suggest {  
  /*width:380px;*/
 /* font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
  /*font-size: 10pt;*/
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}

.qnt_text {  
  font-size:0.8em;  
}

/**
SUGGEST
**/

.loadgif {	
	background: transparent url(../img/load.gif) no-repeat center top;	
}

.linkpointer {
	cursor:pointer;
}

/*----People----*/
.search_friends {
	clear: both;
	padding: 15px 25px;
	overflow: hidden;
	/*height: 100%;*/
	}
.search_friends p {
	font-size: 24px;
	float: left;
	padding-right: 25px;
	}
.search_friends input {
	margin-top: 3px;
	border: none;
	}
input.search_tx {
	width: 147px;
	height: 25px;
	background: url(../img/search_foto_people.jpg) no-repeat top center;
	line-height: 25px;
	font-size: 11px;
	padding: 0 15px;
	color: #a0a0a0;
	float: left;
	}
@-moz-document url-prefix() {
	input.search_tx {padding-top: 6px; height: 19px;}
	}
input.search_bt {
	height: 25px;
	width: 33px;
	background: url(../img/search_button_people.jpg) no-repeat top center;
	cursor: pointer;
	}

.selection {
	clear: both;
	overflow: hidden;
	/*height: 100%;*/
	padding-left: 200px;
	font-size: 11px;
	font-family: Tahoma;
	height: 27px;
	}
	
.linkselection a {
	margin: 7px 3px 0 0;
	}

.selection a, select {
	float: left;
	}
	
.selection p{
	padding: 8px 15px 0 0;
	}
a.mostpopular {
	font-weight: bold;	
	}
.selection img {
	border: none;
	margin: 8px 0 0 10px;
	}	
.sex {
	float: left;
	margin-right: 15px;
	}
.sex img {
	margin: 0 
	}
.selection select {
	margin: 5px 2px 0 2px;
	}
.foto_cont {
	overflow: hidden;
	/*height: 100%;*/
	margin: 15px 0 0 25px;
	text-align: center;
	}
.left_sidef {
	float: left;
	overflow: hidden;
	width: 365px;
	}
.center_popular {
	float: left;
	overflow: hidden;
	width: 210px;
	}
.right_sidef {
	overflow: hidden;
	width: 365px;
	}
.left_sidef img, .right_sidef img {
	margin: 0 1px;
	border: none;
	}
.center_popular img {
	margin: 2px;
	border: none;
	}
.center_popular a{
	float: left;
	}	
a.morestud {
	display: block;
	margin: 10px 0 0 413px;
	}
	
.foto_cont table a {
	font-size: 13px;
	font-family: Arial;
	color: #fff;
	display: block;
	float: left;
	}
.foto_cont table p {
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial;
	color: #fff;
	}
.foto_cont .rate {
	width: 96px;
	height: 26px;
	background: url(../img/bg_rate.png) no-repeat top center;
	position: relative;
	z-index: 11;
	margin: 0 auto -3px auto;
	padding: 0 0 0 10px;
	}
.rate a {
	float: left;
	}	
/*----/People----*/

/*---Evaluation---*/
.evaluation_bg {
	background: url(../img/evaluation_bg.png) repeat top center;
	text-align: center;
	}
.evaluation {
	width: 990px;
	overflow: hidden;
	//height: 100%;
	margin: 0 auto;
	font-family: tahoma;
	font-size: 11px;
	}
.returnside {
	/*position: relative;*/
	left: 415px;
	}
.evaluation img.major_foto  {
	margin-bottom: 10px;
	}
.evaluation table {
	margin-top: 70px;
	}
.evaluation .eva_table_right {
	float: right;
	}
.evaluation .eva_table_right a {
	padding: 0px;
	}
.evaluation .eva_table_right p {
	color: #fff;
	padding-right: 5px;
	}
.evaluation .eva_table_left {
	float: left;
	}
.evaluation .eva_table_left a {
	margin-right: 5px;
	padding: 0px;
	color: #fff;
	}
.evaluation .eva_table_left span, .evaluation .eva_table_right span {
	color: #909090;
	}
span.eva_stat { 
	margin-top: 3px; 
	display: block; 
	float: right;
	}
/*---/Evaluation---*/

/*---Msg---*/
.msg_log {
	margin: 60px 0 30px 40px;
	width: 640px;
	float: left;
	font-family: tahoma;
	font-size: 11px;
	}
.msg_log tr  {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	}
.msg_log td {
	padding: 10px 0; 
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	}
p.recipient {
	float: left;
	padding-right: 5px;
	}
a.msgname {
	color: #3b5998;
	}
p.datemsg {
	color: #808080;
	}
.msg_navigation {
	float: left;
	margin-top: 20px;
	font-size: 12px;
	}
.msg_navigation a {
	color: #005ba8;
	}
/*---Msg---*/

/*---/zapros---*/
.search_friends .zapros {
	font-size: 12px;
	clear: both;
	}
.search_friends .zapros span {
	font-weight: bold;
	}
.msg_navigation_s {
	float: left;
	margin: 20px 0;
	font-size: 12px;
	}
.msg_navigation_s a {
	color: #005ba8;
	}
/*---/zapros---*/


  .hidden {
    display: none;
  }

  /* Pop-up message and fading background */
  #opaco {
     background-color: #FFFFFF;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }

  #popup {
     background-color: #FFFFFF;
     position: fixed;
     left:0;
     top:0;
     /*width:300px;*/
     min-width: 300px;
     z-index: 11;
  }


#showhidecontentaudio {
     padding: 5px 20px;
     }
#showhidecontentgrants {
     padding: 5px 20px;
     }              
    
/*----Priglos----*/
.priglos_layer {
	width: 547px;
	height: 332px;
	margin: 0 auto;
	}
.priglos {
	margin: 50px 0 0 60px;
	font-family: arial;
	}
.priglos_p {
	font-size: 25px;
	}
.priglos_e {
	font-size: 11px;
	padding-bottom: 5px;
	}
.priglos_s {
	color: red;
	font-size: 14px;
	padding: 5px 0;
	}
.priglos_text {
	width: 360px;
	height: 62px;
	background: #ebebe4;
	border: solid 1px #7f9db9;
	overflow: auto;
	}
.priglos_but {
	background: url(../img/priglos_butt.jpg);
	border: none;
	width: 93px;
	height: 21px;
	cursor: pointer;
	}
a.close_priglos {
	border: none;
	float: right;
	height: 21px;
	}
/*----/Priglos----*/

.universitylist {max-height:150px; overflow:auto; margin-bottom: 10px;}

input.go_disabled {
	background-color:#B1B1B1;
	border:1px solid #000000;
	color:#FFFFFF;
	cursor:pointer;
	font-size:13px;
	margin:0 auto;
	text-align:center;
	width:160px;
	}
.redstylesuggest {
	color : red;	
}

.leftside  input.desription {
	position: relative;
	background: url(../img/button_com.jpg) top center;
	width: 112px;
	height: 20px;
	border: none;
	color: #fff;
	text-align: center;
	float: right;
	margin: -10px -10px 70px 0;
	z-index: 2;
	font-size: 12px;
	}
	

	
.ava_msg {
/*
    margin: 128px auto;
    padding: 0;
    width: 128px;
    position: relative;*/
}
 
div.ava_msg .zoom_bg {   
    
    position: absolute;    
    /*
    top: auto - 190;
    left: -0px;
    */    
    
    z-index: 2;
    display: none;
}
 
#rss-icon {
    width: 42px;
    height: 42px;
    background: url(../img/button_com.jpg) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}


/*menu*/


ul#menu li.hovering div {
display: block;
}

span.alocate {
	background-color: #FFFF00;
	font-weight: bolder;
}
.questiuonlinksubject {		
	border-bottom: 1px dashed #005BA9;
	color:#005BA9;
	margin-right:5px;
	text-decoration:none;
}
