html,body
{
	height: 100%;
}
.all
{
	margin: 0 auto;
	width:750px;
	height: 100%;
}
.title
{
	font-size: 20pt;
	color: #cccccc;
	font-weight: bold;
}
.subTitle
{
	font-size: 13pt;
	color: #cccccc;
	font-weight: bold;
}
.menuTitleDiv
{
	margin: 4px;
	background-color: #105921;
	padding: 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.detailTitleDiv
{
	background: url(/images/Title/Back.jpg) no-repeat;
	padding: 5px 0 15px 48px;
	margin-bottom: 10px;
}
.notice
{
	font-size: 9pt;
	color: #f00;
	font-weight: bold;
}
.noticeDiv
{
	border: 2px #f00 solid;
	background-color: #fcc;
	margin: 10px;
	padding: 10px;
	width: 100%;
}
.hint
{
	font-size: 10pt;
	color: #cccccc;
}
/* menuList */
.menuDiv
{
	background: url(/images/Icon/4square.gif) no-repeat 0 2px;
	padding-left: 25px;
	margin: 0 0 7px 10px;
}
/* mainTable */
.mainTableAll
{
	width: 100%;
	height: 100%;
	border-right: 1px #666 solid;
}
.mainTableLeft
{
	width: 190px;
	vertical-align: top;
	border: 1px #666666 solid;
	background-color: #ffffcd;
}
.mainTableRight
{
	vertical-align: top;
	padding: 0 0 0 3px;
}

/* listTable */
.listTableAll
{
	width: 100%;
	border-collapse: collapse;
}
.listTableTitle
{
	text-align: center;
	font-size: 15pt;
	color: #ffffff;
	background-color: #105921;
	padding: 15px;	
}
.listTableSubTitle
{
	text-align: center;
	color: #ffffff;
	background-color: #105921;	
}
.listTableLeft
{
	color: #ffffff;
	text-align: center;
	background-color: #105921;
	width: 200px;
}
.listTableRight, .listTableLeft, .listTableSubTitle
{
	padding: 5px;
}
.listTableLeft, .listTableRight, .listTableTitle, .listTableSubTitle
{
	border: 1px #666666 solid;
}
.divPadding
{
	padding: 5px;
}

/* Pager */
.pagerLinks
{
  text-align:center;
  padding: 8px 0;
}
.pagerLinks ul
{
  display: inline;
  padding:0px;
  margin:0px;
  list-style:none;
} 
.pagerLinks li
{
  display: inline;
  padding: 2px;
} 
.pagerLinks li a
{
  color: #0000ee;
} 
.pagerLinks li a.active
{
  font-weight: bold;
}
