/*
	* html #id {}	- ONLY for MSIE &lt; 7.0
*/
html, body {
	height:100%;
	margin:0;
	padding:0;
}
html {
	overflow:auto;
}
#ramkaContainer {
	width:1007px;
	min-height:100%;
	margin:auto;
	padding:0;
	background-color:#f1f4f6;
	background-image:url(/index_images/bg.png);
	background-position:0 0;
	background-repeat:repeat-y;
	font-family:Tahoma, sans-serif;
	font-size:12px;
}
* html #ramkaContainer {
	height:100%;
}
#ramkaHeader {
	height:36px;
	width:1007px;
	background-color:#fff; /* #fff */
	background-image:url(/index_images/bg_top.png);
	background-position:0 100%;
	background-repeat:no-repeat;
	font-size:0;
}
#ramkaContent {
	padding:0 9px 36px 9px;
}
#ramkaFooter {
	width:1007px;
	height:36px;
	padding:0;
	margin-top:-36px;
	background-color:#fff; /* #fff */
	background-image:url(/index_images/bg_bottom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#copy {
	color:#abb0be;
	text-align:center;
	font-family:Tahoma, sans-serif;
	font-size:12px;
	margin:0 16px;
	position:relative;
	top:-1em;
}
#copy a:link, #copy a:visited {
	color:#abb0be;
	text-decoration:none;
}
#copy a:hover, #copy a:active {
	color:blue;
	text-decoration:underline;
}
#mainContent {
	position:relative;
	padding:7px;
	padding-bottom:20px;
}
#content {
	padding:0;
	padding-top:8px;
	margin:0;
	position:relative;
}
.mainContent p, .mainContent h1, .mainContent h2, .mainContent h3 {
	margin:0;
	padding:0.5em 5px;
}
.mainContent ul, .mainContent ol {
	margin:0;
	padding:0.25em 0 0.25em 0.25em;
}
.mainContent ul ul, .mainContent ul ol, .mainContent ol ul, .mainContent ol ol {}
#title {
	font-size:200%;
	color:#36638e;
	position:absolute;
	right:100px;
	top:-23px;
}
#title a:link, #title a:visited {
	color:#36638e;
	text-decoration:none;
}
#title a:hover, #title a:active {
	color:#36638e;
	text-decoration:underline;
}
#test {
	position:relative;
	left:0;
	top:0.5em;
}
#left {
	width:272px;
	float:left;
	position:relative;
	margin-left:0;
	z-index:1;
}
* html #left {
	margin-left:0;
}
#right {
	width:694px;	/* 694px */
	/*border-left:280px solid #f1f4f6;*/
	float:right;
	position:relative;
	padding-bottom:3em;
}
* html #right {
	padding-bottom:1em;
}
#rightContent {
	margin-top:-8px;
}
* html #rightContent {
	position:relative;
	width:694px;
	margin-top:-7px;
}
.myphoto {
	text-align:center;
	margin-bottom:10px;
	position:relative;
	left:0;
	top:0;
}
.myphoto2 {
	position:absolute;
	top:0;
	left:0;
	width:270px;
}
.myphoto img {
	border:1px solid #cdd9e1;
	position:relative;
}
.servicesContainer {
	padding:0 1em;
	margin-bottom:10px;
}
.servicesContainer a {
	display:block;
	line-height:19px;
	font-weight:bold;
}
.servicesContainer a:link, .servicesContainer a:visited {
	text-decoration:none;
	color:#abb0be;
}
.servicesContainer a:hover, .servicesContainer a:active {
	text-decoration:underline;
	color:#383838;
}
hr.stop_jump {
	position:relative;
	top:0;
	left:0;
	width:100%;
	font-size:0;
	padding:0;
	margin:0;
	border-width:0;
	height:0px;
	color:green;
	visibility:hidden;
	/*border-top:1px dashed black;*/
}
/*           ACTIVE BLOCK           */
.titledBlockActive {
	min-height:27px;
	position:relative;
	background-color:white;
	border:1px solid #cdd9e1;
	margin:0;
	margin-top:7px;
	padding:0;
}
.titledBlockActive .blockTitle {
	height:27px;
	background-color:#f1f4f6;
	background-image:url(/index_images/head_active_bg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	position:relative;
}
.titledBlockActive .titleContainer {
	position:relative;
	height:27px;
	background-image:url(/index_images/head_active.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
* html .titledBlockActive .titleContainer {
	margin:1px 1px 0 1px;
	height:26px;
}
.titledBlockActive .titleContainer a.lnk {
	position:absolute;
	display:block;
	width:100%;
	height:27px;
	text-decoration:none;
}
.titledBlockActive .titleContainer div.lnk {
	position:absolute;
	width:100%;
	height:27px;
	cursor:pointer;
}
.titledBlockActive .title {
	position:absolute;
	top:0px;
	left:37px;
	font-size:150%;
	color:#4e8ab1;
	cursor:pointer;
}
.titledBlockActive .options {
	position:absolute;
	top:5px;
	right:1em;
	color:#4e8ab1;
}
.titledBlockActive .options a:link, .titledBlockActive .options a:visited {
	color:#4e8ab1;
	text-decoration:none;
}
.titledBlockActive .options a:hover, .titledBlockActive .options a:active {
	color:#4e8ab1;
	text-decoration:underline;
}
.titledBlockActive .titledBlockContainer {
	padding:5px;
	position:relative;
}
/*               INACTIVE BLOCK                    */
.titledBlockInactive {
	min-height:27px;
	position:relative;
	background-color:#fff;
	border:1px solid #cdd9e1;
	margin:0;
	margin-top:7px;
	padding:0;
}
.titledBlockInactive .blockTitle {
	height:27px;
	background-color:#edeff2;
	background-image:url(/index_images/head_inactive_bg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	position:relative;
}
.titledBlockInactive .titleContainer {
	position:relative;
	height:27px;
	background-image:url(/index_images/head_inactive.png);
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:default;
}
* html .titledBlockInactive .titleContainer {
	margin:1px 1px 0 1px;
	height:26px;
}
.titledBlockInactive .titleContainer a.lnk {
	position:absolute;
	display:block;
	width:100%;
	height:27px;
	text-decoration:none;
}
.titledBlockInactive .titleContainer div.lnk {
	position:absolute;
	width:100%;
	height:27px;
	cursor:pointer;
}
.titledBlockInactive .title {
	position:absolute;
	top:0px;
	left:37px;
	font-size:150%;
	color:#afbac5;
	cursor:pointer;
}
.titledBlockInactive .options {
	display:none;
	position:absolute;
	top:5px;
	right:1em;
	color:#afbac5;
}
.titledBlockInactive .options a:link, .titledBlockInactive .options a:visited {
	color:#afbac5;
	text-decoration:none;
}
.titledBlockInactive .options a:hover, .titledBlockInactive .options a:active {
	color:#afbac5;
	text-decoration:underline;
}
.titledBlockInactive .titledBlockContainer {
	display:none;
	padding:5px;
	position:relative;
}
* html .titledBlockActive, * html .titledBlockInactive {
	margin-top:0;
}
/* a.block */
a.block {
	text-decoration:none;
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
div.block {
	cursor:pointer;
	height:auto;
	position:relative;
}
/* INACTIVE ITEM */
.item_inactive {
	background-color:#fff;
	cursor:default;
}
.item_inactive .item_top_container {
	font-size:0;
	height:5px;
}
.item_inactive .item_top_corner {
	font-size:0;
	width:5px;
	height:5px;
}
.item_inactive .item_bottom_container {
	font-size:0;
	height:5px;
}
.item_inactive .item_bottom_corner {
	font-size:0;
	width:5px;
	height:5px;
}
.item_inactive .item_border {
}
.item_inactive .item_content {
	padding:5px 10px;
}
/* border:#cdd9e1 */
/* ACTIVE ITEM */
.item_active {
	background-color:#fff5b4;
	cursor:default;
}
.item_active .item_top_container {
	font-size:0;
	background-image:url(/index_images/item_bg.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	height:5px;
}
.item_active .item_top_corner {
	font-size:0;
	background-image:url(/index_images/item_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:5px;
	height:5px;
}
.item_active .item_bottom_container {
	font-size:0;
	background-image:url(/index_images/item_bg.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	height:5px;
}
.item_active .item_bottom_corner {
	font-size:0;
	background-image:url(/index_images/item_bg.png);
	background-position:0 100%;
	background-repeat:no-repeat;
	width:5px;
	height:5px;
}
.item_active .item_border {
	background-image:url(/index_images/item_right.png);
	background-position:100% 0;
	background-repeat:repeat-y;
}
.item_active .item_content {
	background-image:url(/index_images/item_left.png);
	background-position:0 0;
	background-repeat:repeat-y;
	padding:5px 10px;
}
* html .item_active .item_content {
	/*position:relative;*/
	background-position:0 0;
}
* html .item_active .item_top_container, * html .item_active .item_top_corner, * html .item_active .item_bottom_container, * html .item_active .item_bottom_corner, * html .item_active .item_border, * html .item_active .item_content {
	background-image:none;
}
* html .item_active {
	border:1px solid #fd0;
}
* html .item_inactive {
	border:1px solid #fff;
}
/* friendItem */
.item_content .friendItem, .friendItem, .item_content .friendItemFull, .friendItemFull {
	height:75px;
	text-align:left;
	color:#000;
}
.friendItem, .friendItemFull {
	position:relative;
}
.item_content .friendItem img, .friendItem img, .item_content .friendItemFull img, .friendItemFull img {
	border-width:0;
}
.item_content .friendItem .friendPhoto, .friendItem .friendPhoto, .item_content .friendItemFull .friendPhoto, .friendItemFull .friendPhoto {
	padding-top:0px;
}
/*.item_content .friendItem .friendInfo, .friendItem .friendInfo {
	padding-left:75px;
	margin-top:-75px;
}*/
.item_content .friendItem .friendInfo, .friendItem .friendInfo {
	position:absolute;
	top:0px;
	left:75px;
	width:155px;
}
.item_content .friendItemFull .friendInfo, .friendItemFull .friendInfo {
	position:absolute;
	top:0px;
	left:75px;
	width:580px;
}
.item_content .friendItem .friendInfo .friendName, .friendItem .friendInfo .friendName {
	font-size:117%;
	font-weight:bold;
	text-align:left;
	width:155px;
	height:3em;
	overflow:hidden;
	padding-left:9px;
}
.item_content .friendItemFull .friendInfo .friendName, .friendItemFull .friendInfo .friendName {
	font-size:117%;
	font-weight:bold;
	text-align:left;
	width:460px;
	height:3em;
	overflow:hidden;
	padding-left:9px;
}
.item_content .friendItem .friendInfo .friendStatus, .friendItem .friendInfo .friendStatus, .item_content .friendItemFull .friendInfo .friendStatus, .friendItemFull .friendInfo .friendStatus {
	padding-left:9px;
	padding-top:4px;
}
.item_content .friendItem .friendInfo .friendStatus .online, .friendItem .friendInfo .friendStatus .online, .item_content .friendItemFull .friendInfo .friendStatus .online, .friendItemFull .friendInfo .friendStatus .online {
	font-weight:bold;
	color:#0f9d00;
}
.item_content .friendItem .friendInfo .friendStatus .offline, .friendItem .friendInfo .friendStatus .offline, .item_content .friendItemFull .friendInfo .friendStatus .offline, .friendItemFull .friendInfo .friendStatus .offline {
	font-weight:bold;
	color:#ff5d5d;
}
.item_content .friendItem .friendButtons, .friendItem  .friendButtons {
	position:absolute;
	top:0;
	right:-700px;
	text-align:right;
}
.item_content .friendItemFull .friendButtons, .friendItemFull .friendButtons {
	position:absolute;
	top:0;
	right:0px;
	text-align:right;
}
/* videoItem */
.item_content .videoItem {
	height:75px;
	text-align:left;
	color:#000;
	position:relative;
}
.item_content .videoItem img {
	border-width:0;
}
.item_content .videoItem .videoThumb {
	padding-top:0px;
}
.item_content .videoItem .videoInfo {
	padding-left:100px;
	margin-top:-77px;
}
* html .item_content .videoItem .videoInfo {
	margin-top:-75px;
}
.item_content .videoItem .videoInfo .videoTitle {
	font-size:117%;
	font-weight:bold;
	text-align:left;
	width:550px;
	height:1.25em;
	overflow:hidden;
	padding-left:9px;
}
.item_content .videoItem .videoInfo .videoExt {
	padding-left:9px;
	padding-top:0px;
}
span.fld {
	color:#808080;
}
.item_content .videoItem .videoButtons, .videoItem .videoButtons {
	position:absolute;
	top:0;
	right:0px;
	text-align:right;
	border:1px solid transparent;
}
* html .item_content .videoItem .videoButtons, * html .videoItem .videoButtons {
	border-width:0;
}
.item_content .videoItem .videoButtons ul, .videoItem .videoButtons ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
	position:relative;
}
.item_content .videoItem .videoButtons li, .videoItem .videoButtons li {
	padding-bottom:0.25em;
	text-align:right;
}
.videoItem .videoButtons a:link, .videoItem .videoButtons a:visited {
	color:#abb0be;
	text-decoration:none;
}
.videoItem .videoButtons a:hover, .videoItem .videoButtons a:active {
	color:#383838;
	text-decoration:underline;
}
/* audioItem */
.item_content .audioItem {
	height:29px;
	text-align:left;
	padding-left:29px;
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
}
.item_active .item_content .audioItem {
	background-image:url(/index_images/audio_icon_active.png);
}
.item_inactive .item_content .audioItem {
	background-image:url(/index_images/audio_icon_inactive.png);
}
.item_content .audioItem .audioTitle {
	font-size:117%;
	font-weight:bold;
	text-align:left;
	width:425px;	/* 425px */
	overflow:hidden;
	padding-top:0.5em;
	height:18px;
	color:#000;
}
.item_content .audioItem .audioTitleFull {
	font-size:117%;
	font-weight:bold;
	text-align:left;
	width:700px;	/* 425px */
	overflow:hidden;
	padding-top:0.5em;
	height:18px;
	color:#000;
}
.item_content .audioItem .audioDuration {
	text-align:right;
	padding-right:125px;
	margin-top:-1.33em;
	color:#000;
}
.item_content .audioItem .audioDate {
	text-align:right;
	margin-top:-1.17em;
	color:#808080;
}
.audioItem .audioButtons {
	position:absolute;
	top:0;
	right:200px;
	text-align:right;
	border:1px solid transparent;
}
* html .audioItem .audioButtons {
	border-width:0;
}
.audioItem .audioButtons ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
	position:relative;
}
.audioItem .audioButtons li {
	padding-bottom:0.25em;
	text-align:right;
}
.audioItem .audioButtons a:link, .audioItem .audioButtons a:visited {
	color:#abb0be;
	text-decoration:none;
}
.audioItem .audioButtons a:hover, .audioItem .audioButtons a:active {
	color:#383838;
	text-decoration:underline;
}
/* bookItem */
.item_content .bookItem {
	height:29px;
	text-align:left;
	padding-left:29px;
	background-position:0 3px;
	background-repeat:no-repeat;
	position:relative;
}
.item_content .bookItem {
	background-image:url(/index_images/book_icon.gif);
}
.item_content .bookItem .bookTitle {
	font-size:117%;
	font-weight:bold;
	text-align:left;
	width:425px;	/* 425px */
	overflow:hidden;
	padding-top:0.5em;
	height:18px;
	color:#000;
}
.item_content .bookItem .bookAuthor {
	text-align:right;
	margin-top:-1.33em;
	padding-right:1em;
	color:#808080;
}
.bookItem .bookIIButtons {
	position:absolute;
	top:0;
	right:200px;
	text-align:right;
	border:1px solid transparent;
}
* html .bookItem .bookIIButtons {
	border-width:0;
}
.bookItem .bookIIButtons ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
	position:relative;
}
.bookItem .bookIIButtons li {
	padding-bottom:0.25em;
	text-align:right;
}
.bookItem .bookIIButtons a:link, .bookItem .bookIIButtons a:visited {
	color:#abb0be;
	text-decoration:none;
}
.bookItem .bookIIButtons a:hover, .bookItem .bookIIButtons a:active {
	color:#383838;
	text-decoration:underline;
}
/* ACTIVE PHOTO ITEM */
a.photo_mode, a.photo_mode_active {
	display:block;
	padding:0.5em;
	margin:0.5em auto;
	width:180px;
	text-align:center;
	text-decoration:none;
}
a.photo_mode:link, a.photo_mode:visited {
	color:#f00;
	background-color:transparent;
	font-weight:normal;
}
a.photo_mode:hover, a.photo_mode:active {
	color:#fff;
	background-color:#f00;
	font-weight:bold;
}
a.photo_mode_active:link, a.photo_mode_active:visited {
	color:#fff;
	background-color:#f00;
	font-weight:bold;
}
a.photo_mode_active:hover, a.photo_mode_active:active {
	color:#f00;
	background-color:transparent;
	font-weight:normal;
}
table.photos a.photo_del {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	font-size:10px;
	padding:0.5em;
	padding-top:0.2em;
}
table.photos a.photo_del:link, table.photos a.photo_del:visited {
	color:red;
	background-color:#fff;
	text-decoration:none;
}
table.photos a.photo_del:hover, table.photos a.photo_del:active {
	color:#fff;
	background-color:#f00;
	text-decoration:underline;
}
table.photos {
	margin:auto;
}
table.photos td {
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;
}
table.photos td.item_active {
	background-color:#fff5b4;
	background-image:url(/index_images/photo_active.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
table.photos td.item_inactive {
	background-color:#fff;
	background-image:none;
}
table.photos td img {
	border-width:0;
}
.player {
	text-align:center;
}
* html .player {
	font-size:0;
	width:100%;
	height:1px;
}
.empty, .emptyBlock {
	text-align:center;
	color:#808080;
	font-style:italic;
}
.emptyBlock {
	border:1px solid navy;
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
}
.info {
	padding:0.5em;
	margin:0.2em 0;
	text-align:center;
	border:3px solid #ffba00;
	background-color:#fff9d0;
}
input.btn {
	padding:3px;
	margin:0.5em auto;
}
img.admin {
	border:0;
	margin-right:0.25em;
}
.admin_images {
	/*border:1px solid green;*/
	height:25px;
	margin-right:0.5em;
	background-color:transparent;
}
span.page {
	border:1px solid #ffba00;
	padding:1px 5px 2px 5px;
	margin-right:0.25em;
	background-color:#fff;
	color:#ffba00;
}
a.page {
	padding:1px 5px 2px 5px;
	margin-right:0.25em;
	border-width:1px;
	border-style:dashed;
}
a.page:link, a.page:visited {
	background-color:transparent;
	color:#ffba00;
	border-color:transparent;
}
a.page:hover, a.page:active {
	background-color:#fff;
	color:#ffba00;
	border-color:#ffba00;
}
div.pages {
	text-align:center;
	margin-top:10px;
}
.mod_title {}
input.book_text {
	width:340px;
}
textarea.book_text {
	width:340px;
	overflow:auto;
}
#top_path_block_id {
	height:26px;
	background-image:url(/index_images/top_path_block_id.gif);
	background-position:100% 0%;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:0.5em;
}
#top_path_block_id .top_path_block_bg {
	height:26px;
	width:960px;
	background-image:url(/index_images/top_path_block_id.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	position:relative;
}
#top_path_block_id .top_path_block_content {
	position:absolute;
	width:960px;
	top:4px;
	left:10px;
}
#top_path_block_id .top_path_block_content a {
	font-weight:bold;
}
#top_path_block_id .top_path_block_content a:link, #top_path_block_id .top_path_block_content a:visited {
	text-decoration:none;
	color:black;
}
#top_path_block_id .top_path_block_content a:hover, #top_path_block_id .top_path_block_content a:active {
	text-decoration:underline;
	color:navy;
}
.loginForm div div {
	margin-top:-1.25em;
	text-align:right;
}
.loginForm div div input {
	width:180px;
}
.loginForm div div select {
	width:184px;
}
* html .loginForm div div select {
	width:186px;
}
.loginInfo {
	text-align:center;
	font-size:90%;
}
.relative {
	position:relative;
	margin-top:0.5em;
	margin-bottom:0.5em;
	/*background-color:red;
	padding:2px;*/
}
.friendRequest {
	text-align:center;
	background-color:#fff;
	padding:0.5em 0.5em 0 0.5em;
	border:1px solid #cdd9e1;
	position:relative;
}
.friendRequestText {
	background-color:#f1f3f6;
	text-align:center;
	font-size:120%;
	padding:0.5em;
	position:relative;
}
.friendRequestStatus {
	width:50%;
	margin:5px auto 0px auto;
	display:none;
	background-color:orange;
	border:1px solid navy;
	padding:5px;
}
.msg_read, .msg_unread, .msg_sent {
	margin-bottom:0.5em;
}
.msg_read {
	background-color:#fff;
	padding:0.5em;
	border:1px solid #cdd9e1;
}
.msg_unread {
	background-color:#fff;
	padding:0.5em;
	font-weight:bold;
	border:1px solid #cdd9e1;
}
.msg_full {
	background-color:#fff;
	padding:0.5em;
	border:1px solid #cdd9e1;
}
.msg_sent {
	background-color:#fff;
	padding:0.5em;
	border:1px solid #cdd9e1;
}
.msg_sent_full {
	background-color:#fff;
	padding:0.5em;
	border:1px solid #cdd9e1;
}
.msg_info {
	color:#36638e;
	padding-bottom:0.25em;
}
.msg_text {
	padding-left:1.5em;
}
.msg_read a:link, .msg_read a:visited, .msg_unread a:link, .msg_unread a:visited, .msg_sent a:link, .msg_sent a:visited {
	color:#000;
	text-decoration:none;
}
.msg_read a:hover, .msg_read a:active, .msg_unread a:hover, .msg_unread a:active, .msg_sent a:hover, .msg_sent a:active {
	color:#000;
	text-decoration:underline;
}
.msg_actions {
	padding:0.25em;
	border-top:1px dashed #fc0;
	border-bottom:1px solid #fc0;
	margin-top:0.5em;
	font-size:80%;
}
.msg_actions a {
	margin-right:2em;
}
.msg_qa {
	display:none;
}
.msg_status {
	padding:0.5em;
	color:#000;
	background-color:#fc0;
	text-align:center;
	display:none;
}
ul.toolbar {
	display:block;
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-position:inside;
	height:2em;
	/*border:1px solid black;*/
}
ul.toolbar li {
	display:block;
	float:right;
	padding:2px;
	width:12em;
}
ul.toolbar li.active {
	background-color:#36638e;
}
ul.toolbar li a {
	display:block;
	width:100%;
	height:100%;
	padding:3px;
}
ul.toolbar li a:link, ul.toolbar li a:visited {
	font-weight:normal;
	color:#36638e;
	text-decoration:none;
	background-color:transparent;
}
ul.toolbar li a:hover, ul.toolbar li a:active {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-color:#36638e;
}
ul.toolbar li.active a:link, ul.toolbar li.active a:visited {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-color:transparent;
}
ul.toolbar li.active a:hover, ul.toolbar li.active a:active {
	font-weight:bold;
	color:#36638e;
	text-decoration:none;
	background-color:#fff;
}
img.info_photo {
	border:1px solid #cdd9e1;
}
a:link img.info_photo, a:visited img.info_photo {
	border:1px solid #cdd9e1;
}
a:hover img.info_photo, a:active img.info_photo {
	border:1px solid blue;
}
.audio_ii_type {
	font-weight:normal;
	color:#808080;
}
.audio_ii_author {
	font-weight:normal;
	font-style:italic;
}
#history_block_id {
	position:relative;
	margin:0.5em 0;
	padding:0.25em;
	text-align:left;
	background-color:#fff5b4;
	border:1px solid #fd0;
	/*height:3.5em;*/
}
#history_block_id a:link {
	color:blue;
	text-decoration:none;
}
#history_block_id a:visited {
	color:#7070ff;
	text-decoration:none;
}
#history_block_id a:hover, #history_block_id a:active {
	text-decoration:underline;
}
.clr {
	clear:both;
	height:0;
	font-size:0;
	padding:0;
	margin:0;
}

/* START OF WALL */
.wall_message {
	padding:0.25em;
	background-color:#fff;
	margin-bottom:0.25em;
	text-align:left;
	border:1px solid #cdd9e1;
}
.wall_thumb {
	width:75px;
	text-align:center;
	float:left;
	position:relative;
}
.wall_thumb img {
	border-width:0;
}
.wall_data {
	margin-left:80px;
}
.wall_data a:link {
	text-decoration:underline;
	color:#4e8ab1;
}
.wall_data a:visited {
	text-decoration:underline;
	color:#4e8ab1;
}
.wall_data a:hover, .wall_data a:active {
	text-decoration:underline;
	color:blue;
}
.wall_info {
	background-color:#fff1c5;
	border:1px solid #ffc000;
}
.wall_info, .wall_content {
	padding:0.15em;
}
.wall_actions {
	border-bottom:1px solid #ffcc00;
	font-size:90%;
	margin-left:80px;
	padding-left:0.15em;
	padding-right:0.15em;
}
.wall_actions a:link, .wall_actions a:visited {
	text-decoration:none;
	color:#383838;
}
.wall_actions a:hover, .wall_actions a:active {
	text-decoration:underline;
	color:#383838;
}
/* END OF WALL */

/* DEBUG */
* html a.block {
	/*border:1px dashed green;*/
	position:relative;
}
.history_space {
	display:none;
}