@charset "windows-1251";





/* Основные теги*/


.suggestBoxContainer {
	border:1px solid #ccc;
	background-color:#fff;
	color:#686868;
	position:absolute;
	z-index:10
	cursor:pointer;
  }

  .suggestBox {
	background-color:#fff;
	color:#686868;
	cursor:pointer;
  }  

  .mouse_over {
  	background-color:#eee;
	cursor:pointer;
  }



body {

	background-image:url(/netcat_files/design/bg_top.gif);

	background-repeat:repeat-x;

	margin:0;

	color:#555555;

	font-size:80%;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

li {
	margin-top:12px;
	}

a {

	color:#333333;

}	





p {

	margin:3px 0 15px 0;

	padding:0;

}



h1,h2,h3 {

	color:#666666;

	font-family:"Times New Roman", Times, serif;

	}



/* Абсолютные блоки*/



#top {

	background-image:url(/netcat_files/design/top.png);

	width:841px;

	height:250px;

	position:relative;

	top:0;

	left:5%;
	cursor:pointer;

}

#path {

	position:absolute;

	top:220px;

	left:24%;	

	font-size:80%;

}



#left {

	background-image:url(/netcat_files/design/bg_left.gif);

	position:absolute;

	top:0;

	left:0;

	width:5%;

	height:250px;

}



#artist {

	width:185px;

	height:266px;

	background-repeat:no-repeat;

	position:absolute;

	z-index:1;

	left: 1%;

	top:10px;

}



#afisha_div {

	position:absolute;

	top:0;

	right:0;

	z-index:2;

}



#marina_div {

	position:absolute;

	top:0;

	right:9%;

	z-index:2;

	}



#menu {

	text-align:left;

	padding-left:40px;

	margin-top:30px;

	width:18%;

	float:left;

}



#content {

	margin-left:22%;

	width:60%;

	}	



#copyright {

	background-image:url(/netcat_files/design/omg_logo.jpg);

	background-repeat:no-repeat;

	padding: 10px 0 10px 180px;

	height:129px;

	margin-top:40px;

	margin-left:4%;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color:#999999;
	float:left;
	


}

#ferma {
	text-align:center;
	width:220px;
	height:100px;
	position:absolute;
	margin-top:40px;
	right:3%;
	
	}

/* */

input.wild , textarea.wild {
	width:100%;

}
input {
	border:1px #cccccc solid;
}

/* Дивы*/

div.warnText {
	border:1px #cccccc solid;
	background-color:#eeeeee;
	padding:7px;
	margin-bottom:20px;
}

div.openmenu {

	padding-left:22px;

	margin-bottom:10px;

	}



div.selector {

	margin-bottom:30px;

	}



a.title {

	font-size:120%;

	font-weight:bold;

	display:block;

	margin-top:19px;

	margin-bottom:5px;

	text-decoration:none;

}

a.title_isTitle {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}



div.news_announce {

	margin-left:14px;

	}
	
div.news_announce_isTitle  {
 color:#999999;
 }




div.news_date {

	font-size:80%;

	color:#777777;

	margin-left:14px;

}

div.news_date_isTitle {

	font-size:80%;

	color:#777777;
}

div.small {

	font-size:80%;

	color:#777777;
}

div.video_size {

	font-size:80%;

	color:#777777;

	margin-top:5px;

}



div.news_title {

	font-size:110%;

	color:#999999;

}





/* Стили менюшки */


a.menu_index {
	font-size:130%;
	color:#666666;
	white-space:nowrap;
	text-decoration:none;
	}


a.menu {

	display:block;

	color:#999999;

	white-space:nowrap;

	text-decoration:none;

	}



a.menu:hover { 

	text-decoration:underline;

	}

a.menu.active {

	color:#666666;

	text-decoration:none;

}	



a.menu.open {

	color:#666666;

	text-decoration:none;	

}	





a.menu.main {

	font-size:150%;

	padding-left:5px;

	margin:15px 0 2px 0px;

	font-weight:bold;

	font-family: "Times New Roman", Times, serif;

	border-left:1px #cccccc solid;

	}

a.menu.main:hover {

	background-image:url(/netcat_files/design/grad1.gif);

	background-repeat:repeat-y;

	text-decoration:none;

	}



a.menu.sub {

	padding: 0 6px;

	margin:0px 0 3px 0;

	font-weight:600;

	}





/* Дополнительные класс */



.shadow{

	border-bottom:2px solid #eee;

	border-right:2px solid #eee;

	padding-bottom:2px;

	padding-right:2px;

	background:#ccc;

}

.search_input {
    border:1px #cccccc solid;
    color:#777777;
    }
.search_submit {
    color:#444444;
    border:1px #cccccc solid;
    background-color:#eeeeee;
    }
.preview {
	display:block;
	margin-bottom:10px;
	}


.common
{
	border: 1px solid #CECECE;
	background-color: #F2F2F2;
}
.valid
{
	border: 1px solid #B3D577;
	background-color: #E0F5BD;
}
.error
{
	border: 1px solid #DB8180;
	background-color: #F7C7C7;
}
.important
{
	border: 1px solid #DCCB61;
	background-color: #F8EEB9;
}
.hidden
{
	display: none;
}


#alreadyMail, #alreadyLogin {
  margin:-20px;
	width:300px;
	position:absolute;
	text-align:right;
	display:none;
	}

.wide {
  width:95%;
}






#login {
 background-image:url(/netcat_files/design/login_bg.jpg);
 background-repeat:no-repeat;
 width:125px;
 height:255px;
 padding:10px;
 text-align:left;
}

input.auth {
  font-size:80%;
  width:85%;
  margin-bottom:10px;
}

img.avatar {
	border:2px #ccc solid;
}





/* BBcodes bar & in text BBcodes */
select.nc_bbcode_bar_size {margin-bottom:5px; width:100px;}
img.nc_bbcode_wicon {border:0; width:27px; height:20px;}
img.nc_bbcode_icon {border:0; width:20px; height:20px;}
div.nc_bbcode_error {padding:3px 0; color:#AA0000; font-weight:bold}
input.nc_bbcode_helpbox {margin:0 0 3px; padding:2px 0; width:100%; font-size:10px; font-family:Verdana,Arial; background:none; border:0;}
div.nc_bbcode_colors {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA;}
div.nc_bbcode_color_top {white-space:nowrap;}
div.nc_bbcode_color {padding-top:2px; white-space:nowrap;}
input.nc_bbcode_color {padding:0px; cursor:pointer; height:20px; width:20px; border:0px;}
input.nc_bbcode_color_white {padding:0px; cursor:pointer; height:20px; width:20px; border:1px solid #AAAAAA;}
div.nc_bbcode_smiles {position:absolute; background:#FFFFFF; padding:3px; border:solid 1px #AAAAAA;}
div.nc_bbcode_smile_top {white-space:nowrap;}
div.nc_bbcode_smile {padding-top:2px; white-space:nowrap;}
input.nc_bbcode_smile {padding:0px; cursor:pointer; height:22px; width:22px; border:0px;}
img.nc_bbcode_smile_in_text {margin:0 0 -3px 0;}
/* BBcodes in text */
div.nc_bbcode_quote_1_top {margin:0px 25px 0px 25px;}
div.nc_bbcode_quote_1 {padding:20px; border:1px solid #CCCCCC; background:#FFFFFF;}
div.nc_bbcode_quote_2_top {margin:0px 25px 0px 25px;}
div.nc_bbcode_quote_2 {padding:20px; border:1px solid #CCCCCC; background:#FFFFFF;}
div.nc_bbcode_code {margin:10px 25px 10px 25px;}
span.nc_bbcode_list_closed {margin-left:1em; text-indent:-.65em; display:block;}
div.nc_bbcode_list {margin-left:1em; text-indent:-.65em;}
span.nc_bbcode_color {}
span.nc_bbcode_size {}
a.nc_bbcode_url_1 {}
a.nc_bbcode_url_2 {}
img.nc_bbcode_img {}
span.nc_bbcode_s {}
a.nc_bbcode_cut_link {}
/*END   component styles   */

textarea.text, input.text {
	width:100%;
	border:1px #cccccc solid;
}

table.nc_messages {
	width:100%;
	margin-top:20px;
	}

tr.tr1 {
	background-color:#eeeeee;
}
tr.tr2 {
	background-color:white;
}




.comment {

	padding:5px 5px 5px 10px;

	

	}

.comment_name {

	font-size:110%;

	font-weight:bold;

	}

.comment_head {

	width:100%

	}

.comment_date {

	width:100%;

	text-align:right;

	font-weight:bold;

	}



