body {
	background-color: ; 
	color: ; /* text color */
	font-family: Verdana; 
	font-size: x-small; 
	margin: 0px 0px 0px 0px; /* üst,sağ,alt,sol */
}

.class1 {
	color: ; /* text  */
	font-family: Verdana; /*  */
	font-size: xx-small; /*  */	
}

input, textarea, select {	
	font-family: Verdana;
	font-size: xx-small;
} 

a:active {
	color: red;
}

a:link {
	color: blue;
}

a:visited {
	color: ;
}

a:hover {
	color: green; 
}
/* ana tablo */
.sttbl {
	width: ; 
	color: ;
	font-family: Verdana; 
	font-size: xx-small; 
	border-collapse: collapse;
	border: none;
}

/* ana tablo - datalar */
.sttbl td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* tablo arkaplan rengi */
}

/* ana tablo başlık */
.stbaslik {
	background-color: #3366CC; /* arkaplan */
	color: #FFFFFF; /* font */	
	vertical-align: top;	
}

.stbaslik a {	
	color: #FFFFFF; /*  */	
}

/* ana tablo satır rengi */
.stsatir1 {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* ana tablo alternate row color */
.stsatir2 {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* ana tablo edit mode row color */
.stsatir3 {
	background-color: #FFFF99; /* inline edit rengi */
}

/* ana tablo footer */
.stsatir4 {
	background-color: #FFFFCC;	
}

/* raporlar için */
.stsatir5 {
	font-weight: bold;
}

.stsatir6 {
	font-weight: bold;
}

.stsatir7 {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.stbaslik2 {
	border-top: 1px solid #E7E7E7;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #200040;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CDCDCD;
	border-left-color: #BABABA;
} 

.baslik3 {
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: #502C49;
	background-color: #D0EFF4;
	vertical-align: 50%;
	text-align: center;
	height: 25px;
	width: 100%;
	background-position: center center;
	padding: 5px;
	margin: 1px;
	border: 1px double #005128;
}

.stbaslik4 {
	border-top: 1px solid Gray;
}
.class2 {

	color: ; /* text  */
	font-family: Verdana; /*  */
	font-size: x-small; /*  */
}

