#mission {
font-family:sans-serif;
font-size:10px;
color:#FFFFFF
}

.user {
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	margin-bottom: 2px;
}

.button {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 18px;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 4px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	width: 155px;
}



/* CSS Document */

p.title {

color: red;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
/*width: 93%; */ /*Ширина меню */
width: 200px; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:7px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}


#coolmenu2 {
	border-bottom-width: 0;
	/*width: 93%; */ /*Ширина меню */
width: 200px; /*Ширина меню */
	background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
	margin:7px; /*Ширина отступов*/
}
#dveri {
	line-height: 25px;
}
#adminpanel {
	line-height: 25px;
	border: 1px 1 #000000;
}
#orangestyle{ 
    
    font-family: sans-serif; 
    font-size: 10px; 
    padding-left: 200px
}
#brief a:link{ 
     
    font-family: sans-serif; 
    font-size: 12px; 
    text-decoration: none 
}

