body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	color: #666;
}

input, textarea, select {
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
}

div.header {
	height: 20px;
	padding-top: 5px;
	padding-left: 45px;
	background-image:url(../images/products/prod_back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #196EB8;
	border-bottom:1px solid #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;	
	cursor:pointer;
}

h2 {
	color: #F05A43;
}

tr.past{
	display: none
}

#prodmenu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-right: 10px;
}

#prodmenu li {
	padding-left: 45px;
	padding-top: 4px;
	text-align: left;
	border-bottom: 1px dotted #999999;
	height: 18px;
	background-image:url(../images/products/prod_back.jpg);
	background-position:left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#prodmenu li a:hover {
	color: #F05A43;
}

img.thumb {
	/*border: 1px dashed #999999;*/
	border: 0px;
}

.mooquee
{
	padding: 5px;
	/* don't change */
    position: absolute;
	overflow: hidden;
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: underline;
}

td.footer {
	color:#999999;
	font-size:10px;
	padding-left: 10px;
}

p {
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
}

.haberBaslik {
	color:#F05A43;
	background-image:url(../images/haberTitle.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.baslik {
	color:#F05A43;
}

.baslikUrun {
	color:#0C3962;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

a.baslikUrun:hover {
	color:#F05A43;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}


td.haberler {
	font-size:10px;
}

.waiting {
	background-image:url('../images/spinner.gif');
	background-repeat:no-repeat;
	background-position:center;
	background-color:white;
}

.fValidator-msg {
	color: #CC0033;
}


