﻿body
{
	background-image: url("Images/standartbg.jpg");
	background-attachment:fixed;
	background-position:bottom;
	margin: 5px 0px 0px 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.buton
{
	
	text-align:right;
	
}

.ust_sag
{
	background-image: url("Images/ust_sag.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}

.ust_orta
{
	background-color: #f5f5ef;
	background-image: url('Images/ust_bg.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.ust_sol
{
	background-image: url("Images/ust_sol.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}

.orta_sag
{
	background-color: #f5f5ef;
	width: 10px;
}


.orta_orta
{
	background-color: #f5f5ef;
}

.orta_sol
{
	background-color: #f5f5ef;
	width: 10px;
}

.alt_sag
{
	background-image: url("Images/alt_sol.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
}

.alt_orta
{
	background-color: #f5f5ef;
	height: 20px;
}

.alt_sol
{
	background-image: url("Images/alt_sag.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
}

.textbox
{
	border: solid 1px #999999;
}

.girisustsol
{
    background-image: url("Images/girisustsol.png");
    background-repeat: no-repeat;
    width: 10px;
}

.girisustsag
{
    background-image: url("Images/girisustsag.png");
    background-repeat: no-repeat;
    width: 10px;
}


.girisustaltorta
{
	background-color:#f5f5ef;
    height: 10px;
}

.girisaltsol
{
    background-image: url("Images/girisaltsol.png");
    background-repeat: no-repeat;
}

.girisaltsag
{
    background-image: url("Images/girisaltsag.png");
    background-repeat: no-repeat;
}

.girisorta
{
    background-color: #f5f5ef;
}

.accordion
{
	width: 100%;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	background-color: #2486b7;
	font-size: 11px;
	font-weight: bold;
	color: White;
	padding: 2px;
	margin-top: 1px;
	cursor: pointer;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	background-color: #0570a6;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: White;
	margin-top: 1px;
	cursor: pointer;
}

.accordionContent
{
	background-color: #f5f5ef;
	border-top: none;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

a:link
{
	color: #0570a6;
	text-decoration: none;
}
a:visited
{
	color: #0570a6;
	text-decoration: none;
}
a:hover
{
	color: #0570a6;
	text-decoration: none;
}

.modalpopup
{
 background-color:Gray;
  filter:alpha(opacity=50);
  opacity:0.5;
}