/* body */
body {
	background: white none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	text-align: left;
	color: black;
	font-family: Arial, sans-serif, Helvetica, Tahoma;
	font-size: 12px;
	line-height: 1.5;
}

input {
	margin: 0;
	padding: 0;
}

input[type="text"]:hover,input[type="password"]:hover {
	border: 1px solid #0cf;
}

input[type="text"]:focus,input[type="password"]:focus {
	border: 1px solid #f80;
}

input[type="text"],input[type="password"] {
	background: #f7fafc url(/images/text_bg.gif) repeat-x scroll left top;
	border-color: #789 #abc #abc #89a;
	border-style: solid;
	border-width: 1px;
	color: #369;
	padding: 2px;
	vertical-align: middle;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	color: #006699;
	cursor: pointer;
	height: 24px;
	padding-left: 8px;
	padding-right: 7px;
	padding-top: 2px;
	font-weight: bolder;
	vertical-align: middle;
}

form {
	margin: 0;
	padding: 0;
}

textarea {
	margin: 0;
}

select {
	margin: 0;
	padding: 0;
	height: 24px;
	vertical-align: middle;
}

label {
	margin: 0;
	padding: 0;
}

table,th,td,font {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
}

table {
	border-collapse: collapse;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover,a:active {
	color: #bc2a4d;
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

/* main */
#main {
	margin: 0 2px;
	padding: 0px;
	height: auto;
	width: 99.5%;
	background-color: white;
}

#main_header {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #d7e9f5;
	background-color: white;
	font-weight: bolder;
}

#main_search {
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #d7e9f5;
}

#main_search #search_header {
	margin: 1px;
	padding: 5px;
	background: white url(/images/search_bg.png) repeat scroll 50% top;
	color: #fff;
	font-weight: bolder;
	padding: 5px;
}

#main_search #search_data {
	padding: 5px;
	background-color: white;
}

#main_search #search_data {
	
}

.main_table {
	margin-right: 10px;
	margin-top: 10px;
	border: solid 1px #d7e9f5;
}

.main_table .table_header {
	margin: 1px;
	padding: 5px;
	background: white url(/images/search_bg.png) repeat scroll 50% top;
	color: #fff;
	font-weight: bolder;
}

.main_table .table_data,.main_table .table_data_list {
	margin-top: 1px;
	padding: 0;
	text-align: center;
	padding: 0;
}

.main_table .table_data table,.main_table .table_data_list table {
	margin-top: 1px;
	border: 1px solid #d7e9f5;
	background-color: white;
	height: 24px;
}

.main_table .table_data table thead th,.main_table .table_data table tbody td,.main_table .table_data_list table thead th,.main_table .table_data_list table tbody td
	{
	height: 24px;
}

.main_table .table_data table thead th,.main_table .table_data_list table thead th
	{
	background-color: #d7e9f5;
}

.main_table .table_data table tbody td,.main_table .table_data_list table tbody td
	{
	border: 1px solid #d7e9f5;
	border-left: 0;
	border-right: 0;
}

.main_table .table_data table thead th {
	text-align: left;
	padding-left: 5px;
}

.main_table .table_data table tbody td {
	text-align: left;
	padding-left: 5px;
}

.main_table .table_data_list table thead th {
	text-align: center;
}

.main_table .table_data_list table tbody td {
	text-align: center;
}

.main_table .table_data_list table tfoot td {
	background-color: #d7e9f5;
	font-weight: bolder;
	padding: 1px 5px;
}

.main_table .table_data table tfoot td {
	background-color: #d7e9f5;
	font-weight: bolder;
	padding: 1px 5px;
}

/* other */
.v-a_mid {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	vertical-align: middle;
}

.message {
	padding: .5em;
	margin-bottom: 1em;
	margin-top: 1em;
	background: #ffd27a;
	color: #8a1f11;
}

.error_message,.success_message {
	padding: .5em;
	margin-bottom: 1em;
	margin-top: 1em;
	border: 2px solid #ddd;
}

.error,.success {
	border: 2px solid #ddd;
	padding: 0 2px;
}

.error,.error_message {
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #eb8f00;
}

.success,.success_message {
	background: #e6efc2;
	color: #264409;
	border-color: #eb8f00;
}

.error_message a {
	color: #8a1f11;
}

.success_message a {
	color: #264409;
}

.max_input {
	width: 300px;
}

.mid_input {
	width: 180px;
}

.min_input {
	width: 120px;
}
