﻿*{
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
BODY {
    background-color:white;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}

#contentContainer {
	background-color: White;
	height: 100%;
	padding-top: 50px;
	width: 100%;
	left: 0px;
	top: 50px;
	position: absolute;
}
            
#listings tr.odd:hover, #listings tr.even:hover {
    background-color: #efefef;
}


                 
.clear {
    clear: both;
}
            
  
.requestButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background-color:#FFD139;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	top: 5px;
}
.requestButton:hover {
	background-color:#FFC300;
}.requestButton:active {
	position:relative;
	top:1px;
}
input[type=checkbox].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox {
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:20px;
	vertical-align:middle;
	cursor:pointer;
	top: 1px;
}

input[type=checkbox].css-checkbox:checked {
}

.listing_column_filter {
	margin-right:2px;
}