@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(../images/bg_02.jpg) #fff repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#231f20;
}
h2 {
	margin:0;
	padding:0;
	color:#231f20;
	font:13pt "Georgia" bold;
}
a {
   outline:none;
   font-weight:bold;
}
a:link, a:visited {
	color:#231f20;
}
a:hover , a:active{
	color:#000;
}
td {
	vertical-align:top;
}
fieldset{
	border:1px solid #CCCCCC;
}
hr.light {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	width: 90%;
}
#container {
	width:1001px;
	margin: 0;
	text-align: left;
}
#header {
	margin: 0;
	padding:0;	
	width:100%;
	height:130px;
	
}
div.top_links {
	font-size:12px;	
	padding-left:3px;
	color:#26415d;
	vertical-align:bottom;
}
a.top_link:link, a.top_link:visited{
	background:url(../abs_images/file_bg.png) left top no-repeat;
	margin-right:3px;
	padding:5px;
	color:#231f20;
	text-decoration:none;
}
a.top_link:hover{
	background:url(../abs_images/file_bg.png) left top no-repeat;
	margin-right:3px;
	padding:5px;
	color:#717171;
	text-decoration:none;
}
a.active:link, a.active:visited{
	background:url(../abs_images/file_active_bg.png) left top no-repeat;
	margin-right:3px;
	padding:5px;
	color:#717171;
	text-decoration:none;
}
a.firma{
	float:left;
}
a.sil{
	float:right;
}
div.login {
	padding:25px 20px 0 0;
}
ul.firmalar{
	padding:10px;
	margin:0;
	background-color:#f2f2f2;
}
li{
	padding:3px;
	padding-left:15px;
	list-style:none;
}
li.sag{
	text-align:right;
}
li.sehir{
	padding:3px;
	list-style:none;
	color:#931717;
}
li.alt{
	padding:3px;
	padding-left:15px;
	list-style:none;
	background-color:#e5e5e5;
}
li.secili{
	padding:3px;
	padding-left:15px;
	list-style:none;
	background:url(../images/ok.jpg) left center no-repeat #9f9e9e;
}
#main {
	margin:0px;
	padding:5px;
	padding-bottom:50px;
	background:url(../abs_images/abs_bg_02.jpg) #f7f7f7 repeat-y center;
	height:100%;
}
#main div.left{
	float:left;
	position: relative;
	width:500px;
}
#main div.right {
	float:right;
	position: relative;
	width:470px;
}
#main div.notice{
	background-color:#fdebcb;
	padding:10px;
	border:1px solid #da7227;
	margin-bottom:10px;
}
#main div.error{
	background-color:#f0d6d3;
	padding:10px;
	border:1px solid #c33522;
	margin-bottom:10px;
}
#main div.success{
	background-color:#d7f0d3;
	padding:10px;
	border:1px solid #419746;
	margin-bottom:10px;
}
#main div.box{
	background-color:#fff;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}
#main div.header{
	background-color:#231f20;
	padding:5px;
	color:#fff;
	margin-bottom:5px;
}
#footer {
	position:fixed;
	background-color:#231f20;
	padding:5px;
	color:#fff;	
	bottom:0;
	left:0;
	width:100%;
}
#footer div.box{
	margin:3px;
}
input[type="submit"] {
	border:1px solid #ccc;
}
input[type="text"],input[type="password"] {
	border:1px solid #ccc;
}
textarea{
	border:1px solid #ccc;
}
select {
	border:1px solid #ccc;
}
label.error { 
	float: left; color: red; vertical-align: top; padding:2px;
}
.clear {
	clear:both;
}