/**
 * Admin felület stílusbeállítások
 */

.tableList {
	margin: 20px auto 15px;
	border: 1px solid #7788AA;
	background: #AEC3D8;
	background: #FFFFFF;
}
.tableList tr {
	background: #F2F5F9;
}
.tableList .list:hover {
	background: #E8ECF0;
}
.tableList th {
	background: #DCE5EF;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
.tableList .title {
	background: #DCE5EF;
}
.tableList caption {
	background: #7788AA;
	color: #FFFFFF;
	padding: 2px 0;
	font-size: 110%;
	font-weight: bold;
}



#progress_bar_outer {
	width: 95%;
	height: 32px;
	margin: 20px auto;
	border: 1px solid #AABEFF;
	background-color: #FFFFFF;
	display: none;
	padding: 1px;
}
#progress_bar_inner {
	width: 1px;
	line-height: 32px;
	color: #404090;
	background-color: #F0F0FF;
	font-weight: bold;
}