﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #FFFFFF;
    margin: 0px;
    
}

table{font-size:x-small; font-family:Tahoma;color:#666666;}

A:active	{	
	text-decoration: none;
	color:	#666666;
	}	
	
A:visited	{	
	text-decoration: none;
	color:	#666666;
	}	
	
A:link	{	
	text-decoration: none;
	color:	#666666;
	}	
	
A:hover	{	
	text-decoration: underline;
	color:	#027DE5;
	}
	
.ContentHeader
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	font-weight: bold;
	padding: 5px;
}	

.NormalButton
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.Normal
{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 15px    
}

.NormalDouble
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

.NormalRed
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.ErrorText
{
    color: red;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 20pt
}

.ContentHead
{
    background-color: #010066;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.SubContentHead
{
    background-color: #c2ccd5;
    color: #000000;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    height: 20px
}

	.CartListHead
{
    background-color: #c2ccd5;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #ECF3F9;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 5px
}

A.CartListLink:visited
{
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none
}

A.CartListLink:link
{
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none
}

A.CartListLink
{
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none
}

A.CartListLink:hover
{
    color: red;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline
}


A.NavigatorLink_Root:visited
{
	width: 100%;
    color: White;
    text-decoration: none
}


A.NavigatorLink_Root:link
{
	width: 100%;
    color: White;
    text-decoration: none
}


A.NavigatorLink_Root
{
	width: 100%;
    color: White;
    text-decoration: none
}

A.NavigatorLink_Root:Hover
{
    text-decoration: underline;
}

A.NavigatorLink:visited
{
	font-size: 14px;
	width: 100%;
    color: black;
    text-decoration: none;
}

A.NavigatorLink:link
{
	font-size: 14px;
	width: 100%;
    color: black;
    text-decoration: none;
}

A.NavigatorLink
{
	font-size: 14px;
	width: 100%;
    color: black;
    text-decoration: none;
}

A.NavigatorLink:Hover
{
    color: White;
}

.CartListFooter
{
    background-color: #c2ccd5;
    line-height: 10pt;
}

A.SavePageLink:visited
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffd700;
}

A.SavePageLink:active
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffd700;
}

A.SavePageLink:link
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffd700;
}

A.SavePageLink:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #ffd700;
	text-decoration: underline;
}

.SaveContentFrame
{
	background-color: Gray;
	padding: 10px;
}

.leftquote {
	font-family: Georgia, Times, serif;
	font-size: 72px;
	font-weight: bold;
	color: #c00;
	float: left; 
}

.rightquote {
	font-family: Georgia, Times, serif;
	font-size: 72px;
	font-weight: bold;
	color: #c00;
	float: right; 
}

.quotetext {
	text-align: center;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 140%;
}

.quotebox 
{
	margin: 10px;
	padding: 15px;
	background-color: #FFF7E1;
	border-top: solid 1px #c2ccd5;
	border-bottom: solid 1px #c2ccd5;
}

.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	padding: 5px;
}
