
/*<style type="text/css">*/
.links a:link {background: #E9E9E9; text-decoration: none; font-family:Arial; color:#226DB5}
.links a:visited {background: #E9E9E9; text-decoration: none; font-family:Arial; color:#c1c1c1}
.links a:active {background: #E9E9E9; text-decoration: none; font-family:Arial; color:#226DB5}
.links a:hover {background: #E9E9E9;  color: #10A1E6; font-family:Arial; text-decoration: underline overline}
/*</style>, */


/*Sayfa 5 Için tablo tanimlamalari*/
.mygaleri
{
height:280px; /*348 standart*/
overflow:auto;
border-style:none; /*groove,inset*/
}

.thumbnail
{
float: left;
width: 160px;
height:120px;
border: 1px solid #999;
padding-top:10;
padding-bottom:30;
padding-left:10px;
padding-right:15px;
margin:30px;
border-style:dashed;
}

.thumbnail img{ width:160; height:120;
border:line;
border-color:#226DB5}

.thumbnail:hover{border-color:#10A1E6} 



.clearboth
{
clear:both; border:0px;	padding:0px; margin:0px; border-style:none;
}




/*index9 Sayfasindaki linkler için div*/
.links
{
width:400px;
height:250px;
overflow:auto;
border-width: 1;
border-style:dashed; /*groove,inset*/
border-color:white;
border-bottom-color:#226DB5;
border-top-color:#2764AD;
border-left:white;
}


/*Urban Grey Menu*/
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 215px; /*width of menu max 259px*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #10A1E6 url(../test/media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

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

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

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #999999;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #555555;
}
