﻿/*.search_widget_div{
	position: absolute;
	width: 200px;
	right: 10px;
	overflow: hidden;
	background-color: #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}*/


.search_widget_div {
    background-color: #cccccc;
    border-radius: 5px;
    left: 80%;
    overflow: hidden;
    position: absolute;
    width: 200px;
	top: 30% !important;
}

.search_widget_div_level1{
	width:100%;
	height:29px;
	background-color: #e8e8e8;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search_widget_textfield{
	border: 0px #e8e8e8 solid;
	height:29px;
	text-indent: 5px;
	background-color: #e8e8e8;
	width: 158px;
	margin: 0px;padding:0px; 
	font: 9pt "arial";
	font-weight: normal;
	color: #676464;
	outline: none;
}
.search_widget_btn{
	border: none;
	height:30px;
	width:42px;
	background:#23A2E5 url(../images/searchico.png) no-repeat 50% center;
	float:right;
}
.search_widget_btn:hover{
	background-color: #37bccd;
	
}
.search_widget_div_level2{
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}
.search_widget_label{
	margin: 2px;
	font: 9pt "arial";
	font-weight: normal;
	color: #676464;
}
.search_widget_checkbox{

}

#dayDate {
    color: #7da0bf;
    font-family: "sans-serif",Tahoma,Geneva,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    left: 3%;
    line-height: 1.25em;
    position: relative;
}