﻿body
{
	background-color: #03356D;
	background-image: url(Skin/images/Background.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	text-align: center;
	margin-left: auto; 
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}

p
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 15px;

}
li
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 15px;
	
}

#header
{
	background-color:#017DC3;
	width: 800px;
	height: 74px;
}

#footer
{
	background-color:#017DC3;
	width: 800px;
	height: 52px;
	text-align: right;
	vertical-align: bottom;
}
#footerText
{
	position: relative;
	color: White;
	font-family: Verdana;
	font-size: 10px;
	top: 32px;
	padding-right: 10px;
		
}
#baseCentered
{
	width: 800px;
	text-align: left;
}

#contentArea
{
	width: 800px;
	height: 600px;
	background-color: White;
}

.menuArea
{
	background-image: url(/Skin/images/MenuBack.png);
	width: 800px;
	height: 26px;
	background-color: #017DC3;
}


.menuRoot
{
	background-image: url(/Skin/images/MenuBack.png);
	height: 26px;
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.menuRootActive
{
	background-image: url(/Skin/images/MenuBackSelected.png);
	height: 26px;
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.menuRootExpanded
{
	background-image: url(/Skin/images/MenuBackSelected.png);
	height: 26px;
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.menuRootHover
{
	background-image: url(/Skin/images/MenuBackSelected.png);
	height: 26px;
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.menuSecondary
{
	background-color: #C1C1C1;
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
}
.menuSecondaryActive
{
	background-color: #35B2F6;
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
}
.menuSecondaryExpanded
{
	background-color: #35B2F6;
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
}
.menuSecondaryHover
{
	background-color: #35B2F6;
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
}


.PanelTitle
{
	height: 26px;
	background-image: url(/Skin/images/MenuBack.png);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	padding-left: 10px;
	line-height: 26px;
}

.LoginPanel
{
	border: solid 1px #eeeeee;
	background-color: #fafafa;
}
.FeaturedPanel
{
	border: solid 1px #eeeeee;
	background-color: White;
}

.Label
{
	font-family: Tahoma;
	font-size: 10px;
	color: Black;
}

.TextBox
{
	font-family: Tahoma;
	font-size: 10px;
	color: Black;
}
.Button
{
	font-family: Tahoma;
	font-size: 10px;
	color: Black;
}
.aLink
{
	font-family: Tahoma;
	font-size: 12px;
	color: #03356D;
	text-decoration: none;
}

.aLink:link 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #03356D;
	text-decoration: none;
}
.aLink:visited
{
	font-family: Tahoma;
	font-size: 12px;
	color: #03356D;
	text-decoration: none;
}
.aLink:hover
{
	font-family: Tahoma;
	font-size: 12px;
	color: #03356D;
	text-decoration: underline;
}
.aLink:active
{
	font-family: Tahoma;
	font-size: 12px;
	color: #03356D;
	text-decoration: underline;
}

a
{
	font-family: Tahoma;
	font-size: 10px;
	color: #03356D;
	text-decoration: none;
}

a:link 
{
	font-family: Tahoma;
	font-size: 10px;
	color: #03356D;
	text-decoration: none;
}
a:visited
{
	font-family: Tahoma;
	font-size: 10px;
	color: #03356D;
	text-decoration: none;
}
a:hover
{
	font-family: Tahoma;
	font-size: 10px;
	color: #03356D;
	text-decoration: underline;
}
a:active
{
	font-family: Tahoma;
	font-size: 10px;
	color: #03356D;
	text-decoration: underline;
}

.StatusLabel
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 22px;
	color: White;
	padding-right: 10px;
}

a.StatusLink:link 
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 22px;
	color: White;
	text-decoration: none;
	padding-right: 10px;
}
a.StatusLink:visited
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 22px;
	color: White;
	text-decoration: none;
	padding-right: 10px;
}
a.StatusLink:hover
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 22px;
	color: White;
	text-decoration: underline;
	padding-right: 10px;
}
a.StatusLink:active
{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 22px;
	color: White;
	text-decoration: underline;
	padding-right: 10px;
}
