﻿.indexcopy {
	FONT-SIZE: 12px; COLOR: #333; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.indexcopy A:link {
	FONT-SIZE: 12px; COLOR: #336; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.indexcopy A:visited {
	FONT-SIZE: 12px; COLOR: #666; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.indexcopy A:hover {
	FONT-SIZE: 12px; COLOR: #f60; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.indexorangerates {
	FONT-WEIGHT: 700; FONT-SIZE: 13px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.indexgreyrates {
	FONT-WEIGHT: 700;
	FONT-SIZE: 14px;
	COLOR: #666;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.copy {
	FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.toutscopyheader {
	FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.toutscopy {
	FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Arial, Helvetica, sans-serif; line-height:14px
}
A:link {
	FONT-SIZE: 11px; COLOR: #336; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.touts A:link {
	FONT-SIZE: 11px; COLOR: #336; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A:visited {
	FONT-SIZE: 11px; COLOR: #666; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.touts A:visited {
	FONT-SIZE: 11px; COLOR: #666; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A:hover {
	FONT-SIZE: 11px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.touts A:hover {
	FONT-SIZE: 11px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.indexorangerates A:link {
	FONT-WEIGHT: 700; FONT-SIZE: 13px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.indexorangerates A:hover {
	FONT-WEIGHT: 700; FONT-SIZE: 13px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.indexorangerates A:active {
	FONT-WEIGHT: 700; FONT-SIZE: 13px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.indexorangerates A:visited {
	FONT-WEIGHT: 700; FONT-SIZE: 13px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.largeheading {
	FONT-SIZE: 20px; COLOR: #333; LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.mediumcopy {
	FONT-SIZE: 14px; COLOR: #333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.mediumcopy A:link {
	FONT-SIZE: 14px; COLOR: #336; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.mediumcopy A:visited {
	FONT-SIZE: 14px; COLOR: #666; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.mediumcopy A:hover {
	FONT-SIZE: 14px; COLOR: #f60; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #333366; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.h2 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #333366; LINE-HEIGHT: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
font-weight:bold;
}
.input_label
{
	float:left;
	padding:6px;
}

.input_text
{
	float:left;
	padding: 6px;
	
	
}

.input_text input
{
	border-width:0px;
}

.RatingContainer
{
	visibility:hidden;
}

.left-image
{
	height:100%;
	width:250px;
	float:left;
	margin-top:20px;
	padding-right:30px;
	padding-left:30px;
	clear:both;
	
}

.img-link img
{
	clear:both;
	width: 100%;
}

.item-top, .UR-Container , .more-types
{
	height: 0px;
	visibility: hidden;
}

.item
{
	border:1px black solid;
	margin-bottom: 10px;
	clear:both;
	width:860px;
	background-color:white;
	min-height:240px;
	
}

li
{
	list-style:none;
}

.unit-details
{
	font-size:10px;
	color:black;
	text-decoration:none;
	margin-left: 300px;
}

.item-bot-left
{
	font-size:12px;
	color:black;
	text-decoration:none;
	margin-left: 280px;
	width:400px;
}

.top
{
	background-color:white;
	height:150px;
	padding:10px;
	width:840px;
	border:1px black solid;
}

.left
{
	float:left;
}	
	
/* the div that holds the date picker calendar */
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #FFF;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


