ul#List{
	background-color:#ffffff;
	margin: 0; 
	padding: 0; 
  display: list-item;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
	width: 610px;
}
#List li div#ListItem {
	color:black;
	padding: 5px 10px;
}
#List li div#ListHeader{
	color:black;
	padding: 5px 10px;
	background-color: rgb(224, 233, 241);
}
	
#List li div#ListItem:hover {
	color:orange;
	background-color:#f3f3f3;
	padding: 5px 10px;
}
#td_menu{
	background-color:#f7f7f7;
}

div#ListHeader{
	display: table-row;
	height: 14px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 602px;
	font-weight: bold;
}
div#ListItem{
	display: table-row;
	height: 21px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: static;
	width: 600px;
	background-color:#FFFFFF;
	border-top-color: rgb(224, 233, 241);
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color: rgb(224, 233, 241);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(224, 233, 241);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(224, 233, 241);
	border-right-style: solid;
	border-right-width: 1px;
	cursor:pointer;
	vertical-align:middle;
}


span#addInfo{
	color:gray;
	font-size:9px;
	font-weight: normal;
}
span#title{
	color:black;
	font-weight:bold;
	font-size:14px;
}
div#description{
	color:black;
	font-size:9px;
	text-align:justify;
}
div#counter_container{
	text-align:right;
	width:600px;
}
div#trip_users{
	float: left;
	width:600px;
}
div#trip_details{
	float: left;
	width:250px;
}
table.info_table{
	background-color:white;
	width:90%;
}
tr.header_row{
	background-color: rgb(224, 233, 241);
	height:24px;
	font-weight:bold;
}
td.header_col{
	background-color: rgb(224, 233, 241);
	font-weight:bold;
	text-align:right;
}
tr.standard_row{
	background-color: #f9f9ff;
	height:24px;
	text-align:center;
}

tr.standard_rowSelected{
	background-color: rgb(224, 233, 241);
	height:24px;
	color:orange;
	text-align:center;
	cursor:pointer;
}

td.caption{
	color:gray;
	font-size:10px;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
}

td.tripData{
	color:black;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
