body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
}

#page
{
	z-index: 1;
	width: 920px;
	min-height: 500px;
	border-width: 2px;
	border-style: solid;
	border-color: #D0D0D0;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 20px 62px;
}

#footer
{
	z-index: 1;
	width: 920px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/** CONTENT */


#content {
	width: 902px;
	margin-top: 20px;
}

.headLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #757575;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #757575;
}
a:hover {
	text-decoration: underline;
	color: #757575;
}
a:active {
	text-decoration: underline;
	color: #757575;
}
.style1 {color: #000000}
.style2 {
	font-size: 12px;
	color: #D9CD61;
	font-weight: bold;
}

.style3 {
	font-size: 12px;
	color: #000000;
}
.style4 {
	/*color: #900;*/
	font-weight: normal;
	font-size: 11px;
}
.style5 {
	/*color: #900;*/
	font-weight: bold;
	font-size: 12px;
}
.style6 {
	/*color: #900;*/
	font-weight: bold;
	font-size: 11px;
}
.style7 {
	/*color: #900;*/
	font-weight: normal;
	font-size: 10px;
}
.style11 {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
}
.style8 {font-size: 10px}


.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: C84E20;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('../../images/Retail/expand.jpg'); /* Point to your minus img */
    background-repeat: no-repeat;
    background-position: 4px 7px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */
    
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #C84E20;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('../../images/Retail/collapse.jpg'); /* Point to your minus img */
    background-repeat: no-repeat;
    background-position: 4px 7px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */
}
.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #F3F2F3;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* ========= Start of styles for rate calc search =========== */
.rcsContainer
{
	/*font-family: Arial, Sans-Serif; */
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 600px;
	height: 220px;
	background-color: Menu;
	border: solid 1px black;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
}

.rcsResultsContainer
{
	/*font-family: Arial, Sans-Serif; */
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 600px;
	height: 230px;
	background-color: Menu;
	border: solid 1px black;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
}

.rcsGridView
{
	width: 600px;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	color: Black;
	text-align: left;
	border: solid 1px black;
	position: relative;
}
.rcsImage
{
	float: left;
}
.rcsHeader
{
	background-color: #C84E20;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 15px;
	width: 100%;
}

.rcsLabel
{
	float: left;
	width: 120px;
	margin-left: 40px;
	
}

.rcsTextBox
{
	/*float: right;*/
	float: left;
	width: 100px;
}

.rcsAnd
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.rcsAddrText
{
	float: left;
	width: 400px;
}

.rcsDate
{
	float: left;
	width: 80px;
}

.rcsLabel2
{
	float: left;
	width: 70px;
	margin-left: 30px;
}

.rcsDropDown
{
	float: left;
	width: 220px;
	
}

.rcsbtnSearch
{
	float: left;
	width: 80px;
	height: 30px;
	margin-left: 25%;
}

.rcsbtnCancel
{
	float: left;
	width: 80px;
	height: 30px;
	margin-left: 25%;
}

.rcsSpacer
{
	height: 25px;
	width: 100%;
}
