﻿/* Heading styles */

#heading table
{
	margin: 0;
	width: 100%;
	border-style: none;
}

#heading a:link 
{
	color: #00A;
	text-decoration: none;
}

#heading a:visited 
{
	color: #00A;
	text-decoration: none;
}

#heading a
{
	color: #00A;
	text-decoration: none;
}

#heading a:hover
{
	color: #33F;
	text-decoration: underline;
}

#title 
{
    margin: 0;
    padding: 0;
    background: url(../images/title_bkg.gif);
}


#campus_selection
{
	text-align: right;
	padding: 0 0px 7px 10px;
	background: url(../images/title_bkg.gif);
	vertical-align: bottom;
}

#district_name
{
	display: inline;
	margin: 0 15px 0 0;
}

#campus_name
{
	display: inline;
}



/* Main Navigation styles */

#main_nav, #default_main_nav 
{
	padding: 0 0 0 20px;
    background: #BBCCEE;
    font-weight: bold;
    background: url(../images/menu_bkg.gif);
}

#main_nav
{
	width: 700px;
}

#main_nav table
{
	margin: 0px;
	padding: 0px;
	height: 32px;
	border-collapse: collapse;
}

#main_nav td
{
	text-align: center;
	/* border-left: 1px solid #92a9d8;
	border-right: 1px solid #92a9d8; */
}

li.heading 
{
	font-weight: bold;
}

#progress_panel
{
    text-align: center;
    font-weight: bold;
    height: 12px;
    background: url(../images/menu_bkg.gif);
}

#logout
{
    text-align: right;
    padding: 8px;
    height: 12px;
    background: url(../images/menu_bkg.gif);
}

#logout p 
{
	display: inline;
}

#logout p.teacher_name {
    font-weight: bold;
    display: inline;
    padding: 0 5px;
    margin: 0 5px 0 0;
    border-right: 1px solid black;
}


/* Context Navigation styles */

#context_nav_container
{
	border-top: 1px solid #E1EBFF;
	border-bottom: 1px solid #E1EBFF;
}

#context_nav {
    margin: 0;
    padding: 0;
    height: 30px;
    background: #e1ebff;
    border-bottom: 1px solid black;
}

#context_nav ul 
{
	margin: 3px;
	padding: 0;
}

#context_nav li {    
    display: inline;
    margin: 0 10px 0 0;
}

#left_border 
{
	width: 17px;
	height: 30px;
	padding: 0;
	margin: 0;
}

#right_border
{
	width: 17px;
	height: 30px;
	padding: 0;
	margin: 0;
}

#help
{
	/* padding: 5px 10px;
	height: 20px;
    margin: 0;
    background: url(../images/title_bkg.gif);
    border-bottom: 1px solid black;
    text-align: right; */
    text-align: right;
	padding: 5px 10px 10px 0px;
	background: url(../images/title_bkg.gif);
	vertical-align: bottom;
}

/* Other section styles. */

#content 
{
    margin: 20px;
}


#footer {
    margin: 0;
    border-top: 1px solid black;
    padding: 5px;
    background: #FFF url(../images/footer_bkg.gif) repeat-x top;
    font-family: Arial;
    font-size:10px;
    text-align:center;
    color: #888;    
}

/* Context styles */

#current_context {
    background: #EEE;
    margin: 0;
    padding: 5px 20px;
}

#current_context table.layout 
{
	padding: 0;
	margin: 0;
	width: 100%;
}

#current_context p, #current_context ul {
    margin: 0;
}

#current_context li 
{
	display: inline;
	padding: 0;
	margin: 0 20px 0 0;
}

#current_context li.hidden
{
	display: none;
}

#session_timeout_warning
{
	border: 1px solid #DD0;
	background: #FF8;
	text-align: center;
	font-size: 20px;
	padding: 50px;
}

#timeout_message
{
	border: 1px solid #D00;
	background: #F88;
	text-align: center;
	font-size: 20px;
	padding: 50px;
}

.disabled
{
	color: #8497C3;
}

.context_changed
{
	background-color:#FFF1CA;
}

.top_loading_panel
{
	background: #FFF1CA;
	border: 1px solid #FFBC00;
    text-align: center;
	position:fixed;
	top:0;
	left:35%;
	padding:10px;
	width:20%;
	z-index:1001;
}

.middle_loading_panel
{
	background: #FFF1CA;
	border: 1px solid #FFBC00;
    text-align: center;
	position:fixed;
	top:40%;
	left:35%;
	padding:10px;
	width:20%;
	z-index:1001;
}

.blur
{
    width: 100%;
    background-color: Black;
    moz-opacity: 0.0;
    khtml-opacity: .0;
    opacity: .0;
    filter: alpha(opacity=0); 
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#atlas_error
{
	width: 400px;
	padding: 20px;
	background: #FFF;
	border: 1px solid #93AAD8;
}

.active_nav_menu
{
	background: url(../images/menu_bkg_over.gif);
}


