BODY {
	background: #006690; 
	background-image: url('../Images/Layout/Background.gif'); 
	background-repeat: repeat-x;
	}

TABLE {
	font-size: 10pt;
	}
	
TABLE.Navigation A {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
	
TABLE.Navigation A:hover {
	text-decoration: underline;
	}

TR.AlternatingGridRow {
    background-color: #FFF0C1;
    }

TD.PageTitle {
	font-size: 14pt;
	text-align: center;
	}
	
TD.LogoCell {
	background: #FFCC33; 
	border-top: 2px solid black;
	}
	
TD.LeftCell {
	background: #FFCC33;
	background-image: url('../Images/Layout/LongLeft.gif');
	background-repeat: no-repeat;
	border-left: 2px solid black;
	}

TD.PlainLeftCell {
	background: #FFFFFF;
	border-left: 2px solid black;
	background: #FFCC33;
	font-size: 1pt;
	}
	
TD.RightCell {
	background: #FFCC33;
	border-right: 2px solid black;
	font-size: 1pt;
	}

TD.NavCell {
	border-right: 2px solid black;
	border-left: 2px solid black;
	background: #006690;
	padding-left: 3px;
	}
	
TD.Nav {
	background: #006690;
	}
	
TD.NavWithBorder {
	background: #006690;
	border-top: 2px solid black;
	font-size: 1pt;
	}

TD.NavBottom {
	font-size: 1pt;
	border-bottom: 2px solid black;
	}
	
TD.ContentCell {
	background: #FFFFFF;
	border-right: 2px solid black;
	padding-left: 3px;
	}

TD.Content {
	background: #FFFFFF;
	}

TD.ContentWithBorder {
	background: #FFFFFF;
	border-top: 2px solid black; 
	font-size: 1pt;
	}
	
TD.ContentBottom {
	background: #FFFFFF;
	font-size: 1pt;
	border-bottom: 2px solid black;
	}
	
TD.FooterCell {
	border-bottom: 2px solid black;
	background: #FFCC33;
	text-align: center;
	vertical-align: top;
	}

TD.FooterContent {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	}
	
TD.OnLoan {
	font-weight:bold;
	}
	
TD.WhatsNewDate {
	vertical-align: top;
	font-weight: bold;
	padding-right: 6pt;
	}

TD.WhatsNewItem {
	padding-bottom: 12pt;
	}

TD.Underlined {
	border-bottom: 1px solid #FFCC33;
	color: #006690;
	font-weight: bold;	
	}
	
INPUT {
	font-size: 8pt;
	}
	
INPUT[type=submit] {
    color: #006690;
    background-color: #FFCC33;
    font-weight: bold;
}

INPUT[type=button] {
    color: #006690;
    background-color: #FFCC33;
    font-weight: bold;
}

SELECT {
	font-size: 8pt;
	}
	
SPAN.MovieName {
	font-size: 16pt;
	}

SPAN.SearchText {
	background-color: #FFCC33;
	}

HR {
	color: #FFCC33;
	}
	
A {
	color: #006690;
	font-weight: bold;
	}