/*************************************************
   Bilişim Bilgisayar Sanayi ve Ticaret Ltd. Şti.
  http://www.bilisimb.com

  Copyright (c) 2007 Bilişim - İzmir - Türkiye

  All rights reserved.
*************************************************/

*{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px none gray;
}

html{overflow:hidden;}

body{
	font: normal 8pt Verdana,Tahoma,Arial,sans-serif;
	color:#505050;
	text-align:center;
	padding-top:6px;
}

p, ul, ol, dl, table {padding-bottom: 5px; }

input, select, textarea{font-size:8pt; margin-bottom:5px; padding:1px 0px 1px 2px;}
input {padding-right:2px}
select, textarea {border:1px solid silver;}

a{color: blue;}
a:visited{color:darkcyan}
a:hover{color: red;}

ul {list-style: disc inside; }
ol {list-style: decimal inside; }
dt{font-weight:700;}
dd{margin:1px 0 12px 15px;}

h1, h2, h3, h4, h5 {
	font-family: "MS Sans Serif", Geneva, sans-serif; /*"Trebuchet MS"; */
	font-weight: bold;
	color: black; /*#7793A9;*/
	padding-top: 7px;
}

h1 {font-size: 24pt; }
h2 {font-size: 18pt; }
h3 {font-size: 14pt; }
h4 {font-size: 11pt; }
h5 {font-size: 9pt; }

img, input {vertical-align:-30%;}


/*************************************************
   id
   
*************************************************/
#container{
	background: url(img/logo_201001.jpg) no-repeat;/*repeat-x;*/
	margin:0 auto;
	text-align:left;
	width:1004px;
	height:570px;
}

#sitename{
	font-weight:400;
	height:40px;
	text-align:center;
}

#urlband{
    background: url(img/band_200910.jpg) no-repeat; /*repeat-x;*/     
    height:20px;
    padding:0px 15px 0 0px;
}

#wrap2{
/*background: yellow;*/
	height: 510px; 
	padding:3px 0px 0 0px;
}

#leftside{
/*background: orange;*/
	clear:both;
	float:left;
	width:204px;
	text-align:left;
	height: 514px;
	overflow: hidden;
	padding:0px 0px 4px 0px;
/*	border:1px solid silver;*/
}

#leftinc{
	width:199px; 
	text-align:left;
	height: 435px;
	overflow: hidden;
}

#content{

	float: right;
	text-align: left;
	height: 514px;
	width: 794px;
	
	overflow: auto;
	padding: 2px 3px 2px 3px;
	/*border:1px solid silver;*/
}

#footer {
	color:#89AFC3; 
    font:normal 8pt tahoma; 
    text-decoration:none
}

#footer a{
	color:#89AFC3; 
    font:normal 8pt tahoma; 
    text-decoration:none
}

#footer a:hover{
	color: red;
	font-weight:bold;
	text-decoration: none;
}

/*************************************************
   Classes
   
*************************************************/

img.left {padding:5px 5px 5px 0; float:left;}
img.right {padding:5px 0px 5px 5px; float:right;}

.borde {border:1px solid silver; }

.bob a, .bobs{
	background: url(img/bob.gif) no-repeat;
	padding-left: 10px;
	vertical-align: bottom;
}

.bob a:hover{
	background: url(img/bob_ani.gif) no-repeat;
	padding-left:10px;
	vertical-align: bottom;
}

.bobbs{
	background: url(img/bobb_red.gif) no-repeat;
	padding-left:17px;
	vertical-align: bottom;
	font-weight:bold;
	color:black;
}

.bobb a{
	background: url(img/bobb.gif) no-repeat;
	padding-left: 17px;
	vertical-align: bottom;
	font-weight:bold;
	text-decoration:none;
}

.bobb a:hover{
	background: url(img/bobb_ani.gif) no-repeat;
	padding-left:17px;
	vertical-align: bottom;
	font-weight:bold;
	text-decoration:none;
}

.sband{
	background: #D4DCE7;
	color:navy;
}

.sband img{
vertical-align: middle;
margin:4px 0 0 0;
padding: 2px 0 2px 0;
}

.sband input{
vertical-align: middle;
margin:2px 0 2px 0;
padding: 0px 0 0px 2px;
}





