﻿@import "menu.css";
@import "tree.css";
@import "accordionMenu.css";
@import "grid.css";
@import "pager.css";


.mainTableStyle
{
    background-image:url('../Theme/Images/Blossom Background.png');
    background-repeat:repeat-x;
}

.defaultBackground
{
    background-image:url('../Theme/Images/Clouds Background.png');
}

.contactStyle
{
	color:#990000;
	font-size: 12pt;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	border-bottom-style:solid;
	border-bottom-width:2px;	
	border-bottom-color:#990000;
	border-top: 1px solid #990000;
	text-align: right;
	padding: 7px 20px 8px 0px;
	margin-top:1px;
	background-color:#f1ebd5;
	min-width: 77px;
}

.contactStyle a:visited, a:link, a:active
{ /* turn off change of text coloring for special links */
	color:#990000;
	text-decoration: none;
}

.contactStyle a:hover
{
	color:#990000;
	text-decoration: underline;
}
.contactStyleNotIE
{
	color:#990000;
	font-size: 12pt;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	border-bottom-style:solid;
	border-bottom-width:2px;	
	border-bottom-color:#990000;
	border-top: 1px solid #990000;
	text-align: right;
	padding: 7px 20px 8px 0px;
	background-color:#f1ebd5;
	min-width: 77px;
}

.contactStyleNotIE a:visited, a:link, a:active
{ /* turn off change of text coloring for special links */
	color:#990000;
	text-decoration: none;
}

.contactStyleNotIE a:hover
{
	color:#990000;
	text-decoration: underline;
}

.largeTitleStyle
{
    color:#990000;
	font-size: 12pt;
	font-weight: bold;
}

.smallTitleStyle
{
    color:#990000;
	font-size: 10pt;
	font-weight: bold;
}

.smallTextStyle
{
	font-size: 10pt;
}

.largeTextStyle
{
	font-size: 12pt;
}

.specialTextStyle
{
    color:#990000;
	font-size: 12pt;
	font-weight: bold;
}

.smallSaleStyle
{
    color:Red;
	font-size: 10pt;
}

.largeSaleStyle
{
    color:Red;
	font-size: 12pt;
}

.itemTitleStyle
{
    color:#990000;
	font-size: 12pt;
	font-weight: bold;
}

.titleStyle
{
    color:#990000;
	font-size: 16pt;
	font-weight: bolder;
}

.errorTitleStyle
{
    color:Red;
	font-size: 16pt;
	font-weight: bolder;
}

.linkStyle a:visited, a:link, a:active
{
    color:#990000;
	font-size: 12pt;
	text-decoration: none;
}

.linkStyle a:hover
{
    color:#990000;
	font-size: 12pt;
	text-decoration: underline;
}

.optionListRowStyle
{
    padding-top:5px;
    padding-bottom:5px;
}


html,body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-position: 0px 0px;
    color: Black;
	font-size: 10pt;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

#container 
{
   width:expression(document.body.clientWidth < 960? "960px": "auto" );
   min-width:960px;
   min-height:100%;
   position:relative;
}

#content 
{
   padding-bottom:20px;   /* Height of the footer */
}

#footer
{
    position:absolute;
    bottom:0;
    width:100%;
    height:20px;   /* Height of the footer */
    color: #990000;
    font-size: 9pt;
	border-top: 1px solid #990000;
	padding-top: 5px;
}
