ol, ul {list-style: none;}
.field ul {list-style-type: none;} 

.bannerBox {
    width: 100%;
}
.bannerStatusBox {
    width: 100%;
}
.sidebarBodyHead {
    height: 25px;
}
.searchSidebarHead {
   height: 5px;
}
.searchSidebarBody {
   margin: 0px 0px 0px 0px;
}
.searchSidebarBody input {
   margin: 5px;
}
#menu {
    padding: 0px 10px 0px 10px;
}

#content {
}
/*  
    NOTE: these wrap divs are kinda lame, however they are necessary.
    the problem is that when 2 divs are floated side-by-side then the
    calculation of their widths does not include padding or margins.

    so without the wrap divs then putting a margin or padding value in any
    of the XXXcontent divs forces the width calculation to be > 100% and 
    the divs don't fit next to each other anymore :(

    to get around this we put a XXXcontent_wrap around the XXXcontent divs
    to do the float and set the width.  margin, padding, borders, etc
    should be applied directly to the XXXcontent div.
*/
#centercontent_wrap {
    float: left;
    display: inline;
}
#centercontent {
    margin: 10px;
}
#rightcontent_wrap {
    float: right;
    display: inline;
}
#rightcontent {
    margin: 10px;
}
#footer {
    clear: both;
    padding: 15px 0px 15px 0px;
    font-size: smaller;
    text-align: center;
}
.prop {
    height: 300px;
    float: right;
    width: 1px;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.cal_btn{
	background:transparent;
	margin-left:3px;
	border:0px;
	background-image: url(../images/calendar.gif);
	background-repeat: no-repeat;
	width:30px;
	height:20px;
	line-height:20px;
	vertical-align: middle;

	
}

.contentItem {float:left;margin-bottom:10px;width:100%;}
ul.grid{width:650px;}
.gridarea{width:650px;}
.comment_bt a{display:block;padding:3px 5px 0 35px;}
.snapshot{float:left; border:1px solid #999999;}
.snapshot img{padding:5px;float:left;padding:3px;height:100px;}
.divBar{float:left;padding:10px;width:595px;margin-bottom:5px;}
.mainBar{float:left;width:390px;padding:0 10px;}
.mainBar .table_area{float:left;width:480px;clear:none;margin:0;padding:0;}
.mainBar .gridarea{width:480px;float:left;margin:0;padding:0;}
.mainBar .grid{width:470px;margin:0;padding:0;}

.mainBar .label{float:left;padding-right:5px;}
.mainBar .content{float:left;width:330px;}

.query_table td, .query_table th {
	border-color:#E3E3E3;
	border-style:solid;
	border-width:0 0 1px;
	font-size:12px;
	padding:3px 5px;
}
.query_table th {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-align:right;
	width:15%;
}

.query_table {
	border-collapse:collapse;
}

