@charset "utf-8";
/* CSS Document */

@import url('accordian.css');

body {
	/* background-image:url(../images/bk_body.jpg); */
	background-color: #ddd;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	margin:auto;
	width:1250px;
	/*
	background-image:url(../images/bk_top.png);
	background-repeat:no-repeat;
	background-position:top;	
	*/
	background-color: #ddd;
}

img {
	border:none;	
}

.clear {
	clear:both;	
}

#loader {
	position:absolute;
	left:50%;
	top:0px;
	width:250px;
	height:25px;
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	font-size:13px;
	z-index:10000;
	font-weight:bold;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding-top:5px;
}

#header {	
	z-index:1;
	padding: 2px 0 2px 0;
}
#header img {
	margin: 10px;
	height: 30px;
}

#menu {
	background-color:#FFFFFF;
	border-top-left-radius:10px;	
}

#menu-left {
	height:35px;
	width:800px;
	background-image:url(../images/menu_d6.png);
	background-position:top;
	background-repeat:repeat-x;
	border-top-left-radius:10px;
	border-left:1px solid #175a7c;
	border-top:1px solid #175a7c;
	float:left;
	background-color:#FFFFFF;
}

#menu-image {
	background-image:url(../images/bk_usr_info_d6.png);
	width:111px;
	height:48px;
	float:left;	
}

#menu-right {
	width:337px;
	height:46px;
	float:left;
	border-bottom:1px solid #ddd;
	background-color:#FFF;
	border-top-right-radius:3px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	background-image:url(../images/menu_top_right_bg.png);
}

.clear5 {
	height:5px;
	clear:both;
	background-color:#FFF;	
}

#top_controls {
	background-color:#FFF;
	margin-top:0px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

#left_top_controls {
	width:648px;
	height:175px;
	background-color:#fafafa;
	margin-left:5px;
	margin-right:5px;
	float:left;	
	border-radius:3px;
	border:1px solid #f6f6f6;
	overflow:auto;
}

#right_top_controls {
	width: 100%;
	float:left;
	background-color:#FFF;
	margin-top:-5px;	
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.top_controls_button {
	width:85px;
	height:85px;
	background-color:#fafafa;
	border:1px solid #f6f6f6;
	border-radius:3px;
	float:left;
	margin-left:7px;
	margin-top:5px;
	text-align:center;
	color:#646464;
	cursor:pointer;
}

.top_controls_button:hover {
	background-image:url(../images/dashboard_thumb_blue.png);
	color:#FFF;	
}

.top_controls_button_inner {
	height:50px;
	padding-top:10px;	
}

#notice_bar {
	height:26px;
	clear:both;
	margin-top:5px;
	background-image:url(../images/notice_bar_background.png);
	border-radius:3px;	
	padding-left:5px;
	color:#a37806;
	border:1px solid #ffd86d;
}

#notice_bar img {
	margin-top:5px;	
}

#main {
	background-color:#323332;
	border-radius:4px;
	padding:5px;
	clear:both;
	margin-top:5px;	
}

#main_left {
	width:240px;
	float:left;
	min-height:200px;	
}

#main_right {
	float:left;
	width:985px;
	min-height:200px;
	background-color:#FFF;
	margin-left:5px;
	border-radius:3px;	
}

#footer {
	margin-top:5px;
	background-color:#323332;
	color:#FFF;
	height:55px;
	border-radius:3px;	
	text-align:center;
	line-height:25px;
}

#top_tab_menu div {
	float:left;
	color:#b7c4b3;
	height:22px;
	margin-top:7px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	background-image:url(../images/top_tab_bg_d6.png);
	cursor:pointer;
}

#top_tab_menu div a {
	color:#eee;
	text-decoration:none;
}

#top_tab_menu div a:hover {
	color:#FFF;
}

#top_tab_menu div.active a {
	color:#000;
}

#top_tab_menu div.active {
	background-image:url(../images/top_tab_bg_active.png);
	color:#333333;	
}

#main_menu {
	background-color:#323332;
	height:26px;
}

#main_menu_left {
	width:405px;
	height:26px;
	float:left;
	background-color:#323332;
	border-bottom-right-radius:26px;
}

#main_menu_right {
	width:300px;
	height:26px;
	float:left;
	background-color:#FFFFFF;
	border-top-left-radius:26px;
	border-top-right-radius:3px;
}

#dashboard_tabs {
	background-color:#666666;	
}

#dashboard_tabs div {
	font-size:11px;
	float:left;
	margin-left:2px;
	color:#FFF;
	background-image:url(../images/tabs_top_bg.png);
	border-top:1px solid #828181;
	border-left:1px solid #828181;
	border-right:1px solid #828181;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	height:18px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	cursor:pointer;
}

#dashboard_tabs_clear {
	border-bottom:1px solid #b2afaf;	
}

#dashboard_tabs div a {
	color:#666666;
	text-decoration:none;	
}

#dashboard_tabs div:first-child {
	margin-left:0px;	
}

#dashboard_tabs div:hover {
	background-image:url(../images/tabs_top_bg_hover.png);
	color:#666666;
}

.dynamic_table th {
	color:#FFFFFF;
	text-align:left;
	background-image:url(../images/menu_d6.png);		
}

.dynamic_table th:hover {
	background-image:url(../images/menu_d6.png);
	cursor:default;	
}

.dynamic_table th:first-child {
	border-top-left-radius:2px;	
}

.dynamic_table th:last-child {
	border-top-right-radius:2px;	
}

.dynamic_table tr:hover {
	cursor:pointer;
	background-image:url(../images/notice_bar_background_large.png);	
}

.dynamic_table tr.emails:hover {
	background-image:none;
	cursor:default;
}

.dynamic_table td {
	text-align:left;		
}

.filter_row td {
	background-image:url(../images/top_tab_bg_d6.png);
	cursor:default;	
}

.emails td {
	padding:10px;
}

#task_dialog {
	width:fit-content;
	left:50%;
	transform: translateX(-50%);
	top:10%;
	z-index:2000;
	box-shadow:0px 0px 10px #000;
	border-radius:5px;
	position:fixed;
	background-color:#FFFFFF;
	display:none;
}

#school_dialog {
	width:550px;
	left:50%;
	top:30%;
	z-index:2000;
	margin-left:-275px;
	box-shadow:0px 0px 10px #000;
	border-radius:5px;
	position:fixed;
	background-color:#FFFFFF;
	display:none;
}

.dialog_top {
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	background-image:url(../images/menu_d6.png);
	padding:3px;	
}

.roller {
	cursor:pointer;	
}


.roller:hover {
	background-color:#d7d4f0;
}

table.dataTable.compact thead th {
	padding: 5px 4px !important;
}