/* $Id: admin.css,v 1.4 2010/02/03 23:31:23 theresa Exp $ */
/************ SEM ADMIN STYLES **********/
#sem-wrapper {
	width:780px;
	min-height:500px;
	margin:0 auto;
	padding:0;
}
#sem-wrapper h1 {
	font-size:12px;
	text-align:left;
	color:#000;
}
.sem-container {
	width:780px;
	margin:0 auto 10px;
	padding:0 0 3px;
	border:1px solid #e1e1e1;
}
.sem-purple {
	width:775px;
	height:26px;
	margin:0;
	padding:0 0 0 5px;
	text-align:left;
	background:#d2b3dc;
}
.sem-crumb {
	float:left;
	margin:2px 0 0 0;
}
.sem-purple input {
	width:95px;
	height:16px;
	margin:0;
	padding:0;
	font-size:10px;
	background:#fff;
}
.sem-purple #refresh {
	position:relative;
	top:6px;
	height:19px;
	margin:-3px 4px 0 5px;
	padding:0 0 1px;
	color:#333;
	background:#f2f2f2;
	border:1px solid #ddd;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.sem-purple #datePicker {
	position:relative;
	top:1px;
	height:16px;
	padding:1px 0 0 2px;
}
	*+html .sem-purple #datePicker {
		top:0;
	}
.sem-date-chooser {
	float:right;
	width:200px;
	margin:0;
	padding:0;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev {
	left:4px;
}
.chart-container {
	width:771px;
	height:200px;
	margin:3px auto 0;
	padding:5px 0 0;
	font-size:10px;
	border:1px solid #e1e1e1;
}
.chart-container a:link, .chart-container a:visited, .chart-container a:hover {
	font-size:10px;
}
.chart-options {
	position:absolute;
	float:left;
	width:115px;
	height:108px;
	margin:0px 0 0 -1px;
	padding:3px 13px 3px 3px;
	background:url(https://aws-cf.onlinebootycall.com/images_new/admin/options-bg.png) no-repeat left top;
}
	*+html .chart-options {
		margin-left:-391px;
	}
.option-open {
	position:absolute;
	z-index:100;
	margin:1px 0px 0 104px;
	padding:0;
	color:#ccc;
}
	*+html .option-open {
		margin:1px 0 0 47px;
	}
.option-close {
	position:absolute;
	z-index:0;
	margin:3px 0 0 35px;
	padding:0;
}
.option-close a:link,
.option-close a:visited, 
.option-close a:hover {
	position:relative;
	z-index:0;
}
.chart-options p {
	margin:0;
	padding:0;
	color:#666;
	text-align:center;
}
.chart-options ul {
	margin:4px 0 0 3px;
	padding:0;
	text-align:left;
	list-style:none;
}
.chart-options li {
	margin:3px 0 0;
}
	*+html .chart-options li {
		margin-top:5px;
	}
.chart-options input {
	width:15px;
	height:15px;
	margin:0;
	padding:0;
}
.chart-options label {
	position:relative;
	top:-3px;
	margin:0 0 0 3px;
}
	*+html .chart-options label {
		top:1px;
	}
.table-container {
	width:771px;
	margin:3px auto 0;
	padding:5px 0 0;
	border:1px solid #e1e1e1;
}
.table-container table {
	width:100%;
	margin:5px 0 0;
	border-collapse:collapse;
}
.table-container th {
	padding:4px 10px 4px 2px;
	text-align:left;
	background:#d2b3dc;
}
.table-container a:link, .table-container a:visited, .table-container a:hover {
	color:#7d3d93;
}
.table-container a:hover {
	color:#333;
}
.table-container a.black:link, .table-container a.black:visited, .table-container a.black:hover {
	color:#000;
	text-align:left;
	xtext-decoration:underline;
}
.table-container .gray {
	background:#e1e1e1;
}
.table-container td {
	padding:4px 10px 4px 2px;
	text-align:left;
}
