body {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

/*
форма авторизації
*/

.login_table {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	margin-top: 200px;
	padding: 10px;
	
	border: 1px solid #DBE2E8;
}

.login_table input {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border: 1px solid #DBE2E8;
}

.login_table_name {
	font-size: 13px;
	font-weight: bold;
}

/*
копірайти
*/

.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	
	text-align: center;
	
	margin: 10px;
}

.copyright a {
	color: #D31E1E;
	text-decoration: none;
}

.copyright a:hover {
	color: #a81414;
}



/*
контент
*/

.content_table {
	width: 700px;
	
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	margin-top: 10px;

	border: 1px solid #DBE2E8;
}

.content_table_name {
	font-size: 13px;
	font-weight: bold;
}

.content_table_sub_name {
	font-size: 11px;
	font-weight: bold;
}

.content_table_row a {
	color: #000000;
	text-decoration: none;
}

.content_table_row a:hover {
	color: #a81414;
}

/*
форми
*/

.content_table input, .content_table select {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border: 1px solid #DBE2E8;
}

.content_table .textarea_page_name{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	width: 560px;
	height: 60px;
	
	border: 1px solid #DBE2E8;
}

.content_table .textarea_page_text{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	width: 664px;
	height: 250px;
	
	border: 1px solid #DBE2E8;
}

.content_table .textarea_page_other{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	width: 560px;
	height: 50px;
	
	border: 1px solid #DBE2E8;
}

/*
верхнє меню
*/

.content_table_menu a {
	color: #D31E1E;
	text-decoration: none;
	
	margin-right: 8px;
}

.content_table_menu a:hover {
	color: #a81414;
}

/*
панель навігації по сторінках
*/

.navigation {
	margin-bottom: 10px;
}

.navigation a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/*
посилання з певною дією
*/

.content_table .content_table_row .action_link {
	font-size: 10px;
	text-decoration: none;
	color: #D31E1E;
}

.content_table .content_table_row .action_link:hover {
	color: #000000;
}

.main_page_action_link {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/*
фрейм для завантаження файлів
*/

.upload_files {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	width: 560px;
	height: 250px;
	
	border: 1px solid #DBE2E8;
}