
/* блоки с текстом */

.courses_wrap { width: 100%;}

#courses_list table.text_about {

background: #f5f5f5;
border: 0px;
}


#courses_list th.text_about, #courses_list td.text_about {
background: #f4fbff;
border: 0px;
		}
		
		#courses_list th.text_about1, #courses_list td.text_about1 {
background: #f4fbff;
border: 0px;
text-align: justify; 
		}
		


/*
#courses_text_left {
float: left;
width: 75%;
border: 1px;
background: #f4fbff;
padding: 10px;

}
#courses_text_right
{
float: left;
width: 20%;
border: 1px;
background: #f4fbff;
padding: 10px;

}*/

/* Список видов */
	
#exchange_list .list {
	margin-top: 10px;
}
	
/* Вид */
	
#exchange_list .exchange {
	overflow: hidden;
}
	
/* Нечетный вид */
	
#exchange_list .odd_exchange {
	background: #f4fbff;
}
	
	/* Данные вида */
	
	#exchange_list .exchange .info {
		margin: 2px 0;
		float: left;
		clear: both;
	}
	
		/* Название вида */
		
		#exchange_list .exchange .title {
			font-weight: bold;
		}
		
		/* Имя вида в БД */
				
		#exchange_list .exchange .name {
			color: #aaa;
			font-size: 11px;
		}
		
	/* Действия с видом */
		
	#exchange_list .exchange .actions {
		float: right;
		font-size: 10px;
	}

/* Наборы полей */

#course_set fieldset {
	width: 200px;
}

	/* Поля ввода */

	#course_set fieldset input {
		width: 70px;
	}

/* Таблица */

#courses_list table {
	border: 2px solid #c0c0c0;
}

	/* Обычная ячейка и заголовок */
	
	#courses_list table th, #courses_list table td {
		border: 1px solid #d3dae4;
	}
	
		/* Выравнивание по центру */
		
		#courses_list th.center, #courses_list td.center {
			text-align: center;
		}

	/* Ячейка-заголовок */
	
	#courses_list table th {
		padding: 5px 10px;
		color: #fff;
		background: #f4fbff;
	}
	
		/* Ссылка */
	
		#courses_list table th a {
			color: #004080;
			text-decoration: none;
		}
		
			/* При наведении мышью */
			
			#courses_list table th a:hover {
				text-decoration: underline;
			}

		/* Активная */

		#courses_list table th.active {
			background: #d4e5ee;
		}

	/* Курс обмена */
	
	#courses_list table td.exchange {
		background: #fdf9ed;
	}

	/* Обычная ячейка */
	
	#courses_list table td {
		background: #fff;
	}
	
		/* Активная */
	
		#courses_list table td.active {
			background: #fff;
		}
		
/* Установка курса */

/* День недели */

#course_set #is_update_mon-label, #course_set #is_update_tue-label, #course_set #is_update_wed-label, 
#course_set #is_update_thu-label, #course_set #is_update_fri-label, #course_set #is_update_sat-label, #course_set #is_update_sun-label {
	width: 20px;
	float: left;
	clear: both;
}

/* Автообновление курса */

#course_set #is_autoupdate-label {
	margin-top: 15px;
	font-weight: bold;
}

#course_set .inactive_autoupdate #is_autoupdate-label {
	color: #999;
}

/* Блок параметров автообновления */

#course_set #fieldset-update_days, #course_set #fieldset-update_times {
	background: #f4fbff;
}

#course_set #fieldset-update_days {
	padding-top: 10px;
}

/* Блоки параметров автообновления курсов */

#course_set .courses_update_params {
	position: relative;
	width: 300px;
	background: #effff8;
}

	/* Поле ввода */

	#course_set .courses_update_params input {
		width: 230px;
	}

	/* Область ввода */
	
	#course_set .courses_update_params textarea {
		width: 230px;
		height: 100px;
	}
	
	/* Описание */
	
	#course_set .courses_update_params .description {
		font-size: 11px;
		color: #666;
	}
	
	/* Ошибка поля ввода */
	
	#course_set .courses_update_params .error_input {
		background: #eacece;
	}
	
/* Кнопка получения кода страницы */

#course_set .courses_update_params input.get_code_button {
	width: 190px;
	margin-top: 8px;
}

/* Индикатор загрузки кода страницы */

.site_url_input_loader {
	position: absolute;
	top: 65px;
	right: 30px;
}

/* Область просмотра кода страницы */

#site_html_block {
	width: 900px;
	height: 620px;
	margin-left: -450px;
	margin-top: -150px;
}

	#site_html_block textarea {
		width: 860px;
		height: 500px;
	}

/* Затемненный курс */

.faded {
	color: #999;
}

/* Блок ссылок на разные курсы */

.other_courses_block {
	margin-top: -10px;
	margin-bottom: 35px;
	text-align: center;
}
	
	/* Ссылки */
	
	.other_courses_block a {
		margin-right: 10px;
		padding: 10px;
		font-size: 14px;
		color: #555;
		text-decoration: none;
		background: #f4fbff;
		border: 1px solid #c1c8cc;
	}
	
		/* Активный пункт */
	
		.other_courses_block .active {
			font-weight: bold;
		}
	
		/* При наведении мышью */
	
		.other_courses_block a:hover, .other_courses_block a:visited {
			color: #555;
			text-decoration: underline;
		}
		
.courses_informer_block {
	float: left;
	width: 220px;
	height: 105px;
	background: #f4fbff;
}

.courses_informer_block .informer {
	float: left;
	margin: 10px;
}

.courses_informer_block .informer a {
	width: 200px;
}

.courses_info_block {
	float: right;
	padding: 20px;
	width: 625px;
	border: 1px solid #d3dae4;
}