﻿/* Base styles */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table {
	font-size: 13px;
	border-collapse:collapse;
}

td 
{
    padding: 0px;
}

h1 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

h2  {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}

h3  {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 10px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4e4e4e;
    color: #4e4e4e;
    background-image: url(/images/icons/iconArrowsRight.gif);
    background-x-position: left;
    background-y-position: center;
    background-repeat: no-repeat;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 27px;
	
}

h5 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

hr 
{
    border: none;
    height: 1px;
    color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

a:link
{
    color: #b8860b;
}

a:visited {
    color: #b8860b;
}

a:active {
    color: #b8860b;
}

a:hover {
    color: #000000;
}
/* End Base Styles */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 13px;
}

textarea
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 13px;
}

select
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 13px;
}

label {
	cursor: pointer;
}

/* END FORMS SECTION */

/* CLASSES */
.table1 
{
    border-collapse:collapse;
}

.table1 th 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-weight:bold;
    background-color: #2E6F2E;
    color: White;
}

.table1 th a:link, .table1 th a:active, .table1 th a:visited, .table1 th a:hover  
{
    color: White;
}
        
.table1 td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-size: 13px;
}

.table1 .alternate td, .table1 .alternate 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

.table1 .subheading td, .table1 .subheading
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #D7D7D7;
}

.table1 .footer td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

.table1 .adjustment td, .table1 .adjustment 
{
    background-color: #F7F7F7;
}

/* This is for the table pager styles nested in .table1 */
.table1 .pager td, .table1 .pager th 
{
    border: none;
}

.table2
{
	border-right: 1px #0a246a solid;
	border-top: 1px #0a246a solid;
	border-left: 1px #0a246a solid;
	border-bottom: 1px #0a246a solid;
}

.table2 th
{
    border-top: #D7D7D7 1px;
    color: #ffffff;
    background-color: #2E6F2E;
    font-weight: bold;
    padding: 3px;
}

.table2 td
{
	background-color: #F7F7F7;
	padding: 3px;
}

.table3 {
	border-top:1px solid #2E6F2E; 
	border-bottom:1px solid #2E6F2E; 
	border-left:none;
	border-right:none;
	padding:3px; 
	border-collapse: collapse;
}

.table3 td {
	padding:3px; 
	color: #000000; 
	border-left: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	border-top: 1px solid #D8D8D8; 
	border-bottom: 1px solid #D8D8D8; 
}

.table3 th {
	padding: 3px; 
	color:#000000;
	background-color:#F8F8F8;
	border-bottom: #D7D7D7 1px;
	border-top: #D7D7D7 1px;
    border-right:none;
    border-left: none;
}

.table3 .alternate td  {
	background-color:#F8F8F8;
}

.table4 
{
    border-top:none; 
	border-bottom:none; 
	border-left:none;
	border-right:none;
	border-collapse: collapse;
	padding:3px;
}

.table4 th 
{
    padding: 3px;
    font-weight:bold;
    background-color: #2E6F2E;
    color: White;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: none;
    border-right: none;
}

.table4 th a:link, .table4 th a:active, .table4 th a:visited, .table4 th a:hover  
{
    color: White;
}
        
.table4 td 
{
    padding: 3px;
    font-size: 13px;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: none;
    border-right: none;

}

.table4 .alternate td 
{
    padding: 3px;
    background-color: #F7F7F7;
}

.table4 .footer td 
{
    padding: 3px;
    background-color: #F7F7F7;
    border-top: none;
    border-bottom: 1px solid #2E6F2E;
    border-left: none;
    border-right: none;
}



.tableInputForm td 
{
    padding: 3px;
}

.tableInputForm .adjustment td, .tableInputForm .adjustment
{
    background-color: #F7F7F7;
}

.tableInputForm .label
{
    padding: 3px;
}

.productList 
{
    border-collapse:collapse;
}

.productList .alternate td
{
    background-color: #F7F7F7;
}

.promo 
{
    color: #2E6F2E;
    font-weight:bold;
}

.alert, .alert td 
{
    color: Red;
    font-weight: bold;
}

.alert a:link, .alert a:hover, .alert a:visited, .alert a:active
{
    color: Red;
    font-weight: bold;
}
    
.tinyText 
{
    font-size: 10px;
    color: #000000;
    }
    
    .thumbs 
    {
        float: left;
    }
    
.list1 
{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/icons/checkmark.gif');

}

.list1 li 
{
    padding-left: 8px;
}

#masterContainer 
{
    width: 770;
}

#NavTopRight td 
{
    font-size: 11px;
    padding: 1px;
    color: White;
    font-weight: bold;
}

#NavTopRight input, .headerInput 
{
    font-size: 11px;
}

#NavTopRight a:link, #NavTopRight a:visited, #NavTopRight a:hover, #NavTopRight a:active 
{
    color: White;
}

.shadedHeader, #shadedHeader 
{
    font-weight: bold;
    font-size: 13px;
    background: #eaeaea;
    padding: 5px;
    border-bottom: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
}

.shadedHeaderGreen, #shadedHeaderGreen 
{
    font-weight: bold;
    font-size: 13px;
    background: #BDC7BE;
    padding: 5px;
    border-bottom: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
}

.featuredName 
{
    font-weight: bold;
    font-size: 13px;
}

.featuredDescription 
{
    font-size: 11px;
}

.featuredLink 
{
    font-size: 11px;
    font-weight: bold;
}

#newsContainer 
{
    border: 1px solid #C0C0C0;
    padding: 3px;
    display: block;
    width: 200px;
    float:right;
    font-size: 15px;
    font-weight: bold;
    background: url(/admin/images/gradient.jpg) no-repeat;
}

.newsTitle 
{
    font-size:12px;
    font-weight: bold;
}

.newsDesc 
{
    font-weight: normal;
    font-size:12px;
}

#newsContainer a:link, #newsContainer a:hover, #newsContainer a:visited
{
    font-weight: normal;
    font-size:11px;
}

.newsSeperator 
{
    height: 10px;
}

.button1, #button1 
{
    background: url( /admin/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #2E6F2E;
	padding: 2px;
	font-weight: bold;

}

.buttonHeader 
{
    font-size: 11px;
    background: url( /admin/images/fade.png); 
	border: 1px double #999;
		border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0px;

    
}

#floater, .floater 
{
 float:left;
 display:inline;
 padding:4px;
 width:32%;   
}

#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(/admin/images/tabBottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:link, #tabNav a:visited {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:link.active, #tabNav a:visited.active, #tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:hover{
	background: #C0C0C0;
	color: #FFF;
}