﻿/* 
   PAUCP Style Guide
*/

/* Overall Page */

body {
	margin-top: 0.25em;
	margin-left: 1em;
	margin-right: 1em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff repeat-y url(images/collumn.jpg);}

A:link {color: navy; text-decoration: underline; }
A:visited {color: #000000; text-decoration: underline; } 
A:active {color: #999999; text-decoration: underline; } 
A:hover {color: #999999; text-decoration: underline; }

img { border: 0;	}
		
/* Header Section */

#header a:link  {color: navy;}
#header a:visited {color: #999999;}
#header a:active {color: #999999;}
#header a:hover {color: gray;}	

/* Navigation */

#navigation {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 1px;
}
#navigation li {
	border-bottom: 3px solid #edefee; 
	color: navy; 
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold;
}
#navigation li a  {
	border-bottom: 5px solid #edefee;
	display: block;
	background-color: #edefee;
	color: navy;
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold;
}
#navigation li a:hover {
	background-color: #edefee;
	color: #999999;
}
#navigation ul ul {
	margin-left: 6px;
}
#navigation ul ul li {
	border-bottom: 3px solid #edefee;
	background-color: #edefee;
	color: navy;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #edefee;
	color: #711515;
	font-weight:normal;
}

#navigation ul ul a:hover {
	background-color: #dcdcdc;
	color: #000000;
}

/* Footer */

#footer
{
	margin-left: 1em;
	margin-right: 1em;
	width: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}


/* Main Content */

#content
{

	margin-left: 8em;
	margin-right: 2em;
	width: 610;
}

h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 9pt;
	line-height: 1.7em; 

}

#content ul {
	line-height: 1.7em; 
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

.SelectedRowStyle
{
	background-color: Yellow;
}
.ExpensivePriceEmphasis
{
	font-weight:bold;
	font-Style: italic;
}

.LowUnitsInStockEmphasis
{
	background-color: red;
	font-weight:bold;
	font-Style: italic;
}

.AffordablePriceEmphasis
{
	background-color: yellow;
}
.FooterStyle
{
	background-color:#a33;
	color: White;
	text-align:right;
}
	
.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

.PagerRowStyle
{
	background-color:#ddd;
	text-align:right;
}

.HeaderStyle a, .HeaderStyle a:visited
{
	color:White
}

.c1 
{
	color: #000000;  
	font-family: verdana;  
	font-size: 10pt; 
	text-decoration: none; 
	font-weight: bold
} 

.text 
{
	color:#000000; 
	font-family: Verdana; 
	font-size: 8pt ;
	line-height:14pt;
}

.wrap
{  
	white-space:nowrap;
}

.logintext 
{
	color:#999999; 
	font-family: Verdana; 
	font-size: 7.5pt ;
	line-height: 14pt;
	font-weight: bold;
}
.tableHeader 
{
	color: navy;  
	font-family: verdana;  
	font-size: 8pt; 
	text-decoration: none; 
	font-weight: bold
} 

.blueText 
{
	color:navy; font-family: Verdana; font-size: 10pt; text-decoration: none; font-weight: bold;
}

A:link.sideNavLinkMore 
{
	color: navy;  font-family: verdana;  font-size: 8pt; text-decoration: none; font-weight: normal
}

A:visited.sideNavLinkMore 
{
	color: navy;  font-family: verdana;  font-size: 8pt; text-decoration: none; font-weight: normal
} 

A:active.sideNavLinkMore 
{
	color: navy;  font-family: verdana;  font-size: 8pt; text-decoration: none; font-weight: normal
}

A:hover.sideNavLinkMore  
{
	color: #999999; font-family: Verdana; font-size: 8pt; text-decoration: none; font-weight: normal
}

.searchResults 
{
	color:#000000; font-family: Verdana; font-size: 7pt; text-decoration: none;
}

.dbeSearchTitle 
{
	color:navy; font-family: Verdana; font-size: 8pt; text-decoration: none; font-weight: bold;
}

.smText 
{
	color:#000000; font-family: Verdana; font-size: 7pt; font-weight: normal 
}

.textSrch 
{
	color:#000000; font-family: Verdana; font-size: 9pt 
}
