@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	font-size: 13px;
	margin: 0px;
}
td, th {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	font-size: 13px;
}

a.url
{
     text-decoration:underline;
	 color:#000000;
}

a:link, a:visited, a:active{
	color: #012d87;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #012d87;
	text-decoration: underline;
	font-weight: bold;
}
 /*
a:hover {
	color: #0097d0;
}
*/



h1 {
	color: #515151;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 13px;
}
h2 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 0px;
	background-color: #515151;
	padding: 3px;
}

h3 {
	color: #779EC5;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 13px;
}
p {
	margin: 10px 0;
	padding: 0;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	vertical-align: middle;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d4864;
}
select.search {
	width: 220px;
}


input {
	font-size: 11px;
}
input.button {
	color: #000;
	margin-right: 5px;
	font-size: 11px;
}

p.small {font-size: 11px; margin:0;}



/* top layout */


#main {
	width: 650px;
	padding: 10px 0 30px;
	margin-left: auto;
	margin-right: auto;
}
#mainSmall {
	width: 320px;
	padding: 10px 0 30px;
	margin-left: auto;
	margin-right: auto;
}
#searchPanel {
	width: 550px;
	float: left;
	padding: 0;
}
#searchPanel h2 {
	font-size: 1.1667em;
	color: #415790;
	margin: 0;
	background: #e0eaf2;
	padding: 3px 6px;
	display: block;
}
#searchPanel h2 a, #searchPanel h2 a:visited {
	color: #415790;
	text-decoration: none;
}


#basic {
	width: 50%;
	float: left;
}
#advance {
	width: 49%;
	float: right;
}
table.search {
	margin: 0;
}
table.search td {
	padding: 3px 2px;
}



div.row{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
div.rowL {
	width: 45%;
	float: left;
	margin: 10px 0;
}

div.rowR {
	width: 49.9%;
	float: right;
	margin: 10px 0;
	text-align: right;
}

#topFive, #bottomFive {
	margin-bottom: 10px;
}

/* tabs */


#tabResultNav {
	width: 100%;
	float: left;
	padding: 0;
	background-color: #f8eac3;
	margin: 20px 0;
	background-image: url(../images/tab.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #faae0a;
	border-bottom: 1px solid #faae0a;
}
#tabResultNav img {
	vertical-align: middle;
}
#tabResultNav ul{
	margin: 0 0 0 1px;
	padding: 0px;
	list-style-type: none;
}
#tabResultNav li {
	float: left;
	margin: 0;
	padding: 1px;
	list-style-type: none;
}
#tabResultNav a {
	float: left;
	background-color: #f8eac3;
	padding: 3px 10px 1px;
	margin: 0px;
	height: 22px;
	color: #515151;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/tab.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}
#tabResultNav a.selected, #tabResultNav a:hover {
	color: #000;
}
#tabResultNav li.last {
	float: right;
	margin-right: 10px;
	padding: 3px;
	vertical-align: middle;
	border: 0;
}


/* performance tables */

#tabResult {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

table {
	width: 100%;
}
#tabResult th, table.format th {
	padding: 5px 3px;
	background-color: #515151;
	color: #fff;
	border-bottom: 2px solid #ffe6ae;
}
#tabResult th.yellow, table.format th.yellow,table.format td.yellow {
	padding: 5px 3px;
	background-color: #fdb813;
	color: #000;
	border: 1px solid #ffe6ae;
}

#tabResult th.yellowGold, table.format th.yellowGold,table.format td.yellowGold {
	padding: 5px 3px;
	background-color: #FFBD3F;
	color: #000;
	border: 1px solid #ffe6ae;
}

table.format td.yellow 
{
	font-weight:bold;
}

table.format td.yellowGold 
{
	font-weight:bold;
}

#tabResult th a, #tabResult th a:visited, #tabResult th a:hover {
	color: #fff;
	text-decoration: none;
}

#tabResult td, table.format td {
	padding: 3px;
	border-bottom: 1px solid #fdb813;
	border-right: 1px solid #ffe6ae;
	background-color: #ffe6ae;
}


.tabOn { display: yes; }

.tabOff { display: none; }


/* result navigation */

.compare {
	float: right;
	margin: 10px 0px;
}

.compare ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.compare li {
	float: left;
	border-right: 1px solid #3034a8;
	padding: 0px 6px;
	margin: 0px;
	list-style-type: none;
}



/* charting Tool */

div.chartLeft {
	width: 400px;
	float: left;
}

div.chartRight {
	width: 230px;
	float: right;
	border-left: solid 1px #b5aaaa;
	padding-left: 3px;
}

div.chartL {
	width: 100%;
	float: left;
}
div.chartR {
	width: 100%;
	float: right;
	margin-bottom: 6px;
}

div.chartR table {
	width: 100%;
	margin: 0 0 6px;
}

div.chartR td {
	padding: 2px 0px;
}


/*factsheet */
