﻿BODY 
{
	background-image: url(../images/background-black-to-blue.gif);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #4187E4;
}

BODY, TD 
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	margin-top:20px;
}

TH, TD
{
   /* text-align:left;*/
}

H1 
{
	margin-top:0px;
	margin-bottom:4px;
	font-family: Trebuchet MS, Tahoma;
	font-size: 19px;
	color: #0066cc;
}

H2 
{
    margin-top: 6px;
    margin-bottom:4px;
    font-family: Trebuchet MS, Tahoma;
	font-size: 19px;
	color: #0066cc;
}

H3 
{
    margin-top: 6px;
    margin-bottom:4px;
    font-family: Trebuchet MS, Tahoma;
	font-size: 17px;
}

UL 
{
	margin-left:20px;
}

.MainPageDiv 
{
	background-color:white;
	border:1px solid #999;
	width:95%;
	min-width: 760px;
}

.MenuItem 
{
	display: block;
	color: Black;
	border-bottom: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	width: 180px;
	background-color: #cccccc;
	line-height:30px;
	padding-left:5px;
	background-image: url(../images/menu-button-rollover.png);
	background-repeat: repeat-x;

}

.MenuItem:hover 
{
	background-color: #0066cc;
	background-image: url(../images/menu-button-rollover.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.solutionHeading, .solutionHeading A, .solutionHeading A:Visited
{
    color:blue;
    margin:0px;
    font-size:small;
}

.partNumber 
{
    background-color: #4187E4;
    padding-left:2px; 
    font-weight: bold;
    letter-spacing:2px;
    color:White;
}

.pricesTable 
{
	border-collapse:collapse;
}
.pricesTable TD 
{
	border:1px solid silver;	
}

.silverTable 
{
	border-collapse:collapse;
}
.silverTable TD 
{
	border:1px solid silver;	
}

.dataTable {
	border-collapse: collapse;
}
.dataTable TD, .dataTable TH {
	border: 1px solid silver;
}
.dataTable TH {
	background-color: #eee;
}
.subDataTable {
	border-collapse: collapse;
}
.subDataTable TD, .subDataTable TH {
border:0;

}
.subDataTable TH {
	background-color: #eee;
}
.pinDataHeaderTable TH {
	border:0;
}
					

.breadCrumbsLinkActive 
{
    color: blue;
}

.breadCrumbsLinkInactive 
{
    color: silver;
}

.bigSilverButton 
{
	display:block;
	width:200px;
	font-family:trebuchet ms;
	font-size: large;
	font-weight:bold;
	color:black;
	
	background-color:Silver;
	text-decoration:none;
	padding:8px;
	border:1px outset #666;
}

ADDRESS 
{
	font-style: normal;
}

#addressBox
{
    font-size: 11px;
    padding: 5px;
}

#addressBox TD 
{
    font-size: 11px;
}

#linksBar 
{
	border-top:none;
	background-color: #888;
	padding-top:2px; 
	padding-bottom:2px;
	color:White;
}

#linksBar A
{
	color: white;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

#mainContentDiv 
{
	padding:8px;
	padding-top:4px;
}

#xrmLink 
{
	color: Silver;
	font-size: x-small;
}

H3.DistributorName 
{
	margin-top:0px;
	margin-bottom:0;
}

#MainFooter
{
	color: Silver;
}