﻿
/*{ Linkler }*/
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000; }
a:hover { text-decoration: underline; color:#000000;}

/*{ Sag ve sol bloklar }*/
.blok_baslik {
	font-family: tahoma;
	font-size: 70%;
	color: #333333;
	font-weight: bold;
}
.blok_font { font-family:tahoma; font-size:11px; color:#000000; }

/*{ Orta tablolar }*/
.menu_baslik{font-family:tahoma; font-size:11px; color:#FFFFFF; }
.tablo_baslik { font-family: tahoma; font-size: 70%; color: #333333; }
.tablo_font { font-family:tahoma; font-size:11px; color:#000000; }
.tabloalt_font { font-family:tahoma; font-size:10px; color:#000000; }
.tablo_cevre {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #2D0000;
}


.tablo_cevre1 {
	background: url('../Images/blok_alt_orta.png');
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #2D0000;
}

/*{ Copy yazisi & saat }*/
.copyRtTxt { font-family: tahoma; font-size: 55%; color: #000000; }
.saat_font { font-family: tahoma; font-size: 10px; color: #000000; }

/*{ Butonlar }*/
.buton { font-family:tahoma; font-size: 10px; background:#d4d5d5; 
border-width:1px; border-color:#969595; page-break-inside: avoid; border-style:solid; border-collapse:collapse; }

/*{ Formlar }*/
.form { font-family:tahoma; font-size: 11px; background:#fafbfb; border-width:1px; border-color:#969595; 
page-break-inside: avoid; border-style:solid; border-collapse:collapse; }


/*{ Kutu yazi }*/
.kutu_yazi { font-family:tahoma; color:#000000; background:#e6e8e8; border-width:1px; border-color:#969595; 
page-break-inside: avoid; border-style:solid; border-collapse:collapse; }

.alinti { font-family:tahoma; font-size: 11px; color:#000000; background:#e6e8e8; border-width:1px; border-color:#969595; 
page-break-inside: avoid; border-style:solid; border-collapse:collapse; }



.dhtmlwindow{
position: absolute;
border: 2px solid #818080;
visibility: hidden;
background-color: #fafbfb;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 11px tahoma;
background-color: #d4d5d5;
color: #000000;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px #818080;
background-color: #fafbfb; /*Arkaplan rengi*/
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid #818080;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
