﻿.urbangreymenu{
width: 100%; /*width of menu*/
}
.baslik, h1
{
	font-family: Tahoma;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #A63232;
	letter-spacing: 0;
}

.urbangreymenu .headerbar
{	 
font:normal 11px Tahoma;
color: #3C4475;
background: #FFFFFF url(images/buton.gif) no-repeat 3px 5px; /*last 2 values are the x and y coordinates of bullet image*/
margin-top: 5px; 
margin-bottom: 0; /*bottom spacing between header and rest of content*/
border-bottom-style:solid;
border-bottom-color:#3C4475;
border-bottom-width:1px;

padding: 0px 0 0px 15px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #3C4475;
display: block;
}

.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 11px Tahoma;
color: black;
background: #E9E9E9;
display: block;
padding: 1px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #3C4475;
background: #fff;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 139px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #FFFFFF url(images/buton.gif) no-repeat 3px 8px; /*last 2 values are the x and y coordinates of bullet image*/

border-bottom:solid 1px #3C4475;

font:normal 11px Tahoma;
color: #3C4475;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 15px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
background: #FFFFFF url(images/buton.gif) no-repeat 3px 8px; /*last 2 values are the x and y coordinates of bullet image*/
font:normal 11px Tahoma;
color: #3C4475;

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{

background: #FFFFFF url(images/buton.gif) no-repeat 3px 8px; /*last 2 values are the x and y coordinates of bullet image*/
font:normal 11px Tahoma;
color: #B93642;

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
font:normal 11px Tahoma;
color: #3C4475;
}

.glossymenu div.submenu ul li a
{
	display:block;
width:139;
color: #3C4475;
background: #E9E9E9;
text-decoration: none;
padding: 2px 0px 2px 15px;
border-bottom:solid 1px #fff;
margin:0px;

}

.glossymenu div.submenu ul li a:hover{
font:normal 11px Tahoma;
color: #B93642;
}

body,td,tr {
        color: #333333;
        font-family: Verdana;
        font-size: 12px;
		
}

.b {
        color: #990000;
        font-family: Verdana;
        font-size: 11px;
		font-weight:bold;
		
}

/* site içi tüm linkler */
a:link{
	color :#4F5A9C;
	text-decoration:none
}
a:hover{
	color :#666666;
	text-decoration:none
}

a:visited{
  color :#4F5A9C;
  text-decoration:none
}

a:visited:hover{
 color :#666666;
 text-decoration:none
}

/* menu */
a.menu:link{
	color :#3C4475;
	text-decoration:none
}
a.menu:hover{
	color :#4F5A9C;
	text-decoration:none
}

a.menu:visited{
  color :#3C4475;
  text-decoration:none
}

a.menu:visited:hover{
 color :#4F5A9C;
 text-decoration:none
}

/* ustmenu */
a.ustmenu:link{
	color :#FFFFFF;
	text-decoration:none
}
a.ustmenu:hover{
	color :#CCCCCC;
	text-decoration:none
}

a.ustmenu:visited{
  color :#FFFFFF;
  text-decoration:none
}

a.ustmenu:visited:hover{
 color :#CCCCCC;
 text-decoration:none
}
 
.table{font-family:verdana;font-size:12px;color:black;
border-collapse:collapse;
border-color:#999999;


}

