BODY
{
	background-color: White;
	font-family: verdana, arial;
	font-size: 0.7em;
	
	margin: 3px 5px 3px 5px;
}

H1
{
	font-size: 1.5em;
	font-weight: bold;
	color: Black;
	font-family: Verdana, Arial;
	margin-bottom: 15px;
}

H2
{
	font-size: 1.4em;
	font-weight: bold;
	color: Black;
	font-family: Verdana, Arial;
}

TD
{
	font-family: verdana, arial;
	/*font-size: 0.7em;*/
}

SELECT
{
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
}

TEXTAREA
{
	border-color: #003366;
	border-style: solid;
	border-width: 1px;

	font-family: verdana, arial;
	font-size: 1em;
}

INPUT
{
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
}

/* For IE */
.Radio input
{
	border-style: none;
}

FIELDSET
{
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

LEGEND
{
	color: Black;
}

DT
{
	margin-bottom: 0.7em;
	font-weight: bold;
}

DD
{
	margin-bottom: 1.5em;
}

A:link, A.notvisited:visited
{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}

A:hover
{
	color: #cc3300;
	font-weight: bold;
	text-decoration: underline;
}

A:visited
{
	color: #6699cc;
	font-weight: bold;
	text-decoration: underline;
}

A:visited:hover
{
	color: #cc3300;
	font-weight: bold;
	text-decoration: underline;
}

.ListBox
{
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
	
	background-color: White;
	font-family: verdana, arial;
	font-size: 10px;
}

.Logo
{
	border-color: White;
	border-style: solid;
	border-width: 3px;
	height: 87px;
	text-align: center;
}

.TopSpace
{
	background-color: #354c6b;
	border-color: White;
	border-style: solid;
	border-width: 3px;
	width: 100%;
	padding: 2px 2px 2px 2px;
}

.TopBn
{
	background-color: #E5E5CC;
	color: Black;
	height: 81px;
	width: 100%;
}

.Onion
{
	display: none;
}

.Progress
{
	background-image: url(Progress.gif);
	width: 16px;
	height: 16px;
}

.RSS
{
	background-image: url(RSS.png);
	width: 36px;
	height: 14px;
}

.Caption
{
	color: #666666;
	font-weight: bold;
}

/* MENU BAR */

.MenuBar
{
	/*background-color: #003366;*/
	background-image: url(BG1.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #E5E5CC;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.MenuBar A, .MenuBar A:visited
{
	color: #E5E5CC;
	font-weight: bold;
	text-decoration: none;
}

.MenuBar A:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.MainMenu
{
	float: left;
}

.TagLine
{
	float: left;
	margin-left: 1em;
	margin-right: 2em;
	font-weight: bold;
	font-style: italic;
}

/* FOOTER */

.Footer
{
	background-image: url(BG2.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #E5E5CC;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.Footer A, .Footer A:visited
{
	color: #E5E5CC;
	font-weight: bold;
	text-decoration: none;
}

.Footer A:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

/* BOXES */

.Box
{ 
	border-color: #336699;
	border-style: solid;
	border-width: 1px;
}

.BoxTitle
{
	background-color: #336699;
	color: #E5E5CC;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}

.BoxContent
{ 
	margin: 5px 5px 5px 5px;
}

.BoxSpacer
{
	float: left;
	width: 20px;
	height: 1px;
}

/* PAGE CONTENT */

.PageContent
{
	padding: 10px 3px 10px 3px;
	width: 100%;
}

.PageTitle
{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003366;
	font-family: Verdana, Arial;
}

.PageElementDescription
{
	font-style: italic;
}

.Note
{
	font-style: italic;
}

.Item
{
	/*background-color: #FFFFFF;*/
}

.AltItem
{
	background-color: #F0F0F0;
}

/* RATING */

.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(SavedStar.png);
}

/* FAVORITES */

.FavoritesOff
{
	width: 16px;
	height:16px;
	padding: 5px 0 0 20px;
	background-image: url(Favorites.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.FavoritesOn
{
	width: 16px;
	height:16px;
	padding: 5px 0 0 20px;
	background-image: url(Favorites.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

a.FavoritesOff:hover, a.FavoritesOff:visited:hover
{
	background-position: 0 -20px;
}

a.FavoritesOn:hover, a.FavoritesOn:visited:hover
{
	background-position: 0 -60px;
}