﻿body, html
{
	height: 100%;
}

#tdTopContent
{
	background-image: url('../Images/DefaultMaster/TopContentFill.jpg');
	background-repeat: repeat-x;
}

.TitleContent,#TitleContent
{
	background-image: url('../Images/DefaultMaster/TitleBarFill.jpg');
	background-repeat: repeat-x;
	background-position: center;
	color: White;
}
.tdBreadCrumbs,#tdBreadCrumbs
{
	background-image: url('../Images/DefaultMaster/BreadCrumbsFill.jpg');
	background-repeat: repeat-x;
	background-position: center;
	color: White;
}
#TitleLeft
{
	background-image: url('../Images/DefaultMaster/title_left_background.jpg');
	background-repeat: repeat-y;
}
#TitleLeft img,#TitleRight img
{
    margin-top: 1px;
}
#TitleRight
{
	background-image: url('../Images/DefaultMaster/title_right_background.jpg');
	background-repeat: repeat-y;
}
#trTitle
{
	background-color: #5A7085;
}
#TopBarContent
{
	background-image: url('../Images/DefaultMaster/TopBarFill.jpg');
	background-repeat: repeat-x;
}
#RightContent
{
	background-image: url('../Images/DefaultMaster/RightContentTopFill.jpg');
	background-repeat: repeat-x;
}
#LeftRightDivider
{
	background-image: url('../Images/DefaultMaster/RightContentTopFill.jpg');
	background-repeat: repeat-x;
}
#tdLeftContent
{
	background-image: url('../Images/DefaultMaster/LeftContentFill.jpg');
	background-repeat: repeat-x;
}
#LeftContentLeft
{
	background-image: url('../Images/DefaultMaster/BottomContentLeft.jpg');
	background-repeat: repeat-y;
}
#LeftContentLeftForeground
{
	background-image: url('../Images/DefaultMaster/LeftContentLeft.jpg');
	background-repeat: repeat-x;
	width: 17px;
	height: 333px;
	position: absolute;
	margin-left: 1px;
	background-repeat: repeat-x;
}
#RightContentRight
{
	background-image: url('../Images/DefaultMaster/RightContentRightFill.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
#BottomContentRight
{
	background-image: url('../Images/DefaultMaster/RightContentRightFill.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
#BottomContentLeft
{
	background-image: url('../Images/DefaultMaster/BottomContentLeft.jpg');
	background-repeat: repeat-y;
	background-position: left;
}
#BottomBarContent
{
	background-image: url('../Images/DefaultMaster/BottomBarFill.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: White;
}
#TopContentLeft
{
	background-image: url('../Images/DefaultMaster/BottomContentLeft.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

#BottomBarContent a:Link,
.Header a:Link
{
	color: White;
}
#BottomBarContent a:Hover,
.Header a:Hover
{
	color: #FF9D0B;
}

@media print 
{
    #trMenu
    ,#trTitle
    ,.printHide
    {
        display: none;
    }

    #RightContent
    {
        background-image: none;
    }
}