﻿.subnav 
{
    line-height: 14px;
    font-weight: normal;
}

#content
{
	clear: both;
	padding: 10px;
}



td.WhiteTab 
{
	float: left;
	font-weight: bold;
	color: Black;
	background-color: white;
	border-bottom: solid 2px #832b5d;
	height:24px;
	width:155px;
	background-image:url("../media/site_ui/WhiteTab.png");
	background-repeat:no-repeat;
	text-align:center;
	padding-top:3px;
	padding-bottom:0px;
}

td.GrayTab
{
    float: left;
    font-weight: bold;
	color: Black;
	height:24px;
	width:155px;
	background-image:url("../media/site_ui/GrayTab.png");
	background-repeat:no-repeat;
	text-align:center;
	padding-top:3px;
	padding-bottom:0px;
	border-bottom: solid 2px #cbcbcb;
	
}

td.WhiteTab a
{	
	color:Black;
}

#tabmenu span 
{
    float: left;
    font-weight: bold;
	color: Black;
	height:27px;
	width:155px;
	background-image:url("../media/site_ui/GrayTab.png");
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	padding-bottom:0px;
}

#container
{
	clear: both;
	padding: 1px 10px 10px 10px;
	background-color: #cbcbcb;
}

#outerbox 
{
	background-color: #999966;
	padding: 5px;
	margin-bottom: 4px;
	margin-top: 6px;
}

table#innerboxes 
{
	border-collapse: collapse;
}

table#innerboxes td.box
{
	width: 50%;
	vertical-align: top;
	padding: 5px 5px 10px 5px;
}

table#innerboxes td.div
{
	padding-left: 5px;
}

table.dlpdf
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border-collapse: collapse;
	width: 100%;
	background-color: #f9e7c1;
}

table.dlpdf td 
{
	border-collapse: collapse;
	width: 50%;
	font-weight: bold;
}

table#results
{
	width: 100%;
}

table#results td 
{
	padding-right: 0px;
	vertical-align: top;
}

table#paging 
{
	border-collapse: collapse;
	width: 90%;
}

table#paging td.first 
{
    text-align: left;
}

table#paging td.last 
{
    text-align: center;
}

span.pageselect 
{
    margin-left: 20px;
    margin-right: 20px;
}

table#filter 
{
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-collapse: collapse;
    background-color: white;
}

table#filter td 
{
    padding: 2px;
}

table#filter td.header 
{
    background-color: #f9e7c1;
    font-weight: bold;
}

table#filter td.centered 
{
    text-align: center;
}

table#lastupdate 
{
    font-size: 10px;
}

table.form 
{
    padding: 0;
    border-collapse: collapse;
}

.contenthead 
{
    padding-bottom: 0;
}

/* Admin Tool */
table#admintool 
{
}

tr.newgroup td
{
    padding-top: 30px;
}

tr.level1 td
{
	padding-left:6px;
}

tr.level2 td
{
	padding-left:12px;
}

tr.level3 td
{
	padding-left:18px;
}

tr.level4 td
{
	padding-left:24px;
}

#inputdir 
{
    background-color: #ebebeb;
    width: 500px;
    margin-top: 20px;
}

#inputdir h4 
{
    
}