@import url("SiteSpecific.css");

/* The rest of this file is reserved for overwriting styles */

.moduleContentNew .userAccount,
.moduleContentNew div.header,
.moduleContentNew table.header td,
.moduleContentNew .sidebar,
.moduleContentNew .footer,
.moduleContentNew strong.alert
{
	background-color: #f9e8cc;
}

.moduleContentNew strong.alert em
{
	border-color: #d7a451;
}

.moduleContentNew .listing h2
{
	border-bottom-color: #d7a451;
}

.moduleContentNew .listing .item
{
	border-color: #d7a451;
}

.moduleContentNew .sidebar .section
{
	border-color: #d7a451;
}

.moduleContentNew .sidebar .categories li
{
	color: #d7a451;
}

.moduleContentNew
{
	margin-top: 40px;
	margin-left: 20px;
}

.moduleContentNew table.header td
{
  background: none; /* removes the background color behind the header text */
}

.moduleContentNew .header .intro .graphic
{
  display: none; /* removes the header icon */
}

.moduleContentNew .header td.intro .text 
{
  margin-left: 0px; /* moves the header text into the space vacated by the image */
}

.moduleContentNew table.header td.aside
{
  padding-top: 36px; /* pushes the option list to the right of the header to be in line with the header text instead of the page title  */
}
