﻿/*	For layout elements only. Do NOT use any font style specific classes or 
	major color change elements that would effect othe overall look/feel of the site.
	the goal is to add on classes that won't effect theme changes to the site.
*/

.borderTableNoBG
{
    BORDER-BOTTOM: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    HEIGHT: 100%;
    MARGIN-TOP: 0px;
    PADDING-BOTTOM: 20px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 20px
}

.borderTableNoBGJobZones
{
    BORDER-BOTTOM: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    HEIGHT: 100%;
    MARGIN-TOP: 0px;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    PADDING-TOP: 3px
}

.headerSubText
{
	font-size: 80%;
	font-weight: bold;
}


.tableData a, .columnHeader a
{
	text-decoration: none;
	font-size:100%;	
}

.tableData a:hover, .columnHeader a:hover
{
	text-decoration: underline;
	font-size:100%;	
}

td.columnHeaderBGColor a, .columnHeader a
{
	text-decoration: none;	
}

td.columnHeaderBGColor a:hover, .columnHeader a:hover
{
	text-decoration: underline;
}
