﻿/* bu ie9 hyperlink border 0 için :( */

a img {
text-decoration: none;
border: 0;
padding:0;
margin:0;
}


body
{
	margin: 5px 0px 0px;
	background-color: #ffffff;
}
TD
{
	font-size: 8pt;
	font-family: Tahoma;
}
DIV
{
	font-size: 8pt;
	font-family: Tahoma;
}
INPUT.TextBox
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	font-size: 8pt;
	font-family: Tahoma;
}
TEXTAREA.TextBox
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	font-size: 8pt;
	font-family: Tahoma;
}
INPUT.Button
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-size: 8pt;
	font-family: Tahoma;
}
INPUT.UpdateButton
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #ffd700;
	margin-top: 5px;
	margin-bottom: 5px;
}
INPUT.CloseButton
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
}
TD.Copyright
{
	font-size: 7pt;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}
A.BottomLink
{
	color: #000000;
	text-decoration: underline;
}
A:hover.BottomLink
{
	color: #FF0000;
	text-decoration: underline;
}
A
{
	color: #8b0000;
	text-decoration: underline;
}
A:hover
{
	color: #ff0000;
	text-decoration: underline;
}
A.MainMenu
{
	color: #8b0000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
A:hover.MainMenu
{
	text-decoration: underline;
}
H1
{
	font-size: 14pt;
	color: #8b0000;
	font-family: Arial;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: #8b0000 1px solid;
	background-image: url(Images/HeaderBG.gif);
	background-repeat: repeat-y;
}
.3D
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	text-decoration: underline;
}
P.AlertBox
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
}
SPAN.BoxHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma;
}
.legendHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma;
}
SELECT.DropDown
{
	font-size: 8pt;
	font-family: Tahoma;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
TD.FieldHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}

/* 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);
}
.loading
{
	border: 2px solid #FF6C00;
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	z-index: 200;
	margin-top: -50px;
}
.ScrollablePanel
{
	width:640px;
	height:90%;
	overflow:auto;
	border:1px solid #ff0000;
	background-color: #ffffff;
}
DIV.Gallery
{
	width:175px;
	height:300px;
	overflow:auto;
	border:1px solid #000000;
	background-color: #ffffff;
}

/* Image Hover */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: #444444;
padding: 2px;
left: -1000px;
border: 1px dashed #2F4F4F;
visibility: hidden;
color: #000000;
text-decoration: none;
color:White;
}

.thumbnail span img{ 
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{
visibility: visible;
top: 0;
left: 50px; 

}

/** Modal bölümü **/
.modalBackground{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-image: url('/Images/overlay.png');
	opacity:.75;
	filter: alpha(opacity=85);
	-moz-opacity: 0.75;
	z-index:101;
        }
        
.modalBackground2{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-image: url('/Images/overlay.png');
	opacity:.75;
	filter: alpha(opacity=85);
	-moz-opacity: 0.75;
	z-index:101;
        }
        
.modalWindow{
	position:fixed;
	top:25%;
	left:25%;
	margin:0;
	padding:0;
	z-index:102;
}

/* 2011 den sonra eklenenler */
UL.LinkItem
{
    list-style-image: url('/Images/okm.gif');
    padding-left: 12px;
}
A.SolMenuHeader
{
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma;
}
A:hover.SolMenuHeader
{
	text-decoration: underline;
}
    
/* poll için */
#container{
	width:400px;
	border:1px solid #eee;
	margin:100px auto;
}
#container h1{
	margin:0; padding:5px; 
	font-size:1.4em; font-family:Georgia, serif;
	font-weight:normal; color:#333;
}
#container p{
	font-family:Georgia, serif; color:#333; 
	margin:0; line-height:2em;
}
#pollcontainer{
	margin:5px; border:1px solid #f3f3f3;
	background:#f9f9f9; padding:5px;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size:0.85em; }
.bar{ height:10px; background:#3399cc; }
.yourvote{ background:#113399; }
/* end pool */


