/*
	Stylesheet for Tigra Calendar v5.0
	Product is Public Domain (Free for any kind of applicaiton, customization and derivative works are allowed) 
	URL: http://www.softcomplex.com/products/tigra_calendar/

	- all image paths are relative to path of stylesheet
	- the styles below can be moved into the document or in existing stylesheet

*/


.tcalInput {
	background:url(cal.gif) 100% 50% no-repeat;
	width:360px;
	padding-right: 20px;
	cursor: pointer;
}
/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url(no_cal.gif);
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 270px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;
	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}
/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear {
	background-image: url(prev_year.gif);
}
#tcalPrevMonth {
	background-image: url(prev_mon.gif);
}
#tcalNextMonth {
	background-image: url(next_mon.gif);
}
#tcalNextYear {
	background-image: url(next_year.gif);
}
/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}
#tcalGrid td.tcalOtherMonth {
	color: silver;
}
#tcalGrid td.tcalWeekend {
	background-color: #ACD6F5;
}
#tcalGrid td.tcalToday {
	border: 1px solid red;
}
#tcalGrid td.tcalSelected {
	background-color: #FFB3BE;
}	

.top_header{position:fixed;top:0;width:100%;height:65px;background:#0889d2;color:#fff; font-family:\5FAE\8F6F\96C5\9ED1DE;font-size:24px;-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;z-index:100; }
.fl{flaot:left;}
.fr{float:right;}
.top_menu li {float:left;width:125px;text-align:center;height:65px;line-height:65px;}
.top_menu li a{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px;color:#fff;display:inline-block;width:125px;height:65px;}
.top_menu li a:hover{background:#4eafe5}
.top_menu li.cur{background:#26a0e4}
.top_search{width:450px;padding-top:15px;margin-left:20%;}
.top_search_input{ border: 0 none;color:#CCC;border-radius: 2px;display: block;float: left;font-size: 20px;height: 30px;line-height: 30px;padding-left: 15px;width: 350px;}
.top_search_btn{background-color: #ff9600;color:#fff;border-radius: 2px;cursor: pointer;display: block;float: left;font-size: 18px;height: 30px;letter-spacing: 2px;line-height: 30px;margin-left: -1px;text-align: center;width: 80px;border:none;}
#yx_lamp_default{background:url(yx_icon.png) -64px -64px;height: 32px;margin-top: 14px;width: 34px;display:inline-block;margin-right:20px}
#yx_lamp_wza{ background:url(yx_icon.png) -64px -32px;display: none;height: 32px;margin-top: 14px;width: 34px;display:inline-block;margin-right:20px}
.fd{background:url(yx_icon.png) -64px -96px;width: 32px;height: 32px;text-inden:-9999;overflow:hidden;margin-top: 14px;border:none;}
.sx{background:url(yx_icon.png) -64px -128px;width: 32px;height: 32px;text-inden:-9999;overflow:hidden;margin-top: 14px;border:none;margin-right:20px}
.bgColor{ background:#333!important;}
.yx_main a.d1.bgColor{ background:#1345b8!important;}