﻿.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;
}


.additembutton
{
    cursor:pointer;
border:outset 1px #ccc;
background:#999;
font-weight:bold;
padding: 1px 2px;
background:url('btn3.gif') no-repeat left top;
width:100px;
height:22px;
color: black;
}

.requestbutton
{
    cursor:pointer;
border:outset 1px #ccc;
background:#999;
font-weight:bold;
padding: 1px 2px;
background:url('btn3.gif') no-repeat left top;
width:100px;
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;
}
/* used for buyback requests on buyers page */
.divbuttonsmall
{
width:100px;
padding: 0px 0px;
background:url('btn100.gif') no-repeat left top;
}
.divbutton a{
color: black;
}
.divbutton a:hover {
        text-decoration: none;
}
.divbutton a:active {
        text-decoration: none;
}

.PageTitle{
        padding-top: 10px;
        padding-bottom: 10px;
        color: #ffb012;
        font-family: Tahoma, Verdana, Arial;
        font-size: 24px;
        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: #000;
}


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:10px;
	padding-top:.3em; text-decoration:none;
	text-align:center;
	background: #ffb012;
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.subBaseTab 
{
	display:block; width:100%; 
	height:1px; margin:0 auto; 
	padding-top:.3em; text-decoration:none;
	text-align:center;
	background: #ffb012;
}

.subTabBottom
{
    display:block; width:100%; 
    line-height:4px;
	height:4px; margin:0 auto; 
	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;
}
*/
.drillcontainer
{
    display:block;
  float:left;
}
.drillcontainer h6 
{
    font-size:14px;
    padding-bottom:10px;
}
.drillholder
{
    display:block;
    float:left;
    padding-right:15px;
}
.drillmenu{ /* main DIV container of menu */
border: 1px solid Grey;
color:#000;
width: 200px; /*width of menu*/
height: 190px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
overflow-x: hidden;
background: lightyellow; /*background of menu.*/
}


.drillmenu ul{ /*menu ULs*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
color:#000;
list-style-type: none;
background: lightyellow; /*background of menu*/
}

.drilldownoutofseason
{
    margin: 0;
padding: 0;
list-style-type: none;
background: #ccc; /*background of menu*/
}
.drilldownoutofseason a
{
    color:Black;
    padding: 5px;
    display: block;

}

.drilldownselected{ /*menu ULs*/
margin: 0;
padding: 0;
list-style-type: none;
color:White;
font-weight:bold;
background: Orange; /*background of menu*/
}
.drilldownnotselected{ /*menu ULs*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
list-style-type: none;
color:Black;
font-weight:normal;
background: lightyellow; /*background of menu*/
}

* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
padding: 5px;
}

/*
.drilldownnotselected ul > li:nth-child(odd) { background-color:#d4ffb3; }
.drilldownnotselected ul > li:nth-child(even) { background-color:#fff; }
*/

.drilldownselected a{ /*menu links*/
display: block;
color:White;
text-decoration: none;
padding: 5px;
}



.drilldownselected a:hover{
background-color: Orange;
color: white;
text-decoration: none;
}

.drilldownnotselected a{ /*menu links*/
display: block;
color:Black;
text-decoration: none;
padding: 5px;
}



.drilldownnotselected a:hover{
background-color: white;
color: orange;
}




