

html {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}


/* Документ */

body {
	font: normal 13px verdana;
	background-color: rgb(220, 153, 221);
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
	scrollbar-arrow-color: rgb(214, 34, 124);
	scrollbar-face-color: rgb(220, 153, 221);
	scrollbar-highlight-color: rgb(214, 34, 124);
	scrollbar-shadow-color: rgb(214, 34, 124);
	scrollbar-darkshadow-color: rgb(240, 153, 221);
	scrollbar-track-color: rgb(220, 153, 221);
}

/* Для IE */
html {
	font: normal 13px verdana;
	background-color: rgb(220, 153, 221);	
}
/* Для IE */



/* Таблицы */

table td.column {
	
	background-color: rgb(220, 153, 221);
	border: none;
}

table td.centre {
	background-color: rgb(240, 153, 221);
	border: 1px solid #6A0A6A;
	padding: 20px;
}



/* Текст */

P {
    font-family: Arial;
	font-size: 12px;
	color: rgb(0, 0, 0);
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
}

H1 {
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
	color: rgb(60, 30, 30);
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

H1 a, H1 a:link, H1 a:active, H1 a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 18px;
	color: rgb(60, 30, 30);
	border-bottom: 2px rgb(214, 34, 124) dotted;
}

H1 a:hover {
	border-bottom: 2px rgb(60, 30, 30) dotted;
}

P.users {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
	color: rgb(0, 0, 0);
}
P.users a, P.users a:link, P.users a:active, P.users a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	border-bottom: 1px rgb(0, 0, 0) dotted;
}
P.users a:hover {	
	border-bottom: 1px rgb(60, 30, 30) dotted;
}

P.copy {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
	color: rgb(214, 34, 124);
}
P.copy a, P.copy a:link, P.copy a:active, P.copy a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	border-bottom: 1px rgb(214, 34, 124) dotted;
}
P.copy a:hover {	
	border-bottom: 1px transparent solid;
}

SPAN {
    font-family: Arial;
	font-size: 12px;
	color: rgb(0, 0, 0);
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
}



/* Ссылки */

A, A:link, A:active, A:visited {
	text-decoration: underline;
	font-family: Times New Roman;
	font-size: 14px;
	color: rgb(0, 0, 0);	
}

A:hover {	
	text-decoration: none;
	color: rgb(0, 0, 0);
}



/* Оформление */

.border {
border: black 1px solid;
}



/* Элементы формы */

input {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana;
    color: rgb(0, 0, 0);
    background-color: rgb(240, 153, 221);
    border: 1px solid #6A0A6A;
    height: 17px;
    margin: 2px;
}

textarea {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana;
    color: rgb(50, 30, 30);
    background-color: rgb(240, 153, 221);
    border: 1px solid #6A0A6A;
}

select {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana;        
    color: rgb(50, 30, 30);
    background-color: rgb(240, 153, 221);
    border: 1px solid #6A0A6A;
}

input.button {
	font-style: normal;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana;
    color: rgb(50, 30, 30);
    background-color: rgb(240, 153, 221);
    border: 1px solid #6A0A6A;
}

input.radio {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana;
    color: rgb(240, 153, 221);
    border: none;
}



/* Выпадающее меню */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #690761;
}

ul li {
	position: relative;
	left: 0px;
}

li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	width: 140px; /* Width of Sub Menu Items */
	display: none;
	border: 0;
	/*border-bottom: 1px solid #690761;*/
}

li ul li {
	left: 2px; /* отступ Sub Menu */
	top: 6px;
	width: 100%; /* Что бы в IE был верхний бордюр был у пустого <li></li> */
	/*border-bottom: 1px solid #690761;*/
	border: 0;
	border-top: 1px solid #690761;
	/*margin-bottom: 1px;*/
}

li ul li ul {
	left: 140px; /* отступ для вложенных меню (кроме 1й вложенности, там на все 179px) */
	width: 100%;
}

li ul li ul li {
	left: 1px; /* отступ Sub Menu 2го уровеня и более */
	top: 1px;
}


ul li a, ul li a:link, ul li a:active, ul li a:visited {
	display: block;
	text-decoration: none;
	font: bold 14px verdana;
	color: #812C7D;
	background-color: #DF83D7; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #690761;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
ul li a:hover { 
	color: #812C7D;
	background: rgb(220, 153, 221); 	
}
	

/* Sub Menu Styles - отступы сверху/снизу и слева/справа */
li ul li a, li ul li a:link, li ul li a:active, li ul li a:visited {
	display: block;
	text-decoration: none;
	font: normal 12px verdana;
	color: #812C7D;
	background-color: #DF83D7; /* IE6 Bug */
	border: 1px solid #690761;
	border-top: 0;
	border-bottom: 0;
	padding: 3px 15px;
}

/* Hover Styles */
li ul li a:hover { 
	color: #812C7D; 
	background-color: rgb(220, 153, 221); 	
}

	
ul li.selected a, ul li.selected a:link, ul li.selected a:active, ul li.selected a:visited {
	background-color: rgb(240, 153, 221);
}


li:hover ul, li.over ul { display: block; } /* The magic */

/* Спрятать подменю 3-го уровня */
li:hover ul li ul, li.over ul li ul { display: none; }
/* Показать подменю 3-го уровня */
li ul li:hover ul, li ul li.over ul { display: block; }

/* Спрятать подменю 4-го уровня */
li:hover ul ul li ul, li.over ul ul li ul { display: none; }
/* Показать подменю 4-го уровня */
li ul ul li:hover ul, li ul ul li.over ul { display: block; }

