/**
 * base.css. ������������ ��� ��������� ������� CSS-��������,
 * ��� �������� ������, ������������ � ����
 *
 * @package     Joostina
 * @subpackage  templates/NewLine
 * @version     $Id: base.css 2009-01-31 11:05 ZaiSL $;
 */
 
/*����� ���������*/
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,pre{margin-bottom:1em;}
strong{font-weight:bold;}

html, body, table, td {
	font: normal 11px/14px Verdana,New York,MS Serif,serif,BernhardFashion BT;
	text-align: left;
	text-decoration: none;
}
body.mceContentBody {
	background: #FFF;
}

p {
	font: normal 12px/16px Verdana,New York,MS Serif,serif,BernhardFashion BT;
	margin: 4px 0 7px 0;
	text-align:justify;
	/*text-indent:20px;*/
}
.article-all li {
	font: normal 12px/16px Verdana,New York,MS Serif,serif,BernhardFashion BT;
	margin: 4px 0 7px 0;
	text-align:justify;
}

/*���������*/
h1, .componentheading {
	color: #373E30;
	font: 18px Verdana,New York,MS Serif,serif,BernhardFashion BT;
	line-height:18px;
	margin:16px 0;
}
h1.contentHighlight 
{
	background-color: #e3e4d7;
	padding: 2px;
}
h2, h3 {
	font: normal 22px "Lucida Sans Unicode", "Lucida Grande", "Myriad Pro", sans-serif;
	margin: 0.3em 0;
}
h4, h5, h6 {
	font: bold 13px "Lucida Sans Unicode", "Lucida Grande", "Myriad Pro", sans-serif;
	margin: 0.2em 0;
}
h2 {
	font-size: 18px;
}
div.div-componentheading {
	background:url(../images/blok_nostr.gif) no-repeat top right;
	max-width: 1000px;
}
div.div-componentheading h1, div.div-componentheading .componentheading {
	background:url(../images/blok.gif) no-repeat top left;
	color:#F3F6D0;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 0 5px 5px;
	text-transform:uppercase;
	line-height:normal;
	max-width: 1000px;
}

.category {
	font: bold 12px/16px Verdana,New York,MS Serif,serif,BernhardFashion BT;
}

h1.contentHighlight {
	background:url(../images/blok_nostr.gif) no-repeat top right;
	color:#F3F6D0;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 0 5px 5px;
	text-transform:uppercase;
	line-height:normal;
	max-width: 1000px;
}
h1.contentHighlight:after {
content: url(../images/blok.gif);
position: relative;
float: left;
top: -3px;
left: -10px;
}

/*������*/
a, a:visited {
	color:#7A8B62;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration:none;
	
	outline: 0;
	
	-moz-outline-style: none;
}
a:hover {
	color:#E58B46;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration:underline;
	
	outline: 0;
	
	-moz-outline-style: none;
}
a.email{
	padding: 0 0 1px 2px;
    text-decoration: none;
    border-bottom: 1px dashed #CCC;
}
a.edit{
	padding: 0 0 1px 2px;
    text-decoration: none;
    border-bottom: 1px dashed #4B8EC2;
    font-weight: bold; color: #4B8EC2;
}
a.edit:hover{
	padding: 0 0 1px 2px;
    text-decoration: none;
    border-bottom: 1px dashed #D43015;
    font-weight: bold; color: #D43015;
}

/*�����������*/
/*.mosimage {
	margin: 2px 10px 0 0;
	padding: 0;
}
.mosimage_caption {
	font: bold 11px "Century Gothic";
}
.mosimage img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
*/
/*�������*/
table th {
	background: #EAECDE;
	padding: 4px;
	font-weight: bold;
}
table tr.sectiontableentry2 {
	background: #F2F3EB;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 4px 2px;
}
td.sectiontableheader {
	background: #EAECDE;
	font-weight: bold;
	padding: 5px 2px;
}


/*�������� ����*/
input [type = text], 
input [type = password], 
input.inputbox, 
input.text_area,  
textarea.inputbox, 
select.inputbox, 
textarea.inputbox, 
textarea.text_area {
	border: 2px solid #EAE6DF;
	color: #828282;
	margin: 5px 5px 5px 1px;
	padding: 2px 6px;
}
.inputbox.error{
    border: 2px solid red;
}
select.inputbox {
	padding: 2px;
}
*:first-child + html input [type = radio] {
	margin: 0;
}

.button {


background-color: #535C43;
cursor:pointer;

	
list-style: none !important;
border-color: #85906F !important;
border-width: 2px !important;
border-style: solid !important;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
line-height: 23px!important;
-webkit-appearance: button;
outline: none;

color: white !important;
font: bold 11px/14px Verdana,New York,MS Serif,serif,BernhardFashion BT !important;
display: inline-block;
height: 27px !important;
margin: 0 !important;
padding: 0 10px !important;



 }
 
 .act {
 
 background-color: #535C43;
color: #F3F6CD !important;
 }
 
 
.button a, .button b, .button input, .button button {
	display:inline-block;
	padding:0 0 0 11px;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	outline:none;
	background:url(../images/buttons/bg-button-l.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}
.button input, .button button {
	height:22px;
}
.button img {
	vertical-align:middle;
	border:none;
}
.button:hover {
	background-position:100% -22px;
}
.button:hover a, .button:hover b, .button:hover input, .button:hover button {
	background-position:0 -22px;
	padding:0 0 0 11px;
}
.button:active {
	background-position:100% -44px;
}
.button:active a, .button:active b, .button:active input, .button:active button {
	background-position:0 -44px;
}



/*��������������*/
.small, .createdate {
	font-size: 11px;
	padding: 0px;
}
.date {
	background: url(../images/date.png) no-repeat top left;
	padding: 0 0 0 20px;
    font-size: 11px;
    font-weight:bold;
}
.author{
    font-size: 11px;
    font-weight:bold;
}
span.email{
	background: url(../images/elements/mail.png) no-repeat left;
	padding: 0 0 3px 21px;
    text-decoration: none;
}
span.edit{
	background: url(../images/elements/edit.png) no-repeat right bottom;
	padding: 0 0 3px 18px;
    text-decoration: none;
}
.online {
	background: url(../images/bullet_green.png) no-repeat left;
	padding: 2px 0 2px 11px;
}
.offline {
	background: url(../images/bullet_red.png) no-repeat left;
	padding: 2px 0 2px 11px;
}
.indicator{
	height:20px;
}
.inprogress {
 	background: url(../images/elements/loader.gif) no-repeat  left;
 	padding: 0 0 0 22px;  	
}
.info{
	padding: 10px;
	background: #E9EBDF;
	margin: 5px 0 10px 0;
}
#email, #print {
}

#jdebug{
	padding: 10px;
	text-align:left;
}


/* ����  */
table.adminform {
	border: none;
	margin: 5px 10px 0 5px;
	padding: 0 2px 0px 0;
	width: 90%;
}
.dynamic-tab-pane-control .tab-row .tab {
	background-color: #E2E2E2;
	background-image: none;
	border: 1px solid white;
	cursor: pointer;
	display: inline;
	float: left;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	height: 16px;
	margin: 4px -1px 0 4px;
	overflow: hidden;
	padding: 2px 6px 4px 6px;
	position: relative;
	top: 0;
	white-space: nowrap;
	width: auto;
	z-index: 1;
}
#userInfo.dynamic-tab-pane-control .tab-page {
	background: #fcfcfe;
	border-top: 2px solid #e7e7e7;
	float: left;
	margin-left: 1px;
	padding: 20px;
	position: relative;
	text-align: left;
	top: 0;
	z-index: 0;
}
table#toolbar a.toolbar, table#toolbar a.toolbar img {
	border: none;
}
#mosUserForm td.pkey {
	font-weight: bold;
	width: 200px;
}
#mosUserForm textarea, #mosUserForm input {
	width: 90%;
}
#mosUserForm table#table_userprofile {
	padding: 10px 0 0 0;
}



/*���������*/
span.pagenav{
	color:#FE0693;
}
.pagenavigation{
	padding:20px 0 20px 0;
	clear:both;
}
.pagenavigation ul{
	list-style:none;
	padding:0;
	margin:0;
}
.pagenavigation ul li{
	list-style:none;
	padding:3px;
	font-size:11px;
	display:inline;
}
.pagenavigation ul li a{
	padding:3px 5px 3px 5px;
	text-decoration:none;
	font-size:11px;
	background:#D8E6F1;
	border:1px solid #9BC7EA;
	color:#000;
}
.pagenavigation ul li a:hover{
	background:#C3DDF1;
}
li.first_page span,li.last_page span{
	display:none;
	visibility:hidden;
}
.pn_nav{
	text-align:center;
	margin:15px 0 20px 0;
	clear:both;
}
.pn_nav a{
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	margin:0 5px;
	background:#656565;
	border:3px solid #D0D0D0;
	padding:5px 6px;
	text-decoration:none;
}
.pn_nav a:hover{
	color:#FDCDEB;
	background:#000;
	border:3px solid #656565;
}

div.pathway_t {
	background: url(../images/bg_horizont.gif) repeat-x left top;
	/*margin:0 10px;*/
}
div.pathway_b {
	background: url(../images/bg_horizont.gif) repeat-x left bottom;
	padding-bottom:5px;
	text-align:right;
}

/*������� - ���������*/
.jwajaxvote-inline-rating {
	display: block;
	vertical-align: middle;
	line-height: 25px;
}
.jwajaxvote-star-rating {
	float: left;
}
.jwajaxvote-star-rating, .jwajaxvote-star-rating a:hover, .jwajaxvote-star-rating .current-rating {
	background: url(../images/rating/star.gif) left -1000px repeat-x;
}
.jwajaxvote-star-rating {
	position: relative;
    width: 100px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}
.jwajaxvote-star-rating li {
	display: inline;
	background-image: none;
	padding: 0;
}
.jwajaxvote-star-rating a, .jwajaxvote-star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.jwajaxvote-star-rating a:hover {
	background-position: left bottom;
}
.jwajaxvote-star-rating a.one-star {
	width: 20%;
	z-index: 6;
}
.jwajaxvote-star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}
.jwajaxvote-star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.jwajaxvote-star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.jwajaxvote-star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.jwajaxvote-star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}
.jwajaxvote-box {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}
.jwajaxvote-clr {
	clear: both;
}

/*����������� ���������*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #E4E6D4;
	background-color: #EAECDE;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
}
#tooltip h3{
    font-size: 14px; font-weight: bold;
}
#phpbb #page-header{
	display: none;
}
.article-content-img  td li{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
.article-content-img  td ul{
	margin: 0px;
	padding: 0px;
}
.contentpane td{
	vertical-align: middle;
}
.center{
	text-align: center;
}




#cbMenuNav a {
text-decoration: none;
display: inline-block;
float: left;
padding: 0 8px;
}

#cbMenuNav a {

font-weight: 100;
line-height: 15px;
color: #F3F6D0 !important;
font-family: Verdana!important;
font-size: 11px;
font-weight: bold !important;
text-transform: uppercase;
}

#avatar__choice, #cbfv_29 .cbFieldIcons {
	display: none !important;
}

.ava-up input {
	vertical-align: baseline;
}

.ava-up td {
	vertical-align: middle;
}

#user_post {
}

#user_post .head {
	width: 60%;
	font-size: 14px;
	background-color: #f1f3eb;
	height: 20px;
	padding: 5px;
}

#user_post .head2 {
	font-size: 12px;
	background-color: #f1f3eb;
	height: 20px;
	padding: 5px;
}

#user_post .post {
	width: 840px;
	display:block;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial;
}

#user_post .del {
	border-top-color: #7e7e7e;
	border-top-width: 1px;
	border-top-style: solid;
	height: 20px;
}

.us_name {
	top: 5px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
#counterContent {
	padding-left:0 !important;
	
}
#counterContent table {
	margin: 0 auto;
}
#counterContent td {
	padding:0 5px;
}
td.td_medium table {
	margin:0 auto;
}

