﻿/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-color:  Gray;/* Set the Window Background Color*/ 
	font-family: Ariel;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}

.Footer
{
	width: 100%;
	text-align:center;
	color:White;
	vertical-align:middle;
	background-color: #000000;/* SET TO BORDER COLOR */
}

#Page
{
	text-align: center;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-bottom-style:groove;
	border-left-style:groove;
	border-right-style:groove;
	border-top-style:groove;
	border-bottom-color:Black;
	border-bottom-width: thick;
	border-left-color:Black;
	border-left-width:thick;
	border-right-color:Black;
	border-right-width:thick;
	border-top-color:Black;
	border-top-width:thick;
}
#PageStructure
{
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color: Transparent 
}

#PreHeaderLeft
{
	width:0px;
	height:0px;
	float:left;
	text-align:left;
	background-color:  Transparent 
}

#PreHeaderRight
{
	width:0px;
	height:0px;
	float:right;
	text-align:right;
	background-color: Transparent 
}

#HeaderLeft
{
	height: 140px;
	text-align:center;
	vertical-align:bottom;
	width:100%;
	background-color:black /*Set to Border color around Logo  */
}

#HeaderRight
{
	width: 0px;
	float: right;
	height: 140px;
	background-color:Transparent 
	
}

#SubHeader
{
	width: 100%;
	height: 25px;
	vertical-align:middle;
	display:inline;
	background-color: #000000;/* SET TO BORDER COLOR */
}


#ContentLeft
{
	text-align:left;
	width: 100%;
	/*height: 550px;*/
	background-color: Silver;/* Set to Panel Color */ 
	
}

#ContentRight
{
	float: Right;
	width: 0px;
	height: 0px;
	font-size:small;
	text-align:left;
	background-color: Transparent;  
}

#SubContent1
{
	width: 0%;
	height: 0px;
	display:inline;
	background-color:Transparent;
}
#SubContent2
{
	
	width: 0%;
	height: 0px;
	display:inline;
	background-color:Transparent;
	
}

.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;
	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;
}
