﻿.background
{
	padding: 0px; 
	margin: 0px; 
	background-image: url(Graphics/bgMenu.jpg); 
	background-repeat: repeat-y
}

body, .textbox
{
	font-size: x-small;
	font-family: Verdana;
}

a, a:active, a:visited, a:hover
{
	color: blue;
	text-decoration: none;
}

.selecteddate, .titlebg
{
	background-image: url(Graphics/bgSelDate.JPG);
	background-repeat: repeat-y;
}

.gridheader
{
	background-color: #ff6347;
	background-image: url(Graphics/gridHeader.jpg);
	background-repeat: repeat-x;
	color: white;
	font-weight:bolder;
}

.titlebg
{
	background-image: url(Graphics/titleBg.jpg);
	background-repeat:repeat-y
}

.rightbg
{
	background-position: right 50%;
	background-image: url(Graphics/rightBg.jpg);
	background-repeat: repeat-y;
}

.label
{
	font-weight: bold;
	color: #5242bd;
}

.title1
{
	color: #ff4500;
	font-size: large;
	font-weight: bold;
}

.title2
{
	color: #ff4500;
	font-size: small;
	font-weight: bold;
}

.title3
{
	font-size: small;
	font-weight: bold;
	color: #5242bd;
}

.lifetime
{
	/*background-image: url(/Graphics/Lifetime.jpg);*/
	background-repeat: no-repeat;
	width: 0px
}
	
.thumbBG1
{
	background-color: #f0f8ff;
}

.thumbBG2
{
	background-color: #f8f8ff;
}

.thumbBG3
{
	background-color: #fffff0;
}

.thumbBG4
{
	background-color: #f0f5ff;
}