﻿/* CSS specific to all Layout elements in the .master - common to all pages */

/* This is used by many images to remove the border as Expression doesn't understand border="0" attribute of an IMG tag */
.no-border
{
	border: none;
}

BODY
{
	background-color: #010f09;
	
}
BODY.PopUp
{
	background: #c0c0c0;
}

A, A:visited
{
	color: #006600;
}
A:active
{
	color: #234994;
}
A:hover
{
	color: #CC0000;
}
	

/* Top-level Layout Table */
#tbl-Layout
{
}
/* Individual layout sub-tables */
#tbl-Header, #tbl-Content, #tbl-Footer, #tbl-Copyright
{
}
#tbl-Footer
{
	background-color: #2A4C31;
}

/* Left-Top corner of the screen - LOGIN/LOGOUT */
#tr-Themes .td-Login
{
}
#tr-Themes .td-Login A
{
	color: #2A4C31;
}
#tr-Themes .td-Tabs
{
}

/* Right-Top corner with the Search and Top Menu */
.td-SearchMenu
{
	background-color: #2A4C31;
}
/* This is the SearchBox DIV element with edit box and button */
.td-SearchMenu .SearchPanel
{
}
/* This is the Navigation Menu element that contains imenus0 */
.td-SearchMenu .NavMenu
{
}
/* This one is used by the new Menu and forces it to the right on IE8 and FF */
.imrcmain0
{
}

/* Entire SideBar section, where visible - Home Page doesn't have it */
.td-SideBar
{
	background-color: #1a3725;
}
.td-SideBar .SlidingPanel	/* Used to Slide, now it's starionary */
{
}

/* Main page Content, contains content0 placeholder and Static div in it */
.td-Content
{
	background-color: #ede7d0;
}

/* This is used for > arrows and CURRENT page label */
.BreadCrumbs
{
	background-color: #ede7d0;
	color: #cdbe95;
}
.BreadCrumbs A:hover, .BreadCrumbs A:visited, .BreadCrumbs A
{
	color: #a59a7d;
}



/* Footer */
.gf-textcell
{
	border: 4px solid #2A4C31;
	color: #FFFFFF;
}
.bottom-menu
{
	color: #E8E4AC;
}
.bottom-menu A, .bottom-menu A:visited, .bottom-menu A:hover
{
	color: #E8E4AC;
}
.email, .email A, .email A:visited, .email A:hover
{
	color: #E8E4AC;
}

#tbl-Copyright .td-Copyright
{
	color: #2A4C31;
}
#tbl-Copyright .td-Campfire
{
	color: #4a6c51;
}
#tbl-Copyright .td-Campfire IMG
{
}






@media screen
{
/* style sheet for screen only */
}



@media print
{
/* style sheet for printing only */
}

