/* CSS Document */
body {
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	background-position:center;
	float:none
	}
	
.main {
background-image:url(repeat.png);
background-repeat:repeat;
width:800px;
background-position:center;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:75%
}	

.content {
text-align:justify;
padding: 10px 10px 10px 130px;
}

.header{
padding:10px 10px 10px 10px;
}

.small_head{
font-size:16px;
}

.navbar {
float:left;
width:120px;
position:relative;
bottom: -29px;
border:none;
}

a:link {
	color:#FFFFFF;
	border:none;
	font-weight:bold;
}

.navbar a:link {
	color: #CCCCCC;
	text-decoration:none;
	border:none;
}

.navbar a:visited {
	color: #CCCCCC;
	text-decoration:none;
	border:none;
}

.navbar a:active {
	background-color: #CCCCCC;
	text-decoration:none;
	border:none;
}

.navbar a:hover {
	color: #CCCCCC;
	text-decoration:none;
	border:none;
}

.float-left {
float:left;
padding: 0px 10px 2px 0px;
border:none;
}

.float-right {
float:right;
padding: 0px 0px 2px 10px;
border:none;
}
.float-right1 {
float:right;
padding: 10px 0px 2px 10px;
border:none;
}

.float-right2 {
float:right;
padding: 10px 0px 2px 0px;
border:none;
}

.float-middle {
padding: 10px 0px 0px 10px;
border:none;
position:relative;
left:170px;
}

table.price th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.price td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#button {
	padding: 0px 0 1em 10px;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: url(repeat.png);
	color: #333;
	}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li {
	border-bottom: 5px solid #90bade;
	margin: 0;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 80%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}

#iframe {
margin:10px;
}

.slope{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px;
	padding: 0px;
	margin: 5px, 10px, 5px, 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 610px;
	word-break: break-all;
}

tr.slopehead {
		font-weight:bold;
		text-align:center;
}

#rates table {
border-bottom:1px solid #000000;
clear:both;
margin-bottom:1em;
width:90%;
position:relative;
top:-270px;
}
#rates table * {
font-size:1em;
text-align:center;
}
#rates table caption {
display:none;
}
#rates table th, #rates table td {
border-top:1px solid #000000;
padding:0.5em;
vertical-align:middle;
}
#rates table tr.alternate td, #rates table tr.alternate th {
background-color:#F4F4F4;
}
#rates table th {
border-left:1px solid #000000;
}
#rates table .lastCell {
border-right:1px solid #000000;
}
#rates table .notes th, #rates table .notes td {
border-top:medium none;
}
#rates table .periodBegin, #rates table .periodEnd {
text-align:left;
}
#rates table .cols, #rates table .cols th {
border-top:1px solid #000000;
}
#rates table td.exchange {
font-weight:bold;
padding:0 10px;
text-align:right;
}
#rates table th.minstay {
padding-left:0.25em;
padding-right:0.2em;
}
#rates table td {
white-space:nowrap;
}
#rates table .colgroups th {
border:1px solid #000000;
font-weight:bold;
}
#rates table .colgroups th.period, #rates table .colgroups th.minstay {
border:0 none;
}
#rates table .cols th.period, #rates table .cols th.minstay {
border:1px solid #000000;
}
#rates table .cols th {
background:#EEEEEE none repeat scroll 0 0;
border-color:#000000;
border-style:solid;
border-width:0 1px 1px;
color:#333333;
font-weight:bold;
padding:10px;
}

#move {
position:relative;
top:-270px;
}
