BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#top-bg
{
	height: 12px;
	width: 770px;
	background-image: url(images/dots.png);
}

#footer
{
	font-size: 9px;
	color: #c0c0c0;
}

select
{
	font-size: 9px;
}

A:link
{
	color: #000000;
	text-decoration: none;
}
A:visited
{
	color: #000000;
	text-decoration: none;
}
A:active
{
	color: #0033cc;
	text-decoration: none;
}
A:hover
{
	color: #a00000;
	text-decoration: none;
}
TD
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
}
.input
{
	border-right: #45616d 1px solid;
	border-top: #45616d 1px solid;
	font-size: 8pt;
	border-left: #45616d 1px solid;
	color: #000000;
	border-bottom: #45616d 1px solid;
	font-family: Tahoma;
	background-color: white;
}
.myinput
{
	border-right: #45616d 1px solid;
	border-top: #45616d 1px solid;
	font-size: 8pt;
	border-left: #45616d 1px solid;
	color: #000000;
	border-bottom: #45616d 1px solid;
	font-family: Tahoma;
	background-color: white;
}
.input2
{
	border-right: #45616d 1px solid;
	border-top: #45616d 1px solid;
	font-size: 8pt;
	border-left: #45616d 1px solid;
	color: white;
	border-bottom: #45616d 1px solid;
	font-family: Tahoma;
	background-color: #45616d;
}
.menu
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align: left;
}
a.five:link
{
	color: #ff0000;
	text-decoration: none;
}
a.five:visited
{
	color: #0000ff;
	text-decoration: none;
}
a.five:hover
{
	text-decoration: underline;
}
a.three:link
{
	color: #ff0000;
}
a.three:visited
{
	color: #0000ff;
}
a.three:hover
{
	background: #66ff66;
}
INPUT
{
	color: maroon;
	font-family: Tahoma;
	font-size: 8pt;
	textdecoration: none;
}
TEXTAREA
{
	color: maroon;
	font-family: Tahoma;
	font-size: 8pt;
	textdecoration: none;
}
#body LI#downtowns A:hover
{
	background-color: #a298c4;
}
H1
{
	font-size: 15px;
	color: #187db5;
}
H2
{
	font-weight: bold;
	font-size: 13px;
}
H3
{
	font-weight: bold;
	font-size: 11px;
}
#page-genel P
{
	font-weight: normal;
	color: #474747;
}
#page-genel OL
{
	font-weight: bold;
	color: #187db5;
}

/*TO MENU*/
#TopMenu
{
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	height: 23px;
	background: url(images/topmenu_bg.png) repeat-x left top;
	width: 755px;
}
#TopMenu li
{
	color: #626262;
	font-size: 12px;
	float: left;
	display: inline;
	list-style: none;
	padding: 0px;
	position: relative;
}
#TopMenu li a
{
	background: url(images/topmenu_left.png) no-repeat left top;
	padding-left: 13px;
	height: 23px;
	line-height: 23px;
	float: left;
	display: block;
	color: #626262;
	cursor: pointer;
}

#TopMenu li.current a
{
	background: url(images/topmenu_left_active.png) no-repeat left top;
}
#TopMenu li b
{
	height: 23px;
	line-height: 23px;
	padding-right: 13px;
	background: url(images/topmenu_right.png) no-repeat right top;
	float: left;
	display: block;
}
#TopMenu li.current b
{
	background: url(images/topmenu_right_active.png) no-repeat right top;
}

#TopMenu li ul {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	padding-left: 0;
	margin-left: 0;
	width: 112px;
}

#TopMenu li:hover ul { display: block; }
#TopMenu li.hover ul { display: block; }

#TopMenu li ul li {
	float: none;
}

#TopMenu li ul li a {
	color: white;
	float: none;
	background-color: #626262;
	border-bottom: 1px solid white;
	background-image: none;
}

#TopMenu li ul li a:hover {
	background-color: #808080;
}

/*******************************/

/*LEFT MENU*/
.leftmenu-maintabs
{
	background: url(images/leftmenu_bg.png) no-repeat left top;
	vertical-align: middle;
	color: #074949;
	width: 152px;
	height: 22px;
	border: solid 1px #99dbdb;
	cursor: default;
	font-size: 11px;
}
.leftmenu-maintabs a
{
	padding-left: 20px;
}
/***********************************/


div.greenpanel
{
	width: 159px;
	height: 100%;
	padding: 0px;
	background: url(images/green-panel-mid.png) repeat-y left top;
	text-align: center;
}
div.greenpanel div.content
{
	padding: 0px 7px;
	color: #5d5f5e;
}
div.greenpanel div.content a
{
	color: #5d5f5e;
}

div.greenpanel div.greenpanel-up
{
	width: 159px;
	height: 14px;
	background: url(images/green-panel-up.png) no-repeat left top;
}
div.greenpanel div.greenpanel-down
{
	width: 159px;
	height: 11px;
	background: url(images/green-panel-down.png) no-repeat left bottom;
}

.butClass
{
	background: url(images/but_bg.png) no-repeat left top;
	width:75px;
	margin-top:2px;
	margin-bottom:2px;
	color:#663366;
	height:20px;
	line-height:20px;	
	padding-left:25px;
	padding-right:10px;
}
.butClass a,.butClass a:hover
{
	/*padding-left:25px;*/
	color:#663366;	
}