﻿html
{
	width: 100%;
	height: 100%;
}

body
{	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 8pt;
	font-family: Tahoma;
	background-repeat: repeat-x;
	background-image: url(../Images/HeaderBg.png);
}

input, option, select, textarea, submit
{
	font-size: 8pt;
	font-family: Tahoma;
}

.MainTable
{
	margin: 0 auto;
	width: 100%;
}

a:link, a:visited, a:active
{
	color: #0000ff;
	text-decoration: none;
}

a:hover
{
	color: #ff8c00;
	text-decoration: underline;
}

a.link01:link, a.link01:visited, a.link01:active
{
	color: #e6e6fa;
	font-size: 10px;
	text-decoration: none;
}

a.link01:hover
{
	color: #ff8c00;
	font-size: 10px;
	text-decoration: none;
}

a.link02:link, a.link02:visited, a.link02:active
{
	color: #ffffff;
	font-size: 10px;	
	font-weight: bold;
	text-decoration: none;
}

a.link02:hover
{
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.link03:link, a.link03:visited, a.link03:active
{
	color: #000000;
	text-decoration: none;
}

a.link03:hover
{
	color: #990000;
	text-decoration: underline;
}

.productButtonMouseOver
{
	color: #000000;
	background-color:#FFFFFF;
	font-weight:bold;
}

.productButtonMouseOver:hover
{
	cursor: hand;
	color: #ff4500;
	background-position: left top;
	background-image: url(../Images/ServiceLinkBg.png);
	background-repeat: repeat-x;
	font-weight:bold;
}

.productButtonMouseOver2
{
	cursor: hand;
	color: #ff4500;
	background-position: left top;
	background-image: url(../Images/mesajbuton2.gif);
	background-repeat: repeat-x;
	color:#ffffff;
}

.productButtonMouseOut2
{
	background-image: url(../Images/mesajbuton.gif);
	color:#FFFFFF;
}

.selectedProductButtonMouseOver
{
	cursor: hand;
	color: #ff4500;
	background-position: left top;
	background-image: url(../Images/ServiceLinkBg.png);
	background-repeat: repeat-x;
}

.selectedProductButtonMouseOut
{
	color: #990000;
	background-position: left top;
	background-image: url(../Images/ServiceLinkBg.png);
	background-repeat: repeat-x;
}

