/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		NOE
Filename:		layout_common_signpost.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
5	11Jan06		CT			Fixed print layout issues
4	16Oct06		CT			Removed #coSiteSubNavigation from printable view
3	05May06		CT			Added .coArticle_date
2	03May06		CT			Updated for new site look and feel
1	13Oct05		MS			Print Friendly Version

*/

#siteContent {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float : none !important;
}

#sidePromo, #pageEnd, .siteBar, .splash, .drop, .siteNav, #coCategoryQuickLinks, #siteMenu, #coSiteNavigation, #coSiteTool, #coSiteSearch {
	padding: 0px;
	margin: 0px;
	display: none;
}

#bodyText, #bodyFloat, #siteHolder {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #000000;
	float : none !important;
	overflow: visible;
	/* border: 1px solid red; */
}

/* #bodyText {
	width: 95%;
	overflow: visible;
} */

#bodyFloat {
	width: 95%;
	overflow: visible;
}

p {
	/* padding-right: 10px; */
}

#coSiteSubNavigation {
	padding: 0px;
	margin: 0px;
	display: none;
	/* float : none !important;
	position: relative;
	background: none;
	width: 100%;
	color: #000000;
	border: none; */
}

#coSiteSubNavigation ul {
	position: relative;
	list-style: none;
	background: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

#coSiteSubNavigation li {
	color: #000000;
}

#coSiteSubNavigation li a {
	color: #000000;
}

#coSiteSubNavigation .listfirst,
#coSiteSubNavigation .listfirst a,
#coSiteSubNavigation .listsecond,
#coSiteSubNavigation .listsecond a,
#coSiteSubNavigation .listitem,
#coSiteSubNavigation .listitem a {
	color: #000000;
}

table, .form_standard, #siteMain, #siteMain a, #bodyText, #bodyText a, #coSiteTool, #coSiteTool a, #coSiteTool .siteBar,
#coSiteSubNavigation a  {
	color: #000000;
}

#siteMain {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float : none !important;
}

#pageTitle, #pageTitle .wrap, #pageTitle .wrap h1 {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float : none !important;
}

.dottedLine {
	width : 100%;
	height : 1px;
	border-bottom-style : dashed;
	border-bottom-width : 1px;
	color : #000000;
	margin-bottom : 4px;
}

#coSiteSearchResults .searchTabs {
	width : 100%;
	height : 23px;
	text-align : left;
}

#coSiteSearchResults .searchPanel {
	width : 100%;
	height : none;
	background-color : none;
	border : none;
	position : relative;
	top : -1px;
	z-index : -1;
	text-align : left;
}

#coSiteSearchResults .searchResultText {
	margin : 0px;
}

#coSiteSearchResults .searchResult {
	padding : 0px;
}

#coSiteSearchResults  .searchTabText, #coSiteSearchResults  .searchTabText font {
	margin : 0px;
	padding : 0px;
	color: #000000;
}

.coCategoryReport_title {
	border: none;
	color: #000000;
}

.coCategoryReport_title .title {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#bodyText .rollHeading {
	border: none;
	color: #000000;
}

#bodyText .rollHeading .title {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.coArticle_header {
	border: none;
	color: #000000;
}

.coArticle_header .title {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.coArticle_date {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
