﻿
body
{
	margin:0px;
	background: white;
	text-align: center;
}

.menu_container
{
	position:absolute;
	top:0px;
	width:100%;
	text-align:center;
	background:url(Images/tbk.jpg) repeat-x;
	height:63px;
}

.menu
{
	margin-top:30px;
	margin-left:20px;

}

.menu-item-hover
{

}

.menu-item-hover .menu-item-left
{
	width:5px;
	height:24px;
	background:url(Images/mil.jpg) no-repeat;
	float:left;
	z-index:100;
}	
.menu-item-hover .menu-item-right
{
	width:5px;
	height:24px;
	background:url(Images/mir.jpg) no-repeat;
	float:left;
}	
	
.menu-item-hover .menu-item-bk
{
	
	height:24px;
	background:url(Images/mib.jpg) repeat-x;
	float:left;
}	
.menu-item-hover .menu-item-bk a
{
	margin:3px;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:Black;
	white-space:nowrap;	
	line-height:22px;

}	
.menu-item-hover img
{
		margin:3px;
		float:left;
}

.menu-item
{

}

.menu-item .menu-item-left
{
	width:5px;
	height:24px;
	float:left;
	z-index:100;
}	
.menu-item .menu-item-right
{
	width:5px;
	height:24px;
	float:left;
}	
	
.menu-item .menu-item-bk
{

	height:24px;
	float:left;
}	
.menu-item .menu-item-bk a
{
	font-family:Verdana;
	font-size:12px;	
	text-decoration:none;
	color:Black;
	white-space:nowrap;
	margin:3px;
	line-height:22px;


}	

.menu-item img
{	

	margin:3px;
	float:left;
}


.container
{
	margin-top:80px;
	text-align:center;
	min-width:400px;
	min-height:400px;
}
.container-up
{
	background:url(Images/u.png) repeat-x;
	height:4px;

}
.container-down
{
	background:url(Images/d.png) repeat-x;
	height:4px;
}
.container-left-up
{
	background:url(Images/lu.png) no-repeat;
	width:4px;
	height:4px;

}
.container-right-up
{
	background:url(Images/ru.png) no-repeat;
	width:4px;
	height:4px;

}
.container-left
{
	background:url(Images/l.png) repeat-y;
	width:4px;
}
.container-right
{
	background:url(Images/r.png) repeat-y;
	width:4px;
}


.container-left-down
{
	background:url(Images/ld.png) no-repeat;
	width:4px;
	height:4px;
}
.container-right-down
{
	background:url(Images/rd.png) no-repeat;
	width:4px;
	height:4px;

}
.container-row
{

}
.container-body
{
	background:#d0dff1;
	padding:5px;
	font-family:Verdana;
	font-size:11px;	
	text-align:left;
}

.container-body h1
{
	font-family:Verdana;
	font-size:14px;		
}

.footer
{
	width:100%;
	position:absolute;
	top:100%;
	text-align:center;
	margin-top:-30px;	
	font-family:Verdana;
	font-size:11px;	
}

.textbox
{
	border:1px solid #b6b9c2;
	font-family:Verdana;
	font-size:12px;	
}

.container-body select
{
	border:1px solid #b6b9c2;
	font-family:Verdana;
	font-size:12px;		
}
.checkbox
{

	font-family:Verdana;
	font-size:12px;	
}

.label
{
	font-family:Verdana;
	font-size:12px;		
}

.button
{
	border: 1px solid #cedaea;
	background: #f1f7fd;
	margin:4px;
	font-family:Verdana;
	font-size:12px;		
	cursor:pointer;
	padding:2px;
}

.button:hover
{
	border: 1px solid #cedaea;
	background: #ffffff;
	margin:4px;
	font-family:Verdana;
	font-size:12px;	
	text-decoration:none;	
	cursor:pointer;
	padding:2px;
}

#logo
{
	background:url(Images/logo.png);
	width:171px;
	height:73px;
	position:absolute;
	left:100%;
	margin-left:-200px;
	top:10px;	
	display:block;
	
}
