﻿/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-color: #917e60;
	font-family: Ariel;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}



.Footer
{
	width: 902px;
	text-align:center;
	color:White;
	vertical-align:middle;
	background-color:#000000;
}

#Page
{
	text-align: center;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin-top: 50px;
	
}
#PageStructure
{
	vertical-align: middle;
	width: 902px;
	height: 100%;
	background-color:#000000;
}

#PreHeaderLeft
{
	width:451px;
	height:0px;
	float:left;
	text-align:left;
	background: #917e60;
}

#PreHeaderRight
{
	width:451px;
	height:0px;
	float:right;
	text-align:right;
	background: #917e60;
}

#HeaderLeft
{
	/*width: 500px;*/
	height: 140px;
	text-align:center;
	vertical-align:bottom;
	background: #917e60;
}

#HeaderRight
{
	width: 0px;
	float: right;
	background: #917e60;
	height: 140px;
}

#SubHeader
{
	width: 902px;
	height: 25px;
	vertical-align:middle;
	background: #000000;
}


#ContentLeft
{
	float: left;
	text-align:left;
	width: 902px;
	height: 550px;
	background: #eee6db;
	
}

#ContentRight
{
	float: Right;
	width: 0px;
	height: 550px;
	font-size:small;
	text-align:left;
	background-color: green;
}

#SubContent1
{
	width: 902px;
	height: 0px;
	text-align:center;
	background-color: purple;
}
#SubContent2
{
	width: 902px;
	height: 0px;
	vertical-align:middle;
	background-color: #000000;
}

.HeaderText
{
	font-weight: bold;
	font-size: 12px;
}

a:link.MainLink
{
	text-decoration: none;
	color: white;
	width: 90px;
	text-align: left;
}
A:visited.MainLink
{
	text-decoration: none;
	color: White;
	width: 90px;
}
A:active.MainLink
{
	text-decoration: none;
	color: #66b4e5;
	width: 90px;
}
A:hover.MainLink
{
	text-decoration: none;
	color: white;
	/*background: #000000 url(../../Images/Demo/LinkHover.gif) top left no-repeat;*/
	width: 90px;
}

.gridHeader
{
	background-color: #be3e0b;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	vertical-align: top;
}

.gridHeaderalt
{
	background-color: #be3e0b;
	font-family: Verdana;
	font-size: 10px;
	vertical-align: top;
}
.gridBody
{
	background-color: #fffff0;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	font-family: Verdana;
	white-space: nowrap;
}
.gridBodyalt
{
	background-color: #dedede;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	font-family: Verdana;
	white-space: nowrap;
}

.GridMain
{
	background-color: Gray;
	color: black;
	font-size: 12px;
	font-family: Verdana;
}

.GridMainAlt
{
	background-color: Gray;
	height: 200px;
	color: black;
	font-size: 12px;
	font-family: Verdana;
}

.Date
{
	font-family: Verdana;
	font-weight: bold;
	font-size: medium;
	vertical-align: bottom;
	font-size: 13px;
}
.SubHeader
{
	color: White;
	background-color: Black;
	font-size: 12px;
	font-family: Verdana;
}

.Times
{
	color: black;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
}
.TimeTables
{
	overflow: scroll;
	height: 200px;
}

.Button
{
	background-color: #917e60;
	color: White;
	font-family: Verdana;
}

.gvStoreHours
{
	color: black;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
