﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body
{
    margin: 0;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-top: 3px solid #B51032;
    text-align: center;
    border-top-color: #000066;
}

input 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    text-align: left;
}


/* Header Section */

#header {
	
	
}

#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	
}

#header a:link, a:visited
{
    color: #0000FF;
}

#header .image{

}
.headertitleTD
{
    background-color: #6699FF;
}
/* Two Themes:
Blue color #000099   light #6699FF
 DarkerRed #B51032    SAlmon #ED9F9F     */

.headerbread
{
    font: 90% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
    color: white;
    background-color: transparent;
    float: right;
    font-weight: bold;
}


/* Navigation */

#navigation {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation .image{

}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #6699FF;
}
#navigation li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #000066;
    border-right: 1px solid #000066;
    background-color: #003399;
    color: #FFFFFF;
    text-decoration: none;
}
#navigation li a:hover {
	background-color: #000066;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0;
    background-color: #6699FF;
    color: #000066;
    border-bottom-color: #000066;
}
#navigation ul ul a:link, #navigation ul ul a:visited
{
    background-color: #6699FF;
    color: #000066;
}
#navigation ul ul a:hover
{
    background-color: #000066;
    color: #FFFFFF;
}

/* Main Content */

#content 
{

}
h1 {
	font: 200% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight:bold
}

h2{
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	
}/*
h3{
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	
}
*/
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

.Important
{
font-size: large;
color:Red;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
    text-align: center;
    margin-top: 0px;
}

.HeaderStyle
{
    background-color: #000080;
    color: White;
   font-weight: bold;
}

.FooterStyle
{
    background-color: #000080;
    color: White;
    text-align: right;
}
.Login
{
background-color: #CCFFFF;
}

.AlternatingRowStyle
{
    background-color: #CCFFFF;
}

.RowStyle
{
}

.SortHeaderRowStyle
{
    background-color: #0000FF;
    text-align: left;
    font-weight: bold;
    color: White;
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
background-color: #ddd;
text-align: right;
}

.HeaderStyle a, .HeaderStyle a:visited
{
color:White
}

/* Misc Styles */

.ExpensivePriceEmphasis
{
    font-weight: bold;
    font-style: italic;
}

.LowUnitsInStockEmphasis
{
    color: Red;
}

.MedFastResult
{
    background-color: Yellow;
}
.ClearBackground
{
    background-color: #FFFFFF;
}

.FastResult
{
    background-color: #FF6600;
}

.MedSlowResult
{
    background-color: #CCFF99;
}

.SlowResult
{
    background-color: #00FF00;
}

.ProductPropertyLabel
{
    font-weight: bold;
    text-align: right;
}

.ProductPropertyValue
{
    padding-right: 35px;
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}