ul#header_nav li{
	display:inline-block;
	padding:0;
	background-color: #DDDDDD;
	font-size:24px;
	margin:0px 10px;
	padding: 5px 15px;
}

label{
	display:block;
}
label input, label select, label textarea{
	display:block;
}

div.list table th.spacer{
	width:2px;background-color:#000000;
}

a {
	cursor: pointer;
}
a.button{
	display: inline-block;
	padding:0 10px;
	background-color: #888888;
	color: #FFFFFF;
}
a.button:hover{
	background-color: #666666;
}
a.more{
	color:#FF0000;
}

a.page{
	display: inline-block;
	padding:0 3px;
	text-decoration: none;
}
a.page:hover{
	background-color: #DDDDDD;
}
a.page.current, a.page.current:hover{
	background-color: #CCCCCC;
}
a.currentLog{
	border-bottom: 1px solid #FF0000;
}


tr.hotelRowStart > td{
	background-color: #E0E0E0;
	border: 1px solid #000000;
}
tr.hotelRowEnd > td{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

tr.advertiserRow.notInterested{
	background-color: #DDDDDD;
}

tr.advertiserRow td{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

tr.highlighted, tr.highlighted > td{
	background-color: #FFCC66;
}

#userForm fieldset, #hotelAdvertiserForm fieldset, #hotelForm fieldset {
	display: inline-block;
	float:left;
}

#propertyFilterList a{
	clear: both;
	width: 100%;
}

#propertyFilterList div.list a{
	font-size: 10px;
}
#propertyFilterList div.list p{
	font-size: 10px;
	margin:1px;
}
#propertyFilterList div.list a:hover{
	color: #FFCC00;
}

div.buttons{
	margin:0 0 5px 0;
}

div.companyFilter > p {
	font-size: 12px;
	margin:5px;
}
div.statusFilter > p {
	font-size: 11px;
	margin:2px;
}

div.statusFilter, div.statusFilter div.list{
	padding-left:10px;
}

div.companyFilter > p input {
	font-size:10px;
	font-weight: bold;
}

div.statusFilter > a {
	font-size:14px;
}
div.statusFilter > p input {
	font-size:10px;
	font-weight: bold;
}


div.statusFilter > div > div.buttons input {
	font-size:12px;
}
