/* Genel Ayarlar */
body {
	font: 14px arial;
	/*background: url( ./../img/bg.jpg ) repeat;*/
	background: #000 url( ./../img/sitebg.jpg ) repeat;
}
#container {
	border: 1px solid #fff;
	background: #fff url( './../img/cont_bg_1.gif' ) repeat-y left center
}

#container div.container_2 {
	background: url( './../img/cont_bg_1.gif' ) repeat-y right center
}

a:link, a:visited { color: blue }
a:hover { color: blue }

p {
margin-bottom: 15px
}

h1 {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #ccc;
	font-weight: bold;
}
h1 a {
	text-decoration: none;
	border-bottom: 1px dotted black;
}
h1 a:link, h1 a:visited {
	color: black
}
h1 a:hover {
	
}

h2 {
	font-size: 130%;
}

form { display: inline }
strong { font-weight: bold }
div.spacer { clear: both }
.translucent_1 {
	opacity: 0.90;
	filter: alpha( opacity = 90 );
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
}
.translucent_2 {
	opacity: 0.60;
	filter: alpha( opacity = 60 );
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
}
.translucent_3 {
	opacity: 0.75;
	filter: alpha( opacity = 75 );
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

table.liste_genel {
	border-spacing: 3px
}
table.liste_genel th, table.liste_genel td {
	padding: 3px;
}
table.liste_genel th {
	text-align: center;
	background-color: orange;
	white-space: nowrap;
}
table.liste_genel th.baslik {
	background-color: #ddd;
	font-size: 1.2em
}
table.liste_genel tr.odd td {
	background-color: #eee;
}

a.sipDurum_0, a.sipDurum_1, a.sipDurum_2, a.sipDurum_3, a.sipDurum_4, a.sipDurum_5, a.sipDurum_6 {
	cursor: help;
	border-bottom: 1px dotted black;
}

a.sipDurum_0 { color: black }
a.sipDurum_1 { color: black }
a.sipDurum_2 { color: green }
a.sipDurum_3 { color: green }
a.sipDurum_4 { color: brown }
a.sipDurum_5 { color: red }
a.sipDurum_6 { color: blue }

ul.reportList { margin-bottom: 10px }
ul.reportList li {
	padding: 5px;
	margin-bottom: 3px;
	border: 1px solid #000
}
ul.reportList li.iyi_haber {
	background-color: #070;
	color: #fff;
}
ul.reportList li.kara_haber {
	background-color: #f00;
	color: #fff;
}
ul.reportList li.kara_haber a:link, ul.reportList li.kara_haber a:visited {
	color: #000
}
ul.reportList li.bilgi {
	background-color: #ffa;
	background-color: #FFF380;
}

span.stokDurumu_0, span.stokDurumu_1, span.stokDurumu_2 {
	padding: 1px 3px;
	font-weight: bold;
}

span.stokDurumu_0 {
	color: #f00;
}
span.stokDurumu_1 {
	color: #00f;
	cursor: help;
	border-bottom: 1px dotted
}
span.stokDurumu_2 {
	display: none;
	background-color: green;
	color: white;
}