html {
	height:100%;
	height:100%;
	margin: 0px;
}
body {
	font-family: Arial;
	font-size: 12px;
	color: black;
	/*line-height: 2.0em;*/
	text-align: center;
	padding: 0px;
	margin: 0px;
	height:100%;
}

table td {
	font-size: 12px;
	font-family: Arial;
}

.header {
	width: 100%;
	height: 74px;
	background: url(/images/header_bg.gif) repeat-x left center;
	text-align: left;
}

.footer {
	clear: both;
	width: 100%;
	height: 20px;
	background: #EEEEEE;
}

.logo {
	width: 113px;
	height: 74px;
	background: url(/images/logo.gif) no-repeat 0px 0px;
}

.con {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

.con a:link, .con a:visited {
	color: #3366A5;
	font-weight: bold;
	text-decoration: none;
}

.con a:hover, .con a:active {
	color: #3399CC;
	font-weight: bold;
	text-decoration: underline;
}

.con .left {
	width: 240px;
	background: #DDDDDD;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.con .right {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

ul.memu {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	white-space: nowrap;
}

ul.memu li {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	padding-bottom: 2px;
}

ul.memu li.expanded {
	list-style-image: url(/images/memu_down.gif);
}

ul.memu li.collapsed {
	list-style-image: url(/images/memu_left.gif);
}

ul.memu ul {
	padding: 0px;
	margin-left: 18px;
	list-style-type: none;
	list-style-position: outside;
}

ul.memu ul li {
	list-style-image: none;
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
	padding-bottom: 2px;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 180%;
	border-bottom: 1px solid #AAAAAA;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.title1 .action {
    font-size: 14px;
    font-weight: normal;
    padding-right: 30px;
    float: right; 
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 0px 10px;
	line-height: 180%;
	background: #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	width: 100%;
}

.title3 {
	font-size: 14px;
	font-weight: bold;
	color: #9C7777;
	padding-left: 20px;
}

.title4 {
	font-size: 14px;
	font-weight: bold;
	color: #9C7777;
	padding-left: 10px;
	margin-top: 5px;
}

.tip_ok {
	width: 98%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #12931C;
	background: #E4F7E5;
}

.tip_ok td {
	padding:10px;
}

.tip_ok td.icon {
	width: 32px;
	text-align: center;
	vertical-align: top;
}

.tip_error {
	width: 98%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #D11818;
	background: #F8E6E6;
}

.tip_error td {
	padding:10px;
}

.tip_error td.icon {
	width: 32px;
	text-align: center;
	vertical-align: top;
}

.tip_alert {
	width: 98%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #BA9B0D;
	background: #F3EFDF;
}

.tip_alert td {
	padding:10px;
}

.tip_alert td.icon {
	width: 32px;
	text-align: center;
	vertical-align: top;
}

.tip_help {
	width: 98%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #1C74BF;
	background: #E7F0F8;
}

.tip_help td {
	padding:10px;
}

.tip_help td.icon {
	width: 32px;
	text-align: center;
	vertical-align: top;
}

.form-text, .form-password, .textarea {
	border-color: #7F98A7 #AFBFC8 #AFBFC8 #7F98A7;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
}

.form_text_focus {
	border: 1px solid #1763A4;
	font-size: 12px;
}

.form_text_d {
	background: #F5F5F5;
	border-color: #7F98A7 #AFBFC8 #AFBFC8 #7F98A7;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
}

.tab01 {
	width: 98%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tab01 tr.odd {
	background-color:#EEEEEE;
	border-bottom:1px solid #EDF1F3;
	padding:0.1em 0.6em;
}


.tab01 td,th {
	height:28px;
	padding-left: 5px;
	border-bottom: 1px solid #AFBFC8;
}

.tab01 .nodata {
    color: grey;
    text-align: center;
    border-bottom: 0;
}

.tab02 {
	border: 1px solid #90C2E1;
	background: #DFEDF7;
	width: 98%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.tab02 td {
	height: 28px;
	padding-left: 5px;
}

.tab02 td.title {
	background: #0174BB;
}

.tab03 {
	width: 98%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

.tab03 td {
	height: 28px;
	padding-left: 2px;
	border-bottom: 1px solid #CCCCCC;
}

.tab03 td.first {
	width: 25%;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #F5F5F5;
	text-align: left;
	padding-right: 1px;
}

.tab_n {
	width: 98%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.tab04 {
	width: auto;
	border-collapse: collapse;
	margin-top: 10px;
}

.tab04 td {
	height: 28px;
	padding-left: 5px;
}

.tab04 td.tit {
	width: 10%;
	text-align: right;
	padding-right: 10px;
}

.tab04 td.not {
	width: 90%;
}

.tab05 {
	width: 98%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.tab05 td {
	height: 28px;
	text-align: center;
	padding-left: 5px;
}

.box_border {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #A8C3D4;
}

.box_border legend {
	font-weight: bold;
	color: #027AC6;
}

.but1 {
	font-family: Arial;
	font-size: 12px;
	height: 25px;
	font-weight: bold;
	margin-right: 10px;
}

.but2 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	height: 25px;
	font-weight: bold;
}

.but3 {
	font-family: Arial;
	font-size: 12px;
	color: #027AC6;
	height: 25px;
	font-weight: bold;
}

.but4 {
	font-family: Arial;
	font-size: 12px;
	color: #138F21;
	height: 25px;
	font-weight: bold;
}

.but5 {
	font-family: Arial;
	font-size: 12px;
	color: #B12574;
	height: 25px;
	font-weight: bold;
}

div.technorati {
	padding: 3px;	
	margin: 3px;
	text-align: center;
}

div.technorati a {
	border: #CCCCCC 1px solid; 
	padding: 2px 6px; 
	background: 50% bottom;
	font-weight: bold; 
	color: #027AC6; 
	margin-right: 3px; 
	text-decoration: none;
}

div.technorati a:hover {
	color: white; 
	background: #439BD1;
}

div.technorati a:active {
	color: white; 
	background: #439BD1;
}

div.technorati span.current {
	padding: 2px 6px; 
	font-weight: bold;  
	color: black; 
	margin-right: 3px;
}

div.technorati span.disabled {
	display: none;
}

.font_blue {
	color: #027AC6;
	text-decoration: none;
}

.font_red {
	color: #CC0000;
	text-decoration: none;
}

.font_gray {
	color: #666666;
	text-decoration: none;
}

.font_gray2 {
	color: #888888;
	text-decoration: none;
}

.font_green {
	color: #138F21;
	text-decoration: none;
}

.font_orange {
	color: #FF6600;
	text-decoration: none;
}

.font_white {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.t_left {
    width: 20%;
    font-weight: bold;
}

.t_h {
    font-size: 16px;
    font-weight: bold;
}
.t_right {
   
}
.t_right span{
    font-size: 12px;
    color: grey;
}
.record_not_found {
    text-align: center;
    color: grey;
    background-color: white;
}

span.oneyes { font-weight: bolder; color: blue;}
