body{
	margin:0;
	margin-top:2px;
	padding:0;
	line-height: 1.5em;
	background:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border-left:15px solid #666;
	border-right:15px solid #666;
	border-bottom:15px solid #666;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 100%; 
	margin: 0 auto;
	border:2px solid #000;
	background: #fff;
}

#topsection{
	background-image:url("../_img/bg.gif");
	height: 90px;
	border-bottom:1px solid #000;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
	color:#FFAFAF;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 200px;
	background: #fff;
	border-left:1px solid #000;
}

#leftcolumn{
	float: left;
	width: 200px; 
	margin-left: -100%; /*Set left margin to -(MainContainerWidth)*/
	background: #fff;
	border-right:1px solid #000;
}

#footer{
	clear: left;
	width: 100%;
	background-color: #DDDDDD;
	color: #FFF;
	text-align: center;
	padding: 8px 0;
	border-top:1px solid #000;
}

#footer a{
color: #FFFF80;
}

.footer_text {
	font-family:Arial;
	font-size:9pt;
	color:red;
	text-decoration:none;
	text-align:center;
}

.innertube{
	margin: 10px; 
	margin-top: 0;
	padding-left:5px;
}
.innertube2{
	padding: 10px; 
}

#menu_text {
	font-family:Arial;
	font-size:12pt;
	color:#00000F;
	text-decoration:none;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:15px;
	background-color:#EBEBEB;
	border-bottom:1px solid #000;
}
#menu_text  a{
	text-decoration:none;
	color:#00000F;
}

#menu_text  a:hover{
	text-decoration:none;
	color:#00000F;
}

#menu_text  a:visited{
	text-decoration:none;
	color:#00000F;
}


.ekleme{
	background-color:#fff;
	height:100px;
}

table {
	border: #94A1C8 solid thin;
	font-size: smaller;
	background-color:#ECF2F3;
	margin-left:20px;
}

td {
	font-size: 10pt;
}

th {
	border-bottom: #B0BBDC solid thin;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
}


textarea {
	border:1px solid #0E38B6;
	padding: 2px;
	width:250px;
	height:100px;
	background-color:#E8EBF3;
}

input 
{
	border:1px solid #0E38B6;
	width:150px;
	background-color:#E8EBF3;
	padding:2px;
}

.sil
{
	border:1px solid #0E38B6;
	width:50px;
	background-color:#E8EBF3;
	padding:1px;
}

.radio{
	border:1px solid #0E38B6;
	width:25px;
	background-color:#E8EBF3;
	padding:3px;
}
.check{
	width:25px;
	background-color:#E8EBF3;
	padding:3px;
}

h5{
	font-size:12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A70303;
	text-decoration:none;
}

h5 a{
	text-decoration:none;
}

h5 a visited{
	text-decoration:none;
}

h5 a hover{
	color:#000;
	text-decoration:none;
}

h4{
	border-bottom:1px solid #9AAAD9;
	font-size:12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:20%;
}

h3{
	padding-top:10px;
	font-size:14pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/*MENU*/
.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../_img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left:5px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../_img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 95%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.photo_td{
	border:1px solid #3744A6;
	width:122px;
	background-color:#E8E9F1;
	text-decoration:none;
	padding-bottom:4px;
}

.photo_td a{
	color:#0A1457;
	text-decoration:none;
}
