body .* {
	font-size: 9pt;
	font-family: arial,verdana,tahoma;
}
html,body {
	margin: 0px;
	padding: 0px;
}
/* common */
.panel {
	border: 1px solid #666666;
	background: #efefef;
	padding: .5em;
	text-align: center;
}
.hilite {
	background: #cceeff;
	color: #000099;
}
.delite {
	background: #ffffff;
}
.hover {
	text-decoration: underline;
	cursor: pointer;
}
/* PAGE LAYOUT */

/* header/banner section */
#hdrsec {
	clear: all;
	background: url(/images/banner_l_b.jpg) blue;
	height: 100px;
}
#hdrsec_l {
	float: left;
}
#hdrsec_r {
	float: right;
}

/* middle section */
#midsec {
	clear: all;
	border-top: 1px solid white;
	border-bottom: 1px solid #000033;
	padding-top:.2em;
	padding-bottom:.2em;
	background: #336699;
	color: white;
	height: 2em;
}
#midsec_l {
	float: left;
	height: 100%;
	width: 14em;
	text-align: center;
	padding-top: .2em;
}
#midsec_c {
	float: left;
	height: 100%;
	text-align: center;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#midsec_r {
	float: right;
	height: 100%;
	width: 170px;
	text-align:right;
	padding-right: 1em;
}
#rolsec {
	padding-top: .2em;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/* body/main section */
#bdysec {
	clear: all;
	height: 1em;
	border-bottom: 1px solid #336699;
}
#bdysec_l {
	float: left;
	height: 100%;
	width: 14em;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 2px;
	padding-left: 2px;
	background: #eeeeee;
	border-right: 1px solid #336699;
}
#bdysec_r {
	float: right;
	height: 100%;
	width: 165px;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 2px;
	padding-left: 2px;
	background: #eeeeee;
	border-left: 1px solid #336699;
}
#bdysec_c {
	background: #ffffff;
	height: 100%;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: 1em;
}
#ttlsec {
	height: 1em;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background: buttonface;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #333333;
	text-align: justify;
	width: 100%;
	overflow-x: hidden;
}
#datsec {
	height: 1em;
	padding-top: 1.5em;
	background: #ffffff;
	line-height: 1.8em;
	text-align: justify;
	width: 100%;
	overflow-x:auto;
}
#datsec ul,ol {
	margin-left: 5em;
}
#datsec .nodata {
	font-weight: bold;
	color: red;
	text-align: center;
	border: 1px solid red;
	padding-top: 5em;
	padding-bottom: 5em;
}
#datsec .dirlnk {
	font-weight: bold;
	padding-bottom: .3em;
	cursor: default;
	height: 1.5em;
	border-bottom: 1px dotted #336699;
	margin-bottom: .5em;
	background: #eeeeee;
}
#datsec .sublnk {
	padding-bottom: .3em;
	cursor: default;
	height: 1.5em;
	margin-bottom: .5em;
}
#datsec .btnlnk {
	border-top: 1px dotted #336699;
	text-align: center;
	padding-top: .5em;
}

/* footer/copyright section */
#ftrsec {
	clear: all;
	border-top: 1px solid #336699;
	padding-top: .5em;
	text-align: center;
}

/* BEG: window */
.win_back {
	border-left:2px #3399ff solid;
	border-top:2px #3399ff solid;
	border-right:2px #003399 solid;
	border-bottom:2px #003399 solid;
	background:#ECE9D8;
	filter:'alpha(opacity=100)';
}
.win_head {
	background:#0066cc;
	color:#ffffff;
	font-weight:bold;
}
.win_body {
	color:#000099;
}
/* END: window */

/* BEG: calendar */
div.cal_panel {
}
table.cal_head {
	background: #4682B4;
	color:white;
}
table.cal_body {
	font-family:Tahoma;
	font-size:9pt;
	background:#4682B4;
	cursor:default;
}
td.cal_header {
	background: #87CEFA;
	color:#003399;
}
td.cal_empty {
	background: white;
}
td.cal_current {
	background: #ffffcc;
	cursor: pointer;
}
td.cal_sunday {
	background: #DBEAF5;
	cursor: pointer;
}
td.cal_normal {
	background: #eeeeee;
	cursor: pointer;
}
td.cal_select {
	background: #ffff00;
	color: #000099;
	cursor: pointer;
}
/* END: calendar */

/* BEG: menu */
.mnu_itm {
	width: 100%;
	text-align: left;
	background: #3366cc;
}
.mnu_panel {
	cursor:pointer;
}
.mnu_group {
	font-weight: bold;
	font-size: 9pt;
	background: #ac7d47;
	color: #ffffff; 
	height: 22px;
	border-top: 1 solid #CCCCCC;
	border-bottom: 1 solid #333333;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}

.mnu_normal {
	font-weight: bold;
	font-size: 9pt;
	background: #37618d;
	color:#FFFFFF; 
	height: 22px;
	border-top: 1 solid #cccccc;
	border-bottom: 1 solid #333333;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}
.mnu_hilite {
	font-weight: bold;
	font-size: 9pt;
	color:#FFFFEF;
	background: #cc0000;
	height: 22px;
	border-top: 1 solid #cccccc;
	border-bottom: 1 solid #333333;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}
.mnu_spacer {
	background:#CEDFFF;
	height: 2px;
}
/* END: menu */

/* BEG: pop */
.pop_itm {
	width: 100%;
	text-align: left;
	background: #3366cc;
}
.pop_panel {
	cursor:pointer;
	background: #FFFFEF;
	border: 1px solid #666666;
}
.pop_group {
	font-weight: bold;
	font-size: 9pt;
	background: #36609c;
	color: #ffffff; 
	height: 22px;
	border-top: 1 solid #cccccc;
	border-bottom: 1 solid #333333;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}
.pop_normal {
	font-weight: bold;
	font-size: 9pt;
	background: #99ccff;
	color:#000000; 
	height: 22px;
	border-top: 1 solid #cccccc;
	border-bottom: 1 solid #333333;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}
.pop_hilite {
	font-weight: bold;
	font-size: 9pt;
	color:#FFFFEF;
	background: #cc0000;
	height: 22px;
	border-top: 1 solid #cccccc;
	border-bottom: 1 solid #333333;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}
.pop_spacer {
	background:#CEDFFF;
	height: 2px;
}
/* END: menu */

/* box */
.box {
	width: 100%;
}
.box .bar {
	padding: 3px;
	text-align:left;
	overflow: hidden;
	line-height: 1.2em;
}
.box .hdr {
	padding: 4;
	text-align:justify;
}
.box .bdy {
	padding: 4;
	text-align:justify;
}
.box .ftr {
	padding: 4;
	text-align:justify;
}
.box li {
	margin-left: -2em;
	font-size: .95em;
}
#datsec .box li {
	margin-left: -3.5em;
	font-size: .95em;
}

/* box_com */
.box_com {
	background: #ffffff;
	border:1 solid #97BBFF;
}
.box_com .bar {
	background: #CEDFFF;
	border-bottom:1 solid #97BBFF;
}
.box_com .ttl {
	color: #000000;
}

/* box_cen */
.box_cen {
	background: #ffffff;
	border:1 solid #6B9EF7;
}
.box_cen .bar {
	background: #CEDFFF;
	border-bottom:1 solid #97BBFF;
}
.box_cen .ttl {
	color: #000000;
}
.box_cen .bdy {
	padding: 4;
	text-align:center;
}
.box_cen .btn {
	width: 99%;
}

/* BEG:tab */
.tab_box {
	text-align: left;
}
.tab_hit {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	background:#eeeeee;
	border-left:1 solid #cccccc;
	border-right:1 solid #333333;
	border-top:1 solid #cccccc;
	border-bottom:1 solid #eeeeee;
	margin-bottom:-3px;
}
.tab_ttl {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:pointer;
	overflow: hidden;
	background:#cccccc;
	border-left:1 solid #cccccc;
	border-right:1 solid #333333;
	border-top:1 solid #cccccc;
	border-bottom:1 solid #333333;
	margin-bottom:-3px;
}
.tab_bdy {
	padding: 10px;
	background:#eeeeee;
	border-left:1 solid #cccccc;
	border-right:1 solid #333333;
	border-top:2 solid #cccccc;
	border-bottom:1 solid #333333;
}
.tab_win {
	text-align:center;
}
/* END:tab */

.member .value {
	font-weight: bold;
	text-align: center;
}
.member .value {
	font-weight: bold;
	text-align: center;
}
.member .button {
	text-align: center;
}

.ttl {
	font-weight: bold;
	clear: all;
}
.dtm {
	color: #999999;
}
.abs {
	color: #505050;
	text-align: justify;
}
.des {
	font-size: 8pt;
	color: #999999;
}
.cnt {
	text-align: justify;
}
.pos {
	padding-top:2px;
	clear: all;
	text-align: center;
}
.grp {
	color: #2965A5;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}
.lst div.img {
	float: left;
	width: 120px;
	padding-right: 5px;
}
.lst img.img {
	width: 120px;
}
.lst .sep {
	clear: all;
	height: 1px;
	border: 1px dotted #cccccc;
}

.itm div.img {
	float: left;
	padding-right: 5px;
}
.itm img.img {
	width: 120px;
	border:1px solid #cccccc;
}

.rel {
	clear: all;
}
.rel .ttl {
	font-weight: bold;
	border-bottom:1px solid #cccccc;
}
.rel .itm {
	color: #2965A5;
	font-size: 8pt;
}

.table {
	background-color:#999999;
}

.table th {
	background-color:#0066cc;
	color:white;
}

.toolbar {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color:#eeeeee;
	text-align: right;
}
.frame {
	border: 1px solid #999999;
	background: buttonface;
	padding: .5em;
}
.title {
	font-weight: bold;
	text-align: justify;
	padding-bottom: .5em;
}
.header {
	padding-top: .5em;
	padding-bottom: .5em;
}
.field {
	clear: all;
	padding-top: 0em;
	padding-bottom: .1em;
	height: 1em;
}
.label {
	font-weight: bold;
	height: 100%;
	text-align: left;
}
.value {
	text-align: justify;
	height: 100%;
}
.detail {
	border: 1px solid #999999;
	background: white;
	padding: 1em;
	text-align: justify;
}

/*---*/
.img-left .entry {
	padding-top: .5em;
	padding-bottom: .5em;
	clear: all;
	height: 1em;
}
.img-left .spacer {
	clear: all;
	border-top: 1px dotted #cccccc;
}
.img-left .text {
	padding-left: .2em;
	height: 100%;
	text-align: justify;
}
.img-left .image {
	float: left;
}
.img-left .image img {
	width: 50px;
}

/*---*/
.img-right .entry {
	padding-top: .5em;
	padding-bottom: .5em;
	clear: all;
	height: 1em;
}
.img-right .spacer {
	clear: all;
	border-top: 1px dotted #cccccc;
}
.img-right .text {
	padding-right: .2em;
	height: 100%;
	text-align: justify;
}
.img-right .image {
	float: right;
	height: 100%;
}
.img-right .image img {
	width: 50px;
}

/*---*/
.img-top .entry {
	padding-top: .5em;
	padding-bottom: .5em;
	clear: all;
	height: 1em;
}
.img-top .spacer {
	clear: all;
	border-top: 1px dotted #cccccc;
}
.img-top .text {
	padding-top: .5em;
	font-size:.9em;
	text-align: justify;
}
.img-top .image {
}
.img-top .image img {
	width: 100%;
}

.toolbar {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: .2em;
	padding-bottom: .2em;
	background-color:#eeeeee;
	height: 1.5em;
	font-weight: bold;
}
.content .title {
	text-align: justify;
	padding-bottom: .5em;
	border-bottom: 1px dotted #333333;
}
.content .header {
	padding-top: .5em;
	padding-bottom: .5em;
}
.content .field {
	clear: all;
	padding-top: .2em;
	padding-bottom: .2em;
	height: 1em;
}
.content .label {
	font-weight: bold;
	height: 100%;
	text-align: left;
}
.content .value {
	text-align: justify;
	height: 100%;
}
.content .detail {
	border: 1px solid #999999;
	background: white;
	padding: 1em;
	text-align: justify;
}

table.table {
	background-color:#999999;
}
table.table .header {
	color:white;
	background-color:#0066cc;
	text-align: center;
}
table.table .value {
	color: black;
	background-color: #ffffff;
	text-align: center;
}

/* BEG:vote */
.vote .header {
	padding: 0px;
	text-align: justify;
	border-bottom: 1px dashed #999999;
}
.vote .option {
	clear: all;
	padding-top: .5em;
	padding-bottom: .5em;
}
.vote .button {
	clear: all;
	text-align: center;
}
.vote .option .entry {
	clear: all;
}
.vote .option .entry .radio {
	float: left;
}
.vote .option .entry .value {
	font-size: .9em;
	text-align: justify;
}
/* END:vote */
div.mat_ttl {
	color: #3333cc;
	font-size: 12pt;
	font-weight: bold;
}
span.mat_dtl {
	font-weight: bold;
}
td.mat_dtl_fld {
	border: 1px solid #999999;
	padding: 10px;
	text-align: justify;
	background: #ffffff;
}
span.mat_rec {
	color: #3333cc;
}
