﻿/*Master Page Styles*/
body 
{
	font: verdana;
	font-family: Verdana;
	background-color: #ffffff;
	margin: 0px 0px 0px 10px;
}
A
{
	color: #0080c0;
	text-decoration: none;
}
A:visited
{
	color: #0080c0;
	text-decoration: none;
}
A:active
{
	color: #0080c0;
	text-decoration: none;
}
A:link
{
	color: #0080c0;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.Header
{
	vertical-align: middle;
	text-align: left;
	border-bottom: solid 1px #0080c0;
}
IMG.Logo
{
	vertical-align: middle;
	text-align: right;
}
.LogoTitle
{
	border: none;
	font-size: 50px;
	font-weight: bold;
	color: #0080c0;
	vertical-align: middle;
}
.LogoSuffix
{
	border: none;
	font-weight: bold;
	color: #ff0000;
}
.AddToFavorites
{
	color: #0080c0;
	font-size: small;
	font-weight: bold;
	vertical-align: bottom;
	cursor: hand;
}
.HeaderBar
{
	background-color: #0080c0;
	color: White;
	font-weight: bold;	
}
.LoginSide
{
	text-decoration: none;
	color: #0080c0;
}
.Center
{
	text-align: center;	
}
/*Menu Styles*/
.MenuCell
{
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
}
.StaticMenuStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
}
.StaticMenuItemStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.StaticSelectedStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
}
.StaticHoverStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
}
.DynamicMenuStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
}
.DynamicMenuItemStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
.DynamicSelectedStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
}
.DynamicHoverStyle
{
	text-decoration: none;
	text-align: left;
	color: #008080;
	font-size: small;
	font-weight: bold;
}
/*Side Menu Styles*/
.SideMenuCell
{
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	width: 150px;
}
.SideStaticMenuItemStyle
{
	text-decoration: none;
	text-align: left;
	color: #0080c0;
	font-weight: bold;
}
.SideStaticHoverStyle
{
	text-decoration: none;
	text-align: left;
	color: #0080c0;
	font-weight: bold;
}
.SideStaticSelectedStyle
{
	text-decoration: none;
	text-align: left;
	color: #0080c0;
	font-weight: bold;
}
.SideDynamicMenuStyle
{
	text-decoration: none;
	text-align: left;
	color: #0080c0;
	font-weight: bold;
}
.SideDynamicMenuItemStyle
{
	text-decoration: none;
	text-align: left;
	color: #0080c0;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
.SideDynamicHoverStyle
{
	text-decoration: none;
	text-align: left;
	color: #0080c0;
	font-weight: bold;
}
.SideDynamicSelectedStyle
{
	text-decoration: none;
	text-align: left;
	color: #0080c0;
	font-weight: bold;
}
/*Main Page Styles*/
.Content
{
}
.Error
{
	color: #FF0000;
	font-size: small;
	padding: 10px 10px 10px 0px;
}
.Footer
{
	font-size: x-small;
	text-align: center;
}
/*Register*/
.LoginInterface
{
	width: 100%;
}
/*Auction Management Page*/
.NewAuctionTable
{
	text-align: center;
}
.AuctionListBox
{
	height: 265px;
}
/*Auction Display*/
.AuctionRow
{
	vertical-align: top;
}
.AuctionPictureColumn
{
	width: 72px;
	padding-right: 5px;
}
.PagerRow
{
	font-size: small;
	font-weight: bold;
	vertical-align: top;
	text-align:  center;
	color: #ff0000;
	background-color: #2461BF;
	text-align: center;
}
.PagerRow A:link
{
	color: #ffffff;
	text-decoration: none;
}
.PagerRow A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.PagerRow A:active
{
	color: #ff0000;
	text-decoration: none;
}
.PagerRow A:hover
{
	color: #ffffff;
	text-decoration: underline;
}