	
.leftblock
{
	float:left;
	height:350px;
}

.rigthblock
{
	float:left;
	height:350px;
}
	
#footer {
	clear: both;
	float:inherit; 
	width: 1024px; 
	text-align: center; 
	font-size: 10px !important; 
	border: solid 0px #8A9AA7;
}

.bodytable
{
	width:100%;
}
.bodytable td{
	padding:0px; /* cellpadding="0" */
}

table {
	border:0px; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */
}

.footertable td{
	padding:0px; /* cellpadding="0" */
}

#header {
	float:inherit; 
	clear: both;
	width: 1024px; 
	text-align: center; 
	font-size: 10px !important; 
	border: solid 0px #8A9AA7;
	height:300px;
	background-image: url(../pic/shapkafon.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#adminheader {
	float:inherit; 
	clear: both;
	width: 1024px; 
	text-align: center; 
	font-family:arial,sans-serif;
	border: solid 0px #8A9AA7;
	height:150px;
	font-size:24pt;
	background-image: url(../pic/shapkafon.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	float:left; 
	width: 1024px; 
	display:block;
	font-size: 10px !important; 
	margin: 0px auto auto ; 
	border: solid 2px #000000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	overflow: hidden; 
	position: relative; 
}

#adminbodycontent {
	width: 1024px; 
	display:block;
	font-size: 10px !important; 
	margin: 0px auto auto ; 
	border: solid 1px #8A9AA7;
}

#cleardiv
{
	float:left;
	height: 600px;
	width: 1px;
}
	
.glossymenu{
	float:left; 
	width: 200px; 
	text-align: left; 
	font-size: 10px !important; 
	margin: 5px; 
	
	border: solid 1px #eeeeee;
	background-color: #dbe5e6;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	
}

.glossymenu * {

}

.glossymenu a.menuitem{
	
	font:  15px "Century Gothic";
	color: #1E71CC;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	
	padding-left: 10px;
	text-decoration: none;

}


.glossymenu a.menuitem:active{
	color: #ae1130;

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	
	font:  15px "Century Gothic";
	color: #ae1130;
	text-decoration:underline;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	background: #dbe5e6;
}

.glossymenu div.submenu ul li a{
	display: block;
	font:  12px "Century Gothic";
	color: #79a4d3;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 15px;
}

.glossymenu div.submenu ul li a:hover{
	background: #ffffff;
	color: #ae1130;
	text-decoration: none; 
}
	
