/* 
 * Site-wide rules. This is a 'boiler-plate' rule-set
 */

/*
 * General HTML
 */
body
{
	color: #888888;
	background-image: url("/images/red-gradient/height450.png");
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}

a, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

b
{
	color: #666666;
}

h1, h2, h3
{
	color : #ae1e23;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.hidden
{
	display: none;
}

/*
 * Main layout
 */
div.body
{
	padding-top: 10px;
}

div.centeredOnPage
{
	width: 90%;
	margin: 0px auto;
}

div.contentFrame
{
	background-color: white;
	padding: 0px 30px;
/*	width: 1024px; */
}

div.contentFrame div.body div[name="content"]
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

div.contentFrame div.body div[name="content"] div[name="headerText"]
{
	font-size: 16pt;
	font-weight: lighter;	
	line-height: 1.2em;
	margin-bottom: 40px;
}

div.contentFrame div.body div[name="content"] div[name="headerText"] h1
{
	padding-bottom: 5px;
}

div.contentFrame div.header div[name="colorBar"]
{
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

/*
 * Main content area
 */
div.contentFrame div.header div[name="colorBar"]
{
	height: 73px;
}

div.contentFrame div.header img[name="headerStrip"]
{
	/* This is a hack, the width the pages are in an unsettled state
         * at the time of this writing and it is wasteful to resize them
         * for every adjustment. When the final value has been determined,
         * the header strip images should be sized accordingly, though this
         * would not hurt to remain it would hide evidence of an overly 
         * wide image.
         */
	max-width: 1024px;
}

/* 
 * Login bar
 */
div.pageHeader div[name="loginBar"]
{
	color: white;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 20px;
	padding-top: 5px;
}

div.pageHeader div[name="loginBar"] div.onLeft
{
	display: inline-block;
}

div.pageHeader div[name="loginBar"] img[name="xiqueText"]
{
	border: 0px;
}

div.pageHeader img[name="logo"]
{
	border: 0px;
	float: left;
	margin-left: 20px;
	position: relative;
	top: -10px;
}

div.pageHeader div[name="loginBar"] div.onRight
{
	float: right;
	font-size: smaller;
}

div.pageHeader div[name="loginBar"] div.onRight a
{
	color: white;
}

/* 
 * Top Menu
 */
div.pageHeader div[name="topMenu"]
{
	display: inline-block;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 15px;
	position: relative;
	text-align: right;
	top: 57px;
	white-space: nowrap;
	width: 711px;
}

div.pageHeader div[name="topMenu"] span[name="separator"]
{
	margin: 0 5px;
}

div.pageHeader div[name="topMenu"] a
{
	color: black;
}

/*
 * Footer
 */
div.pageFooter
{
	color: white;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 5px;
}

div.pageFooter a
{
	color: white;
}

div.pageFooter div[name="copyright"]
{
	display: inline-block;
	left: -30px;
	position: relative;
}

div.pageFooter div[name="links"]
{
	display: inline-block;
	font-weight: bold;
	float: right;
	left: 30px;
	position: relative;
}

img[name="watermarkLogo"]
{
	float: right;
	height: 200px; 
}

div.contentFrame div.body table[name="contentLayout"] td[name="content"]
{
	padding-left: 30px;
	width: 625px;
}

div.contentFrame div.body table[name="contentLayout"] td[name="sideBar"],
div.contentFrame div.body table[name="contentLayout"] td[name="content"]
{
	padding-top: 50px;
}

div.contentFrame,
div.pageFooter
{
	width: 1024px;
}

/*
 * Sidebar
 */
div.contentFrame div.body div[name="sideBar"]
{
	float: left;
	margin-right: 10px;
	background-image: url('/images/sidebar/boxes.png');
	background-position: bottom;
	background-repeat: repeat-x;
	min-width: 150px;
}

div.contentFrame div.body div[name="sideBar"] div[name="news"] a
{
	color: #666666;
}

div.contentFrame div.body div[name="sideBar"] div[name="news"] h3[name="sidebarTitle"]
{
	margin-top: 0px;
}

div.contentFrame div.body div[name="sideBar"] div[name="news"] a img
{
	border: 0px;
}

div.contentFrame div.body div[name="sideBar"] ul[name="internalAnchors"] a
{
	color: #666666;
	font-weight: bold;
}

div.contentFrame div.body div[name="sideBar"] div[name="secondBackgroundImage"]
{
	background-image: url('/images/sidebar/grey-gradient.png');
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 400px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

div.contentFrame div.body td[name="sideBar"]
{
	vertical-align: top;
}

div.contentFrame div.body div[name="sideBar"] a
{
	color: black;
}

div.contentFrame div.body div[name="sideBar"] ul
{
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}

div.contentFrame div.body div[name="sideBar"] li
{
	padding-bottom: 15px;
}

div.contentFrame div.body div[name="sideBar"] li[name="last"]
{
	padding-bottom: 0px;
}

div.contentFrame div.body span[name="caption"]
{
	font-weight: bold;
	font-size: smaller;
}

div.contentFrame div.body div[name="sideBar"] img
{
	padding-top: 5px;
}

div.contentFrame div.body td[name="content"]
{
	vertical-align: top;
}

/*
 * Color Palette
 */
.currentPage
{
	color : #ae1e23 ! important;
}

.siteRedBackground
{
	background-color : #ae1e23;
}

.separatorColor
{
	color : #ae1e23;
}

/*
 * General properties
 */
.enumerationTextVerticalPadding
{
	margin-bottom: 5px;
}

.superscript
{
	vertical-align: super;
	font-size: smaller;
}

/*
 * Color palette
 */
.siteRedText
{
	color : #ae1e23;
}

.siteActiveAnchor
{
	color : #ae1e23 ! important;
}

.sitePlainText
{
	color: #888888;
}
