@charset "utf-8";

/*
	Site Name: 
	Description: base template style
	Version: 
	Author: 
*/


.print_con {
	text-align: left;
	overflow:visible;
}

	
.print_page_title {
	font-size: 26px;
	margin: 20px 10px 10px 10px;
}

.print_h1 {
	margin: 10px 10px;
}

.copy_right_print {
	border-top:1px solid #ddd;
	padding: 5px 0;
	margin-top: 20px;
	text-align: center;	
}

.print_table {
	margin:10px;
}

table.sortable {
	clear: both;
	text-align: center;
	border-collapse: collapse;
	border: 1px #666 solid;
	width: 100%;
}

@media print table.sortable {
	width: 900px;
}

table.sortable tr {
	background: #fff;
}

table.sortable th {
	background: #fff;
	border: 1px #666 solid;
	padding: 5px;
	font-size: 8px;
	cursor: pointer;
	font-weight: bold;
}

table.sortable td {
	padding: 0 3px;
	border: 1px #666 solid;
	font-size: 12px;
}

table.sortable tr.table_even {
	background: #eff9ff;
}

table.sortable td.site_title {
	text-align: left;
}
