/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		ONENE
Filename:		layout_common_people.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
9	18may07		DG			stop site making all table text blue
8	19Jul06		CT			Correct background-color of #coContactSearch
7	27/6/06		PG			added #coSiteTool .flash 
6	16May06		CT			Updated for new colour scheme
5	27Apr06		CT			Updated siteNav class to id and footer links class to footerlinks id
4	20Apr06		CT			Updated link colour
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:#A90533;
}
table {
	font-size: 1em;
	/*color: #273A96; rev9 */
	border-color : #103B40;
}

hr {
	color : #103B40;
}

.dottedLine {
	color : #103B40;
}

#coSiteTool .top {
	background: white;
}

#coSiteTool .splash {
	height: 119px;
	border-bottom: 1px solid #FFF;
}

#coSiteTool .flash {
	height: 171px;
}



#coSiteTool .siteBar {
	background: #7D0426;
	border-bottom: 1px solid #FFF;
}

#coSiteTool .siteBar #siteNav .navtabfirst {
	background: #4C0217 url(/images/header/sub_0/navtab_people.gif) no-repeat top right;
}

#coSiteTool .siteBar #siteNav .navtab {
	background: #4C0217 url(/images/header/sub_0/navtab_people.gif) no-repeat top right;
}

#coSiteTool .siteBar #siteNav .navtablast {
	background: #4C0217 url(/images/header/sub_0/navtablast_people.gif) no-repeat top right;
}

/* coSiteSubNavigation (breadcrumb trail to us plebs) */
#coSiteSubNavigation {
	background: #F2DAE1;
	border-top: 4px solid #CD6E89;
	border-bottom: 1px solid #fff;
}

#coSiteSubNavigation ul {
	background: #CD6E89;
	color: #6B0320;
}

#coSiteSubNavigation li {
	color: #6B0320;
}

#coSiteSubNavigation li a {
	color: #6B0320;
}

#coSiteSubNavigation .listfirst {
	background-color: #CD6E89;
}

#coSiteSubNavigation .listsecond {
	color: #6B0320;
	background: #F2DAE1 url(/images/header/sub_0/bctabfirst_people.gif) no-repeat top left;
}

#coSiteSubNavigation .listitem {
	background: #F2DAE1 url(/images/header/sub_0/bctab_people.gif) no-repeat top left;
}

#siteMain {
	color: #2C2F3E;
	background: transparent url(/images/page/sub_0/bg_people.gif) repeat-y top right;
}

#bodyText {
	color: #2C2F3E;
}

#bodyText a {
	color: #A90533;
}

#pageTitle .printButton {
	background-color : #7D0426;
}

#sidePromo {
	color: #555A74;
}

#sidePromo .heading {
	background-color: #7D0426;
}

#sidePromo .date {
	color: #555A74;
}

#sidePromo .date a {
	color: #555A74;
}

#sidePromo .headline a {
	color: #555A74;
}

#sidePromo .coArticleSignpostWrap .headline {
	background-color: #7D0426;
}

#sidePromo .coArticleSignpostWrap .articleText {
	color: #555A74;
}

#sidePromo .coArticleSignpostWrap .articleText a {
	color: #555A74;
}


#coSiteFooter .footerTop {
	background: transparent url(/images/footer/sub_0/footertopbg_people.gif) no-repeat bottom right;
	border-bottom: 1px solid #FFF;
}

#coSiteFooter #footerlinks {
	background: #4C0217 url(/images/footer/sub_0/footerlinksbg_people.gif) no-repeat top right;
}

#coSiteFooter #footerlinks .navtabfirst {
	border-right: 1px solid #fff;
}

#coSiteFooter #footerlinks .navtab {
	background: #4C0217 url(/images/footer/sub_0/navtab_people.gif) no-repeat top right;
}

.btnpreview {
	background : transparent url(/images/buttons/sub_0/preview_peop.gif) no-repeat;
}
.btnyes {
	background : transparent url(/images/buttons/sub_0/yes_peop.gif) no-repeat;
}
.btnno { 
	background : transparent url(/images/buttons/sub_0/no_peop.gif) no-repeat;
}
.btnedit { 
	background : transparent url(/images/buttons/sub_0/edit_peop.gif) no-repeat;
}
.btnpost { 
	background : transparent url(/images/buttons/sub_0/post_peop.gif) no-repeat;
}
.btnback {
	background : transparent url(/images/buttons/sub_0/back_peop.gif) no-repeat;
}
.btncancel {
	background : transparent url(/images/buttons/sub_0/cancel_peop.gif) no-repeat;
}
.btnlogin {
	background : transparent url(/images/buttons/sub_0/login_peop.gif) no-repeat;
}
.btnlogoff {
	background : transparent url(/images/buttons/sub_0/logoff_peop.gif) no-repeat;
}
.btnsearch {
	background : transparent url(/images/buttons/sub_0/search_peop.gif) no-repeat;
}
.btnsubmit {
	background : transparent url(/images/buttons/sub_0/submit_peop.gif) no-repeat;
}
.btnvote {
	background : transparent url(/images/buttons/sub_0/vote_peop.gif) no-repeat;
}
.btngo {
	background : transparent url(/images/page/sub_0/but_go_peop.gif) no-repeat;
}
