﻿/* 
   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 */

.Attendere
{
    font-family: Tahoma;
    font-size:  small;
    color: #FF0000;
    font-style: normal;
    text-decoration: blink;
    font-weight: bold;
}
body {
	margin-top:0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family :Tahoma;
	border-top: 0px solid #B51032;
	font-size:medium;
	font-style:inherit;
    margin-left: 2;
    margin-right: 2;
    margin-bottom: 2;
}

input 
{
    font-family: Tahoma;
    font-size: medium;
    margin-top: 5px;
}

select
{
    font-family: Tahoma;
    font-size: 140%;
}


/* Header Section */

#header {
	border-top: 0px solid #B51032;
	border-bottom: 0px dotted #B51032;
	height: 3em;
}
#header .title {
	font: 80% Tahoma;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 80% Tahoma;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Navigation */

#navigation {

	top: 5em;
	left: 1em;
	width: 14em;	
	height:1em;
	position:absolute;
	font-family:Tahoma ;
	font-size:140%;
	color:Black;


}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height:auto;
	color:Black;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
	height:auto;
	color:Black;
}
#navigation li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 1px solid #711515;
    border-right: 1px solid #711515;
    background-color: #B51032;
    color:Black;
    text-decoration: none;
    height:auto;

}
#navigation li a:hover {
	background-color: #711515;
	color:Black;
	height:auto;
}
#navigation ul ul {
	margin-left: 9px;
	margin-right:5px;
	height:auto;
	color:Black;

}
#navigation ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0;
    background-color: #ED9F9F;
    color: black;
    height:auto;

}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #FFFFFF;
	color: Black;
	height:auto;

}
#navigation ul ul a:hover {
	background-color: #ED9F9F;
	color: Black;
	height:auto;

}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 80% Tahoma;
}
#content p {
	font-size: 140%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 140%;
	line-height: 1.6em; 
}


/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 140%;
}

.HeaderStyle
{
	background-color: #0099cc;
	color: White;

}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
	background-color: #ffcc00;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;

    color: White;
}


/* Misc Styles */

.ExpensivePriceEmphasis
{

    font-style: italic;
}

.LowUnitsInStockEmphasis
{
    color: Red;
}

.AffordablePriceEmphasis
{
    background-color: Yellow;
}

.ProductPropertyLabel
{

    text-align: right;
}

.ProductPropertyValue
{
    padding-right: 35px;
}

.Warning
{
    color: Red;
    font-style: italic;

    font-size: x-large;
}

.FloatLeft
{
    float: left;
    width: 33%;
    padding-right: 10px;
}
a:visited
{
 color: Black;
}
a:link
{
 color: Black;
}
a:active
{
 color: Black;
}
