﻿#Menu
{
    background: url('../images/Layout/Swoosh2.png');
}

#MenuBottom
{
	background: url('../images/Layout/Menu2.png');
}

#MenuBottom .DateStamp
{
	color: White;
}

#Content
{
    background: url('../images/Layout/Body2.png') top center;
}

#Footer
{
	display: block;
	width: 798px;
    margin: 0px auto; 
    padding: 0px; 
    padding-top: 10px;
    color: #000;
	border: #000 1px solid;
	border-top: 0px;
	background: url('../images/Layout/Body2.png') top center;
}

#Footer .LWD
{
	float: Left;
	width: 790px;
	border: 0px solid black;
	margin-left: 5px;
	text-align: center;
}

.ContentMainPanel
{
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	border-color: Black;
	border-width: 2px;
	border-style: solid;
	background-color: White;
	padding: 1px;
	width: 760px;
	min-height: 450px;
}

.ContentSecondaryPanel
{
	float: left;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	width: 746px;
	margin: 0px;
	padding: 5px;
	background-color: #c0c0c0;
	background-image: url('../images/layout/tablebackground2.png');
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 450px;
}

.LinkButton{
    background-image: url(../Images/Layout/Button.png);
}
.LinkButton:hover
{
	background-image: url(../Images/Layout/ButtonHover.png);	
}

.CommandButton
{
    background-image:url(../images/Layout/Button.png);
}
            
.CommandButton:hover
{
	background-image:url(../images/Layout/ButtonHover.png);
}
            
.CommandButtonLong
{
	background-image:url(../images/Layout/ButtonLong.png);
}
            
.CommandButtonLong:hover
{
	background-image:url(../images/Layout/ButtonLongHover.png);
}

h3
{
	color: black;
	border-bottom-color: #C00000;
	width: 740px;
	margin-bottom: 5px;
	margin: 0 auto;
}

#Menu a
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #b22222;
}

#Menu a:hover
{
	text-decoration: none;
	color: Red;
}

.ListTable
{
	border: 1px solid black;
	BACKGROUND-IMAGE: url('../Images/Layout/TableBackground3.png');
	background-repeat: repeat;
}

.ListTable td.CellHighlight
{
	background-image: url('../Images/Layout/ColumnHighlight.png');
	background-position: left top;
	background-repeat: repeat;
}

.TabButtonSelected{
			color: #000;
			text-decoration: none;
			PADDING-RIGHT: 3px;
			PADDING-LEFT: 3px;
			Z-INDEX: 1;
			FLOAT: left;
			BACKGROUND-IMAGE: url(../Images/Menu/Tabs/Tan/MenuTabSelected2.png);
			BORDER-BOTTOM-WIDTH: 1px;
			MARGIN-RIGHT: 2px;
			PADDING-TOP: 3px;
			POSITION: relative;
			TOP: 0px;
			TEXT-ALIGN: center;
			width: 97px;
			height: 21px;
		}

		.TabButton{
			color: #000;
			text-decoration: none;
			PADDING-RIGHT: 3px;
			PADDING-LEFT: 3px;
			Z-INDEX: 1;
			FLOAT: left;
			BACKGROUND-IMAGE: url(../Images/Menu/Tabs/Tan/MenuTab2.png);
			BORDER-BOTTOM-WIDTH: 1px;
			MARGIN-RIGHT: 2px;
			PADDING-TOP: 3px;
			POSITION: relative;
			TOP: 0px;
			TEXT-ALIGN: center;
			width: 97px;
			height: 21px;
		}
		
		.TabButton:hover{
			color: #000;
			text-decoration: none;
		}

		.TabButtonSelected:hover{
			color: #000;
			text-decoration: none;
		}
		
		.TabBody{
			float: left;
			margin-top: -1px;
			position: relative;
			z-index: 0;
			padding: 1%;
			margin-bottom: 5px;
			border: 1px solid black;
			color: Black;
			width: 720px;
			background-color: #E6E2D8;
		}

		.DocTree
		{
			background-color: #E6E2D8;
			border: 1px solid black;
		}
		.DocTree a{
			color: black;
		}
		        
		.DocTree a:hover{
			color: black;
			text-decoration: none;
		}