﻿/* 
   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 */


/* Header Section */
.pagetitle{
	padding-left:15px;
	padding-right:15px;
	font-size:15px;
	font-weight:bold;
	}
.maintext{
	color: black;
	font-size: 80%;
	padding-left:24px;
	padding-right:24px;
	font-size:12px;
	}
.maintext1{
	color: black;
	font-size: 80%;
	font-size:12px;
	}

.maintext2{
	color: black;
	font-size:11px;
	padding-left:15px;
	}

#header {
	border-top: 3px solid #013366;
	border-bottom: 1px dotted #013366;
	height: 2em;
}
#header .title {
	font: 120% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 70% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #013366;
}

/* Navigation */

#navigation {
	width: 10em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 12em;
	margin-right: 2em;
}
h1 {
	font: 150% 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; 
}


/* Data Web Control Styles */
.AdminLabels
{
	font-size: 80%;
	line-height: 1.6em; 
}
.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

.ProductPropertyLabel 
{
	font-weight:bold;
	text-align:right;
}
.ProductPropertyValue 
{
padding:3px 1.5em 7px 3px; 
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}
.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: medium;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}

.ExpensivePriceEmphasis
{
    font-weight: bold;
    font-style: italic;
}

.AffordablePriceEmphasis
{
background-color:Yellow;
}

.FloatLeft
{
    float: left;
    width: 33%;
    padding-right: 10px;
}

.ProductPropertyLabel, .SupplierPropertyLabel
{
    font-weight: bold;
    text-align: right;
}


.ProductPropertyValue, .SupplierPropertyValue
{
    padding-right: 35px;
}


/*** Styles for ~/BatchData/BatchInsert.aspx tutorial ***/
.BatchInsertLabel
{
    font-weight: bold;
    text-align: right;
}

.BatchInsertHeaderRow td
{
    color: White;
    background-color: #900;
    padding: 11px;
}

.BatchInsertFooterRow td
{
    text-align: center;
    padding-top: 5px;
}

.BatchInsertRow
{
}

.BatchInsertAlternatingRow
{
    background-color: #fcc;
}