﻿html,body
{
	margin:0px;
}

body,table,tr,th,td
{
	font-family: Arial;
	font-size: 10px;
	color:#000000;
}

img
{
	border: 0px;
}

body {
	font-family: Arial;
	font-size: 10px;
	color:#000000;
	background:#33CC00 url('/images/background.gif');
	
	scrollbar-face-color: #009900;
	scrollbar-shadow-color: #AEDF7D;
	scrollbar-highlight-color: #AEDF7D;
	scrollbar-3dlight-color: #AEDF7D;
	scrollbar-darkshadow-color: #AEDF7D;
	scrollbar-track-color: #AEDF7D;
	scrollbar-arrow-color: #AEDF7D;
}

a:link, a:visited {color:black;text-decoration:none;}
a:hover {color:white;text-decoration:underline;}

a.resim:link  	img {border: 1px solid #000000;}
a.resim:visited img {border: 1px solid #000000;}
a.resim:hover 	img {border: 1px solid #FFFFFF;}

.form     { font-family: Verdana; font-size: 8pt; color: #000000; background-color: #E8E8E8 }

.small   {font-size: 9px;}
.med     {font-size: 12px;}

.txtBox1{
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
    background-color: #F9F9F9;
    font-family: Verdana;
    font-size: 12px;    
    color: #282828;
	text-decoration: none;
	background-image : url(/images/txtbox_shadow.gif);
}

 #navcontainer
{
	width: 160px;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Arial, Verdana, Tahoma;
	color: #000000;
	font-size: 10px;
	align:center;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	border-top:0px solid #33bb00; border-bottom:1px solid #33bb00; margin:0; 
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #009900;
	border-right: 10px solid #009900;
	background-color: #009900;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}

#navcontainer li a:hover
{
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}

.shadowbox {
	position: absolute;
	background: url(/Images/shadowdark.gif) repeat;
	top: 150px;
	left: 65%;
	width: 180px;
}
			
.shadowcontent {
	position: relative;
	padding: 10px; 
	top: -5px;
	left: -5px;
	background: #808080;
	border: 1px solid #000000;
	filter:alpha(opacity:65);
}
