@charset "utf-8";
/* CSS Document */



table.reportTable caption {
	display:table-caption;
        font-family:"Rokkitt";
        font-size:1.1em;
}

.reportSummary {
	width:600px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	/*border: 1px solid #DDD; */
	padding: 10px;
	font-size: 0.75em;
}
.reportSummary #export{
	display:block;
	text-align:right;
	float:right;
	font-weight: bold;
	margin-bottom:5px;
	line-height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	line-height: 40px;
	height: 40px;
	background-color: #FFF;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
.reportSummary #export img {
	margin-right: 1em;
	float: left;
}

.reportSummary a:hover {
	text-decoration: none;
}

.reportSummary #link{
	display:block;
	text-align:right;
	float:right;
	font-weight: bold;
	margin-bottom:5px;
}

.reportSummary #link img{
	float:left;
	margin-right:.5em;
}
.reportSummary #link a{
	display:block;
	text-align:right;
	float:right;
	font-weight: bold;
	margin:5px;
	background-color:#fff;
	line-height:40px;
	height:40px;
	padding-right: 1em;
	padding-left: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}

.reportSummary #name{
	display:block;
	text-align:left;
	font-weight: bold;
	margin-bottom:5px;
}

.reportSummary #date{
	display:block;
	text-align:left;
	margin-bottom:5px;
}
.reportSummary #alert{
	display:block;
	text-align:left;
	margin-bottom:5px;
	color:#C00;
}

.reportSummary #zaps {
	display:block;
	text-align:left;
}
.reportSummary #results {
	display:none;
}

.reportPage {
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 0.75em;
}

.reportPage #perPage {
	padding-right:10px;
	padding-left:10px;
}

.reportPage #minZaps{
	padding-right:10px;
	padding-left:10px;
}

.reportPage #minZaps input{
	width:30px;
	font-size: 0.75em;
}

.reportFooter td {
	text-align:center !important;
	border-top:1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
	background-color: #e1e1e1;
	font-size: 0.75em;
	padding: .5em;
}

.reportFooter span {
	padding-left: 20px;
	padding-right: 20px;
}

.reportFooter a {
	text-decoration:none;
}

.reportFooter a:hover {
	color:#000033;
}

/* 
-------------------------------------------
Report - User List
-------------------------------------------
*/
.reportUserList {
	text-align: center;
	vertical-align: middle;
	margin:auto;
	border-collapse: collapse;
	font-size:.8em;
}

.reportUserList thead th{
	white-space: nowrap;
	font-size: .75em;
}

.reportUserList thead a{
	text-decoration:none;
	color:#000000;
}

.reportUserList thead a:hover{
}

.reportUserList thead a img{
	border:none;
	padding-left: 5px;
	padding-right: 5px;
}

.reportUserList tbody tr:hover{
	background-color:#DDDDDD;
	cursor:pointer;
}

.reportUserList tbody td{
	padding-left:5px;
	padding-right:5px;
	text-align: left;
	font-size: 1.1em;
}

.reportUserList tbody #error{
	color:#C00;
}

.reportUserList tr:nth-child(even)   {
	background-color:#fcfcfc;
}
.reportUserList tr.disabled_record:nth-child(odd) {
	background-color:#FFFFCA;
}
.reportUserList tr.disabled_record:nth-child(even) {
	background-color:#FFFD95;
}

.reportUserList tbody #error:hover{
	color:#900 !important;
}




/* 
-------------------------------------------
Report - Zaps by Commuter/User
-------------------------------------------
*/
.reportZapByUser {
	font-family: 'Oxygen';
	font-size: .8em;
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin:auto;
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
}

.reportZapByUser thead th{
	border-bottom: 1px solid #fff;
	font-size: 0.75em;
	font-weight: normal;
	padding: 1em .5em;
	background-color: #e1e1e1;
}

.reportZapByUser thead a{
	text-decoration:none;
	color:#000000;
}

.reportZapByUser thead a:hover{
}

.reportZapByUser thead a img{

	border:none;
	padding-left: 5px;
	padding-right: 5px;

}

.reportZapByUser tbody tr:hover{
	background-color:#DDDDDD;
	cursor:pointer;
}

.reportZapByUser tbody td{
	font-size: 0.9em;
	padding: 0.75em;
	color: #666;
}


/* default cell */
.reportZapByUser td, .reportZapByUser th{
	text-align: left;
	padding-left: 10px;
}

/* First column */
.reportZapByUser td:first-child, .reportZapByUser th:first-child{
	min-width:120px;
}
/* First column IE6*/
.reportZapByUser #col1{
	min-width:120px;
	padding-left: 10px;
}
.reportZapByUser tr:nth-child(odd)    {
	background-color:#f8f8f8;
	border-bottom: 1px solid #fff;
}
.reportZapByUser tr:nth-child(even)   {
	background-color:#f1f1f1;
	border-bottom: 1px solid #fff;
}


/* 
-------------------------------------------
Report - Custom report / Collapsible
-------------------------------------------
*/

td.field-number, th.field-number {
	text-align:right;
}

.reportCollapse tbody tr.r_depth_0 {
	background-color:#eaeaea;
}
.reportCollapse tbody tr.r_depth_1 {
	background-color:#E7E7E7;
}
.reportCollapse tbody tr.r_depth_2 {
	background-color:#fafafa;
}
.reportCollapse tbody tr.r_depth_3 {
	background-color:#F1F1F1;
}
.reportCollapse tbody tr.r_depth_4 {
	background-color:#FAFA1FA;
}
.reportCollapse tbody tr.rp_hide {
	display:none;	
}
.reportCollapse tbody tr th div {
	display:table-cell;
	width:16px;
	height:16px;
}
.reportCollapse tbody tr th b {
	display:table-cell;
	font-weight:normal;
	padding-left:5px;
}
.reportCollapse tbody tr.rp_has_children th div.rp_arrow {
	background: no-repeat center url(../images/tree_closed.png);
}
.reportCollapse tbody tr.rp_has_children th div.rp_open {
	background: no-repeat center url(../images/tree_open.png);
}
#sectionParameters button {
	font-size: 0.6em;
	padding: 0.3em;
	color: #FFF;
	background-color: #666;
	background-image:none;
}
.reportSummary .line_name {
	text-align: left !important;
	height: 1em;
	margin: 0px;
	display: block;
	float: left;
}
.reportSummary .info_chip {
	text-align: left !important;
	padding: 3px;
	display: block;
}
.leaderBoard {
	width:600px;
	margin:auto;
}
.team_ride_report {
	width:800px;
	margin-bottom:2em;
        background:#fff;
        padding:2em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
