﻿html, body
{
	height: 100%;
	overflow: auto;
}
body
{
	padding: 0;
	margin: 0;
	background: url(images/bg.jpg) repeat;
}
#silverlightControlHost
{
	height: 100%;
}
.bodysi
{
	background: url(images/ekran.png) no-repeat; /**/
}
.top
{
	background: url(images/ustu.png) repeat-x;
	height: 400px;
	vertical-align: top;
}
.bas
{
	background: url(images/top.png) no-repeat;
	margin: 0 auto;
	width: 970px;
	height: 125px;
	vertical-align: top;
}
.orta
{
	background: url(images/mid.png) repeat-y;
	
	width: 970px;

}
.alt
{
	background: url(images/bot.png) no-repeat;
	margin: 0 auto;
	width: 970px;
	height: 41px;
}
.gnd
{
	cursor: pointer;
	float: right;
	width: 128px;
	height: 41px;
	margin-right: 27px;
	background: url(images/gonder2.png) no-repeat;
}
.cizik
{
	border-top-color: Black;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 20px 100px 0px 100px;
	color: #666666;
	width:970px;
}
.menu
{
	text-align: left;
	width: 850px;
	margin-top:-20px;
	font-weight: bolder;
	height: 46px;
	background: url(images/menusu.png) no-repeat;
}
.menu li
{
	
	display: inline;
	list-style:none;
	float:left;
}
.menu li:hover
{
	
	background: url(images/menusuhover.png) no-repeat -1px 0px;
}
.menu a
{
	color: #6b6b6b;
	display:block;
	width:77px;
	height:44px;
	text-align:center;
	text-decoration: none;
	vertical-align:middle;
	margin:10px 2px 0 2px;
}
.menu a:hover
{
	color: #000;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}