@import url("/css/overrides.css");

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

.help-info {
 padding: 5px;
 border: 1px solid rgb(0,0,0);
}

.help-info ul, .help-info li {
 margin-left: 25px;
 margin-top: 5px;
 padding: 0px;
 font-weight: bold;
}

h1,h2,h3,u {
	margin-top: 3px;
	margin-bottom: 3px;
}

p 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

a{
	color: #003300;
	text-decoration: none;
}

a:hover{
	color: #009900;
	text-decoration: underline;
}

a:active{
	color: #009900;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
/*  background-color: #c4d5b3;*/
    background-color: rgb(203, 219, 208);
}

td {
	background-color: transparent;
}

body
{
  padding: 0px;
}

div#page {
	margin: auto;
	width: 950px;
	background-color: #fff;
}

div#header {
/*	background-image: url(/images/header.png);*/
	background-repeat: no-repeat;
	height: 165px;
    background-color: rgb(203, 219, 208);
}

/* Menu CSS in menu.css */

div#main {
	padding: 10px;
    border-left: 1px solid rgb(100,100,100);
}
div#main a {
	color: blue;
}

div#footer {
	clear: both;
	background-color: #132700;
	color: #fff;
	text-align: center;
	padding: 5px 0 5px 0;
}

fieldset {
	background-color: #f5ffeb;
	border: none;
	padding: 10px;
}
legend {
	font-size: 18px;
	font-weight: bold;
	color: #213e06;
}
fieldset div.form-row {
	padding: 5px;
}
fieldset div.form-row label {
	font-size: 13px;
}
fieldset th {
	text-align: right;
}

div#hint {
	padding: 10px 5px;
	background-color: #dbeaff;
	border-style: solid;
	border-color: #fff;
	border-width: 0px 0 2px 0;
}
div#hint h3 {
	margin-bottom: 5px;
}

div.notification {
	padding: 5px;
	background-color: #ffedbc;
	font-weight: bold;
	margin: 5px;
}

table.uservertical {
}
table.uservertical th,
table.uservertical td {
	padding: 4px;
	font-size: 12px;
}
table.uservertical th {
	text-align: right;
	font-size: 13px;
	background-color: #f1ffda;
	color: #132700;
	border-color: #132700;
	border-width: 0 3px 0 0;
	border-style: solid;
	width: 120px;
}

table.userhorizontal {
	border-style: solid;
	border-color: #999;
	border-width: 0 0 1px 0;
}
table.userhorizontal th,
table.userhorizontal td {
	padding: 4px;
	font-size: 12px;
	text-align: right;
}
table.tdleft td {
	text-align: left;
}
table.userhorizontal th {
	text-align: center;
	font-size: 13px;
	background-color: #f1ffda;
	color: #132700;
	border-color: #132700;
	border-width: 0 0 3px 0;
	border-style: solid;
	padding: 4px 20px;
}

div.form_error {
	padding: 3px;
	margin: 3px;
	background-color: #ffeeee;
	border-style: solid;
	border-color: #921313;
	border-width: 1px;
}

table span.sort {
	float: right;
}

div.logout-box {
	padding-top: 4px;
	color: #fff;
	float: right;
	margin-right: 5px;
	font-weight: bold;
	z-index: 101;
	position: relative;
}
div.logout-box a {
	color: #fff;
	font-style: italic;
}


.notice {
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(../images/tick.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffc;
}

#search_div, #search_div_price {
  border: 1px solid black;
  width: 350px;
  padding: 1em;
}
#search_div label, #search_div_price label {
  font-weight: bold;
}
.genis input, .genis select{
  width: 300px;
}
.yarim input, .yarim select {
  width: 130px;
}
.arasatir {
  margin: 1em;
}
.hop {
  width: 100px;
}
#search_div_price {
  width: 700px;
}

#main #sf_admin_container #sf_admin_content {
  margin-right:20px;
}

#price_update_form img, #img_price_decrease, #img_price_increase {
	cursor: pointer;
}
.kisa {width: 75px;padding:0.2em;font-size:16px;}
#price-manager-help {
  margin-top: 2em;
  font-size: 14px;
}
#co_button {
  color:red;
  font-size:16px;
  font-weight: bold;
}