﻿.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
font-weight:bold;
padding: 1px 2px;
background:url('btn.gif') no-repeat left top;
width:150px;
height:22px;
color: black;
}
.divbutton
{
    float:left;
cursor:pointer;
display:block;
text-align:center;
background:#999;
font-weight:bold;
padding: 2px 2px;
background:url('btn.gif') no-repeat left top;
width:150px;
height:30px;
color: black;
}
.divbutton a{
color: black;
}
.divbutton a:hover {
        text-decoration: none;
}
.divbutton a:active {
        text-decoration: none;
}

.PageTitle{
        padding-top: 10px;
        padding-bottom: 50px;
        color: #ffb012;
        font-family: Tahoma, Verdana, Arial;
        font-size: 22px;
        font-weight: normal;
}

.contentText
{
  text-align:left;
  color: #000000;
  padding:0px;
  font-family: sans-serif;
  font-size: 12px;
  color: #344B03;
}
.productcomment
{
	font-size: 10px;
	color: #009900;
}


h1 {
        font-size: medium;
        font-weight: bold;
}

input, select, textarea {
        font-family: Tahoma, Verdana, Arial;
        font-size: 11px;
}
.headerTable {
        background-color: #E8F0D9;
        color: #344B03;
        font-family: Tahoma, Verdana, Arial;
        font-size: 12px;
        padding: 0px;
}
.tableLine1 {
        background-color: #FFFFFF;
        color: #344B03;
        font-family: Tahoma, Verdana, Arial;
        font-size: 11px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
            font-weight: normal;
}

.tableLine2 {
        background-color: #F5F9F0;
        color: #344B03;
        font-family: Tahoma, Verdana, Arial;
        font-size: 11px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
            font-weight: normal;
}
.subTab 
{
    display:block; width:100%; 
	height:20px; margin:0 auto; 
	padding-top:.3em; text-decoration:none;
	text-align:center;
	background: #ffb012;
}

.subBaseTab 
{
	display:block; width:100%; 
	height:1px; margin:0 auto; 
	padding-top:.3em; text-decoration:none;
	text-align:center;
	background: #ffb012;
}


.RadMenu_Telerik .group .link:hover,
.RadMenu_Telerik .group .focused,
.RadMenu_Telerik .group .expanded
{
	background: #c8f415 url('menuItemHover.gif') repeat-x;
	font-weight: normal;
}

.RadMenu_Telerik .link:hover,
.RadMenu_Telerik .focused,
.RadMenu_Telerik .expanded
{
	color: black;
	background: #c8f415 url('menuItemHover.gif') repeat-x;
	font-weight: normal;
}

/*
.tableLine1:hover, .tableLine1.over td
{
	background-color: cornsilk;
}
.tableLine2:hover, .tableLine2.over td
{
	background-color: cornsilk;
}
*/