/* Замены
#003333  - раскраска, текст	
#F0FFF2   - фон
#FFFFFF   - подложка окон									   
#663398	- small	 (близкий к тексту)
#FF3300  - warning
#FEFEE7  -  фон в input
#CC0000 - Пройденные ссылки

*/



/* Тело 
body {} */


/* Заголовки  h1-h6 +*/

h1,.pheader
	{
	color: #003333;
	font-size: 16px;
	font-weight: bold; 
	font-family: tahoma,verdana,sans-serif; 
	text-decoration: none;
	margin-top:2px; 
	margin-bottom:2px;
	}

h2
	{
	color: #003333;
	font-size: 14px;
	font-weight: bold; 
	font-family: tahoma,verdana,sans-serif; 
	text-decoration: none;
	margin-top:1px; 
	margin-bottom:1px;
	}



/* Тексты  */

P,BLOCKQUOTE,DIR 
	{ 
	Margin-top: 4px;
	Margin-left: 10px;
	Margin-right: 10px;
	margin-bottom:4px;
	font-size: 14px;
	font-weight: normal; 
	font-family: tahoma,verdana,sans-serif;
	text-align: justify;	
	text-decoration: none;
	}

.system  /* red */
	{
	color: #003333;
	font-size: 14px;
	font-weight: bold; 
	font-family: tahoma,verdana,sans-serif; 
	text-decoration: none;
	}

.title,.bbold,.sign,th 
	{
	FONT-WEIGHT: bold;
	font-size: 12px;
	color: #003333;
	font-family: tahoma,verdana,sans-serif;
	}

.stnd,.content,.msg	
	{
	color:#003333;
	font-size: 12px;
	font-weight: normal; 
	font-family: tahoma,verdana,sans-serif; 
	text-decoration: none;
	}

.stndb,.contentb	
	{
	color:#003333;
	font-size: 12px;
	font-weight: bold; 
	font-family: tahoma,verdana,sans-serif; 
	text-decoration: none;
	}



.small, .anons_t  
	{color: #663398; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: tahoma,verdana,sans-serif; 
	}

.smallb, .anons_b,.msg_date  
	{color: #663398; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: tahoma,verdana,sans-serif; 
	}

.date
	{color: #663398; 
	font-size: 10px; 
	font-weight: normal; 
	font-family: sans-serif; 
	text-decoration: none;
	}


.warn 
	{
	COLOR: #FF3300;
	font-size: 12px;
	font-weight: bold; 
	font-family: tahoma,verdana,sans-serif; 
	text-decoration: none;
	}

.o 
	{
	COLOR: #3300CC;
	font-size: 12px;
	font-weight: normal; 
	font-family: tahoma,verdana,sans-serif; 
	text-decoration: none;
	}

 .inform,.msg_info 
	{
	font-weight: italic; 
	}


	ul 
	{ margin-top:0px; 
	margin-bottom:0px;
	}

	li 
	{ margin-top:0px; 
	margin-bottom:0px;
	}


/* Линки  */


A:link  
	{
	color: #003333;
	}

A:visited  
	{	color:#003333
	}

A:Hover 
	{text-decoration:underline;
	}


/* Таблицы */

table 
	{ margin-top:0px; 
	margin-bottom:0px;
	}

.instab /* вставляется редактором */
	{
	font-family : tahoma,verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #003333;
	font-weight : bold;
	border: 1px solid gray;
}

.row1
{
	font-family: tahoma,verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
}

.row2
{
	font-family: tahoma,verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}


.ins_img,.foto_tmb /* вставляется редактором */
	{
	border: 1px solid #003333;
}


/*  Формы  */

		/*textbox
		messnumb*/

form 
{
margin-top: 0; 
margin-bottom: 0;
}

input,textarea
{
background-color: #FEFEE7;
	font-family: tahoma,verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}


/*  Бэкграунд */


hr
	{color:#F0FFF2;
	margin-top: 1; 
	margin-bottom: 1;
	}

.color_it
	{color:#003333;
	background-color: #003333;
	}

.color_bg
	{
	background-color: #F0FFF2;
	}

.color_gray
	{
	background-color: #F7F7F7;
	}

.color_area
	{
	background-color: #FFFFFF;
	}

.color_box
	{
	background-color: #FFFFFF;
	}
*
{ 
	font-family:  Arial, Sans-Serif,tahoma; 
	font-size: 10pt; 
}
/* ------------------------------------------------ Сборка для выпадучего меню -------------- */

.rmenu
{ 
	
}

ul.rmenu {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 180px; /* Width of Menu Items */
        border-bottom: 1px solid #003333;
        }
        
ul li.rmenu {
		Margin: 0px;
        position: relative;
        }
        
li ul.rmenu {
		Margin: 0px;
        position: absolute;
        left: 179px; /* Set 1px less than menu width */
		top:-3;
        display: none;
        }

/* Styles for Menu Items */
ul li a.rmenu {
		Margin: 0px;
        display: block;
        text-decoration: none;
        color: #003333;
        background: #fff; /* IE6 Bug */
        padding: 2px;
        border: 1px solid #003333;/* #003333D;  IE6 Bug */
        border-bottom: 0;
		font-weight: bold; 

        }

/* При положении OVER */
ul li a.rmenu:hover {
        display: block;
        text-decoration: none;
        color: #003333;
        background: #E3E2DF; /* IE6 Bug */
        padding: 2px;
        border: 1px solid  #003333;/* #003333D;  IE6 Bug */
        border-bottom: 0;
        }

        
/* Holly Hack. IE Requirement \*/
* html ul li.rmenu { float: left; height: 1%; }
* html ul li a.rmenu { height: 1%; }
/* End */

li:hover ul.rmenu, li.over ul.rmenu { display: block; border: 1px solid #003333;} /* The magic */