/*  
Theme Name: TSS
Theme URI: http://www.tss.org/
Description: The main TSS theme
Version: 1.0
Author: Jeremy Johnson
Author URI: http://www.jerelabs.com/
*/

@import url("standardElements.css");
@import url("header.css");
@import url("page.css");
@import url("copyright.css");
@import url("sidebar.css");
@import url("footer.css");
@import url("aircraftPage.css");
@import url("home.css");
@import url("instructors.css");


.ClearFloatFooter
{
	clear: both;
}

li.note
{
    margin-bottom: 5px;
    list-style-type: disc;
    font-style: italic;
}

ul.none
{
	margin-top: 0;
	padding-top: 0;
}

li.none
{
	margin-top: 0;
	padding-top: 0;
	list-style: none;
}

div.ImageWithCaption
{
    float: right;
    background-color: whitesmoke;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
	margin-left: 10px;
}

div.ImageWithCaption p
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 1.2em;
    padding-top: 0px;
    font-size: 0.8em;
    font-style: italic;
}

Table.Standard
{
    background-color: black;
}

Table.Standard TD
{
    background-color: white;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}

Table.Standard TH
{
    background-color: #024C75;
    font-weight: bold;
    color: white;
    padding: 5px 5px 5px 5px;
}

Table.Standard UL
{
		padding: 0 0 0 0;
    margin: 0 0 0 0;
}

Table.Standard li
{   
		padding: 0 0 10px 0;
    margin: 0 0 0 20px;    
}