/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{margin-top:0;margin-left:0px;margin-right:0px;margin-bottom:0px;font-size:12px;color:#5C6366;background-color:#ffffff; background-image:url(../pic/bg.gif); background-position:left; background-repeat:repeat;}
td,tr,p,a{font-family:verdana, arial, helvetica, sans-serif;font-size:12px;color:#5C6366;}
li{color:#E9920A; font-size:14px; list-style:square;}
h1, h2, h3, h4, h5 {font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size: 20px; color:#444444;}
h2 {font-size: 18px; color:#708655;}
h3 {font-size: 16px; color:#708655;}
h4 {font-size: 14px; color:#E9920A;}
h5 {font-size: 12px; color:#E9920A;}
a{color:#5C6366; text-decoration:underline;font-size: 10px;}
a:hover{color:#333; text-decoration:none;font-size: 10px;}
input,textarea,select{color:#000;border:1px solid #587138; background-color:#ffffff;margin:0;padding:4px;font-size:12px;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#error{border:solid 1px #c00;color:#c00;}
#ok{background-color:#eeffee;border: solid 1px #00cc00; font-weight:bold;color:#00365b;}
#notice{border:#900 1px solid;padding:16px; margin:1px;}
#img{border:#fff 1px solid;margin:0; padding:2px;}
#map{border:#fff 2px solid;margin:1px; padding:8px;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#top{color:#FFD144;font-size:10px; background-color:#F2F2E7; border-bottom:2px solid #ffffff;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu{color:#587138;font-size:12px;}
a.menu{color:#587138;text-decoration:none;font-size:12px;}
a.menu:hover{color:#000000;text-decoration:underline;font-size:12px;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main{border:6px solid #fff;color:#fff; background-color:#F1F1E5;}
#box{border:4px solid #fff;color:#fff; background-color:#F4F4E9; margin:10px; padding:10px;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom{color:#FFD144;font-size:10px; background-color:#F2F2E7; border:2px solid #ffffff;}
#footer{color:#E78E1B;font-size:10px;}
a.footer{color:#E78E1B;text-decoration:underline;font-size:10px;}
a.footer:hover{color:#000000;text-decoration:none;font-size:10px;}
#footer2{color:#5A733B;font-size:10px;}
a.footer2{color:#5A733B;text-decoration:underline;font-size:10px;}
a.footer2:hover{color:#000000;text-decoration:none;font-size:10px;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/