html, body, ul, li, h1,h2,h3,h4, table, td, form, div,img {
	margin: 0;
	padding: 0;
	border: 0;
}
#header ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	
}
#header ul li{
	display: inline;
}
.hand:hover{
	cursor: pointer;
}
.search_response{
	position: absolute;
}

#content, #header{
	width: 800px;
	margin: 0 auto;
}/*
#content ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#content ul li{
	padding: 3px;
	margin-bottom: 3px;
	background: #efefef;
}*/
ul#checkoutprocesslistofpeople, ul#eventslist{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#checkoutprocesslistofpeople li, ul#eventslist li{
	padding: 3px;
	margin-bottom: 3px;
	background: #efefef;
}
ul#groupslist{
	width: 300px;
}
ul#eventslist {
	width: 400px;
	margin-top:20px;
}
body {
 background-color: #fff;
 margin: 10px 40px 0 40px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 12px 0 10px 0;
 padding: 5px 0 6px 0;
}
h2{
	margin-bottom: 4px;
}
h4{
	padding: 0;
	margin-bottom: 4px;
}

.guestperson, #accountowner{
	background: #eee;
	padding: 10px;
	margin-top:5px;
	width:450px;
}
ul#attach{
	width: 250px;
}
.listth{
	background: #ccc;
}
.spc {margin-top:10px; border-collapse: collapse;}
.spc td, .tbord {
	border: 1px solid silver;
	color:#646464;
	padding: 2px 4px;
}
.spc tr:hover {background-color: #DEFECB;}
.useroptionaccess,.owneroptionaccess{
	margin:10px 0;
}
.combotabledialog table, .checkoutprocessoptions, .useroptionaccess,.owneroptionaccess, #optionstable,.daysgroups,#totalprices,#combototal,#combotabs table {
	 border-collapse: collapse;
}
.combotabledialog table td, .checkoutprocessoptions td, .useroptionaccess td,.owneroptionaccess td,#optionstable td,.daysgroups td,#totalprices td,#combotabs td{
	margin: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
}
#checkuncheckmenu,.daysgroups{
	margin-bottom: 30px;
}
#totalprices input,.daysgroups input{
	width: 35px;
}
ul#checkoutprocesslistofpeople{
	margin-bottom: 20px;
}
ul#checkoutprocesslistofpeople li{
	background: transparent;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#editeventlistofoptions{
	display: none;
}
#combototal {
	margin-top: 10px;
}
#combototal td{
	border: 1px solid #ccc;
	padding: 4px;

}
#combototal input{
	width: 30px;
}

.comboinfobyname{
	color: #2e698e;
	border-bottom: 1px dashed #2e698e;
}
.comboinfobyname:hover{
	cursor: help;
}
.combotabledialog h3{
	font-size: 14px;
	margin-bottom: 5px;
}

