﻿body 
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:White;
}
td {
	font-family:tahoma;
	font-size:11px;
	color:#808080;
	line-height:14px;
}

a {text-decoration:underline;
   color:#224DB3;}
.tsn {text-decoration:underline;
   color:#224DB3;
   font-size:10px;}  

.copy{  font-family:tahoma;
		color:#ffffff;
		text-decoration:none;
		font-size:10px;}
.copyu{  font-family:tahoma;
		color:#ffffff;
		text-decoration:none;
		font-size:11px;}

.textbox { width:200px;
		height:20px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#838383;
		background-color:#E8E8E9;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:235px;
		height:80px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#838383;
		background-color:#E8E8E9;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 10px Tahoma;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227000;
}

#tablist li a.current{
background: gray;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
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 10px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(resimler/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(resimler/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 385px;
margin-bottom: 1em;
padding: 1px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}