body{
	background-color:black;
	font-size : 12px;
	font-family : Tahoma, sans-serif;
}

div.block{
	border: 1px solid #ddddcc;
	background-color: #9faaaa;
	margin-bottom: 3px;
	padding: 10px;
}
.clear{
	clear:both;
}

.dragme{position:relative;}

/* ---  --- */

H1, H2, H3{
	font-family : "Times New Roman", Times, serif;

}
H1.section{
	font-size : 18px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight : normal;
	margin-top:0px;
}
H2.section{
	font-size : 16px;
	font-weight: bold;
}
H3.section{
	font-size : 100%;
	font-weight : normal;
	font-style: italic;

}

/* ---  --- */
UL{
	margin-left : 12px;
	padding-left : 12px;
}
OL{
	margin-left : 24px;
	padding-left : 24px;
	line-height : 20px; 
}

/* ---  --- */
INPUT, TEXTAREA{
	border : 1px solid #333;
	background : #FFF;
	font-family : Tahoma, sans-serif;
	font-size : 12px;
}
.radio{
	border : 0px;
	background: transparent;
}

/* ---  --- */
.tblCommon{
	width : 100%;
	border : 0px;
	font-size : 12px;
}
.tbl{
	font-size : 12px;
}
.tbl TD, TH{
	vertical-align : top;
}

.text{
	font-size : 12px;
}
/*
.tblCommon TD{
	vertical-align : top;
}
.tblCommon TH{
	vertical-align : top;
}
*/

/* --- Images --- */
.imgSimple{
	border : 0px;
}
img{
	border: none;
}

/*-------divDialog------*/
.divDialog{
	background-color : white;
	color: black;
	border:solid 1px black; 
}
.divDialog A{
	color: maroon;
}
.divDialog A:HOVER{
	color: maroon;
	text-decoration: underline;
}

.divDialog_title{
	background-color : white;
	color: black;
	border-bottom:solid 1px black; 
	cursor: pointer;
}


/* ���������� ����� ��� ������� */
div#userTagsCont{
	overflow: auto;
	position: absolute;
	width: 200px;
	height: 300px;
}
div#userTagsCont div.head{
	font-weight: bold;
	margin-bottom: 7px;
}
div#userTagsCont ul{
	padding: 0px;
	margin: 0px;
}
div#userTagsCont ul li{
	display:block;
	list-style: none;
	padding: 3px;
}
ul.userTagListJournal{
	margin: 0px;
	padding-left: 3px;
}
ul.userTagListJournal li{
	display:block;
	list-style: none;
}

/* tablesorter */
table.tablesorter thead tr .header {
        background-image: url(/gfx/tablesorter/bg.gif);
        background-repeat: no-repeat;
        background-position: center left;
        cursor: pointer;
		padding-left: 20px;
}
table.tablesorter thead tr .headerSortUp {
        background-image: url(/gfx/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
        background-image: url(/gfx/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}

/* jquery ui dialog */
.ui-widget {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
}


/* Yandex share button */
body .b-share{
	font: inherit;
	
}
body .b-share__text{
	margin-right: 0px !important;
}
body div.b-share{
	padding: 0px !important;
	margin: 0px !important;
	font-size: inherit;
}
body .b-share__handle{
	padding: 0px !important;
}
body .b-share__text{
	font-size: inherit;
	font-family: Tahoma, sans-serif;
	margin: 0px !important;
	padding: 0px !important;
}

/* Entry editor */

div.flashDialog label{
	display: block;
	float:left;
	width: 100px;
	margin-bottom:3px;
}
div.flashDialog input.num{
	width: 50px;
}

div.flashDialog p{
	font-style: italic;
}

div.flashDialog textarea{
	width:100%;
}
	






