@charset "UTF-8";


body { font: 13px 'lucida grande', arial, tahoma, verdana,  sans-serif; }

/* @group Frame */

.splitsWrapper {
	position: relative;
	margin-bottom: 5px;
}

.splitsFrameBottom {
	background: url(images/frame-bg-bottom.png) no-repeat left bottom;
}

.splitsFrameTop {
	width: 950px;
/*	height: 450px; */
	background: url(images/frame-bg-top.png) no-repeat left top;
}

.splitsFrameMiddle {
	position: relative;
	background: url(images/frame-bg-middle.png) repeat-y left 60px;
}

/* @end */

/* @group Tabs */

.splitsTabsWrapper {
	position: relative;
	width: 870px;
	padding: 10px 40px 0;
}

#createTab {
	position: absolute;
	right: 25px;
	top: 10px;
}

.splitsTab span{
	cursor: pointer;
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	height: 42px;
	white-space: nowrap;
	background: url(images/tabs-right.png) no-repeat right -120px;
	text-align: center;
	padding: 0;
}

.splitsTab {
	position: relative;
	height: 42px;
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 0 0 0px;
	background: url(images/tabs-left.png) no-repeat left -120px;
}

.splitsTab.splitsTabSelected, .splitsTab.splitsTabSelected:hover{
	background-position: left 0;
	cursor: default;
}

.splitsTab.splitsTabSelected span, .splitsTab.splitsTabSelected span:hover {
	background-position: right 0;
	cursor: default;
}

.splitsTab:hover {
	background-position: left -60px;
}

.splitsTab span:hover {
	background-position: right -60px;
}

.splitsTab.splitsTabSelected a {
	cursor: default;
	color: #000;
	background: url(images/icons.gif) no-repeat;
}

* html .splitsTabSelected a {
	cursor: default;
	color: #000;
	background: url(images/icons.gif) no-repeat;
}
	

.splitsTab a:hover {
	color: #000;
	background: url(images/icons.gif) no-repeat;
}

.splitsTab a {
	display: -moz-inline-box;
	display: inline-block;
	background: url(images/icons-disabled.gif) no-repeat;
	color: #909191;
	text-decoration: none;
	margin-top: 0;
	padding: 12px 20px 14px 42px;
}

a#tabLapSplits 		{ background-position: 2px -100px; }


/* @end */

.splitsContent {
	position: relative;
	padding: 11px 25px 25px;
}

.splitsFooter {
	position: relative;
	height: 28px;
	text-align: right;
}

.splitsFooter td {
	font: 12px 'lucida grande', arial, verdana, sans-serif; 
	font-weight: bold;
	background-color: #FFF;
}

.splitsFooter a {
	display: -moz-inline-box;
	display: inline-block;
	padding-right: 15px;
	padding-left: 30px;
	height: 20px;
	background: url(images/icons.gif) no-repeat 0 0;
	color: #5e5e5e;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

.splitsFooter a:hover {
	color: #000;
	text-decoration: underline;
}

a#linkExportCsv 	{ background-position: -10px -17px; }
a#linkPrint 		{ background-position: -10px -64px; }

#splitsTableContainer {
	width: 900px;
	min-height: 330px;
	_height: 330px;
	overflow: auto;
	position: relative;
}

.splitsHeader {
	font: 12px 'lucida grande', arial, verdana, sans-serif; 
	font-weight: bold;
	height: 32px;
	background: url(images/splits-header-bg.png) repeat-x 0 0;
}


.splitsRow {
	background-color: #FFF;	
	height: 28px;
}

.splitsRowAlternate {
	background-color: #F5F5F5;
	height: 28px;
}

.splitsRowHighlight {
	background-color: #e3f4ff;
}

.splitsRowSelected {
	background-color: #278cd1;
	text-shadow: #7c7c7c 1px 1px 1px;
	background: url(images/splits-highlight-bg.png) repeat-x 0 0;
}

.splitsRowSelected td {
	color: #FFF;
	font-weight: bold;
}
	
.dr-table-cell {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font: 12px 'lucida grande', arial, verdana,  sans-serif; 
	padding: 0 4px;
}

.dr-table {
	border-left: 3px solid #e5e5e5;
	*border-left: 1px solid #e5e5e5;
	border-top: 3px solid #e5e5e5;
	*border-top: 1px solid #e5e5e5;
}

.dr-table-subheadercell {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0 4px;
}

.dr-table-footercell {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0 4px;
}

.dr-table-subfootercell {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.rich-table-cell {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font: 12px 'lucida grande', arial, verdana,  sans-serif; 
	padding: 0 4px;
}

.rich-table {
	border-left: 3px solid #e5e5e5;
	*border-left: 1px solid #e5e5e5;
	border-top: 3px solid #e5e5e5;
	*border-top: 1px solid #e5e5e5;
}

.rich-table-subheadercell {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0 4px;
}

.rich-table-footercell {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0 4px;
}

.rich-table-subfootercell {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.right {
	text-align: right;
}

.noLapData {
	position: relative;
	height: 300px;
	background: url(images/no-lap-data.png) no-repeat 220px 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #606060;
	padding-top: 30px;
}

.tooltip {
	background-color:#F2FAFF;
	border:1px solid #A7D4EB;
}

.noResults {
	background: url(images/icon-warning.gif) no-repeat center top;
	font-size: 13px;
	line-height: 20px;
	padding: 75px 0 20px;
	text-align: center;
	margin-top: 140px;
}

div.toggle {
	background: url(../details/style/images/details-icons-common.png) no-repeat -8px -458px;
	display: inline-block;
	height: 15px;
	width: 15px;
	float: left;
	z-index: 1000;
	cursor: pointer;
}

div.toggle.selected {
	background: url(../details/style/images/details-icons-common.png) no-repeat -8px -408px;
	display: inline-block;
	height: 15px;
	width: 15px;
	float: left;
	z-index: 1000;
	cursor: pointer;
}

.last {
	border-bottom: 2px solid #000000;
}
