/* CSS Document */
H1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	color: #767676;
}

H2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	color: #767676;
}


.cHead_left {
	width: 10px;
	height: 28px;
	background-image: url('../images/cHead_left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	}

.cHead_text {
	background-image: url('../images/cHead_text.jpg');
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 12px;
	width: 200px;
	}

.cHead_text2 {
	width: 59px;
	height: 28px;
	background-image: url('../images/cHead_text2.jpg');
	background-repeat: no-repeat;
	}

.cHead_text3 {
	background-image: url('../images/cHead_text3.jpg');
	background-repeat: repeat-x;
	color: #000;
	font-size: 11px;
	text-align: right;
	width: auto;
	}

.cHead_text3 A {
	text-decoration: underline;
}

.cHead_right {
	width: 13px;
	height: 28px;
	background-image: url('../images/cHead_right.jpg');
	background-repeat: no-repeat;
	}

.content_box {
	border: 1px solid #FEE3AA;
	margin: 0;
	padding: 10px;
}

.input_label {
	font-size: 12px;
	text-align: right;
	padding: 0 10px 0 0;
	width: 150px;
	}

.input_label2 {
	font-size: 12px;
	padding: 0 0 0 5px;
	width: 150px;
	}
	
.error_box {
	border: 1px solid #F19A9A;
	background-color: #FFECE1;
	padding: 10px;
}

.error_box UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.hint {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #767676;
	}

.comment {
	font-size: 10px;
	font-weight: normal;
	color: #767676;
	background-color: #FFFFEA;
	padding: 5px;
	border: 1px dashed #CFCFCF;
	}

/* Used on table titles or content sub titles */
.tableTitle {
	font-size: 15px;
	background-color: #FD8D18;
	padding: 5px 0 5px 5px;
	color: #FFF;
	font-weight: bold;
}

.tableSpecial {
	font-size: 11px;
	background-color: #F1F1F1;
	padding: 5px;
}

/* End  */

.bborder {
	border-bottom: 1px dashed #CFCFCF;
}

.tborder {
	border-top: 1px dashed #CFCFCF;
}

.graybg {
	background-color: #F0F0F0;
	}

.graybg2 {
	background-color: #F8F8F8;
	}