@import url('/css/Calendar.css');

body
{
	background-color: #FFFFFF;
	background-image: url('/Custom/Images/Background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
	font-family: Arial;
	font-size: 11px;
}

div,table 
{
	font-family: 11px;
}

#OuterContainer 
{
	width: 700px;
	text-align:left;
}

#MenuContainer
{
	width: 100%;
	background-image: url('/Custom/Images/MenuBackground.jpg');
	height: 36px;
	padding-top: 10px;

}


#InnerContainer
{
	width: 100%;
	border-left: solid 1px #DBBFDF;
	border-right: solid 1px #DBBFDF;
	border-bottom: solid 1px #DBBFDF;
	padding-bottom: 10px;
}

#TitleContainer
{
    padding-top:10px;
    padding-left:15px;
	margin-top: 8px;
	width: 100%;
	height: 198px;
	background-image: url('/Custom/Images/TitleBackground.jpg');
	background-repeat: no-repeat;	
}

#ContentContainer
{
	margin-top: 20px;	
}

#ContentTop
{
	background-image: url('/Custom/Images/ContentTopBG.jpg');
	background-repeat: no-repeat;
	height: 20px;
}

#ContentMain
{
	background-image: url('/Custom/Images/ContentBG.jpg');
	background-repeat: repeat-y;	
	padding-left:35px;
	padding-right: 35px;
}

#ContentBottom
{
	background-image: url('/Custom/Images/ContentBottomBG.jpg');
	background-repeat: no-repeat;
	height: 18px;
}


#FooterContainer
{
	margin-top: 20px;	
}

#FooterTop
{
	background-image: url('/Custom/Images/FooterTopBG.jpg');
	background-repeat: no-repeat;
	height: 6px;
}

#FooterMain
{
	background-image: url('/Custom/Images/FooterBG.jpg');
	background-repeat: repeat-y;	
	padding-left:35px;
	padding-right: 35px;
}

#FooterBottom
{
	background-image: url('/Custom/Images/FooterBottomBG.jpg');
	background-repeat: no-repeat;
	height: 6px;
}

.purpleBackground
{
    background-color: #EAEAEA;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
