@charset "gb2312";

.i-search
{
	background-color:White;
	width:100%;
	text-align:center;
	font-family:ËÎÌå;
}
.i-search .i-filter
{
	padding:10px;
	font-size:12px;
}
.i-search .i-info
{
	background-color:white;
	border-top:solid 1px #6B90DA;
	border-bottom:solid 1px #6B90DA;
	height:20px;
	font-size:16px;
	text-align:left;
	text-indent:3em;
	font-weight:bold;
 
	padding:10px 0;
}
.i-search .i-info a
{
	margin-right:10px;
	margin-left:3px;
	font-weight:normal;
	border-bottom:dotted 1px #ccc;
	text-align:justify;
}
.i-search .i-result
{
	text-align:left;
	padding:3px 5px;
}
.i-search .i-result .result div
{
	padding:3px 20px 3px 20px;
	border-bottom:dotted 1px #ccc;
	
}
.i-searchword
{
	float:left;
}
.i-resultinfo
{
	float:right;
	font-size:12px;
	font-family:Tahoma;
	font-weight:normal;
}
.result b
{
	color:Red;
}
.result 
{
}
.result ,.result  
{
	list-style:none;
	margin:0;
	padding:0;
}
.result   a
{
	font-size:13px;
	color:Blue;
}
.result   p
{
	font-size:12px;
	text-indent:2em;
	color:Black;
}

.adminbutton
{
	border-right: #2c59aa 1px solid; 
	padding-right: 2px; 
	border-top: #2c59aa 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ffffff, endcolorstr=#c3daf5); 
	border-left: #2c59aa 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #2c59aa 1px solid;
	display:inline-block;
} 
.adminbutton-hover 
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ffffff, endcolorstr=#d7e7fa); 
}
.adminbutton-mousedown
{
	border-right: #ffe400 1px solid; 
	padding-right: 2px; 
	border-top: #ffe400 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#c3daf5); 
	border-left: #ffe400 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #ffe400 1px solid;
} 


#calendar_div, .calendar_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#calendar_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; /*must have*/
}
.calendar_inline {
	float: left;
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
.calendar_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .calendar_prompt {
	width: 185px;
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.calendar_control {
	background: #51b5e3;
	padding: 2px 0px;
}
.calendar_links {
	background: #49bbe6;
	padding: 2px 0px;
}
.calendar_control, .calendar_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.calendar_links label { /* disabled links */
	padding: 2px 5px;
	color: #fff;
}
.calendar_clear, .calendar_prev {
	float: left;
	width: 34%;
}
.calendar_current {
	float: left;
	width: 30%;
	text-align: center;
}
 .calendar_prev a, .calendar_next a
 {
	 

 }
.calendar_close, .calendar_next {
	float: right;
	width: 34%;
	text-align: right;

}
.calendar_header {
	padding: 1px 0 3px;
	background: #e9f0f8;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.calendar_header select {
	background: #e9f0f8;
	color: #4e90c0;
	border: 0px;
	font-weight: bold;
}
.calendar {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.calendar a {
	display: block;
	width: 100%;
}
.calendar .calendar_titleRow {
	background: #777;
}
.calendar .calendar_daysRow {
	background: #fefbe5;
	color: #4e90c0;
}
.calendar .calendar_daysCell {
	color: #000;
	border: 1px solid transparent;
}
#calendar .calendar_daysCell a{
	display: block;
}
.calendar .calendar_weekEndCell {
	background: #fefbe5;
}
.calendar .calendar_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.calendar .calendar_unselectable {
	color: #888;
}
.calendar_today {
	background: #fcc !important;
}
.calendar_currentDay {
	background: #fefefe !important;
	border:solid 1px #67c827;
	color:#67c827;
	text-decoration:underline;
	
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#calendar_div a, .calendar_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.calendar_inline .calendar_links a {
	padding: 0 5px !important;
}
.calendar_control a, .calendar_links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.calendar_titleRow a {
	color: #eee !important;
}
.calendar_control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.calendar_multi .calendar {
	border: 1px solid #777;
}
.calendar_oneMonth {
	float: left;
	width: 185px;
}
.calendar_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.i-search-showad 
{
	
	
	clear:both;
	width:100%;
}
.i-search-showad-button
{
	height:18px;
	float:right;
	width:180px;
	line-height:20px;
	background:url(slidedown.gif) no-repeat right center;
	border:solid 1px #ccc;
	cursor:pointer;
	padding:1px;
}
.i-search-showad-button-up
{
	background-image:url(slideup.gif);
}
.i-search-showad-button span
{
	float:right;
	margin-right:110px;
}
.i-normal,i-adv
{
	clear:both;
}
.i-adv table
{
}
.i-adv table td
{
	text-align:left;
	padding-right:3px;
}
.i-order 
{
	font-size:12px;
	text-align:right;
	margin-right:20px;
	line-height:22px;

}
