/* 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,
.language_selector a:link, .language_selector a:visited, .language_selector a:hover, .language_selector a:active,
#ctl00_language a:link, #ctl00_language a:visited, #ctl00_language a:hover, #ctl00_language a:active {
	font-size:50%;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px;
}
#language a:hover, #language a:active ,
.language_selector a:hover, .language_selector a:active ,
#ctl00_language a:hover, #ctl00_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;
}


/*
***********************************************************/
.col_wrp {
	overflow:hidden;
	margin:15px;
	padding:10px;
/*	background:#999;*/
	border:#CCC 1px solid;}


.l_col {
	float:left;
	width:50%;
/*	background:#FF6;*/}
.r_col {
	float:right;
	width:50%;
/*	background:#FC6;*/}


.spec_txt,
.description {
	padding:15px;}
.spec_txt h3,
.description h3 {
	margin:0px 0px 10px 0px;}
.spec_txt h4,
.description h4 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 4px 0px;
	border-bottom:#F30 1px solid;}
.spec_txt p,
.description p {
	margin:0px 0px 10px 0px;}			
.spec_txt li,
.description li {
	margin:0px 0px 10px 0px;
	font-weight:bold;}		

.spec_txt {
	border:#F30 1px solid;}

.fnormal {
	font-weight:normal;}


	
.attention {
	margin:40px 0px 0px 0px;
	padding:15px;
	font-weight:normal;
	color:#F30;	
	background:#FFF;
	border:#F30 1px solid;}

a.what_is:link,
a.what_is:visited,
a.what_is:hover,
a.what_is:active {
	display:inline-block;
	margin:0px 0px 5px 0px;
	text-decoration:none;
	border-bottom:#090 dashed 1px;
	color:#000;}

a.what_is:hover {
	border-bottom:#F90 dashed 1px;
	color:#000;}	

span.quest {
/*	padding:3px;*/
	display:inline-block;
	font-size:10px;
	height:15px;
	padding:0px 3px;
	text-align:center;
	color:#F60;
	background:#FFF;
	border:#F90 1px solid;}	
	
.block {
	display:block;}
	
a.sys_type:link,
a.sys_type:visited,
a.sys_type:hover,
a.sys_type:active {
	display:inline-table;
	margin:5px 0px 5px 0px;}	
	

.download_type {
	padding:0px 10px 0px 0px;}	

.change_type {
	padding:5px;
	margin:10px 0px 10px 0px;
	background:#F7F7F7;
	border:#CCC 1px solid;}	
.change_type table {
	margin:5px 0px 0px 0px;}
	
.start_p {
	margin:10px 0px 20px 0px;}
	
.download_block {
	margin:15px 0px 0px 0px;}	
		
.current_comp {
	font-size:11px;
	color:#F90;}
.comptype {
	display:inline-block;
	width:260px;
	height:26px;
	line-height:180%;
	margin-bottom:-8px;
	$margin:10px 0px 0px 0px;
/*	margin-top:5px;
	padding:10px 0px 0px 0px;*/
	overflow:hidden;
	color:#000;}

.clear {
	clear:both;}


.smaller 
{
	font-size:12px;}
	
#ctl00_ContentPlaceHolder1_NextStep
{
	display:none;
}

#ExistUser {
    text-align: center;
    display: block;
    line-height: 3;
    margin: 0 10px 30px 10px;
    font-size: 24px;
    border: 2px solid #ff6c00;
    border-radius: 5px;
    background: linen;
    display: none;
}

.login_in_header {
    position: absolute;
    top: 29px;
    left: 50%;
    font-size: 50%;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    line-height: 1;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: -250px;
    background: white;
}

    .login_in_header span {
        font-weight: normal;
        color: gray;
        font-size: 12px;
        padding-right: 5px;
    }

