﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	color: #000066;
	line-height: 20px;
	padding-top: 0px;
	font-family: Arial;
	text-align: left;
	font-size: 12px;
	height: 100%;
	width: 100%;
}




a
{
	color: #222222;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}



.PageBody
{
  width:1000px;
}

/*Left Panel*/
.LeftPanel
{
	width: 233px;
	height: 20%;
	background-image: url(../UserControl/images/LeftPanel_BG.jpg);
	text-align: center;
	background-color: #fff;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
}

/*Box */
.Box_HeaderBG
{
	width:201px;
	height:23px;
	background-image: url(../UserControl/images/BoxHeader_BG.gif);
	text-align:center;
}

.Box_Item
{
	width:201px;
	height:17px;
	background:url(../UserControl/images/Item_NormalBG.gif);
	text-align:Left;
	font-family: Arial;
	font-size: 12px;
	color: #2d4866;
}

.Box_Item_nav
{
	width:201px;
	height:17px;
	background:url(../UserControl/images/Item_SelectBG.gif);
	text-align:Left;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
.Box_Item a
{
   	font-family: Arial;
	font-size: 12px;
	color: #2d4866;
}
.Box_Item_nav a
{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}


/*Main Panel*/
.CenterPanel_Home
{
	width: 556px;
	height: 472px;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	float: left;
}

/* Right Panel */
.RightPanel_Home
{
	width: 211px;
	height: 472px;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	float: left;
}

/*Calendar*/
.Ecalendar
{
text-align:center;
}



.Calendar
{
background-color: #dce1e7;
width:201px;
height:0px;
}
.Calendar td
{
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	/*background-image: url(../UserControl/images/Calendar_Item.jpg);*/
}
.Calendar_Bottom
{
	background-image: url(../UserControl/images/Calendar_Bottom.gif);
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 203px;
}
.selected
{
	margin: 0px;
	padding: 0px;
	height: 5px;
	border: 1px dashed #FF0000;
	background-image: url(../UserControl/images/Calendar_Item.jpg);

}
.today
{
	margin: 0px;
	padding: 0px;
	height: 5px;
	border: 1px dashed #FF0000;
	background-color:#FFFFFF;

}



/*detail*/
.DetialPanel
{
	width:720px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	float: left;
}

.DetialPanel2
{
	width:700px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 25px;
	float: left;
}

.Calendar_Detial
{
	width:720px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	float: left;
	height:72%;
}

/*footer*/
.PageFooter
{
	width:1000px;
	font-size: 12px;
	font-family: Verdana;
	background-color: #e2f0f0;
	text-align: center;
	color: #7d7f86;
	float: left;
}

.Left
{
	width:100%;
	text-align:left;
	vertical-align:top;
}


.RightImage
{
	float: right;
	visibility: visible;
	position: relative;
	margin-left: 10px;
	text-align:center;
}

/*====box=====*/
.boxHidden
{
	left: 50px; width: 470px; position: absolute; top: 5%; height:380px; border-right: #003333 1px solid; border-top: #003333 1px solid; z-index: 10; border-left: #003333 1px solid; border-bottom: #003333 1px solid; background-color: #ffffff; visibility: hidden;
}

.boxShow
{
	left: 50px;
	width: 470px;
	position: absolute;
	top: 5%;
	height: 380px;
	border-right: #003333 1px solid;
	border-top: #003333 1px solid;
	z-index: 10;
	border-left: #003333 1px solid;
	border-bottom: #003333 1px solid;
	background-color: #ffffff;
	visibility: visible;
}