/* CSS Document */
/*--------------------------------------------------------------Ссылки-------------------*/

img{ border:none;}

a:link, a:visited, a:hover, a:active { color:#0099CC; }
a:hover, a:active { color:#006699; }

#language a:link, #language a:visited, #language a:hover, #language a:active {
	font-size:50%;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px;
}
#language a:hover, #language a:active { 
	color:#CC66CC;
	text-decoration:none;
}

.main_menu { padding-top:10px; }
.main_menu span {
	color:#FFFFFF;
	padding:6px;
}
.main_menu a:link, .main_menu a:visited, .main_menu a:hover, .main_menu a:active {
	font-size:110%;
	color:#FFFFFF;
	font-weight:normal;
}
.main_menu a:hover, .main_menu a:active {
	color:#FFCC00;
}

/*------------------------------------------------------------------------------ Параграфы, заголовки... ---------*/
p {font-size:100%; margin:3px;}

.left_column p {
	margin-left:20px;
	margin-right:20px;
	padding-bottom:10px;
}
.right_column p {
	margin-left:10px;
	margin-right:20px;
	padding-bottom:10px;
}


h1, h2, h3, h4, h5 { font-weight:normal; }
h1 {
	font-size:190%;
	color:#FF6600;
	text-align: center;
}
h2 {
	font-size:170%;
	color:#FF6600;
	margin-bottom:20px;
}
h3 {
	font-size:180%;
}
h4 {
	font-size:150%;
}
h5 {
	font-size:130%;
	margin-bottom:0px;
}
h6
{
	font-size:110%;
	margin-bottom:10px;
	margin-top:-15px;
}
/*---------------------------------------------------------------	Внутренности главного блока (Главная страница)	----------*/
.inner_shadow_block {
	width:430px;
	position:relative;
	margin:0px auto 30px;
	padding:5px 10px 5px 10px;
	background:url(/img/left_right_sides.gif) repeat-y;
}
.top_side, .bottom_side {
	position:absolute;
	width:440px;
	height:5px;
	left:5px;
}
.top_side {
	top:-5px;
	background:url(/img/top_side.gif);
}

.top_side {
	top:-5px;
	background:url(/img/top_side.gif);
}
.top_side {font-size:1px;}

.bottom_side {
	bottom:-5px;
	background:url(/img/bottom_side.gif);
}
* html .bottom_side {font-size:1px;}

.l_t_corner, .r_t_corner, .l_b_corner, .r_b_corner {
	position:absolute;
	width:5px;
	height:5px;
}
.l_t_corner {
	top:-5px;
	left:0px;
	background:url(/img/top_left_corner.gif);
}
.r_t_corner {
	top:-5px;
	right:0px;
	background:url(/img/top_right_corner.gif);
}
.l_b_corner {
	bottom:-5px;
	left:0px;
	background:url(/img/bottom_left_corner.gif);
}
.r_b_corner {
	bottom:-5px;
	right:0px;
	background:url(/img/bottom_right_corner.gif);
}

/*--------------------------------------------------------------- Внутренности inner_shadow_block --------*/
.inner_shadow_block img { float:left; }
.cel { margin-top:50px; }
.seif { margin:30px 0px 0px 10px; }
.ukaz { margin-top:80px; }

.inner_shadow_block h1, .inner_shadow_block h2, .inner_shadow_block h3, .inner_shadow_block h4, .inner_shadow_block h5  {
	text-align:right;
	color:#ff6c00;
	font-weight:normal;
}
.inner_shadow_block h3 {	
	font-size:200%;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:-5px;
	margin-top:0px;
}

.inner_shadow_block h4 {	
	font-size:150%;
	padding-top:10px;
	padding-right:10px;	
}

.inner_shadow_block h5 {	
	font-size:130%;
	padding:5px;
	text-align:right;}

.inner_shadow_block p {
	margin-left:130px;
	font-size:100%;}

#banner {
	width:450px;
	height:250px;
	position:relative;
	margin:0px auto;
	text-align: center;
}

.register {	margin-bottom:30px;}
.or {
	padding-top:105px;
	font-size:200%;
	color:#BBBBBB;
}

.advantages h3 {
	font-size:130%;
	color:#187196;
	font-weight:normal;
	margin-bottom:5px;
	margin-left:10px;
}

.advantages p {
	padding:5px 20px 10px 20px;
}

#footer {
	font-size:85%;
}


/*------------------------------------------------------------------------------ Формы, кнопки... ---------*/

.button_margin_left {
	margin-left:20px;
}

.message_form {
	background:#FFFFCC;
	border:#FFCC33 1px solid;
	padding:10px;
	margin:10px 5px;
	width:96%;
}

.message_form h5 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:130%;
}

.message {
	width:96%;
	border:#CCCCCC 1px solid;
	padding:10px;
	margin:10px 5px;	
}

.message .date {
	font-size:100%;
	color:#CCCCCC;
	color:#FF6600
}

.message .file {
	float:right;
	padding:15px;
	border:#CCCCCC 1px solid;
	margin:20px;
	margin-top:40px;
	margin-right:5px;
}

.message p {
	margin-left:5px;
}

.message img {
	padding:4px;
	border:#CCCCCC 1px solid;
}

.message .pic {
	border:none;
	margin:0px;
	padding:0px;
}

#broadcast h5, #personal h5 {
	margin-bottom:5px;
	font-size:110%;
	font-weight:bold;
}

#personal {
	margin-bottom:30px;
}

.small {
	font-size:90%;
	color:#666666;
}

.small_red {
	color:#F00;
	font-size: 80%;
}

.write {
	font-size:130%;
}
/*------------------------------------------------------------------------------ Блоки ---------*/
.yellow_div {
	background:#FFFFCC;
	border:#FFE633 1px solid;
	padding:10px;
} 
.yellow_div h4 {
	font-size:105%;
	font-style:italic;
	font-weight:bold;
}
.yellow_div li { margin-bottom:4px;}

.my_all_projects, .my_all_blogs {
	padding:0px 10px 10px 10px;
}
.my_all_projects h4, .links_to_friends h4, .my_all_blogs h4 {
	font-size:130%;
}
* html .my_all_projects h4, * html .my_all_blogs h4, * html .links_to_friends h4 {
	font-size:120%;
}
.my_all_projects li, .my_all_blogs li {
	list-style:decimal;
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:#CCCCCC 1px solid;
}
.my_all_blogs {
/*	background:#FFFFCC;
	border:#FFE633 1px solid;*/
}

.links_to_friends {
	padding:0px 10px 10px 10px;	
}
.links_to_friends h4 {
/*	_margin-top:-15px;
	margin-top:-7px;*/

}

.link {
	margin-top:7px;
	margin-bottom:7px;
}

.stop_projects {
	font-size:110%;
	padding:10px;
	font-style:italic;
	font-weight:bold;
}

.question {
	font-size:130%;
	margin-bottom:30px;
}
.question h4 {
	font-size:120%;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	background:#FFFFCC;
	border-left:#FFE633 2px solid;
}
* html .question h4 {
	font-size:120%;
/*	font-weight:bold;*/
	padding:5px;
	background:#FFFFCC;
	border-left:#FFE633 2px solid;
}
.question .controls{
	margin-left:30px;
	line-height:22px;
}

#web_money, #charity, #mob_tel {
	padding:10px;
}

#web_money table, #charity table, #mob_tel table {
	background:#FFFFCC;
	border:#FFE633 1px solid;
}

.center {
	margin:0px auto;
}

#text,#cl {
	font-size:120%;
	color:#0099FF;
	font-style:italic;
}
#end {
	font-size:120%;
	color:#FF9900;
	font-style:italic;
}

span.error, label.error {
	display:block;
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
	font-style:italic;
}
input.error {
	border:1px solid #FF0000;
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
	font-style:italic;
}

.edit_block {
	border:#FFCC66 1px solid; 
	background:#FFFFCC; 
	padding:10px; 
	margin:5px; 
	width:275px;
	height:230px;
	position:absolute;}

.edit_visible {
	position:relative;
	border:#FFCC66 1px solid; 
	background:#FFFFCC;}

.blk_1, .blk_2, .blk_3, .blk_4 {left:170px; top:0px;}	

.info_table {}

.info_table .header {background:#FFF2D7; font-weight:bold;}

.relative { position:relative;}

.block { display:block;}

.big 
{
	font-size:180%;
	color:#555555;
}