body {
	background-color: #FFF;
	background-image: none;
}

#siteWrapper {
	width: 252px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: 0;
}

#header {
	display: none;
}

#client_logo {
	background-image: none;
	display: none;
}

#content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	width:100%;
	border: none;
	margin: 0px;
}

#searchBar {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 10px;
}

#sideBar {
	display: none;
}
.gwt-DatePicker {
	-webkit-border-radius: 6px ;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #fff;
	-webkit-box-shadow: #000 0px 0px 30px;
	-moz-box-shadow: #000 0px 0px 30px;
	box-shadow: #000 0px 0px 30px;	
	color: #666666;
	text-align: center;
}

.datePickerMonthSelector{
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	background-image: url(../images/tabBg.gif);
	border:none;
	height:30px;
	background-color: #EFEFEF;;	
	color: #FF7500;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;	
}
.datePickerMonth{
	line-height:26px;
	padding-left: 10px;
	padding-right: 10px;
}
.datePickerPreviousButton { /*the previous month button*/
	cursor: pointer;
}

.datePickerNextButton { /*the next month button*/
	cursor: pointer;
}
.datePickerDays{
	-webkit-border-radius: 0px 0px 6px 6px; 
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	background-color:#FFFFFF;	
	background: #FFF;
	font-size: 12px;
	padding: 5px;
}
.datePickerDays td { /*the portion of the picker that shows the days*/
	padding: 4px 3px 4px 3px;
	text-align: center;
}
.datePickerWeekdayLabel { /*the label over weekdays*/
	background-color: #EFEFEF;;
	font-weight: bold;
}
.datePickerWeekendLabel { /*the label over weekends*/
	background-color: #EFEFEF;;
	font-weight: bold;
}
.datePickerDay { /*a single day*/
	cursor: pointer;
}
.datePickerDayIsToday { /*today's date*/
	border: 1px solid #D6D6D6;
}
.datePickerDayIsValue { /*the selected day*/
	background-color: #D6D6D6;
}
.datePickerDayIsHighlighted { /*the currently highlighted day*/
	background-color: #D6D6D6;
}
