/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		ONENE
Filename:		layout_common_business.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
8	19Jul06		CT			Correct background-color of #coContactSearch
7	27/6/06		PG			added #coSiteTool .flash 
6	27Apr06		CT			Updated siteNav class to id and footer links class to footerlinks id
5	20Apr06		CT			Updated link colour
4	19Apr06		CT			Corrected text colour in coSiteSubNavigation
3	19Apr06		CT			Updated print button colour
2	18Apr06		CT			Updated table borders and horizontal rule colours
1	15Apr06		CT			Created

*/

@import url(layout_common.css);
body{
	background-color:#DEA50A;
}

table {
	font-size: 1em;
	color: #273A96;
	border-color : #A87D08;
}

hr {
	color : #A87D08;
}

.dottedLine {
	color : #A87D08;
}

#coSiteTool .top {
	background:white;
}

#coSiteTool .splash {
	height: 119px;
	border-bottom: 1px solid #FFF2CF;
}

#coSiteTool .flash {
	height: 171px;
}





#coSiteTool .siteBar {
	background: #DEA50A;
	border-bottom: 1px solid #FFF2CF;
}

#coSiteTool .siteBar #siteNav .navtabfirst {
	background: #A87D08 url(/images/header/sub_0/navtab_bus.gif) no-repeat top right;
}

#coSiteTool .siteBar #siteNav .navtab {
	background: #A87D08 url(/images/header/sub_0/navtab_bus.gif) no-repeat top right;
}

#coSiteTool .siteBar #siteNav .navtablast {
	background: #A87D08 url(/images/header/sub_0/navtablast_bus.gif) no-repeat top right;
}

/* coSiteSubNavigation (breadcrumb trail to us plebs) */
#coSiteSubNavigation {
	background: #FFEBB5;
	border-top: 4px solid #FFD768;
	border-bottom: 1px solid #fff;
}

#coSiteSubNavigation ul {
	background: #FFD768;
	color: #A87D08;
}

#coSiteSubNavigation li {
	color: #A87D08;
}

#coSiteSubNavigation li a {
	color: #A87D08;
}

#coSiteSubNavigation .listfirst {
	background: #FFD768;
}

#coSiteSubNavigation .listsecond {
	color: #A87D08;
	background: #FFEBB5 url(/images/header/sub_0/bctabfirst_bus.gif) no-repeat top left;
}

#coSiteSubNavigation .listitem {
	background: #FFEBB5 url(/images/header/sub_0/bctab_bus.gif) no-repeat top left;
}

#siteMain {
	color: #2C2F3E;
	background: transparent url(/images/page/sub_0/bg_bus.gif) repeat-y top right;
}

#bodyText {
	color: #2C2F3E;
}

#bodyText a {
	color: #A87D08;
}

#pageTitle .printButton {
	background-color : #DEA50A;
}

#sidePromo {
	color: #555A74;
}

#sidePromo .heading {
	background: #A87D08;
}

#sidePromo .date {
	color: #555A74;
}

#sidePromo .date a {
	color: #555A74;
}

#sidePromo .headline a {
	color: #555A74;
}

#sidePromo .coArticleSignpostWrap .headline {
	background: #A87D08;
}

#sidePromo .coArticleSignpostWrap .articleText {
	color: #555A74;
}

#sidePromo .coArticleSignpostWrap .articleText a {
	color: #555A74;
}


#coSiteFooter .footerTop {
	background: transparent url(/images/footer/sub_0/footertopbg_bus.gif) no-repeat bottom right;
	border-bottom: 1px solid #FFF2CF;
}

#coSiteFooter #footerlinks {
	background: #A87D08 url(/images/footer/sub_0/footerlinksbg_bus.gif) no-repeat top right;
}

#coSiteFooter #footerlinks .navtabfirst {
	border-right: 1px solid #fff;
}

#coSiteFooter #footerlinks .navtab {
	background: #A87D08 url(/images/footer/sub_0/navtab_bus.gif) no-repeat top right;
}

.btnpreview {
	background : transparent url(/images/buttons/sub_0/preview_bus.gif) no-repeat;
}
.btnyes {
	background : transparent url(/images/buttons/sub_0/yes_bus.gif) no-repeat;
}
.btnno { 
	background : transparent url(/images/buttons/sub_0/no_bus.gif) no-repeat;
}
.btnedit { 
	background : transparent url(/images/buttons/sub_0/edit_bus.gif) no-repeat;
}
.btnpost { 
	background : transparent url(/images/buttons/sub_0/post_bus.gif) no-repeat;
}
.btnback {
	background : transparent url(/images/buttons/sub_0/back_bus.gif) no-repeat;
}
.btncancel {
	background : transparent url(/images/buttons/sub_0/cancel_bus.gif) no-repeat;
}
.btnlogin {
	background : transparent url(/images/buttons/sub_0/login_bus.gif) no-repeat;
}
.btnlogoff {
	background : transparent url(/images/buttons/sub_0/logoff_bus.gif) no-repeat;
}
.btnsearch {
	background : transparent url(/images/buttons/sub_0/search_bus.gif) no-repeat;
}
.btnsubmit {
	background : transparent url(/images/buttons/sub_0/submit_bus.gif) no-repeat;
}
.btnvote {
	background : transparent url(/images/buttons/sub_0/vote_bus.gif) no-repeat;
}
.btngo {
	background : transparent url(/images/page/sub_0/but_go_bus.gif) no-repeat;
}