@media screen, print
{
	.hometop td
	{
		background: url(../../images/banner_02.png) left top repeat-x;
		background-color:; /* changeable */
	}
	
	div.menuBar
	{
		background: url(../../images/button_back.gif) left top repeat-x;
		background-color:#049acc; /* changeable */
	}

	a.menuButtonSelected
	{
		color: #F48222
	}

	div.menuBar a.menuButton 
	{
		color:#ffffff;
	}

	div.menuBar a.menuButton:hover 
	{
		color:#F48222;
	}

	.submit, .submitBrandingWorkaround
	{
		color: #000000;
		background-color: #e7e7e7;
		border-top: 1px solid #c7c7c7;
		border-right: 1px solid #a7a7a7;
		border-bottom: 1px solid #a7a7a7;
		border-left: 1px solid #c7c7c7;
	}

	.formContainer, .formContainerBrandingWorkaround
	{
		border-bottom:1px solid #A3997F;
		border-right: 1px solid #A3997F;
		border-left: 1px solid #A3997F;
		border-top: 2px solid #A3997F;
	}


	.txtfield
	{
		background-color: #FDFDFD;
		border-bottom: #666666 1px solid;
		border-left: #666666 1px solid;
		border-right: #666666 1px solid;
		border-top: #666666 1px solid;
		color: #333333;
	}

		
	.message
	{
		color: #990000;
	}	
	
	.sidebartext
	{
		color: #666666;
	}
	
	.sidebartextcaption
	{
		color: #F48222;
	}
	
	
	.columnContentHighlight
	{
		background-color:#d5d5d5;
	}
	
	.columnHeading, .columnHeadingExtension
	{
		background-color:#d5d5d5;
		color:#000000;
	}
	
	.GridView .HeaderRow
	{
		background-color:#d5d5d5;
		color:#000000;
	}
	
	.lblfield 
	{
		color:#F48222;	
	}
	
	a
	{
		color:#F48222;
	}
	a.link
	{
		color:#F48222;
	}
	
	a:hover
	{
		color:#000000;
	}
	a.link:hover
	{
		color:#000000;
	}
	
	.title
	{
		color:#F48222;
	}
	
	.subtitle
	{
		color:#000000;
	}
	
	.FrontEndMenu 
	{	
		background: url(../../images/button_back.gif) left top repeat-x;
		background-color:#049acc;
	}
	
	.FrontEndMenuButton
	{
		color:#ffffff;
	}
	
	.FrontEndMenu .FrontEndMenuButton:visited
	{
		color:#ffffff;
	}
	
	.FrontEndMenu .FrontEndMenuButton:hover
	{
		color:#F48222;
	}
	
	.FrontEndSubMenu
	{
		background-color:#CFE0CC;
	}
	
	.FrontEndSubMenuButton
	{
		background-color:#CFE0CC;
		color:#5BA4E5;
	}
	
	.FrontEndSubMenu a.FrontEndSubMenuButton:hover
	{
		color:#000000;
	}
}
