table.data tbody tr td.expandable:hover{
	height:75px;
	/* overflow-y:visible; */
}

table.data tbody tr td.expandable{
	display: block;
	height:25px;
	overflow-x:hidden;
	overflow-y:hidden;
	-webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    transition: height .3s linear;
}

span.journalHeading{
padding-left:65px;
padding-right:70px;
display:block;
font-weight: bold;
}

.entrySummary{
display: block;
position: relative;
width:900px;
height: 20px;
padding:5px 20px;
text-align: left;
margin-bottom: 2px;
cursor: pointer;
}

.entrySummary:hover{
background-color:rgba(0,0,0,0.005);
}

.summarySelect, .summarySelect select{
padding: 0px !important;
margin:0px !important;
}

.summaryDistance{
display:inline-block;
width:50px;
}

.summaryDash{
padding-left: 5px;
width:3px;
float:left;
}

.mergePlaceHolder{
position:relative;
top:3px;
width:16px;
height:16px;
}

.summaryElapsed, .summaryIdle{
min-width:120px;
float:left;
}

.summaryElapsed strong, .summaryIdle strong{
padding-right: 15px;
}


.summaryStartAddress, .summaryStopAddress{
display:inline-block;
width:175px;
height: 1.8em;
overflow: hidden;
}

.numberEntries{
display: inline-block;
width:35px;
padding-left:25px;
font-weight: bold;
}

.entryPane{
position: absolute;
display: block;
position: relative;
width:900px;
padding:20px 20px;
overflow: hidden;
text-align: left;
margin-bottom: 3px;
}

.leftPaneJournal
{
display: block;
width:535px;
}

.dayWrapper{
display: block;
position:relative;
/* width:900px; */
clear:both;
margin-bottom: 20px;
}

pre{
clear:both;
}

.journalEntry{
display: block;
margin-bottom:3px;
clear:both;
padding:0;
}
.fromToHeader span
{
	font-weight: bold;
	margin-top: 0px;
}
.tripWrapper{
width:550px;
height:20px;
margin-bottom: 3px;
display:inline-block;
}

.tripWrapper input[type=text]{
height:20px;
vertical-align:bottom;
}

.fromDate, .toDate, .location, .address, .dash
{
display:inline-block;
}
.toDate, .fromDate{
width:40px;
}
.toDate, .location, .address
{
margin-left:15px;
}
.location
{
width:100px;
}
.address
{
}

.noteContainer{
display: block;
margin:0;
}

.noteContainer .note{
width:280px;
height:80px;
display: block;
}

.noteContainer span{
display:block;
font-weight: bold;
}

.noteContainer .close{
display: block;
margin-top:15px;
}

.dash{
padding-left: 5px;
width:5px;
}


.removePostEntry{
position:relative;
display:inline-block;
cursor: pointer;
top:-2px;
right:10px;
background-image: url(../images/icons/split-right-icon.png);
width:24px;
height:24px;
}

.rounded-box {
	background-color:#efefef;
	border-collapse: separate;border: 1px solid #fff; border-right: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf;border-bottom: 1px solid #999; -webkit-box-shadow: rgba(0,0,0,.1) 0 1px 0px; -moz-box-shadow: rgba(0,0,0,.2) 0 1px 0px; box-shadow: rgba(0,0,0,.2) 0 1px 0px; border-top: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	
}


.timespan_choice {
	padding:10px;
	width:920px;
	margin-bottom: 0px;
	text-align: left;
}

.timespan_choice input[type=radio] {
	margin-right:20px;
}

.timespan_choice input[type=text] {
	width:100px;
	padding:5px;
	display:inline;
	margin-left:5px;
	margin-right:10px;
}

#date_picker input[type=text]{
	width:100px;
}

#ui-datepicker-div{
/* background-color: #fff; */
z-index: 1;
}

#ui-datepicker-div th{
/* border-color: #eee; */
border-style: solid;
/* color: #555; */
}
#ui-datepicker-div td{
/* border-color: #d7d7d7; */
border-style: solid;
cursor: pointer;
}

#ui-datepicker-div td.ui-datepicker-unselectable{
cursor: text;
border:none;
/* color:#aaa; */
}
.ui-datepicker-div .ui-widget-header .ui-datepicker-title{padding-left: 0px;}
}
/* div#ui-datepicker-div {margin-top:100px;margin-left: 150px;} */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.ui-icon-e{
position:relative;
top:3px;
cursor: pointer;
background-image: url(../images/arrows-1.png);
background-position:-23px -0px;
width:16px;
height:16px;
}

.ui-icon-e:hover{
background-position:-23px -16px;
}

.ui-icon-w{
position:relative;
top:3px;
cursor: pointer;
background-image: url(../images/arrows-1.png);
background-position:-23px -17px;
width:16px;
height:16px;
}

.ui-icon-w:hover{
background-position:-23px 0px;
}

.ui-icon-s{
position:relative;
top:3px;
cursor: pointer;
background-image: url(../images/arrows-2.png);
background-position:-23px -16px;
width:16px;
height:16px;
}

.ui-icon-s:hover{
background-position:-23px 0px;
}

.ui-icon-n{
position:relative;
top:3px;
cursor: pointer;
background-image: url(../images/arrows-2.png);
background-position:0px -16px;
width:16px;
height:16px;
}

.ui-icon-n:hover{
background-position:0px 0px;
}


.ui-icon-trash{
position:relative;
background-image: url(../images/icons/trash.png);
background-position:center center;
background-repeat: no-repeat;
width:16px;
height:16px;
}

.ui-icon-pages{
cursor: pointer;
position:relative;
background-image: url(../images/icons/pages.png);
background-position:center center;
background-repeat: no-repeat;
width:16px;
height:16px;
}


.loading{
background-image: url(../images/ajax-loader.gif);
background-position: center center;
background-repeat: no-repeat;
width:16px;
height:16px;
position:absolute;
z-index:9999;
}


.box .message {
	position:relative;
	width:980px;
	margin-bottom:20px;
	display:block;
}

/* TOOLTIPS */
.has-tooltip { position: relative; }
.tooltip { display: none; }
.tooltip { float: left; position: absolute; top:0; left: 0; text-align: center; padding: 6px 10px; max-width: 300px; color: #000; font-size: 8pt; background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; -webkit-box-shadow: #333 0 1px 2px; -moz-box-shadow: #333 0 1px 2px; box-shadow: #333 0 1px 2px; z-index: 100} 
.tooltip:after { display: block; content:""; width: 16px; height: 14px; position: absolute; bottom: -14px; right: 20px; background: url(../images/tooltip-tip.png) 0 0 no-repeat;}
