﻿/* Alpha, Master-Page Structure */
body {
	background-color: #8f8888;
}
.row-top {
	background-color: #ffffff;
}
.topmenu .listitem a {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background:url(images/menugradient2.png) repeat-x bottom #074887;
}
.topmenu .listitem:hover a {
	background:url(images/menugradient2.png) repeat-x bottom #8f8888;
	text-decoration:none;
}
.topmenu .sublistblock {
	border-right:1px solid #074887;
	border-left:1px solid #074887;
	border-top:1px solid #074887;
}
.topmenu .sublistitem {
	border-bottom:1px solid #074887;
	background:#edeef3;
}
.topmenu .sublistitem a {
	font-size:14px;
	font-weight:bold;
	color:#074887;
	background:none !important;
}
.topmenu .sublistitem:hover a {
	background:#8f8888 !important;
	text-decoration:none;
}
.topmenu .selected {
	color:#ffffff;
	background:url(images/menugradient2.png) repeat-x bottom #074887;
}
.content {
	background:url(images/contentbackground.png) no-repeat top left;
}
.login, 
.login a:link, 
.login a:visited, 
.login a:hover, 
.login a:active {
	color: #ffffff !important;
}
.row-bottom {
	background:url("images/menugradient.png") repeat-x scroll center bottom #edeef3;
}
.row-bottom, 
.row-bottom a:link, 
.row-bottom a:visited, 
.row-bottom a:hover, 
.row-bottom a:active {
	color:#074887 !important;
}
/* End */

/* Alpha, Content Styling */
a:link {
    color: #3399CC;
}
a:visited {
    color: #9999CC;
}
a:hover {
    color: #3399CC;
}
a:active {
    color: #3399CC;
}
H1 {
    color: #074887;
}
H3 {
    color: #3399CC;
	border-color:#3399CC;
}
H4 {
    color: #074887;
}
H6 {
    color: #3399CC;
	border-color: #3399CC;
}
.Page-Header {
    color: #009fd1;
}
#Categories-Header {
	background-color: #9d1e8b;
}
#Categories-Header h1
{
	background:url(images/contentbackground.png) no-repeat -12px -16px #ffffff;
	color:#009fd1;
}
.menuheaderblock, .moduleheaderblock
{
	background-color:#9d1e8b;
}
.menuheader, .moduleheader
{
	color:#009fd1;
	background-color:#EDEEF3;
}
.menuheader a:link, .menuheader a:visited, .moduleheader a:link, .moduleheader a:visited
{
	color:#009fd1;
}
/* Page Content Styling */
.Layout .Header
{
    color: #3399CC;
	border-color: #3399CC;
}
.Layout .Footer
{
	color: #3399CC;
}
.ErrorMessage
{
	color: #074887;
}
.DataList-Item
{
	border: #3399CC;
}
.DataList-Item:Hover
{
	background-color: #eeeeef;
}
.DataList-Item .Header
{
	background-color:#EEEEEF;
	color:#074887;
}
.Category-Item .Header
{
	background-color:#EEEEEF;
	color:#074887;
}
#AccountDefault-UserName .Element
{
	color:#074887;
}
/* End */

