/*CCAC Chart Styling*/

body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}
table td {
	border-left:1px solid #e4a11b;
	font-size:12px;
	padding:7px 5px;

}
ind-table{
	width:300px;
	height:100px;
	float:left;
}



#background-image tbody tr:hover td
{
	color: #339;
	background: none;
	
}



.ccac-city
{
	font-size: 25px;
	font-weight: normal;
	font-weight:bold;
	padding: 10px 2px 10px 2px;
	color: #00a0af;
	border: none;
	text-transform:none;
	font-weight:normal;
	text-align:left;
	width:70%;
	float:left;
}
.ccac-story a, .go-back a, .pdf a
{
	color: #00a0af;
	text-decoration:none;
}
.ccac-story a:hover, .go-back a:hover, .pdf a:hover
{
	color: #71a9aa;
}
.ccac-story
{
	font-size: 12px;
	font-weight: normal;
	font-weight:bold;
	padding: 2px;
	color: #477f80;
	border: none;
	text-transform:none;
	font-weight:normal;
	text-align:right;
	width:25%;
	float:right;
	padding:20px 15px 0 0;
}
table th
{
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	font-weight:bold;
	padding: 8px;
	background: #00a0af;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	margin-top:500px;
	vertical-align: middle;
}

table tr
{
	background-color:#fefaf1;
	text-align:center;
}

table td
{
	padding: 8px; 
	border-bottom: 1px solid #e4a11b;
	color: #000000;
	vertical-align: middle;
}
.odd-row{
	background-color:#fbf3de;
}
table tfoot tr td
{
	background-color: #f5f5f5;
	font-size: 12px;
	color: #00a0af;
	text-align:left;
}
table tbody tr:hover td
{
	background: #c6e4e5;
	color: #477f80;
}


#two{
	color:red;
	font-size:26px;
	width:10px;
	background-color:green;
	
}

.go-back{
	background-image:url(../images/button-icon-back.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 12px;
	color: #477f80;
	font-weight:normal;
	width:25%;
	float:left;
	padding:0px 15px 0 20px;
	margin:15px 0 0 10px;
}
.pdf
{
	font-size: 12px;
	color: #477f80;
	text-transform:none;
	font-weight:normal;
	text-align:right;
	width:25%;
	float:right;
	padding:0px 15px 0 0;
	margin-top:15px;
}
.tbl-left{
	float:left;
	width:40%;
	margin-left:70px;
	margin-top:80px;
}
.tbl-right{
	float:right;
	width:40%;
	margin-right:70px;
	margin-top:80px;
}
.tbl-left a, .tbl-right a{
	color:#000000;
	text-decoration:none;
}
.tbl-left a:hover, .tbl-right a:hover{
	color:#477f80;
	text-decoration:none;
}
.ind-name{
	color:#ce8e00;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	margin:70px 0 10px 0;
	border-top:solid 1px #f8df9d;
	border-left:none;
}