﻿

/*----- Основные стили для всех страниц -----*/
html, body, form 
{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 13px;
}

.inline-block
{
    display: -moz-inline-stack; 
    display: inline-block; 
    _overflow: hidden; 
    zoom: 1; 
    *display:inline;
}

p
{
    padding: 0px;
	margin: 0px;	
}

ul
{
    margin: 0px;
    padding: 0px;
}

li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

img
{
	border: 0px;
}

.bold
{
    font-weight: bold;
}

.red
{
	color: Red;
}

.green
{
	color: Green;
}

.asterisk
{
	color: Red;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

a,
.link
{
    color: Red;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.link:hover
{
    text-decoration: underline;
}

.blacklink
{
    color: black;
    line-height: normal;
    text-decoration: none;
}

.blacklink:hover
{
    color: Red;
    text-decoration: underline;
}

h1
{
	font-size: 24px;	
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	color: #000000;
	margin: 0px;
	text-transform: uppercase;
	margin-top: 20px;
}

h1 a
{

}

h2
{
	font-size: 16px;	
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	color: #000000;
	margin: 0px;
	/*text-transform: uppercase;*/
	margin-top: 21px;
}

h2.masterHeader
{
    position: relative;
    top: 21px;
    background: white;
    display: inline;
    font-weight: bolder;
    text-transform: uppercase;
}

h2.forumHeader,
h2.topicHeader,
h2.handHeader
{
    background: #f0f0f0;
    border: 1px solid #cacaca;
    padding: 2px 6px 4px 6px;
    margin-bottom: 5px;
}

h2.handHeader
{
    margin-top: -5px;
}

h1 a, h2 a
{
	text-decoration: none;
	color: Red;
}

h3
{
	font-weight: normal;    
	color: Black;
}

h4
{
    font-weight: normal; 
	color: Black;
}

.terms
{
    width: 100%;
	text-align: justify;
	font-size: 12px;	
}

.terms p
{
	text-indent: 20px;
}


/*----- Стиль для DIV-ов со скруглениями вовнутрь -----*/
.radius
{
    border: 1px solid #d2d2d2;   
    padding: 10px 14px 10px 14px;
    position: relative;
    left: -14px;
    width: 100%;
}

.radius .tl
{
    position: absolute;
    height: 7px;
    width: 7px;
    left: -1px;
    top: -1px;
    background: url('Images/radius_tl.png');
}

.radius .tr
{
    position: absolute;
    height: 7px;
    width: 7px;
    right: -1px;
    top: -1px;
    background: url('Images/radius_tr.png');
}

.radius .bl
{
    position: absolute;
    height: 7px;
    width: 7px;
    left: -1px;
    bottom: -1px;
    background: url('Images/radius_bl.png');
}

.radius .br
{
    position: absolute;
    height: 7px;
    width: 7px;
    right: -1px;
    bottom: -1px;
    background: url('Images/radius_br.png');
}

.radiusTopLine .tl
{
    top: -3px;
    background: black;
    height: 4px;
    width: 100%;
    padding: 0px 1px 0px 1px;
}

.radiusTopLine .tr
{
    display: none;
}

.radiusBottomLine .bl
{
    background: black;
    height: 4px;
    width: 100%;
    padding: 0px 1px 0px 1px;
    bottom: -3px;
}

.radiusBottomLine .br
{
    display: none;
}




/*----- Стиль для ссылок сворачивающих раздел -----*/
.expandLink
{
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}




/*----- Стили для мастер-страницы Default.master -----*/
#upd,
#ctl00_upd
{
	height: 100%;
}

#upd_marker,
#ctl00_upd_marker
{
	display: none;
}

.mainWrapper 
{
	position: relative; 
	min-height: 100%; 
	background: #FFF; 
	width: 80%; 
	min-width: 990px;
	margin: 0 auto;
	text-align: left;
}

.mainHeader 
{
	position: relative;	
	background: url('Images/logo_tr2.png') no-repeat top center;
	height: 150px;
}

.mainHeaderSpace
{
    height: 20px;
}

.advPane
{
    float: left;    
    color: #808080;
}

.quickBalance
{
    float: right;
}

.contentPane
{
	width: 100%; 
	border-collapse: collapse; 
	height: 100px;
}

.mainFooterDummy 
{
	height: 130px; 
	clear: both;
}

.mainFooterWrapper
{
	width: 80%; 
	min-width: 990px;
	height: 130px; 
	margin: -130px auto 0px;
	z-index: 2; 
	position: relative; 
	text-align: left; 
	padding: 0px;
}

.mainFooter
{
	position: absolute; 
	top: 0px; 
	left: -15px; 
	width: 100%; 
	height: 116px; 
	padding: 14px 15px 0px 15px;
	z-index: 3; 
	text-align: left;	
	color: #707070;
}

.mainFooter a
{
    float: right;
    margin-left: 12px;
    color: #606060;
}

.keywords
{
    position: absolute;
    bottom: 0px;
    left: 0px;    
    padding: 10px 20px 10px 20px;
    line-height: 12px;    
    background: #ececec;
    min-height: 64px;
    text-align: justify;    
}

.keywords a
{
    float: none;
	color: #808080;
	font-size: 10px;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
}

.keywords a:hover
{

}


/*----- Стили для выпадающего списка найденых юзеров -----*/
.foundUsers
{
	background: White;
	border: 1px solid #D2D2D2;	
	z-index: 10;
}

.foundUsers ul
{
	padding: 0px;
	margin: 0px;
}

.foundUsers ul li
{
	list-style-type: none;
	padding: 1px 2px 2px 2px;
	margin: 0px;
}

.foundUsersLi
{
    
}

.foundUsersLiHover
{
	background: #E2E2E2;
	color: Black;
	cursor: pointer;
}

.foundUsersLiHover a,
.foundUsersLiHover a:hover,
.foundUsersLiHover a:visited,
.foundUsersLiHover a:link
{
	
}




/*----- Стили верхнего меню -----*/
.menuPane
{
    position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center;
}

.menu
{    
    width: 100%;
    font-weight: bold;
    font-size: 12px;
}

.menu ul
{

}

.menu li
{    
    text-align: left;    
    display: -moz-inline-stack; 
    display: inline-block; 
    _overflow: hidden; 
    zoom: 1; 
    *display:inline;

    background: url('Images/list_item_diamond.png') no-repeat left;
    padding: 5px 7px 5px 12px;
	text-transform: uppercase;		
}

.menu li:first-child
{
    background: none;
    padding-left: 0px;
}

.menu li a
{
	text-decoration: none;
	color: Black;	
}

.menu li:hover
{
	color: Red;
	cursor: pointer;
}

.menu li:hover a
{
	color: Red;
}

.menu li.selected,
.menu li.selected:hover
{
	color: Red;
	cursor: default;
}

.menu li.selected a,
.menu li.selected:hover a
{
	color: Red;
}

.menu li ul
{
	display: none;	
	background: white;
	margin: 5px 0px 0px -14px;
	padding: 0px;
	border: 1px solid #D2D2D2;
	z-index: 1;	
}

.menu li li,
.menu li li:first-child
{
    background: none;
	display: block;
	float: none;	
	font-weight: normal;
    padding: 4px 12px 5px 12px;
}

.menu li:hover ul
{
	display: block;
	position: absolute;	
}

.menu li li a,
.menu li:hover li a
{
	text-decoration: none;
	color: Black;
}

.menu li li:hover a,
.menu li:hover li:hover a
{
	color: Red;
}

.menuFloatRight
{
    float: right;
    line-height: 28px;
    padding-right: 10px;
}

.menu span[id=menuAlertsCount],
.menu span[id=menuMessagesCount],
.menu span[id=menuDraftsCount]
{
    color: Red;
    font-size: 14px;
}




/*----- Стили нижнего меню - не используются в этой теме -----* /
.footerMenu
{
	font-size: 14px;	
}

.footerMenu ul
{
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.footerMenu li
{
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	color: #808080;
}

.footerMenu li:hover,
.footerMenu li:hover a
{
	color: #890E0C;
}
*/



/*----- Стиль для контрола LoginStatus.ascx - Вход|Регистрация -----*/
.loginStatus
{
	text-align: right;
	color: #808080;
}

.loginStatus a
{
	color: #808080;
}




/*----- Стили для формы просмотра/редактирования -----*/
.formFrame
{
	padding: 18px 24px 18px 24px;
	background: #FCFCFC;
	border: 1px solid #d2d2d2;
	border-top: 4px solid Black;
	margin: 10px 0px 10px 0px;
}

.form,
.formWide
{
    border-collapse: collapse;
}

.form td,
.formWide td
{
	padding: 2px;
}

.form .leftColumn,
.formWide .left
{
    vertical-align: top;
	text-align: right;
	padding-right: 10px;
}

.form .left200
{
    vertical-align: top;
	text-align: right;
	padding-right: 10px;
	min-width: 200px;
}

.form .subTitle
{
    padding: 1px 0px 10px 0px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.form .middle,
.formWide .middle
{
    width: 300px;
}

.form .rightColumn,
.formWide .right
{
    text-align: left;
    vertical-align: top;
}

input[type=text],
input[type=password],
textarea,
select
{
    padding: 2px 3px 3px 4px;
	border: 1px solid #d2d2d2;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 13px;	
	/*position: relative;
	top: -3px;*/
}

input[type=checkbox]
{
    position: relative;
    top: 3px;
}

input[id$=chkProAnswers]
{
    top: 0px;
}

.textBox
{
	width: 250px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.signatureTextBox
{
	width: 500px;
	height: 150px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.textBoxCalendar
{
	width: 160px;
	background: url('Images/textbox.png') repeat-x #ffffff;
	cursor: pointer;
}

.textBoxNumeric
{
	width: 100px;
	text-align: right;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.textBoxBadWords
{
	width: 99%;
	height: 300px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.formWide .textBox
{
	width: 300px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.textTopicMessage
{
	width: 250px;
    text-align: justify;
	vertical-align:text-top;
}

.textArea
{
	width: 250px;
	height: 150px;
	text-align: justify;
	vertical-align: text-top;
	background: url('Images/textarea.png') repeat-x #ffffff;
}

.searchTemplateslistBox
{
	margin-top: 10px;    
}

.formWide .textArea
{
	width: 300px;
	height: 200px;
	text-align: justify;
	vertical-align: text-top;
}

.button
{
	border: 0px;
	border-radius: 2px;
	background: #E3E3E3;
	color: black;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	padding: 0px 15px 0px 15px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;		
}

.button:hover
{
	background: #E3E3E3;
	color: Red;
}

.redButton
{
	border: 0px;
	border-radius: 2px;
	background: #EE4444;
	color: White;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	padding: 0px 15px 0px 15px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;	
}

.redButton:hover
{
	background: #871917;    
}

.smallButton
{
	border: 0px;
	border-radius: 2px;
	background: #E3E3E3;
	color: black;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
	padding: 0px 12px 2px 12px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 10px;	
}

.smallButton:hover
{
	background: #E3E3E3;
	color: Red;   
}

.smallRedButton
{
	border: 0px;
	border-radius: 2px;
	background: #EE4444;
	color: White;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
	padding: 0px 12px 2px 12px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 10px;	
}

.smallRedButton:hover
{
	background: #871917;    
}

.dropDownList
{
	width: 259px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.searchDDL
{
	width: 356px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.dropDownListAuto
{
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.formWide .dropDownList
{
	width: 304px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.formBody
{
	width: 100%;
}

.formBody td
{
	height: 28px;
	vertical-align: middle;	
}

.formBody td td
{
	height: auto;
}

.topicRssImageContainer 
{
    display: inline-block;
    position: relative;
    max-width: 28px;
    max-height: 28px;
    width: 28px;
    height: 16px;
    margin-left: 5px;
}

.topicRssImageButton 
{
    position: absolute;
    vertical-align: middle;
    width: 22px;
}

.topicRssImageButton:hover
{
    width: 25px;
    transition: width 0.2s
}

/*----- Стили для контрола UpDown.ascx -----*/
.upDown_txt
{
	width: 60px;
	text-align: right;
	padding-right: 4px;
}

.upDown_up
{
	height: 12px;
	width: 34px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #e3e3e3;
	border: 0px;
	cursor: pointer;
	color: Black;
	line-height: 12px;
	position: relative;
	top: -3px;
}

.upDown_down
{
	height: 12px;
	width: 34px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #e3e3e3;
	border: 0px;
	cursor: pointer;
	color: Black;
	line-height: 12px;
	position: relative;
	top: -2px;
}

.upDown_up:hover,
.upDown_down:hover
{
    background: #d8d8d8;
}



/*----- Стили для грида -----*/
.grid
{
	width: 100%;
	background-color: White;
	border-collapse: separate;
	border-spacing: 0px 1px;		
}

.gridHeader th,
.gridHeader td
{
	color: #707070;
	text-transform: uppercase;
	padding: 4px 10px 4px 10px;
	border: 0px;
	height: 24px;
	text-align: left;	
	font-size: 10px;
	font-weight: normal;	
}

.gridHeader th a, 
.gridHeader th a:link, 
.gridHeader th a:visited,
.gridHeader td a, 
.gridHeader td a:link, 
.gridHeader td a:visited
{
	color: #B2B2B2;
	text-decoration: none;
}

.gridHeader th a:hover,
.gridHeader td a:hover
{
	color: Red;
	text-decoration: underline;
}

.gridRow td,
.gridRowPro td
{
	background: White;	
	padding: 4px 12px 4px 12px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	cursor: default;
	vertical-align: middle;
	min-height: 60px;
}

.gridRowAlt td
{
	background: #FCFCFC;
	padding: 10px 14px 10px 14px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	cursor: default;
	vertical-align: middle;
	min-height: 24px;
}

.gridRow td:first-child,
.gridRowAlt td:first-child,
.gridRowPro td:first-child
{
    border-left: 1px solid #d2d2d2;
}

.gridRow td:last-child,
.gridRowAlt td:last-child,
.gridRowPro td:last-child
{
    border-right: 1px solid #d2d2d2;
}


.gridUsersRow td
{
	background: url(Images/grid_row_bg.gif) repeat-x;
	padding: 2px 10px 2px 10px;
	border: 1px solid #e0e0e0;
	cursor: default;
	vertical-align: middle;
	min-height: 54px;
}

.gridUsersRowAlt td
{
	background: url(Images/grid_alt_row_bg.gif) repeat-x;
	padding: 2px 10px 2px 10px;
	border: 1px solid #e0e0e0;
	cursor: default;
	vertical-align: middle;
	min-height: 54px;
}

.gridRow td img,
.gridRowAlt td img,
.gridRowPro td img,
.gridUsersRowAlt td img
{
	margin-right: 3px;
	vertical-align: middle;
}

.gridRowHighlighted td
{
	background: #F3F3F3;
}



/*----- Специфические стили для ячеек грида -----*/
.gridRow td.gridAuthorLogin,
.gridRowPro td.gridAuthorLogin 
{
    background: #f7f7f7;
    text-align: center;
}

.gridRow td.gridAuthorLogin a,
.gridRowPro td.gridAuthorLogin a
{
    color: #808080;
}

.gridRow td.gridPostsCount,
.gridRowPro td.gridPostsCount
{
    font-size: 14px;
    text-align: center;
}

.gridRow td.gridViewsCount,
.gridRowPro td.gridViewsCount
{
    font-size: 14px;
    background: #f7f7f7;
    text-align: center;
}

/*----- для тем, в которых есть новые сообщения, подсвечиваем пересечение строки и столбца автора -----*/
.gridRowHighlighted td.gridAuthorLogin
{
    background: #e8e8e8;
}

/*----- для тем, в которых есть новые сообщения, подсвечиваем пересечение строки и столбца кол-во просмотров -----*/
.gridRowHighlighted td.gridViewsCount
{
    font-size: 14px;
    background: #e8e8e8;
}


.gridRow .gridProPostsCombo,
.gridRowPro .gridProPostsCombo
{
    background: #D2D2D2;
    border-radius: 2px;    
    padding: 0px 4px 2px 4px;
    position: relative;
    left: -4px;
}

.gridRow .gridProPostsCombo .proCount,
.gridRowPro .gridProPostsCombo .proCount
{
    color: #939393;
    margin: 0px 4px 0px 24px;
}

.gridRow .gridProPostsCombo .proLabel,
.gridRowPro .gridProPostsCombo .proLabel
{
    color: White;        
}

.gridRow .gridLastPostContainer,
.gridRowPro .gridLastPostContainer
{
    color: #a0a0a0;
}

.gridRow .gridLastPostContainer a,
.gridRowPro .gridLastPostContainer a
{
    color: #505050;
    line-height: 18px;
}

.gridRow .gridLastPostContainer a:hover,
.gridRowPro .gridLastPostContainer a:hover
{
    color: Black;    
}

.gridRow .gridLastPostContainer .date,
.gridRowPro .gridLastPostContainer .date
{
    font-size: 11px;
    line-height: 20px;
    color: #606060;
}



.forumPath,
.topicPath
{
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: Black;    
}

.forumPath a,
.topicPath a
{
    color: Black;
    font-size: 12px;
    font-weight: normal;
}

.post .hide
{
    display: inline;
}

.post .show
{
    display: none;
}




/*----- Стили для пейджера грида -----*/
.pager span
{
    margin-right: 20px;
}

.pager a
{
	background: #e3e3e3;
	cursor: pointer;
	height: 24px;
	padding: 3px 8px 5px 8px;
	line-height: 22px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;
	color: Black;	
	border-radius: 2px;
}

.pager a:hover
{
	background: #e3e3e3;
	color: Red;
}

.pager a.selected
{
    background: #808080;
    color: White;
}



/*----- Стиль для затенения всего экрана (с прогресс-картинкой) ----- */
.shield
{
	background: White;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;	
}

.shield .progress
{
	background: url('Images/search-loading.gif') no-repeat top left;
    position: absolute;
    top: 6px;
    left: 6px;
    height: 32px;
    width: 32px;
    margin: 0px;
}




/*----- Стиль для красной надписи вверху экрана, если недостаточно прав -----*/
.masterErrorMessage
{
    display: block;
    width: 100%;
    padding: 6px 14px 6px 14px;
    z-index: 100;
    background: white;
    color: Red;
    font-weight: bold;
    border: 1px solid red;   
    position: relative; 
    left: -14px;
}




/*----- Стиль для красной надписи вверху экрана, если заканчивается платный доступ ----- */
.remainderPaidAccess
{
    display: block;
    width: 100%;
    background: #fffff0;
    text-align: center;
    border: 1px solid #ffc080;
    padding: 6px 14px 6px 14px;
    position: relative;
    left: -14px;
}

.labelRemainderPaidAccess
{
    /*color: #ff9020;*/
}

.buttonRemainderPaidAccess
{
    position: absolute;
    top: 4px;
    right: 4px;
    width: 13px;
    height: 13px;
    background: url(Images/PopupWindow/close.png) right no-repeat;
    border: 0px;
    cursor: pointer;
}



/*----- Стили для всплывающего окна (просмотр картинок, confirm-ы, и т.п.) -----*/
.popupWindow
{
    position: fixed;
    background: White;
    z-index: 100;
}

.popupWindow .header
{
    line-height: 20px;
    color: Black;
    height: 26px;
    width: 100%;
    font-weight: bold;
    font-size: 12;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d2d2;
}

.popupWindow .content
{
    height: 100%;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.popupWindowWithScroll .content
{
    overflow: auto;
}

.popupWindow .close
{
    height: 13px;
    width: 13px;
    float: right;
    margin: 2px 2px 0px 0px;
    background: url(Images/PopupWindow/close.png);
    z-index: 101;
    cursor: pointer;
}

.popupWindow .maximize
{
    height: 13px;
    width: 13px;
    float: right;
    margin: 2px 4px 0px 0px;
    background: url(Images/PopupWindow/maximize.png);
    z-index: 101;
    cursor: pointer;
}

.popupWindow .frame
{
}

.popupWindow .topLeft
{
    position: absolute;
    top: -22px;
    left: -22px;
    height: 22px;
    width: 22px;
    background: url(Images/PopupWindow/top_left.png) top left;
    z-index: 101;
}

.popupWindow .top
{
    position: absolute;
    top: -22px;
    left: 0px;
    height: 22px;
    width: 100%;
    background: url(Images/PopupWindow/top.png) top;
}

.popupWindow .topRight
{
    position: absolute;
    top: -22px;
    left: 100%;
    height: 22px;
    width: 29px;
    background: url(Images/PopupWindow/top_right.png) top right;
}

.popupWindow .left
{
    position: absolute;
    top: 0px;
    left: -22px;
    height: 100%;
    width: 22px;
    background: url(Images/PopupWindow/left.png) left;
}

.popupWindow .right
{
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%;
    width: 29px;
    background: url(Images/PopupWindow/right.png) right;  
}

.popupWindow .bottomLeft
{
    position: absolute;
    top: 100%;
    left: -22px;
    height: 29px;
    width: 22px;
    background:url(Images/PopupWindow/bottom_left.png) bottom left;    
}

.popupWindow .bottom
{
    position: absolute;
    top: 100%;
    left: 0px;
    height: 29px;
    width: 100%;
    background: url(Images/PopupWindow/bottom.png) bottom;    
}

.popupWindow .bottomRight
{
    position: absolute;
    top: 100%;
    left: 100%;
    height: 29px;
    width: 29px;
    background: url(Images/PopupWindow/bottom_right.png) bottom right;    
}



/*----- Рамка вокруг картинки внутри поста -----*/
.previewFrame
{
	border: 1px solid #d2d2d2;
	padding: 4px 20px 7px 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.previewFrame a,
.previewFrame span.showHideText 
{
    text-decoration: underline;  
    cursor: pointer;
    color: #a9a9a9;
}

/*
.previewFrame a:hover,
.previewFrame span.showHideText:hover
{
    color: Red;
}
*/



/*----- Картинка внутри поста, макс размер 400х300 -----*/
.previewImage
{
	margin-top: 6px;
	cursor: pointer;
	max-height: 300px;
	max-width: 400px;
}

.imagePreview
{
    height: 100%; 
    width: 100%; 
    text-align: center;
}

.imagePreview img
{
    margin-top: 16px;
}




/*----- Стили для скрипта DragResize.js - таскаемые элементы на странице -----*/
.drsElement 
{
}

.drsMoveHandle 
{
    cursor: move;
}

.drsResizeable
{
}

.dragresize 
{
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 1px;
    background: White;
}

.dragresize-tl 
{
    top: -12px;
    left: -12px;
    cursor: nw-resize;
}

.dragresize-tm 
{
    top: -12px;
    left: 0px;
    width: 100%;    
    cursor: n-resize;
}

.dragresize-tr 
{
    top: -12px;
    right: -12px;
    cursor: ne-resize;
}

.dragresize-ml 
{    
    top: 0px;
    left: -12px;
    height: 100%;
    cursor: w-resize;
}

.dragresize-mr 
{
    top: 0px;
    right: -12px;
    height: 100%;
    cursor: e-resize;
}

.dragresize-bl 
{
    bottom: -12px;
    left: -12px;
    cursor: sw-resize;
}

.dragresize-bm 
{
    bottom: -12px;
    left: 0px;
    width: 100%;
    cursor: s-resize;
}

.dragresize-br
{
    bottom: -12px;
    right: -12px;
    cursor: se-resize;
}




/*----- Стиль серой подсказки на странице Register.aspx -----*/
.small
{
    color: #707070;
    font-size: 11px;
}





/*----- Стили страницы Post.aspx - Список постов в теме -----*/
.posts
{
    border-spacing: 0px 10px;	
}

.posts td
{
    vertical-align: top;
    padding: 16px;
}

.posts .avatar
{
    padding: 8px 0px 6px 0px;
}

.posts .fullAvatar img
{
    padding: 8px 0px 6px 0px;
}

.posts .fullAvatar .login
{
    font-weight: bold;
    padding-left: 16px;
    background: url('Images/AuthorIcon.gif') no-repeat left;
    font-size: 13px;
    position: relative;
}

.posts td td
{
    border: 0px;
    padding: 0px 4px 0px 0px;
}

.posts div.postBody
{
    text-align: justify;    
    position: relative;    
    padding: 0px 58px 0px 16px;
    border-left: 1px solid #D2D2D2;
    min-height: 210px;
}

.posts .postBody .postButtons
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    border-left: 1px solid #D2D2D2;
    text-align: right;
    height: 100%;
}

.posts .postBody .postButtons input[type=button],
.posts .postBody .postButtons input[type=submit]
{
    width: 24px;
    height: 24px;        
    padding: 0px;
    margin: 0px 0px 8px 0px;
    cursor: pointer;
    border: 0px;
}

.posts .postBody .postButtons input[type=button]:hover,
.posts .postBody .postButtons input[type=submit]:hover
{
    background-color: #f0f0f0;
    border-radius: 2px;
}

.posts .postBody .postButtons .quote
{
    background: url(Images/PostActions/Quote.gif);
}

.posts .postBody .postButtons .edit
{
    background: url(Images/PostActions/Edit.gif);
}

.posts .postBody .postButtons .sendAlert
{
    background: url(Images/PostActions/SendAlert.gif);
}

.posts .postBody .postButtons .changeAuthor
{
    background: url(Images/PostActions/ChangeAuthor.gif);
}

.posts .postBody .postButtons .delete
{
    background: url(Images/PostActions/Delete.gif);
}

.posts .messageIcon
{
    height: 12px;
    background: url(Images/PostActions/MessageIcon.gif) no-repeat left bottom;
    padding-left: 16px;
    margin-top: 4px;
}

.posts .ratingIcon
{
    height: 12px;
    background: url(Images/PostActions/RatingIcon.gif) no-repeat left bottom;
    padding-left: 16px;
    margin-left: 8px;
    margin-top: 4px;
}

.posts .postBody .date
{
    font-size: 11px;
    color: #A9A9A9;
}

.posts .postBody .noThanks
{
    padding-left: 50px;
    color: #80aa80;
}

.posts .postBody .thanks
{
    padding-left: 50px;
    color: #00aa00;
}

.posts .postBody .thanks .thanksCount
{
    padding: 0px 4px 0px 4px;
    margin-right: 6px;
    border-radius: 2px;
    color: White;
    background: #00aa00;
}

.posts .postBody .complain
{
    padding-left: 12px;
    color: #dd7070;
}

.posts .postBody .title
{
    padding: 10px 0px 6px 0px;
    font-weight: bold;
}

.posts .postBody .text
{
    overflow: hidden;
    min-height: 132px;
}

.posts .postBody .text ul br
{
    display: none;
}

.posts .postBody .text ul
{
    margin-left: 16px;
}

.posts .postBody .text li
{
    list-style-type: disc;
}

.posts .quotetitle
{           
    background: White url('Images/QuoteIcon.gif') left no-repeat;
    padding: 8px 14px 4px 14px;
    color: #A3A3A3;
    font-style: italic;
    font-size: 11px;    
    border: 1px solid #FD9797;
    border-bottom: 0px;
    text-indent: 16px; 
    position: relative;
    top: 10px;    
    z-index: 1;   
}

.posts .quotecontent
{
    background: White;
    padding: 10px 14px 10px 14px;
    border: 1px solid #FD9797;
    font-style: italic; 
    color: #808080;
}

.posts .smile
{
    vertical-align: middle;
}

.posts .sendMessage
{
    margin-top: 10px;
}

.ignoredPost td
{
    background: #f0f0f0;
}

.ignoredPost .hide
{
    display: none;
}

.ignoredPost .show
{
    display: inline;
}

.ignoredPost .postBody
{
    min-height: 0px;
    border: 0px;
}




/*----- Стили для страницы SiteMap.aspx -----*/
.siteMap .level0
{
    padding: 5px 0px 2px 0px;
    font-weight: bold;       
}

.siteMap .level1
{
    padding: 4px 0px 3px 16px;
}

.siteMap .level2
{
    padding: 1px 0px 1px 32px;
    font-size: 8pt;
}

.siteMap .level2 a
{
    color: #808080;
}



/*----- Форма с отступами для попап-окна -----*/
.popupForm
{
    padding: 15px;
}





/*----- Стили для страницы Личных Сообщений -----*/
td.deletedMessage
{
    background: #e0e0e0;
}

td.deletedMessage a[id$=lnkMessage]
{
    color: #808080;
    text-decoration: none;
    cursor: default;
}

td.unreadMessage
{
    background: #f3f3f3;
}

.messageDate
{
    font-size: 11px; 
    line-height: 20px;
    color: Gray;
}

.messageText
{
    text-align: justify;
}



.posting
{

}

.posting .leftPostColumn
{
    width: 250px;    
    float: left;
    margin-right: 10px;
}

.posting .leftPostColumn h2
{
    margin-bottom: 10px;
    margin-top: 0px;    
}

.posting .leftPostColumn .smiles 
{
    display: table;
}

.posting .leftPostColumn .smiles div
{
    height: 32px;
    padding-top: 4px;
    min-width: 32px;
    border: 1px solid rgba(0,0,0,0);
    text-align: center;
    float: left;
}

.posting .leftPostColumn .smiles div:hover
{
    border: 1px solid #d2d2d2;
    background: #f8f8f8;
    cursor: pointer;
    border-radius: 2px;
}

.posting .leftPostColumn .cards 
{
    display: table;
    margin: 10px 0px 30px 0px;
}

.posting .leftPostColumn .cards div
{
    border: 1px solid White;
    float: left;
    position: relative;
}

.posting .leftPostColumn .cards div:hover
{
    cursor: pointer;
    border: 1px solid #b0b0b0;
    border-radius: 2px;
}

.posting .rightPostColumn
{
    margin-left: 260px;
}

.posting .quickInsert
{
    margin-bottom: 10px;
}

.posting .quickInsert input
{
    padding-left: 6px;
    padding-right: 6px;
}

.posting .quickInsert select
{
    top: 0px;
}

.posting .rightPostColumn input[type=text]
{
    top: 4px;
}

.posting .rightPostColumn textarea
{
    width: 99%;
    height: 130px;
	background: url('Images/textarea.png') repeat-x #ffffff;
	top: 4px;
}

.posting .rightPostColumn .postTitle
{
    width: 620px;
	margin-bottom: 10px;
	background: url('Images/textbox.png') repeat-x #ffffff;
}

.posting .rightPostColumn .reason
{
    width: 447px;
}

.posting .rightPostColumn .buttons
{
    margin: 10px 0px 16px 0px;
}

.posting .rightPostColumn .attachments
{

}

.posting .rightPostColumn .button
{
    margin-right: 5px;
}

.colors
{
    font-weight: bold;
}

.colors input
{
    border: 0px;
    height: 14px;
    width: 16px;
    font-size: 1px;
    margin: 0px 1px 1px 0px;
    cursor: pointer;
}

.colors input:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.posting .close
{
    float: right;
    border: 0px;
    cursor: pointer;
}

.postingFixed
{
    position: fixed;
    bottom: 0px;
    left: 8%;
    background: #f8f8f8;
    border-top: 1px solid #b0b0b0;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 10;
    width: 82%;
    min-width: 950px;
    padding-left: 2%;
    padding-top: 0px;
}

.postingFixed .close
{
    position: absolute;
    top: 12px;
    right: 20px;
}

.postingFixed .rightPostColumn
{
    padding-right: 3%;
}

.postingDummy
{
    height: 220px;
}



.clear
{
    clear: both;
}



.quickUserInfo
{
    float: right;
    margin-top: 10px;
}

.quickUserInfo .left
{
    text-align: right;
    padding-right: 10px;    
}

.quickUserInfo span
{
    font-weight: bold;    
}



/*----- Статистика сайта внизу дефолтной страницы -----*/
.statistics
{
    padding: 10px 0px 6px 0px;
}

.statistics span
{
    font-weight: bold;    
}

.statistics .left
{
    padding: 0px 10px 0px 11px;
}

.statistics .newUserAvatar
{
    margin-left: 60px;
}

.statistics table
{
    margin-top: 10px;
    margin-left: 0px;
}

.activeUsers
{
    text-align: justify;
}

.activeUsers .adminUser
{
    color: #FF0303;
}

.activeUsers .paidUser
{
    color: #95B8BE;
}

.activeUsers .ordinaryUser
{
    color: Black;
}




.fileUpload table
{
	margin-bottom: 4px;
}

.fileUpload table td
{
	vertical-align: middle;
	padding: 1px;
}

.fileUpload .fileNameColumn
{
}

.fileUpload .selectionColumn
{
	width: 100px;
}

.fileUpload .selectionColumn input,
.fileUpload .selectionColumn label
{
	cursor: pointer;
	padding-right: 4px;
	vertical-align: middle;
}

.fileUpload .removeColumn
{
	width: 80px;
}

.fileUpload .item,
.fileUpload .itemSelected
{
    padding: 2px;
    margin: 0px;
    list-style-type: none;
    cursor: default;    
}

.fileUpload .removeLink 
{
    padding-left: 4px;               
}

.fileUpload .removeLink img
{
	vertical-align: middle; 
	padding-right: 6px;
}

.fileUpload iframe
{
    height: 28px;
    border: 0px;
}

.fileUploadFrame
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.fileUploadFrame .fileSelector
{
	border: 1px solid #808080;
	width: 290px;	
}

.fileUploadFrame .uploadButton
{
	border: 0px;
	border-radius: 2px;
	background: #E3E3E3;
	color: black;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	padding: 0px 15px 0px 15px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;	
	margin-left: 8px;
}

.fileUploadFrame .uploadButton:hover
{
	background: #E3E3E3;
	color: Red;  
}



.search
{
    text-align: justify;
}

.search .match
{
    background: #FCE2E2;
    font-weight: bold;
    text-transform: uppercase;
    color: Black;
}

.feedNews
{
    position: fixed;
    top: 170px;
    right: 4px;
    padding: 4px 6px 2px 6px;
    z-index: 1000;
    text-align: left;
    border: 1px solid #D2D2D2;   
    width: 120px;
    border-radius: 4px;
    background: #F3F3F3;
}

.feedNews .header
{
    font-family: Myriad Pro;
    text-align: center;
    font-weight: 700; 
    font-size: 14px;
    padding-bottom: 2px;
}

.feedNews .item
{
    font-size: 12px;
    padding: 3px 0 3px 0;
}

.reportError
{
    position: fixed;
    bottom: 4px;
    right: 4px;
    padding: 4px 6px 4px 6px;
    z-index: 1000;
    background: White;
    text-align: center;
    border: 1px solid #D2D2D2;
    opacity: 0.50;
    filter: alpha(opacity=50);
    font-size: 12px;
    border-radius: 4px;
}

.tryNewDesign
{
    display: none;
}

.reportError:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.goUp
{
    font-size: 12px;    
    position: fixed;
    top: 4px;
    right: 92%;
    padding: 4px 8px 4px 8px;
    z-index: 96;
    background: White;
    border: 1px solid #D2D2D2;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    color: Red;    
    cursor: pointer;
    border-radius: 4px;
}


.goUp:hover
{    
    border: 1px solid #D2D2D2;
    text-decoration: underline;
}




/*TODO
.divItem
{
    width:100%;
    height:100%;
}
    
.tableMail
{
    width:100%;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;
}
        
.tableMail .tdGrid
{
    width: 25%;
}

.tableMail .tdMail
{

}
        
.tableMail .tdMail .textSubject
{
    width: 100%;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;
}
    
.tableMail .tdMail .textBodyMail
{
    height: 200px;
    width: 100%;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;
}

.form .buttonLogin
{
    border: 0px;
	background: #808080;
	color: White;
	cursor: pointer;
	height: 24px;
	padding: 0px 15px 0px 15px;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
	font-size: 12px;	
    float:right;
}   
*/

.loginRequired
{
    text-align: center;
    margin: 0px 0px 50px 0px;
}


.homePageLink
{
    position: absolute;
    height: 92px;
    width: 324px;
    top: 0px;    
    left: 50%;
    margin-left: -160px;    
}

.forumTitle
{
    font-size: 14px;    
    color: Black;
    text-transform: uppercase;
}

.forumDescription
{
    color: #606060;
    font-size: 12px;
}

.topicTitle
{
    font-size: 14px;    
    color: Black;
    /*text-transform: uppercase;*/
}

.topicTitleBold
{
    font-size: 14px;    
    color: Black;
    /*text-transform: uppercase;*/
    font-weight: bold;
}


/*TODO
.postPreview
{
    border: 1px solid #e0e0e0;
    margin: 10px 0px 20px 0px;
}
*/

/*----- стили для NewHand -----*/
.handParameters
{
    font-size: 12px;
    color: Gray;
}

/*----- стили для окна закладок -----*/
.bookmarks
{
    position: fixed;
    left: 0px;
    top: 115px;
    z-index: 98;
    border: 1px solid #d2d2d2;    
    background: #ffffff url(Images/bookmark.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    min-width: 18px;
    min-height: 18px;    
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
    padding: 3px 7px 5px 5px;
}

.bookmarks a
{
    color: Black;
    vertical-align: sub;
}

.bookmarks .header
{
    display: none;
    font-weight: bold;
}

.bookmarks:hover .header
{
    margin-left: 25px;
    font-weight: bold;
    font-size: 12px;
    display: inline;
    line-height: 20px;
}

.bookmarks .item
{
    display: none;
}

.bookmarks .empty
{
    display: none;
}

.bookmarks:hover .item
{
    font-size: 11px;
    display: block;
    line-height: 20px;
}

.bookmarks:hover .empty
{
    font-size: 11px;
    display: block;
    line-height: 20px;
}

.bookmarks .item .remove
{
    visibility: hidden;
    background: url(Images/del_bookmark1.png); 
    height: 17px;
    width: 12px;    
    float: right;
    cursor: pointer;
    margin: 0px 3px 0px 3px;
}

.bookmarks .item:hover
{
    background: #f0f0f0;
}

.bookmarks .item:hover .remove
{
    visibility: visible;
}

.bookmarks .item .remove:hover
{
    background: url(Images/del_bookmark2.png);
    
}

.bookmarksVisible
{
    position: fixed;
    left: 0px;
    top: 115px;
    z-index: 100;
    border: 1px solid #d2d2d2;    
    background: #ffffff url(Images/bookmark.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    min-width: 18px;
    min-height: 18px;    
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
    padding: 3px 7px 5px 5px;
}

.bookmarksVisible .header
{
    margin-left: 25px;
    font-size: 12px;
    display: inline;
    line-height: 20px;
    font-weight: bold;
}

.bookmarksVisible .item
{
    font-size: 11px;
    display: block;
    line-height: 20px;
}

.bookmarksVisible .item .remove
{
    visibility: hidden;
    background: url(Images/del_bookmark1.png); 
    height: 17px;
    width: 12px;    
    float: right;
    cursor: pointer;
    margin: 0px 3px 0px 3px;
}

.bookmarksVisible a
{
    color: Black;
    vertical-align: sub;
}



/*----- стили для окна благодарностей -----*/
.thanksWindow
{
    width: 300px;
    position: absolute;
    padding: 10px;
    z-index: 2;
    background: white;
    text-align: center;
    border: 1px solid #b0b0b0;
    border-radius: 4px;    
}

.thanksWindow div
{
    overflow: auto; 
    max-height: 200px; 
    margin-bottom: 10px;    
}

.thanksWindow div table
{
    border-collapse: separate;
}

.thanksWindow .header
{
    height: 0px;
}

.thanksWindow .content
{
    padding: 0px;
    overflow: auto;
}

.thanksWindow .thanksList
{
    position:relative;
    width:100%;
}

.thanksWindow .linkClose
{
    padding-bottom:0px;
    margin-right:2px;
    margin-top:2px;
    margin-bottom:0px;
    float:right;
    text-align:right;
}


/*TODO
.attachment
{
}

.attachment .restore
{
    display: none;
}

.deletedAttachment
{
}

.deletedAttachment .name
{
    text-decoration: line-through;
	background: #CCCCCC;
}

.deletedAttachment .delete
{
    text-decoration: underline;
    display: none;
}

.deletedAttachment .restore
{
    text-decoration: underline;
    display: inline;
}

.panel
{
	background: url(Images/grid_row_bg.gif) repeat-x;
	padding: 10px 14px 10px 14px;
	border: 1px solid #a0a0a0;
	border-radius: 4px;	
}
*/

.userOnline
{
    color: #808080;
    line-height: 20px;
}




.tabControlV
{
    
}

.tabControlV ul
{
    width: 200px;
    display: block;
    float: left;    
}

.tabControlV .tab
{
    padding: 5px 14px 5px 14px;
    margin: 3px 0px 3px 0px;
    color: Red;
}

.tabControlV .tab:hover
{
    cursor: pointer;
    background: #f0f0f0;
}

.tabControlV .selectedTab,
.tabControlV .selectedTab:hover
{
    cursor: default;
    background: url(Images/grid_header_bg.gif);    
    color: Black;
    font-weight: bold;
}

.tabControlV .tabContent
{
    border-left: 1px solid #d2d2d2;
    float: left;
    min-width: 550px;
    min-height: 460px;
    padding: 10px 10px 10px 16px;
}

.editProfileActions
{
    position: relative;
    top: -240px;
    width: 190px;
}

.bookmarksGrid
{
    width: 750px;
}




.forumAlert
{
    position: relative;
}

.alertIcon
{
    width: 100%;
    text-align: center;
    text-decoration: none;    
    font-weight: bold;
    color: White;
    height: 20px;
    width: 20px;
    line-height: 18px;
    background: url(Images/Alert.png) no-repeat;   
    position: absolute;
    right: -2px;
    top: 0px;
}

.alertInfoPanel
{
	padding: 10px 14px 10px 14px;
	border: 1px solid #a0a0a0;
	border-radius: 4px;	  
	margin-top: 10px;  
	background: white;
}

.alertInfoPanel .login
{
    font-weight: bold;
}

.space6px
{
    height: 6px;
}

.spaceStreamTranslation
{
    height: 25px;
}

.spaceStreamDescription
{
    height: 45px;
}

.spnNoActiveStream 
{
    margin-left: 15px;
}

.topicName
{
    position: relative;
    min-height: 36px;
}

.streamPreview 
{
    margin: 7px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.streamPreview img
{
    background-size: cover;
    width: 210px;
    height: 120px;
}

.streamPreview:hover
{
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
}

.streamPreview:before
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: attr(data-title);
    height: 35px;
    width: 208px;
    padding-top: 10px;
    font-size: large;
    font-weight: bold;
    color: black;
    border: 1px solid #b2b2b2;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: 0.2s linear;
}

.streamPreview:hover:before
{
    opacity: 0.85;
    background: #cacaca;
}

/*----------- Таблица со стартовыми руками--------------*/
.handButton
{
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
    width: 30px;
    font-size: 10px;
    text-align: center;
    padding: 0px;
    margin: 1px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
    border: 0px;
}

.handButtonOff
{    
    background: #D5D5D5;
}

.handButtonOn
{
    background: #FF0000;
}

.form td.handSliderContainer
{
    padding-top: 10px;
}

.form td.handSliderContainer .handSlider
{
    width: 362px; 
    float:left;
}




.newsItems .newsItem
{
    padding: 16px 20px 18px 20px;
    background: #FCFCFC;
    border: 1px solid #D2D2D2;
    min-height: 32px;
    margin-bottom: 1px;
}

.newsItems .newsItem .title
{
    color: Black;
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin: 0px 4px 0px 4px;
    font-size: 14px;
} 

.newsItems .daysDiff
{
    background: #E3E3E3;
    border: 1px solid #cacaca;
    padding: 2px 6px 4px 6px;
    margin: 10px 0px 1px 0px;
    font-size: 16px;
    font-weight: bold;
}

.subInfo
{
    font-size: 9pt;
    color: #808080;
    padding-left: 30px;
}

.subInfo a
{
    color: #FE7272;
}

.newsItems .date
{
    font-size: 10px;
    color: #606060;
}

.newsItems .showEarlier
{
    display: block;
    padding: 20px 0px 20px 0px;
    color: Black;
}




/*--------------Стиль ссылок для отображения всех благодарностей-------------------*/
.blackLinks
{

}

.blackLink,
.blackLinks a
{
    color: black;
    line-height: normal;
    text-decoration: none;
}

.blackLink:hover,
.blackLinks a:hover
{
    text-decoration: underline;
}




.toolTip
{
    background: #F7F7F7;
    padding: 4px 8px 5px 8px;
    z-index: 1;
    position: absolute;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #808080;
}

.toolTip .tl,
.toolTip .tr,
.toolTip .bl,
.toolTip .br,
.toolTip .top,
.toolTip .bottom,
.toolTip .left,
.toolTip .right
{
    display: none;
}

.toolTip .down
{
    width: 19px;
    height: 21px;
    position: absolute;
    bottom: -21px;
    left: 10px;
    background: url(Images/Tooltip/tooltip_down.gif);
}

.toolTip .up
{
    width: 19px;
    height: 21px;
    position: absolute;
    top: -21px;
    left: 10px;
    background: url(Images/Tooltip/tooltip_up.gif);
}




.quickEdit
{

}

.quickEdit input
{
    padding-left: 6px;
    padding-right: 6px;
}

.quickEdit select
{
    top: 0px;
}



.signatureText
{
    font-size: 12px;
    color: #808080;
}

.signatureLine
{
    border: 0px;
    height: 1px;
    width: 100%;
    color: #a9a9a9;  
    background-color: #a9a9a9;    
}



.feed
{
    width: 100%;
}

.feed .leftPane
{
    width: 44%;
    float: left;   
    padding-right: 8px;
    border-right: 1px solid #e0e0e0;
    /*background-color: Yellow;*/
}

.feed .rightPane
{
    width: 54%;
    float: right;
    /*padding-top: 113px;*/
    padding-left: 8px;
    /*background-color: Aqua;*/
}

.feed .rightPane .info
{
    border-bottom: 1px solid #e0e0e0; 
    padding: 10px 0px 12px 0px;
}

.feed .rightPane .info ul
{
    margin-top: 6px;
}

.feed .rightPane .info li
{
    margin-left: 20px;
}

.feed .rightPane .close
{
    text-align: left; 
    padding-bottom: 10px;
}

.feed .rightPane .close span
{
    float: right;
    color: #606060;
    cursor: pointer;
    padding-right: 16px;
    text-decoration: none;
    background: url(Images/del_bookmark1.png) no-repeat top right;
}

.feed .rightPane .close span:hover
{
    color: #890E0C;
    text-decoration: underline;
    background: url(Images/del_bookmark2.png) no-repeat top right;
}

.feed .rightPane .linkShowPosts
{
    margin-left: 70px;
}

.feed .item
{
    padding: 12px 16px 12px 16px;
    background: #f3f3f3;
    border: 1px solid #D2D2D2;
    min-height: 32px;
    margin-bottom: 1px;
}

.feed .rightPane .item
{
    background: #fcfcfc;
}

.feed .itemViewed
{
    background: White;
}

.feed .item .avatar
{
    padding: 0px;
    margin: 3px 0px 0px 0px;
    width: 32px;
    float: left;
}

.feed .item .desc
{
    margin-left: 50px;  
}

.feed .item .desc .title
{
    color: Black;
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin: 0px 4px 0px 4px;
    font-size: 14px;
}

.feed .item .date
{
    font-size: 9pt;
    color: #808080;
    margin: 2px 0px 6px 0px;
}

.feed .item .postNumber
{
    font-size: 9pt;
    color: #606060;
    float: right;
}

.feed .item .alert
{
    position: relative;
    bottom: 5px;
    margin-left: 10px;
    float: right;
}

.feed .item .alert:hover
{
    cursor: pointer;
}

/*.feed .item .reply
{
    display: inline;
    height: 16px;
    width: 16px;
    background: url(Images/Feed/reply_normal.png) no-repeat;
    float: right;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0px 0px 5px 5px;
}
*/

.feed .item .reply,
.feed .item .quote,
.feed .item .unfollow,
.feed .item .follow
{
    font-size: 9pt;
    visibility: hidden;   
    color: #606060;
    cursor: pointer;
    padding-left: 20px;
}

.feed .item .expand
{
    font-size: 9pt;
    visibility: hidden;   
    color: #606060;
    cursor: pointer;
    padding-top: 3px;
    float: right;
    padding-right: 20px;
}

.feed .item:hover .reply,
.feed .item:hover .quote,
.feed .item:hover .unfollow,
.feed .item:hover .follow,
.feed .item:hover .expand,
.feed .itemSelected .expand
{
    visibility: visible;
}

.feed .itemSelected
{
    background: url(Images/textarea.png) repeat-x;
}

/*
.feed .itemSelected .expand
{
    visibility: visible;
    background: url(Images/Feed/Expand_hovered.png)  no-repeat right;
    color: Black;
}
*/

.feed .item .reply
{
    background: url(Images/Feed/reply_hovered.png) no-repeat left;
}

.feed .item .reply:hover
{
    background: url(Images/Feed/reply_hovered.png) no-repeat left;
    color: Black;
}

.feed .item .quote
{
    background: url(Images/Feed/quote_hovered.png)  no-repeat left;
}

.feed .item .quote:hover
{
    background: url(Images/Feed/quote_hovered.png)  no-repeat left;
    color: Black;
}

.feed .item .unfollow
{
    background: url(Images/Feed/unfollow_hovered.png)  no-repeat left;
    
}

.feed .item .unfollow:hover
{
    background: url(Images/Feed/unfollow_hovered.png)  no-repeat left;
    color: Black;
}

.feed .item .follow
{
    background: url(Images/Feed/follow_hovered.png)  no-repeat left;
    
}

.feed .item .follow:hover
{
    background: url(Images/Feed/follow_hovered.png)  no-repeat left;
    color: Black;
}

.feed .item .expand
{
    background: url(Images/Feed/Expand_hovered.png)  no-repeat right;
}

.feed .item .expand:hover,
.feed .itemSelected .expand
{
    background: url(Images/Feed/Expand_hovered.png)  no-repeat right;
    color: Black;
}

.feed .item .postText
{
    text-align: justify;
    margin: 8px 0px 8px 0px;
}

.feed .item .postButtons
{
    position: absolute; 
    top: 0px; 
    right: 0px; 
    width: 26px;
}

.feed .item .postButtons input[type=button]
{
    width: 24px;
    height: 24px;        
    padding: 0px;
    cursor: pointer;
    border: 0px;
    float: right;
}

.feed .item .postButtons input[type=button]:hover
{
    background-color: #f0f0f0;
}

.feed .item .postButtons .quotePB
{
    background: url(Images/PostActions/Quote.gif);
}

.feed .item .postButtons .sendAlertPB
{
    background: url(Images/PostActions/SendAlert.gif);
}

.feed .item .postButtons .deletePB
{
    background: url(Images/PostActions/Delete.gif);
}

.feed .item .postButtons .complainPB
{
    background: url(Images/Feed/complain_normal.png) no-repeat center;
}

.feed .item .button
{
    height: 16px;
    width: 90px;
    float: right;
    color: Black;
    font-size: 9pt;
    cursor: pointer;
    padding-left: 22px;
    background: url(Images/Feed/quote_hovered.png)  no-repeat left;
}

.feed .daysDiff
{
    background: #E3E3E3;
    border: 1px solid #cacaca;
    padding: 2px 6px 4px 6px;
    margin: 10px 0px 1px 0px;
    font-size: 16px;
    font-weight: bold;
}

.feed .showEarlier
{
    display: block;
    padding: 20px 0px 20px 0px;
    color: Black;
}

.unfollow
{
    font-size: 9pt;   
    color: #606060;
    cursor: pointer;
    padding-left: 20px;
    background: #ffffff url(Images/Feed/unfollow_normal.png);
    background-repeat: no-repeat;
}

.unfollow:hover
{
    color: Black;
    background: url(Images/Feed/unfollow_hovered.png);
    background-repeat: no-repeat;
}

.follow
{
    font-size: 9pt;   
    color: #606060;
    cursor: pointer;
    padding-left: 20px;
    background: #ffffff url(Images/Feed/follow_normal.png);
    background-repeat: no-repeat;
}

.follow:hover
{
    color: Black;
    background: #ffffff url(Images/Feed/follow_hovered.png);
    background-repeat: no-repeat;
}

.feedLink
{
    font-size: 9pt;
    color: #a0a0a0;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 2px;
}

.feedLink:hover
{
    color: Black;
}

/*
.feedLinkQuote
{
    background: url(Images/Feed/quote_normal.png)  no-repeat left;
}

.feedLinkQuote:hover
{
    background: url(Images/Feed/quote_hovered.png)  no-repeat left;
}

.feedLinkComplain
{
    background: url(Images/Feed/complain_normal.png)  no-repeat left;
}

.feedLinkComplain:hover
{
    background: url(Images/Feed/complain_hovered.png)  no-repeat left;
}

.feedLinkDelete
{
    background: url(Images/Feed/delete_normal.png)  no-repeat left;
}

.feedLinkDelete:hover
{
    background: url(Images/Feed/delete_hovered.png)  no-repeat left;
}
*/



.profileActions
{
    width: 570px;
    text-align: center;
    padding: 6px 0px 0px 0px;
    line-height: 24px;
}



/*TODO
.cloud
{
    overflow: hidden;
}
        
.cloud a
{
    color: #890E0C;
    text-decoration: none;
    padding: 0px 10px 0px 10px;               
}

.cloud a:hover
{
    border: 1px solid #890E0C;
    background: white; 
}
*/

.badWord
{
    color: Red;
    text-transform: uppercase;
	font-family: Myriad Pro, Segoe UI, Tahoma, Arial;
    font-size: 11px;
}




/*-------------- Стиль ссылок для отображения облака тегов -------------------*/
.tagsCloudWrapper
{
    padding: 0px 7px 7px 7px;
	position: absolute;
    text-align:center;
}

.allTagsCloudWrapper
{
	background: url(Images/grid_row_bg.gif) repeat-x;
	background-color: White;
	border: 1px solid #b0b0b0;
	position: absolute;
    text-align:center;
    padding: 0px 7px 7px 7px;
	z-index: 1;
}

.tagsCloud
{
    width: 380px; 
    height: 70px;
    text-align: justify; 
    overflow: hidden;
    margin-bottom: 10px;
}

.tagsCloudAll
{
    width: 380px;
    text-align: justify;
    margin-bottom: 10px;
}

.tagsCloud a,
.tagsCloudAll a
{
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
}




.awayPosition
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
}
        
.awayParagraph
{
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.awayParagraph a
{
    text-decoration: underline;
}        

.awayLink
{
    color: Red;
    font-weight: bold;
}




.forumActions,
.topicActions
{
    padding: 10px 0px 10px 0px;  
}

.forumActions .buttons,
.topicActions .buttons
{
    float: right;
}

.forumActions .buttons input,
.topicActions .buttons input
{
    margin-left: 6px;
}

.forumActions select[id$=ddlPeriodForTopics],
.topicActions select[id$=ddlFilterPosts]
{
    top: 0px;
    width: 120px;
}

.editForumButton,
.editTopicButtons
{
    float: right;
    position: relative;
    top: 23px;
    margin-right: 4px;
}


.payInfo
{
    color: #e00e0c; 
    border-left: 1px solid Red; 
    padding: 6px 0px 12px 12px;
    margin-top: 15px;
}

.payInfo h2
{
    margin-top: 0px;
}


.payMethods
{
    float: right;
    width: 150px; 
    text-align: center;   
}

.payMethods a
{
    margin: 0px 0px 20px 0px;
    display: block;      
}

.payMethods img.logo
{
    width: 100px;
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.isUserOnline
{
    font-weight: bold;
}


.card  
{
    background: url('Images/cards_32x44.png'); 
    display: inline-block; 
    height: 44px; 
    width: 32px;
    margin: 0px 1px 0px 1px;
}

.card_2c { background-position: -0px 0px; }
.card_3c { background-position: -32px 0px; }
.card_4c { background-position: -64px 0px; }
.card_5c { background-position: -96px 0px; }
.card_6c { background-position: -128px 0px; }
.card_7c { background-position: -160px 0px; }
.card_8c { background-position: -192px 0px; }
.card_9c { background-position: -224px 0px; }
.card_Tc { background-position: -256px 0px; }
.card_Jc { background-position: -288px 0px; }
.card_Qc { background-position: -320px 0px; }
.card_Kc { background-position: -352px 0px; }
.card_Ac { background-position: -384px 0px; }

.card_2d { background-position: -0px -44px; }
.card_3d { background-position: -32px -44px; }
.card_4d { background-position: -64px -44px; }
.card_5d { background-position: -96px -44px; }
.card_6d { background-position: -128px -44px; }
.card_7d { background-position: -160px -44px; }
.card_8d { background-position: -192px -44px; }
.card_9d { background-position: -224px -44px; }
.card_Td { background-position: -256px -44px; }
.card_Jd { background-position: -288px -44px; }
.card_Qd { background-position: -320px -44px; }
.card_Kd { background-position: -352px -44px; }
.card_Ad { background-position: -384px -44px; }

.card_2h { background-position: -0px -88px; }
.card_3h { background-position: -32px -88px; }
.card_4h { background-position: -64px -88px; }
.card_5h { background-position: -96px -88px; }
.card_6h { background-position: -128px -88px; }
.card_7h { background-position: -160px -88px; }
.card_8h { background-position: -192px -88px; }
.card_9h { background-position: -224px -88px; }
.card_Th { background-position: -256px -88px; }
.card_Jh { background-position: -288px -88px; }
.card_Qh { background-position: -320px -88px; }
.card_Kh { background-position: -352px -88px; }
.card_Ah { background-position: -384px -88px; }

.card_2s { background-position: -0px -132px; }
.card_3s { background-position: -32px -132px; }
.card_4s { background-position: -64px -132px; }
.card_5s { background-position: -96px -132px; }
.card_6s { background-position: -128px -132px; }
.card_7s { background-position: -160px -132px; }
.card_8s { background-position: -192px -132px; }
.card_9s { background-position: -224px -132px; }
.card_Ts { background-position: -256px -132px; }
.card_Js { background-position: -288px -132px; }
.card_Qs { background-position: -320px -132px; }
.card_Ks { background-position: -352px -132px; }
.card_As { background-position: -384px -132px; }  

.card_2c_4x { background-position: -0px -176px; }
.card_3c_4x { background-position: -32px -176px; }
.card_4c_4x { background-position: -64px -176px; }
.card_5c_4x { background-position: -96px -176px; }
.card_6c_4x { background-position: -128px -176px; }
.card_7c_4x { background-position: -160px -176px; }
.card_8c_4x { background-position: -192px -176px; }
.card_9c_4x { background-position: -224px -176px; }
.card_Tc_4x { background-position: -256px -176px; }
.card_Jc_4x { background-position: -288px -176px; }
.card_Qc_4x { background-position: -320px -176px; }
.card_Kc_4x { background-position: -352px -176px; }
.card_Ac_4x { background-position: -384px -176px; }

.card_2d_4x { background-position: -0px -220px; }
.card_3d_4x { background-position: -32px -220px; }
.card_4d_4x { background-position: -64px -220px; }
.card_5d_4x { background-position: -96px -220px; }
.card_6d_4x { background-position: -128px -220px; }
.card_7d_4x { background-position: -160px -220px; }
.card_8d_4x { background-position: -192px -220px; }
.card_9d_4x { background-position: -224px -220px; }
.card_Td_4x { background-position: -256px -220px; }
.card_Jd_4x { background-position: -288px -220px; }
.card_Qd_4x { background-position: -320px -220px; }
.card_Kd_4x { background-position: -352px -220px; }
.card_Ad_4x { background-position: -384px -220px; }    



.price
{
    margin: 0px;
}

