/********************************
 *
 * Reset Styles
 *
 ********************************/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
} 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/********************************
 *
 * Global Styles
 *
 ********************************/
#rates-pane {
	font-size:		14px;
	font-family: 	Arial, Helvetica, sans-serif;
}
rates-pane p{
	color:#333;
}
#rates-pane h1 {
	font-size: 1.3em;
}
#rates-pane h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#rates-pane h3 {
	font-size: 1.1em;
}
/********************************
 *
 * Layout
 *
 ********************************/
#left-col, #right-col {
	float: left;
}
#left-col {
	display: relative;
	width: 325px;
}
#right-col {
	display: relative;
	width: 410px;
	margin-left: 20px;
}
#info {
	margin-top: 20px;
	color: #999999;
	font-size: .9em;
	text-align: justify;
}

#note {
	margin: 0;
	float: left;
	width: 410px;
	text-align: justify;
}
	#note p {
		margin-bottom: 2em;
	}

#contact .left {
	float: left;
	width: 100px;
	margin-right: 20px;
	text-align: right;
}
#contact {
	margin: 2em 0em;
	padding: 1em;
	width: 380px;
	line-height: 2em;
	font-weight: bold;
	float: left;
	border: 1px dashed #0A0A0A;	
}
/********************************
 *
 *	Layout
 *
 ********************************/
#rates-container {
	width: 800px;
	margin: 10px auto;
}
#rates-pane {
	margin: 0px 15px;
}

/********************************
 *
 * Tables
 *
 ********************************/
table.rate {
	background-color:#fff;
	font-size:85%;
	border-left:1px solid #eee;
	border-bottom:1px solid #dedede;
	margin:.5em 0 0 0em;
	width: 100%;

}
table.rate td{
	padding:5px;
}
table.rate tbody td{
	border-left:1px solid #fff;
	border-top:1px solid #eee;
	border-right:1px solid #dedede;
	border-bottom:1px solid #fff;
	text-align: center;
}
tr.alt td{
	background-color:#f8f8f8;
	border-bottom:1px solid #f5f5f5;
}
table.rate thead td{
	background-color:#99AB24;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #99AB24;
	border-top:1px solid #99AB24;
	border-bottom:1px solid #85B52E;
	border-right:1px solid #85B52E;
	text-align:center;
	padding:	10px;
	color:#FFCC66;
}
table.rate thead td div{
	width:100% !important;
}

table.rate tbody tr td.hl{
	font-weight:bold;
	color:#99AB24;
}
table.rate tbody tr td.c1, 
table.rate thead tr td.c1{
	font-weight:bold;
	color:#eee;
	background-color:	#0A0A0A;
	border-left:1px solid #555;
	border-top:1px solid #555;
	border-bottom:1px solid #111;
	border-right:1px solid #111;
	text-align: left;
	padding:7px 9px;
}


table.rate thead h2{
	font-size:110%;
	color:#fff;
}

table.rate .c1 {
	font-weight:bold;
	font-size:105%;
}

table.rate .tooltip{
	color:#fff !important;
	border-bottom:1px dotted #fff;
}
table.rate td.select {
				background-color: yellow;	
			}
