﻿/* CSSTidy 1.3dev: Tue, 03 Apr 2007 18:43:18 +0200 */


#ColorBar
{
   background-image: url('../images/green_bar.png');
}

.ColorBarVendorText {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	font-size: 1.35em;
}

#ContentContainer
{
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #F4F4F4;
}

#VendorContentTable {
	width: 700px;
	margin-top: 12px;
}

#VendorReportList {
	width: 700px;
}

#VendorReportList thead {
	background-color: #F4F4F4;
	font-weight: bold;
	text-align: center;
}
#VendorReportList tbody tr {
	text-align: center;
}
#VendorReportList tbody tr td {
	width: 25%;
}

/* Begin Homepage Sidebar */
#Sidebar 
{
   background-color: white;
   width: 225px;
   float:left;
}

#Sidebar ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#Sidebar li 
{
   margin-left: 6px;
   padding: 5px 0 5px 10px;
   border-top: 1px solid #999999;
   background: url('/shared/images/arrow-nav-off.gif') no-repeat 0px 7px;
}

#Sidebar li a
{
	font-size: .9em;
	font-weight: bold;
	color: #7E7E7E;
    text-decoration: none;
	margin: 0;
	padding: 0;
}

#Sidebar li a:visited 
{
   color: #7E7E7E;
}

#Sidebar li a:link 
{
   color: #7E7E7E;
}

#Sidebar li a:active 
{
   color:#C9000A;
}

#Sidebar li a:hover 
{
   color:#C9000A;
}
/* End Homepage Sidebar */


/* Sortable tables */

table.sortable
{
	border-collapse: collapse;
}

a:visited
{
	color: #333333;
	text-decoration: underline;
}

table.sortable a:link
{
	color: #333333;
	text-decoration: underline;
}

a:active
{
	color: #333333;
	text-decoration: none;
}

table.sortable a:hover
{
	color: #333333;
	text-decoration: none;
}

table.sortable th
{
    background-color:#efefef;
    color:#333333;
    font-weight: bold;
    cursor: pointer;
    padding: 6px;
}

/* Table ruler */
tr.ruled{
	background:#D8EEFB;
}    

#warrantyContent
{
	overflow: hidden;
}

div#rightContent
{
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

#warrantyContent div#leftContent
{
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

#leftContent 
{
    background-color: #FFFFFF;
    color: #333333;
    width: 450px;
    margin-top: 8px;
    margin-left: 15px;
    padding: 10px;
}

.linkButton
{
	color: #CC0000;
	text-decoration: none;
}

#rightContent 
{
    background-color: #FFFFFF;
    color: #333333;
    width: 222px;
    margin-top: 8px;
    margin-right: 15px;
    padding: 10px;
    float: right;
}


#buyerSellerContent 
{
    background-color: #FFFFFF;
    color: #333333;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    padding: 10px;
}


.buyerSellerSubsection{
	background-color: #FFFFFF;
	width: 340px;
}


.buyerSellerSubsection fieldset
{
	border: 1px #ACA5B2 solid;
	color: #333333;
	padding: 5px;
}

.buyerSellerSubsection fieldset legend
{
	color: #333333;
	font-weight: bold;
}

.required
{
	color: #CC0000;
	padding-left: 5px;
	font-size: 1.5em;
}

