.bodycss
{
  background-image : url(../images/arkaplan/back.jpg);
}

.link
{
	cursor: hand;
}

.label
{
	font-size: 9pt;
	color: #000041;
	font-family: tahoma;
	text-decoration: none;
}
.textbox
{
	font-size: 8pt;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	border-right: 2px inset;
	border-top: 2px inset;
	border-left: 2px inset;
	border-bottom: 2px inset;
	color: #000066;
}
.group
{
	font-size: 9pt;
	font-family: tahoma;
	text-decoration: none;
}
.buton
{
	font-size: 9pt;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	color: #363737;
	background-color: #e9e7d7;
}
.arkaplan
{
	background-color: #f7f5ff;
}

.modalBackground
{
	background-color: #1f2130;
	filter: alpha(opacity=70);
	opacity: 0.7;

}

.body
{
	background-color: #a9a9a9;
}
.kapatbutonu {
	filter:alpha(opacity=50);
	opacity:0.5;
}
.komple {

}

.sayfabaslik
{
	font-size: 15pt;
	color: #0099cc;
	font-family: Tahoma;
	text-decoration: none;
}

.popupbasliktext
{
	font-size: 9pt;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}
.button
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #e0dfe3;
	cursor: hand;
}
.buttonover
{
	border-right: #8fc6ff 1px solid;
	border-top: #8fc6ff 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #8fc6ff 1px solid;
	color: #0033ff;
	border-bottom: #8fc6ff 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	cursor: hand;
}
.grdButton
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #8fc6ff;
	cursor: hand;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/images/SavedStar.png);
}

