﻿@import url("/styles/layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 1000px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 998px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
/*	background-color: #fafaff;
*/
}
#bannerad {
	text-align: center;
	width: 998px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	margin-top: 10px;
}
#navigation {
	position: relative;
	float: right;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 805px;
	margin-top: 10px;
	margin-bottom: 10px;
/*	margin-left: 10px;
*/
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 998px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h2,h3,h4,h5,h6 {
/*	color: #3d6c87; */
	color: #ea2849;
}
#content h1 {
	/*	color: #3d6c87; */
	color: #ea2849;
	font-size: large;
}

/*
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
*/
#content table {
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#content .tableNoBorder {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
#content .lightgreybackground {
	background-color:#CCCCCC;
}
#content .lightpinkbackground {
	background-color:#fde0e4;
}
#content .lightestpinkbackground {
	background-color:#fef1f2;
}
#content .collapsePanel {
/*	width: 769px; */
	width: 810px;
	height:0px;
	background-color:white;
	overflow:hidden;
}
#content .collapsePanelHeader{	
	width: 769px;
	height:20px;
	color: #ea2849;
	background-color: white;
	font-weight:bold; 
/*	float:left; */
	padding:5px;
	cursor: pointer; 
	vertical-align: middle;
}
#content .divClickable{
	cursor:pointer;
}
#content .divClickableHidden{
	cursor:pointer;
	visibility:hidden;
}
/* Rating */
#content .ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
#content .filledRatingStar {
    background-image: url(/images/FilledStar.png);
}
#content .emptyRatingStar {
    background-image: url(/images/EmptyStar.png);
}
#content .savedRatingStar {
    background-image: url(/images/SavedStar.png);
}
#content .imageThinPadding {
	padding:5px;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer psmall {
	color: #808080;
	margin-top: 5px;
	font-size:small;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}