/*
	Name: Department of Commerce
	Date: 29th February 2008
	Updated: 11 June 2015
	HTML5: 20th November 2015
	Previously Dept of Consumer and Employment Protection
	Purpose: Colour and Customisation Settings for an Agency View

*/

body {
	background-color: #FFFFFF;
}

#container a {
	color: #0B7B97;
}
#container a:hover {
	color: #E7552E;
	text-decoration: underline;
}
#container a:visited {
}

#container header section {
	background-color: white;
}
#container header section .icon:first-child {
	padding-left: 5px;
}

#container header nav, #container footer nav {
	background-color: #252525;
}

#container header nav a, #container footer nav a {
	color: #F5F5F5;
}

#menu {
	background-color: #F6F6F6;
	width: 250px;
}

#home h1, #currencies h1, #subsidiary h1, #otherjurisdictions h1, #faq h1, #disclaimer h1, #copyright h1, #suffix h1, #download h1, #compare h1, #leginfo h1, #unknown h1, #panel h1, #search h1, #assist h1, #homex h1, #menux h1 {
	color: #252525;
}
#home h2, #currencies h2, #subsidiary h2, #subsidiary .ceased tbody tr a {
	color: red;
}

#home .currency thead tr, #currencies .currency thead tr, #currencies .currency tfoot tr, #subsidiary .inforce thead tr, #subsidiary .ceased thead tr, #subsidiary .asmade thead tr, #leginfo #browse thead tr, #leginfo #years p, #search #text thead tr, #menux #browse thead tr:last-child {
	color: white;
	background-color: #252525;
}
#home .currency thead a, #currencies .currency thead a, #currencies .currency tfoot a, #subsidiary .inforce thead a, #subsidiary .ceased thead a, #subsidiary .asmade thead a, #menux #browse thead tr:last-child a {
	color: white;
}
#search #text tbody tr.type {
	color: #F5F5F5;
	font-style: italic;
	background-color: #2A2D2E

}
#home .currency tbody tr, #currencies .currency tbody tr, #subsidiary .inforce tbody tr, #subsidiary .ceased tbody tr, #subsidiary .asmade tbody tr, #leginfo #browse tbody tr, #leginfo #years div, #search #text tbody tr.title, #menux #browse tbody tr {
	background-color: #F5F5F5;
}

#home .currency tbody tr:hover, #currencies .currency tbody tr:hover, #subsidiary .inforce tbody tr:hover, #subsidiary .ceased tbody tr:hover, #subsidiary .asmade tbody tr:hover, #leginfo #browse tbody tr:hover, #leginfo #years div a:hover, #search #text tbody tr.title:hover, #menux #browse tbody tr:hover {
	background-color: #FFFFCC;
}
