/* Copyright Brian Quade, BQ Plugins 2012, bqplugins.com */
.bq_admin_page
{
	font-size: 23px;
	line-height: 34px;
	vertical-align: middle;
	font-family: 'Courier 10 Pitch',Courier,'Courier New';
	margin-left: 15px;
}

.bq_admin_header
{
	padding-bottom: 12px;
	overflow: hidden;
}

.bq_admin_page_section
{
	margin-top: 20px;
}

.bq_admin_page_section_content
{
	padding: 16px 18px;
	margin-right: 25%;
}

.bq_admin_page_section_title
{
	padding: 6px 16px;
	font-size: larger;
	display: inline-block;

	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#bbbbbb));
	background-image: -webkit-linear-gradient(top, #f4f4f4, #bbbbbb);
	background-image: -moz-linear-gradient(top, #f4f4f4, #bbbbbb);
	background-image: -o-linear-gradient(top, #f4f4f4, #bbbbbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#bbbbbb);
}

.bq_admin_logo
{
	height: 34px;
	vertical-align: middle;
}

.bq_admin_save_button
{
	display: inline-block;
	padding: 3px 8px;
	cursor: pointer;

	border: 1px solid #bbbbbb;
	color: #464646;

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, white, #e6e6e6);
	background-image: -moz-linear-gradient(top, white, #e6e6e6);
	background-image: -o-linear-gradient(top, white, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e6e6e6);
}

.bq_table_container
{
	border: 1px solid #d4d4d4;
	padding: 2px;
	background-color: #f5f5f5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;

	float: left;
}

.bq_table
{
	border-spacing: 0;
}

.bq_table_header
{
	height: 36px;
	white-space: nowrap;
}

.bq_table_column_title
{
	display: inline-block;
	vertical-align: middle;
}

.bq_table_row
{
	background-color: #f9f9f9;
	height: 30px;
}

.bq_table_row_highlighted
{
	background-color: white;
	height: 30px;
}

.bq_table_cell
{
	padding: 0 8px;
	white-space: nowrap;
}

.bq_message
{
	margin: 10px 0;
}

.bq_table_body_cell
{
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
}

.bq_chart_title
{
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin: 4px 0 10px;
}

.bq_chart_window
{
	position: relative;
	border: 1px solid #a4a4a4;
	margin-bottom: 6px;
	margin-right: 6px;
	background-color: white;
}

.bq_chart_weekend_shading
{
	position: absolute;
	background-color: #eeeeee;
}

.bq_chart_y_axis
{
	position: absolute;
	font-size: 10px;
	margin-top: -8px;
	margin-left: 6px;
	text-align: right;
	overflow: visible;
}

.bq_chart_x_axis
{
	position: absolute;
	height: 12px;
	font-size: 8px;
	text-align: center;
	overflow: visible;
}

.bq_chart_info_window
{
	position: absolute;
	visibility: hidden;
	padding: 5px;
	border: 1px solid black;
	background-color: #eeeeff;
	z-index :1;
}

.bq_chart_info_window_date_str
{
	font-weight: bold;
}

.bq_sort_control_container
{
	display: inline-block;
	vertical-align: middle;
	height: 14px;
}

.bq_sort_control
{
	display: inline-block;
	padding: 0 1px;
	line-height: 14px;
	height: 14px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #f5f5f5;
	margin: 0 1px;
}

.bq_help_table_title
{
	background-color: #444444;
	color: white;
	padding: 2px 6px;
}

.bq_help_table_cell
{
	padding: 5px; 16px;
}

