/* CSS Document */
.main_style 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
}

.main_style_big 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
}

.but_style 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

.input_style_center 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	height:15px;
}

.input_style_right 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:right;
	height:15px;
}

.zagolovok {
    text-align: center;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;

}
.main_style_mini {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
.zagolovokblue {
	text-align: center;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #3366FF;

}

.menu_style {
    text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#FFFFFF;
	background-image: url(pic/fon1.jpg);
	background-color: #3339AC;

}

.table_title {
	padding-left:2px;
	padding-top:2px;
	height:20px;
	background-color:#3399FF;
	COLOR: #ffffff;
	border-left-width: 1px;  
	border-left-style: solid;	
	border-left-color: #999999;
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #999999;
	overflow:hidden;
	}
	
.table_cell_left {
	padding-left:2px;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	text-align:left;
	border-left-width: 1px;  
	border-left-style: solid;	
	border-left-color: #999999;
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #999999;
	overflow:hidden;
	}
.table_cell_center {
	padding-left:2px;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;

	text-align:center;
	border-left-width: 1px;  
	border-left-style: solid;	
	border-left-color: #999999;
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #999999;
	overflow:hidden;
	}
.table_cell_right {
	padding-right:2px;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;

	text-align:right;
	border-left-width: 1px;  
	border-left-style: solid;	
	border-left-color: #999999;
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #999999;
	}
	
	/* ??????? ?????? ??? ???? ???? */
.shadow {
     background:#bbb; /* ??????? ????? ???? */
     border:1px solid #ddd; /* ??????? ????? ? ????? ?????? ???? */
     width:200px; /* ??????? ?????? ????? ????? */
}

/* ??????? ?????? ??? ???? ????? */
.block {
     background:#fff; /* ??????? ????? ???? ??? ????? */
     border:1px solid #6b6b6b;  /* ??????? ????? ? ????? ?????? ????? */
     position:relative;  /* ??????? ??????? ????? ?????? ???????????? ???? */
     padding:5px;  /* ??????? ??????? */
     top:-3px;  /* ?????? ?????? (??? ????) */
     left:-3px; /* ?????? ????? (??? ????) */
}

	

