﻿#results {
	line-height: 1.25;
}

#results h1.offleft, h2.offleft { display: none; }
#results h2 {
	font-size: 1.2em !important;
}

#results #criteria { 
	width: 45%; 
	float: left;
	padding-top: 10px;
}

/*Edit Search Criteria */
#results #actions { 
	width: 45%; 
	float: right;
	margin: 0 10px 10px 0;
	padding: 10px 10px 0 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #F4F0EC url(/App_Themes/Main/images/results/Rcorner.jpg) no-repeat top right;
}

#results #actions.repeated {
	float: none;
}

#results #actions h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #c14a38;
	font-size: 1.1em;
}

#results #actions select {
	width: 100%;
	margin-left: 0;
}

/* Current Search Criteria Block */
#results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#results #criteria li {
	margin: 2px 0 0;
	padding: 0;
	font-weight: bold;
	color: #c14a38;
	line-height: 1.5;
	list-style: none;
}

#results #criteria li span {
	font-weight: normal;
	color: #000;
}

#results #criteria h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #c14a38;
}

#results p.outcomes {
	margin-top: 1px
}


/* Tabular Data */
#tabular {
	margin: 10px 10px 20px;
	padding: 10px 0 0;
	background: #fff;
	border-top: 1px solid #ccc;
}

#tabular table caption, #tabular .caption span {
	text-align: left;
	font-size: 1.2em;
	color: #f16b4d;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 5px;
}

#tabular table thead th {
	background: #f6a586;
}

#tabular table th, #tabular table td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

#tabular th, #tabular td {
	padding: 5px;
	border: 1px solid #ccc;
	background: #f4f0ec;
	text-align: center;
}

#tabular th.compare {
	width: 200px;
}

#tabular table thead th.result {
	width: 80px !important;
}

#tabular table {
	border-collapse: collapse;
	border-spacing: 0;
}

#tabular table tbody th {
	background: #d8dd91;
}

#tabular table th, #tabular table td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

#tabular tbody td.percent {
	font-weight: bold;
}

#tabular table tbody td {
	background: #fff;
	vertical-align: middle;
}
  
#tabular table th, #tabular table td {
	border: 1px solid #ccc;
}

#tabular table tfoot td {
	padding: 5px 10px;
	text-align: left;
	background: #fff;
}

#tabular table th, #tabular table td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

 #tabular table .percent {
	font-weight: bold;
	vertical-align: middle;
	font-size: 90%;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1%;
	line-height: 0px;
}

#datatools .data-col1 {
    float: left;
    width: 140px;
}

#datatools .data-col2 {
    float: left;
    width: 140px;
}

#datatools .addthis-toolbox {
	margin-top: 10px;
}

#datatools a {
	margin-top: 5px;
	display: block;
}

#datatools span.at4-icon-left {
	margin-right: 3px;
}

table.chartingdata tfoot p {
    margin-bottom: 5px;
}


@media only screen and (max-width: 800px) {

    #results #criteria {
		float: none;
		width: auto;
    }

    #results #actions {
		float: none;
		width: auto;
    }
}