
#wrapper{
width:1115px;
position:relative;
background-image: url(../images/background.gif); 
left:50%; 
margin-left:-550px;
} 

#header{
width:1000px;
height:110px;
position:relative;
background-image: url(../images/diarytitle.png);
} 
	
#workoutSelect{
	float : none;
	color:black;
    text-align : center;
	margin : 15px 0px 0px 55px;
	color:#3381e2;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana;
	z-index:1;
    }
	
	
#mainBlock{
	float : left;
	background : url(../images/mainblockw.png);
    width : 735px;
	height : 675px;
	margin : 15px 0px 0px 0px;
    text-align : left;
	color : #FFFFFF;
	z-index:1;
    }
	
#map{
	float : left;
    width : 705px;
	height : 630px;
    text-align : left;
	margin : 15px 15px 15px 15px;
	color : #FFFFFF;
	z-index:1;
    }
	
#summaryBlock{
	float : left;
	background : url(../images/summaryblock.png);
    width : 350px;
	height : 250px;
    text-align : left;
	margin : 15px 0px 2px 15px;
	color:#FFFFFF;
	z-index:1;
    }
	
#summaryText{
	float : left;
    width : 320px;
	height : 250px;
    text-align : left;
	margin : 15px 15px 15px 15px;
	color:#3381e2;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana;
	z-index:1;
    }
	
#lapBlockTop{
	background : url(../images/lapblocktop.png);
    width : 350px;
	height : 36px;
	z-index:1;
    }
	
#lapHeader{
	background : url(../images/lapblocktop.png);
	text-align:center; 
	font-weight: bold;
	font-size:16px;
	padding:15px;
	z-index:1;
    }
	
#lapTableFirst{
	background : url(../images/lapblockmid.png);
	font-weight:bold;
	}
	
#lapBlockBottom{
	background : url(../images/lapblockbottom.png);
    width : 350px;
	height : 36px;
    }
	
#lapBlockMid{
	background : url(../images/lapblockmid.png);
    width : 350px;
    }
	
#lapBlockText{
    width : 320px;
	height : 300px;
	overflow: auto;
	margin : 0px 0px 0px 15px;
    }
	
#noLapText{
    width : 320px;
	text-align: center;
	margin : 100px 0px 0px 0px;
	font-weight:normal;
    }
	
	
#lapText{
	float : left;
    text-align : left;
	margin : 15px 15px 15px 15px;
	color:#3381e2;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana;
	z-index:1;
    }
	
#credits{
	float : left;
    text-align : center;
	width:1115;
	color:#3381e2;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana;
	z-index:1;
    }


.lapRow{
	background : url(../images/laprow.png);
	}
	
.lapLastRow{
	background : url(../images/laplastrow.png);
	border-bottom:0px solid black;
	border-top:0px solid black;
	padding:0px 0px;
	}
	
.laplist td {
border-bottom:6px solid black;
border-top:3px solid black;
font-size:14px;
}
	
table.laplist,table.list {
border-collapse:collapse;
}

.list, .laplist {
color:#3381e2;
font-size:14px;
width:100%;
}

td.wo-detail {
color:#999999;
font-weight:bold;
}

.list .even td {
background-color:#6f5e5e;
}

.list td {

border-bottom:6px solid black;
border-top:3px solid black;
color:#3381e2;
padding:5px 4px;
}

	
	.links{
		color:#3381e2;
		font-weight:bold;
		font-size:14px;
		font-family:Verdana;
		padding-top:5px;
		margin : 20px 0px 0px 25px;
		padding-bottom:20px;
		text-decoration:none;

	}

	
