﻿body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	background: #FFFFFF url(../Images/main-background.png) repeat-x;
}

#mainBody
{
	text-align: center;
}

#mainContent
{
    width: 850px;
    background-image: url(../Images/background.png);
    background-repeat: repeat-y;
    margin: 0 auto;
}

#logo
{
    width: 800px;
    text-align: left;
    border-bottom: 1px solid #999999;
    margin: 0 auto;
}

.MenuClass
{
    border-bottom: 1px solid #99CCFF;
    margin: 0 auto;
}
.StaticMenuStyle
{
	background-color: #003366;
}
.StaticMenuItemStyle
{
	font-size: 75%;
	margin: 0;
	padding: 2px;
	color: White;
	border-left: 1px solid #FFFFFF;
}
.StaticHoverStyle
{
    background-color: #6699CC;
}

#content
{
    font-size: 90%;
    text-align: left;
    width: 780px;
    margin: 0 auto;
    margin-top: 10px;
}

#content h1
{
    font-family: Georgia;
}

#content .DetailsViewStyle
{
    width: 100%;
    border: none;
    font-size: 75%;
}

#content .DetailsViewFieldHeaderStyle
{
    background-color: #CFDDFF;
    background-color: White;
    color: #333333;
    width: 25%;
    border: 1px solid white;
    padding: 6px;
    text-align: right;
    font-weight: bold;
}

#content .DetailsViewRowStyle
{
    background-color: #edf2fb;
    border: 1px solid white;
}

#content .GridViewStyle
{
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 75%;
}
#content .GridViewHeaderStyle
{
	background-color: #003366;
	color: White;
	font-weight: bold;
}
#content .GridViewHeaderStyle a
{
	color: White;
}
#content .GridViewRowStyle
{
	border-bottom: 1px solid #EEEEEE;
}
#content .GridViewAlternateStyle
{
	background-color: #edf2fb;
}

#content .LinkButton
{
	padding: 5px;
	border: 1px solid #666666;
	font: 75%;
}

#mainBody .contentBottom
{
    text-align: center;
	font-size: 70%;
	margin: 0 auto;
	width: 850px;
	height: 150px;
	background: url(../Images/footer.png) no-repeat;
}

#footer
{
	text-align: center;
	font-size: 70%;
	margin: 0 auto;
	margin-top: -5em;
}


a.LogoutButton
{
	border: 2px solid #D7DCE1;
	padding: 4px 8px;
	background-color: #edf2fb;
	text-decoration: none;
	color: #444444;
	font-family: Verdana;
	font-size: 0.55em;
	font-weight: bold;
}
a.LogoutButton:hover
{
	background-color: #D7DCE1;
}

a.LinkButtonStyle
{
	border: 2px solid #D7DCE1;
	padding: 5px 10px;
	background-color: #edf2fb;
	text-decoration: none;
	color: #444444;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
}
a.LinkButtonStyle:hover
{
	background-color: #D7DCE1;
}
