﻿body {
}
/*
Header
*/
#header
{

}
#header #ncc-logo
{
	float: left;
	margin-right: 6px;
}
#header h1
{
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
	float:right;
	margin-right: 6px;
}
/*
Footer information
*/
#footer
{
    color: #666;
	text-align: center;
}
/*
MISC
*/
.divider
{
	clear: both;
	border-bottom: 1px solid #ddd;	
	height: 0;
	margin: 8px 0px;
}
.clear
{
	clear: both;
}
/*

*/
#textonly-canvas 
{
    height: 100%;
    background: white
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
}
#textonly-table
{
    background: white;
    width: 93%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    
}
#tabs
{
    display: none;    
}
#filter
{
    display: none;
}
.divisionColumn
{
    display: none;
}
