/* CCSTheme */
ApplicationDefault        { font-family: Arial; font-size: 8pt; border: 1px outset #D4D0C8; color:#000000; background-color:#FFFFFF }
BODY{ border-style:outset; border-width:1; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 8pt }
TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 8pt; }
BODY{ color: #000000; font-family:Arial; font-size:8pt; background-color:#DADADA}
.baslik
{
	font-size: 9pt; 
	height:20;
	background-image: url('../images/bgHeader.jpg');
	background-repeat: repeat-x;
	vertical-align:middle;
	font-weight:bold; text-align:center;
	font-family:Arial; background-color:#006600; 
	color:#FFFFFF; 
	 }

TABLE{ border-style:outset; border-width:1; font-family: Arial; font-size: 8pt; background-color:#C7D0D9}
.coltd
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #000000 1px solid;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	background-color: #339933;
	text-align: center;
}
.subheader {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #C64934; FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color : #F1F3F5;	
}
.captd{ font-size: 8pt }
.datatd{ font-size: 8pt;font-family:Arial }
.ftd { border-bottom: 1px solid #003451; border-left: 1px solid #5AA4CC; border-right: 1px solid #003451; border-top: 1px solid #5AA4CC; background-color: #00659C; color: #FFFFFF; font-weight: bold; font-size: 13px; }
a:visited
{
	font-weight: bold;
	font-size: 8pt;
	color:green;
	font-family: Arial;
	text-decoration: underline;
}
a:active
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	font-size: 8pt;
	color:#0080FF;
	font-family: Arial;
	text-decoration: none;
}
a:link{ text-decoration: underline; font-family:Arial; font-size:8pt; font-weight:bold; color:#0080FF }
a:hover, a:active
{
	font-weight: bold;
	font-size: 8pt;
	color:#0080FF;
	font-family: Arial;
	text-decoration: none;
}
Button 
{

background-image: url('images/buttonBackground.gif');
background-repeat: repeat-x;
height: 22px;
text-align: center;
FONT-SIZE: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
text-decoration: none;
color:#000000;
 
 }
 
 
Input 
{
	 
	 
 
	border:1px solid #808080;
	font-family: Tahoma, Arial, Verdana, Helvetica; 
	font-size: 8pt 
}

 


Textarea { border:1px inset #808080; font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 8pt }
Select { border:1px inset #808080; font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 8pt }
.FormError{font-family: MS Sans Serif; font-size: 8pt; color: #FF0000; font-weight: bold}
.grid{border-style: solid; border-width: 1}
.row0
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10px;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-family: Arial;
	background-color: #ffffff;
	text-align: center;
}
.row1
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10px;
	border-left: 1px outset;
	color: #ffffff;
	border-bottom: 1px outset;
	font-family: Arial;
	background-color: #339966;
	text-align: center;
}
.gridtd
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 10px;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-family: Arial;
}
.hata
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	background-color: red;
	text-align: center;
}


#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:gray;
	filter:alpha(Opacity=75);
	opacity:0.5;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
}

#dialog {
	display:none;
	text-align:center;
	left:40%;
	top:40%;
	width:300px;
	height:175px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid gray;
}