/* A Sample of overrides that a project-specific CSS file should perform */

body{
/*	background-image:url('../images/body_bg.gif'); */
}

a:link{ color:#2661C3; }
a:visited{ color:#2661C3; }

.listingCategoriesTable a{color:white;}
.listingCategoriesTable a:visited{color:white;}

.footerBar a:visited{color:white;}
.footerBar a:link{color:white;}

#headerBar
{
	background-image:url('../images/banner_bg.gif');
	background-color:#e6cfa2;
}

.pageContentContainer{
/*	background:url('../images/folder_bg.gif'); */
	background-repeat:repeat-x;
	background:white;
	border-top:1px solid gray;
}

.footerBar {
	background-color:#2479A5;
}
.footerBar a {
	color:white;
}

.browseArea {
	background-image:url('../images/browse_banner_bg.gif');
}

.searchArea{
	background-image:url('../images/search_banner_bg.gif');
}

#navTableData .pageContainer
{
	background:url('../images/top_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	padding-top:10px;
} 

#contentTableData .pageContent
{
	background:url('../images/top_bg2.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

#tabsBar{
	background:url('../images/tabs_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#EBC77E;
	border-top:1px solid gray;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}

#tabsBar a:link{font-weight:bold; color:black;}
#tabsBar a:visited{font-weight:bold; color:black;}

#tabsBar img {
	position:relative;
	bottom:-1px;
}

#contentTableData, .pageContainer, .pageContentContainer
{
	margin:0px;
	padding:0px;
}

.pageContent
{
	margin:0px;
	padding:15px;
	padding-bottom:20px;
}

.pageContainer{
	padding:0px;
	margin:0px;
	border:0px;
	border-left:1px;
	border-right:1px;
	border-color:gray;
	border-style:solid;
}

h2
{
	font-family:georgia, serif;
	font-size:13pt;
	font-weight:bold;
}

h1
{
	font-family:georgia, serif;
	font-size:15pt;
	font-weight:bold;
}

.textTabLink_select
{
	background:white;
	border:0px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	padding:5px;
}

.textTabLink
{
	padding:2px;
}


/*****************************************/

.listingQueryBoxTable{
	background-color:#086595;
}
.listingQueryBoxTable a{
	color:white;
}

.listingCategoriesTable
{
	background-color:#086595;
}

.listingCategoriesTable a{color:white;}
.listingCategoriesTable a:visited{color:white;}
.listingQueryButton a{color:white;}
.listingQueryButton a:visited{color:white;}

.listingQueryButton{
	display:block;
	padding:3px;
}

.listingContent{
	border-color:#086595;
	background-color:#D0E6F5;
}

.listingHeader{
	background-color:#086595;
}
.listingHeader a{
	color:white;
}

.listingHeader a{ color:white; }


