﻿/* CSS layout
This page controls the layout of the four main page sections:
- top_nav (used for main menu)
- left_col (used for subject contents menu)
- page_content (used for page content)
- footer (credits, links, etc.)
 */
 
#top_nav {
	width: 100%;
}

.admin_masthead
{
    border-style: groove;
    font-family: "Comic Sans MS";
    font-size: xx-large;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 70px;
    font-weight: bold;
    background-image: url('../images/orange_metal1.gif');
    border-color: #CCCCCC;
    background-color: #D86C07;
    color: #FFFF99;
    
}

#page_content {
	color: #CCCCCC;
	background-image: url('../admin/images/global_background.gif');
	border-color: #C0C0C0 #888888 #888888 #888888;
	border-style: inset groove groove groove;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	overflow: scroll;
}

#page_content_white {
	color: #CCCCCC;
	border-color: #C0C0C0 #888888 #888888 #888888;
	border-style: inset groove groove groove;
	text-align: left;

	margin-left: 208px;
	background-color: #FFFFFF;
	height: 640px; /*	width: 80%;*/;
	clip: rect(auto, auto, auto, auto);
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 50px;
	border-top-width: thin;
	color: #003399;
	overflow: scroll;
}

.page_content_hdr
{
    width: 100%;
    padding-top: 20px;
}

#page_icon
{
    font-family: "Comic Sans MS";
    font-size: x-large;
    float: left;
    width: 150px;
    padding-right: 50px;
}

#page_title
{
    font-family: "Comic Sans MS";
    font-size: x-large;
    font-weight: bold;
    width: 100%;
}

#footer {
	font: 100% Arial, Helvetica, sans-serif;
	border-style: ridge;
	border-color: #666666;
	background-color: #68738A;
	color: #C0C0C0;
}

.team_controls
{
    top: 230px;
    position: relative;
    font-family: 'Trebuchet MS';
    padding-left: 15px;
}





