body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
td {
 font-family: Verdana;
 font-size: 11px;
 color:#333333;
}
.anabaslik {
 font-family: Century Gothic;
 font-size: 11pt;
 color:#1F497D;
 font-weight:bold;
}
.kayitinput {
	FONT-SIZE: 12px; COLOR: #333333;BORDER-TOP: #CCCCCC 1px solid;BORDER-BOTTOM: #CCCCCC 1px solid;BORDER-LEFT: #CCCCCC 1px solid;BORDER-RIGHT: #CCCCCC 1px solid;HEIGHT: 20px
}
.kayitinputbox {
	FONT-SIZE: 11px; COLOR: #333333;BORDER-TOP: #CCCCCC 1px solid;BORDER-BOTTOM: #CCCCCC 1px solid;BORDER-LEFT: #CCCCCC 1px solid;BORDER-RIGHT: #CCCCCC 1px solid;FONT-FAMILY: Verdana, Tahoma
}
.kayitlist {
	 FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Tahoma
}
.kayitlist2 {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Tahoma
}
.buttonbg {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-BOTTOM: 0px;BORDER-LEFT: 0px; FONT-SIZE: 11px; BACKGROUND: url(../images/button_gonder.jpg) no-repeat; VERTICAL-ALIGN: middle;  WIDTH: 105px; HEIGHT:35px; COLOR: #000000; font-weight:bold; FONT-FAMILY: Verdana, Tahoma
}
.buttonbg1 {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-BOTTOM: 0px;BORDER-LEFT: 0px; FONT-SIZE: 11px; BACKGROUND: url(../images/button_temizle.jpg) no-repeat; VERTICAL-ALIGN: middle;  WIDTH: 105px; HEIGHT:35px; COLOR: #000000; font-weight:bold; FONT-FAMILY: Verdana, Tahoma
}
a:link {
 color: #0070C0;
 text-decoration: none;
}
a:visited {
 color: #0070C0;
 text-decoration: none;
}
a:hover {
     color:#333333;
 text-decoration: underline;
}
a:active {
 text-decoration: none;
}
.baslik {
 font-family: Trebuchet MS;
 font-size: 10pt;
 font-weight:bold;
 color:#14405d;
}



.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Trebuchet MS;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px;
margin-right: 3px;
border: 0px ;
color: #2d2b2b;
background-image: url(tabs/hakkimizda_baslik.gif) top left no-repeat;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
color: #14405d;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(tabs/hakkimizda_baslik.gif) top left no-repeat;
position: relative;
color: #14405d;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 510px;
margin-bottom: 1em;
padding: 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}