/* CSS Document */
body{
	background:#dadada;
	HEIGHT: 100%;
	WIDTH: 100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #14a1fb;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/********* form and related tag styles *********/
HTML {
	HEIGHT: 100%
}
form {
	margin: 0;
	padding: 0;
}
label{
 font: bold 1em Arial, Helvetica, sans-serif, Verdana;
 color: #334d55;
}
input{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
}
select{ 
		font-family:Arial, Helvetica, sans-serif, Verdana;
		font-weight:normal;
		background-color:#e2f9ff;
		font-size:11px;
		width:100%;
}
textarea {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	background-color: #e2f9ff;
	border: 1px solid #b0afaf;
	width:80%;
}
.input_text{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	border: 1px solid #b0afaf;
	width:80%;
	background-color: #e2f9ff;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#whole {	width: 100%; 
			height: 100%;
}
#mainbg{	width:780px;
			margin:auto; 
			background-color:#FFFFFF;
}
#header{
	width:780px;
	height:87px;
	margin:auto; 
	background-color:#FFFFFF;
	clear:both;
}
.masthead{
	border:0px 3px 0px 2px;
	height:8px;
	background-image:url(../images/top_bg.gif);
	background-repeat:repeat-x;
}
#header .logo{
	margin-left:2px;
	float:left;
}
#header .header_image{
	float:right;
}
.nav{
	padding-top:15px;
	padding-bottom:15px;
	padding-right:10px;
	float:right;
}
.navtext{
	font-family:Arial, Helvetica, sans-serif,Verdana;
	color:#dadada;
	font-size:12px;
}
a.menu:link, a.menu:visited {
	font-family:Arial, Helvetica, sans-serif,Verdana;
	color:#4e4e4d;
	font-size:12px;
	line-height:23px;
	text-decoration:none;
}
a.menu:hover {
	font-family:Arial, Helvetica, sans-serif,Verdana;
	color:#0346c0;
	font-size:12px;
	text-decoration:none;
	line-height:23px;
}
.menu_selected {
	width:61px; 
	height:23px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/nav_selected_home.gif); 
	background-repeat:no-repeat; 
	padding-bottom:5px; 
	padding-left:15px; 
	padding-right:14px; 
	padding-top:3px;
}
.gray_strip{
	float:right;
	width:628px;
	background-color:#f7f6f6;
	height:25px;
}
/********* Search content related tag styles *********/
#search{
	width:780px;
	/*height:125px;*/
	margin:auto;
	padding:5px 0px 0px 0px;
	background-color:#FFFFFF;
	clear:both;
}
#search .search_area{
	font-size:12px;
	float:left;
	padding-left:49px;
	width:398px;
	border-right:solid;
	border-right-color:#f4f4f4;
	border-right-width:1px;
}
.btn_input {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/btn_bg.gif);
	background-repeat: no-repeat;
	background-color:#02a3fc;
	height: 22px;
	width: 57px;
	border:none;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}
.btn_input2 {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/btn_bg1.gif);
	background-repeat: no-repeat;
	background-color:#02a3fc;
	height: 20px;
	width: 57px;
	border:none;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}
#search .search_holiday{
	float:right;
	padding-right:25px;
	width:290px;
	font-size:12px;
}
/********* pic content related tag styles *********/
#picture{
	width:777px;
	margin:auto;
	padding:8px 0px 5px 0px;
}
#picture #pic_holiday{
	width:777px;
	height:242;
	margin:auto;
	padding:8px 0px 5px 0px;
}
#picture #pic_holiday_others{
	width:777px;
	height:146px;
	margin:auto;
	padding:8px 0px 5px 0px;
}
/********* text content related tag styles *********/
#content{
	width:777px;
	margin:auto;
	padding-bottom:5px;
	clear:both;
}
#content #text_area{
	font-size:12px;
	padding-left:26px;
	float:left;
	padding-right:26px;
	margin-right:15px;
	width:396px;
	border-right:solid;
	border-right-color:#f4f4f4;
	border-right-width:1px;
}
#content #editors{
	padding-left:15px;
	float:left;
	/*width:268px;*/
	width:265px;
	font-size:11px;
	margin-right:15px;
}
#content #editors .line{
	background-image:url(../images/dot_line.gif);
	height:15px;
	width:auto;
	margin-left:3px;
	background-repeat:repeat-x;
}
#content .left_pannel{
	font-size:12px;
	float:left;
	margin-right:3px;
	margin-left:4px;
	width:180px;
	vertical-align:top;
}
#content .right_pannel{
	float:right;
	width:585px;
	font-size:11px;
	margin-right:4px;
	vertical-align:top;
}
a.menu_admin:link, a.menu_admin:visited {
	font-family:Arial, Helvetica, sans-serif,Verdana;
	color:#4e4e4d;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	width:170px;
	text-decoration:none;
	display:block;
	border:#dbf0fc solid 1px;
	padding-left:5px;
}
a.menu_admin:hover {
	font-family:Arial, Helvetica, sans-serif,Verdana;
	color:#02a3fc;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	text-decoration:none;
	background-image:url(../images/menu_admin_bg.gif);
	background-repeat:repeat-x;
	width:170px;
	display:block;
	border:#dbf0fc solid 1px;
	padding-left:5px;
}

/********* text content related tag styles *********/
#left_search{
	padding-left:3px;
	padding-right:9px;
	float:left;
	width:174px;
	font-size:12px;
}

#right_area{
	padding-left:10px;
	float:right;
	padding-right:10px;
	width:563px;
	border-left:solid;
	border-left-color:#f4f4f4;
	border-left-width:1px;
	font-size:12px;
}
.heading{
	font-size:16px;
	padding-bottom:6px;
	font-weight:bold;
	color:#5f9605;
}
.city_name{
	font-size:14px;
	padding-bottom:2px;
	padding-right:4px;
	font-weight:bold;
	color:#02a3fc;
}
.cellcolor{
	background-color:#f6fdfe;
}
.search_cell{
	height:52px;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
.dotted_line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #18A9CD;
}
.cell_bottomline{
	border-bottom: 1px dotted #000000;
}
.cell_topline{
	border-top: 1px dotted #000000;
}
.search_cellnew{
	height:52px;
	font-size:12px;
	border-top-color: #000000;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.area_head{
	font-weight:bold;
	font-color:#70b401;
}
a.area_head:hover{
	font-weight:bold;
	font-color:#5f9605;
	text-decoration:underline;
}
.area_subhead{
	font-color:#70b401;
}
.btn_input1 {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/btn_bg_rev.gif);
	background-repeat: no-repeat;
	background-color:#02a3fc;
	height: 19px;
	width: 120px;
	border: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}
.btn_input_green {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/btn_bg_rev_gn.gif);
	background-repeat: no-repeat;
	background-color:#4a9203;
	height: 17px;
	width: 120px;
	border: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}
.btn_input11 {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/btn_bg2.gif);
	background-repeat: no-repeat;
	background-color:#02a3fc;
	height: 17px;
	width: 51px;
	border: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}
.btn_input3 {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/btn_bg3.gif);
	background-repeat: no-repeat;
	background-color:#02a3fc;
	height: 19px;
	width: 134px;
	border: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}
.subhead_bg{
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	background-position:left;
	height: 26px;
	padding-left:8px;
	padding-bottom:6px;
	padding-top:6px;
}
.tdcolor{
	background-color:#91def2;
	font-weight:bold;
	border-bottom:1px #FFFFFF solid;
}
.tdcolor1{
	background-color:#c7eff9;
	border-bottom:1px #FFFFFF solid;
}
/********* footer related tag styles *********/
#footermain{
	width:780px;
	margin:auto;
}
#footer{
    clear:both;
	background-color:#f7f6f6;
	background-image:url(../images/gray_strip.gif);
	background-repeat:no-repeat;
	width:774px;
	height:25px;
    margin:auto;
/*	border-width: 5px 3px 0px 3px; 
	border-style: solid;
	border-color: #FFFFFF;*/
}
.copyright{
	padding-left:10px;
	font-size:11px;
	line-height:25px;
	float:left;
}
.powered{
	font-size:11px;
	float:right;
	line-height:25px;
	padding-right:10px;
}
.login_name{
	font-size:18px;
	color:#0073ab;
}
.light_blue {
	background-color:#EAF9FF;
	border-bottom:1px solid #E8E8E8;
}
.dark_blue {
	background-color:#D2F0FF;
	border-bottom:1px solid #E8E8E8;
}
.alert {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-weight:normal;
	color:#5f9605;
}