input[type="text"], input[type="password"] {
	padding: 2px 4px;
	height: 24px;
}

/* Customised by Paul Sunners */
/*
.attribute input[type="checkbox"]{
   position:absolute;
   left:0;
   top:0;
   width:auto;
   display:inline-block;
   }

label.attribute{
   border: 1px solid black;
   width:180px;
   position:relative;
   padding-left:22px;
   line-height:16px;
   float: left;*//* for Opera*//*
   }
*/
/* header */
.header {
/*	height: 100px;       */
	padding: 0 0 16px 0;
}

.header:after {
	display: block;
	content: '';
	clear: both;
}


/* logo */
.logo {
	width: 463px;
	height: 99px;
	float: left;
}

.logo img {
	display: block;
}


/* subnav */
.subnav, .subnav a {
	color: #666;
}

.subnav {
	margin: 0 -10px 0 0;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
}

.subnav > li {
	display: inline;
	position: relative;
	padding: 0 10px;
}

.subnav > li:first-child, .subnav > li.noborder {
	padding: 0 10px 0 0;
}

.subnav > li:after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: -1px;
	background-color: #666;
}

.subnav > li:first-child:after, .subnav > li.noborder:after {
	display: none;
}

.subnav a.active {
	color: #00ae42;
}

.subnav .open > a {
	text-decoration: none;
}

.subnav .caret-green {
	margin: -2px 3px 0 0;
}

.subnav .dropdown-list {
	width: 160px;
	padding: 6px 12px;
	background-color: #cfac33;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
}

.subnav .dropdown-list a {
	color: #fff;
}


/* langbar */
.langbar {
	margin: 24px 0 0 0;
	color: #969696;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	line-height: 18px;
	white-space: nowrap;
}

.langbar-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	box-shadow: 1px 1px 2px #999;
	background-color: #808080;
}

.langbar-item.active, .langbar a:hover {
	background-color: #c96d00;
}

.langbar a {
	color: #fff;
	text-decoration: none;
}


/* socialbar */
.socialbar {
	clear: right;
	float: right;
	margin: 18px 0 0 0;
	white-space: nowrap;
}

.socialbar li {
	display: inline;
}

.socialbar a {}


/* searchbar */
.searchbar {
	float: right;
	position: relative;
	margin: 16px 16px 0 0;
}

.searchbar label {
	cursor: pointer;
}

.searchbar .icon-search-loop {
	position: absolute;
	top: 6px;
	left: 5px;
	z-index: 10;
}

.searchbar .searchbar-field {
	float: left;
	position: relative;
	z-index: 1;
	padding: 4px 32px 4px 24px;
   height: 22px;
}

.searchbar .caret-right {
	border-width: 3px;
	border-left-color: #666;
	margin: -2px 0 0 2px;
}

.searchbar .searchbar-btn {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 4px;
	border: none;
	background-color: transparent;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}


/* nav */
.nav, .nav a {
	color: #3e3d3c;
}

.nav {
	height: 24px;
	position: relative;
	z-index: 10;
	padding: 3px 3px 3px 0;
	border-top: 1px solid #dfc575;
	border-bottom: 1px solid #dfc575;
	background-color: #f6f2ea;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.nav > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-image: url(../img/divider.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.nav > li:first-child, .nav > li.noborder {
	background-image: none;
}

.nav > li.helper {
	visibility: hidden;
	width: 100%;
}

.nav > li.dash {
	display: none;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 3px;
	background-color: #dfc575;
	background-image: none;
}

.nav > li > a {
	padding: 0 5px;
}

.nav > li > a.dropdown-toggle {
	padding: 0 12px 0 7px;
}

.nav > li > a.active {
	color: #dea900;
}

.nav > li.open > a.active {
	color: #3e3d3c;
}

.nav .noborder > a {
	background-color: #fff;
}

.nav .open > a {
	text-decoration: none;
}

.nav .noborder.open > a {
	background-color: #e0c670;
}

.nav .open.active > a {
	color: #fff;
}

.nav .caret-gold, .nav .caret-blue {
	margin: -3px 3px 0 0;
}

.nav .dropdown-title {
   font-weight: bold;
   font-size: 14px;
   margin-left: -8px;
}

.nav .dropdown-list {
	width: 232px;
	padding: 3px 0 9px 0;
	background-color: #f6f2ea;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

.nav .noborder .dropdown-list {
	padding: 0 0 9px 0;
	background-color: #e9d594;
}

.nav .dropdown-list li {
	padding: 0 15px;
}

.nav .dropdown-list li:first-child {
	padding: 6px 15px 0;
	border-top: 1px solid #dfc575;
}

.nav .noborder .dropdown-list li:first-child {
	border-top: 4px solid #e0c670;
}

.nav .dropdown-list a {
	color: #333;
}


/* breadcrumbs */
.breadcrumbs {
	margin: 0 0 -20px 0;
	padding: 10px 0;
	color: #333333;
	font-size: 12px;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li:before {
	content: '\003e';
	margin: 0 5px;
	color: #dea900;
}

.breadcrumbs li:first-child:before {
	content: '';
	margin: 0;
}

.breadcrumbs a {
	text-decoration: underline;
}


/* sidebar */
.sidebar {
	float: right;
	width: 296px;
}

.inverted .sidebar {
	float: left;
}

.sidebar-form {
	margin: 20px 0 0 0;
	padding: 16px 20px;
	background-color: #e6ecf4;
	color: #a4a4a4;
	line-height: 15px;
}

.sidebar-form h3 {
	color: #0a4595;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

.sidebar-form label {
	display: block;
	overflow: hidden;
	width: 100%;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

.sidebar-form input[type="checkbox"] {
	float: left;
	width: 13px;
	height: 13px;
	margin: 2px 5px 0 0;
}

.sidebar-form-footer {
	margin: 0.5em 0 0 0;
}

.sidebar-form-footer table th {
   padding: 2px;
   white-space: nowrap;
}

.sidebar-form-footer table td {
   padding: 2px;
   white-space: nowrap;
}

.sidebar-form-footer input[type="text"] {
	padding: 2px 4px;
	height: 14px;
	-webkit-box-shadow: 0 1px 0 #c3c3c3 inset, 0 -1px 0 #fefefe inset;
	box-shadow: 0 1px 0 #c3c3c3 inset, 0 -1px 0 #fefefe inset;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	border-left-color: #c3c3c3;
	border-right-color: #c3c3c3;
	background-color: #eef3f7;
	background-image: none;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
   width: 160px;
}

.sidebar-form-footer input[type="text"]:focus {
	background-color: #fff;
}

.sidebar-form .btn-origin {
	height: 20px;
	padding: 0 5px;
	line-height: 18px;
}


/* sidebar-pane */
.sidebar-pane {
	margin: 20px 0 0 0;
	background-color: #f9f5e5;
}

.sidebar-pane > img {
	display: block;
}

.sidebar-pane-item {
	margin: 0 20px;
	padding: 16px 0;
	border-top: 1px dashed #333;
	font-size: 13px;
	line-height: 16px;
}

img + .sidebar-pane-item {
	border-top: none;
}

.sidebar-pane-item h2 {
	color: #c49801;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

.sidebar-pane-item h3 {
	margin: 1em 0 0 0;
	color: #333;
	font-size: 13px;
	line-height: 16px;
}

.sidebar-pane-item h3 + h3 {
	margin: 0;
}

.sidebar-pane-item small {
	display: block;
	color: #a4a4a4;
	font-size: 13px;
}

.sidebar-pane-item a {
	color: #333;
	text-decoration: underline;
}

.sidebar-pane-item .btn-origin {
	margin: 10px 0 0 0;
	text-decoration: none;
}


/* sliding-list */
.sliding-list {
	margin: 20px 0 0 0;
	background-color: #f9f5e5;
	line-height: 18px;
}

.sliding-list > li {
	margin: 0 20px;
	border-top: 1px dashed #C99900;
}

.sliding-list > li:first-child {
	border-top: none;
}

.sliding-list > li > a {
	display: block;
	padding: 3px 0;
	color: #666;
	text-transform: uppercase;
}

.sliding-list > li > a.active {
	color: #c99900;
}

.sliding-list > li > a.active.white {
	background-color: #fff;
	margin: -1px -20px 0 -20px;
	padding: 3px 0 3px 20px;
	color: #333;
	font-weight: bold;
}

.sliding-list-title {
	padding: 3px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.sliding-list .caret-gold, .sliding-list .caret-gold-inverted {
	margin: -3px 5px 0 -13px;
}

.sliding-list ul {
	position: relative;
	z-index: 1;
	margin: 0 -20px;
	padding: 0 20px;
	background-color: #fff;
}

.sliding-list > li> ul {
	margin: 0 -20px -1px -20px;
	border-bottom: 1px solid #fff;
}

.sliding-list ul a {
	color: #333;
}

.sliding-list ul a.active {
	font-weight: bold;
}

.sliding-list ul ul {
	padding: 0 20px 0 40px;
}

.sliding-list ul ul li:before {
	display: inline;
	content: '\003e';
	margin: 0 5px 0 -10px;
	font-size: 11px;
	line-height: 15px;
}


/* sidebar-well */
.sidebar-well {
	margin: 20px 0 0 0;
	border: 1px solid #c99900;
}

.sidebar-well-colored {
	background-color: #f9f5e5
}

.sidebar-well-title {
	padding: 10px 19px;
	background-color: #c99900;
	color: #fff;
	text-transform: uppercase;
}

.sidebar-well-item {
	margin: 0 19px;
	padding: 16px 0;
	border-top: 1px dashed #666;
}

.sidebar-well .sidebar-well-item:first-child, .sidebar-well-title + .sidebar-well-item {
	border-top: none;
}

.sidebar-well-item h2 {
	color: #c49801;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

.sidebar-well-item h3 {
	margin: 1em 0 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.sidebar-well-item a {
	color: #333;
	text-decoration: underline;
}

.sidebar-well-item small {
	display: block;
	color: #a4a4a4;
	font-size: 13px;
}

.sidebar-well-item .btn-origin {
	margin: 10px 0 0 0;
	text-decoration: none;
}

.sidebar-well-item ul {
	margin: 10px 0 0 0;
	list-style-type: disc;
	list-style-position: inside;
}


/* pane */
.pane {
	margin: 20px 316px 0 0;
	color: #333;
}

/*
.pane ul, .pane ol {
   padding-left: 50px;
}
*/

.pane ul {
   list-style-type: disc;
}

.pane ol {
   list-style-type: decimal;
}

.inverted .pane {
	margin: 20px 0 0 316px;
}

.pane > h1 {
	color: #00ae42;
	font-size: 18px;
	line-height: 20px;
}

.pane > h2 {
	margin: 24px 0 0 0;
	color: #c49801;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

.pane-title {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
}

h1.pane-title-green {
	background-color: #4ec77c;
	color: #fff;
}

h1.pane-title-blue {
	background-color: #3b6aaa;
	color: #fff;
}

h1.pane-title-orange {
	background-color: #d4ad33;
	color: #fff;
}


/* pane-preview */
.pane-preview {
	overflow: hidden;
	margin: 20px 0 0 0;
}

.pane-preview + .pane-preview {
	padding: 20px 0 0 0;
	border-top: 1px dashed #666;
}

.pane-preview img.pull-left {
	margin: 0 20px 20px 0;
}

.pane-preview h2 {
	color: #00ae42;
	font-size: 18px;
	line-height: 18px;
}

.pane-preview h3 {
	color: #333;
	font-size: 16px;
	line-height: 18px;
}

.pane-subtitle {
	font-weight: bold;
	text-transform: uppercase;
}

.pane-subtitle + h2 {
	margin: 20px 0 0 0;
}

.pane-preview h4 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
}

.pane-preview dl {
	margin: 1em 0;
}

.pane-preview dt, .pane-preview dd {
	display: inline;
}

.pane-preview dt {
	color: #00ae42;
	font-weight: bold;
}

.pane-preview ul {
	list-style-image: url(../img/marker.png);
}

.pane-preview li {
	margin: 1em 0 1em 20px;
}

.pane-preview p {
	margin: 1em 0;
}


/* pane-slide */
.pane-slide, .pane-slide-media {
	height: 256px;
}

.pane-slide {
	position: relative;
	margin: 0 0 20px 0;
}

.pane-slide-media img {
	display: block;
	width: 100%;
}

.pane-slide-body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 16px 20px;
	background-color: transparent;
	background-image: url(../img/shadow-orange-80.png);
	background-position: 0 0;
	background-repeat: repeat;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
}


/* slider */
.slider, .slide {
	width: 632px;
	height: 356px;
}

.slider {
	position: relative;
	z-index: 1;
}

.slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.slide-media {
	min-width: 100%;
	min-height: 100%;
}

.slide-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px 20px;
	background-color: transparent;
	background-image: url(../img/shadow-black-40.png);
	background-position: 0 0;
	background-repeat: repeat;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}

.slide-body h3 {
	font-size: 18px;
	line-height: 18px;
}

.slide-body p {
	margin: 0;
}

.slide-more {
	float: right;
	width: 24px;
	height: 24px;
	margin: -3px 0 0 0;
	background-color: transparent;
	background-image: url(../img/icons.png);
	background-position: -132px -36px;
	background-repeat: no-repeat;
}

.slider-nav {
	position: absolute;
	bottom: 88px;
	right: 16px;
}

.slider-nav li {
	width: 16px;
	height: 16px;
	float: left;
	background-color: transparent;
	background-image: url(../img/icons.png);
	background-position: -36px 0;
	background-repeat: no-repeat;
	cursor: pointer;
   list-style: none;
}

.slider-nav li.active {
	background-position: -72px 0;
}


/* newsstream */
ul.newsstream {
	color: #666;
	line-height: 20px;
	list-style: none;
   padding-left: 0;
}

.newsstream > li {
	overflow: hidden;
	margin: 0;
	padding: 10px 0 0 0;
}

.newsstream-preview {
	overflow: hidden;
	width: 196px;
	float: left;
}

.newsstream-preview img {
   border: black solid 1px;
   display: block;
   margin-bottom: 6px;
   width: 180px;
   height: auto;
   /*
   moz-box-shadow: 6px 6px 3px #888;
   -webkit-box-shadow: 6px 6px 3px #888;
   box-shadow: 6px 6px 3px #888;
   */
}


.newsstream-preview + .newsstream-body {
	margin: 0 0 0 218px;
}

.newsstream-body {
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #666;
}

.newsstream-subtitle {
	color: #00ae42;
	font-size: 16px;
	line-height: 20px;
}

.newsstream-body h3, .newsstream-body h3 a {
	color: #333;
}

.newsstream-body h3 {
	font-size: 14px;
	font-weight: bold;
}

h3.newsstream-title, h3.newsstream-title a {
	color: #dea900;
}

.newsstream-title a {
	text-decoration: underline;
}

.newsstream-title .icon-pdf {
	margin: 0 5px 0 0;
}

.newsstream-body p {
	margin: 0;
}

.newsstream-body .btn-origin {
	margin: 12px 0 0 0;
}

.newsstream-body > .btn-origin:first-child {
	margin: 0;
}


/* tabs */
.tabs {
	margin: 10px 0 0 0;
}

.tabs-nav {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

ul.tabs-nav
{
   padding-left: 0;
}

.tabs-nav li {
	float: left;
	position: relative;
   list-style: none;
}

.tabs-nav li:before {
	display: inline-block;
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: -1px;
	background-color: #e7e7e8;
}

.tabs-nav li:first-child:after, .tabs-nav li.active:before {
	display: none;
}

.tabs-nav a {
	display: block;
	padding: 0 16px;
	color: #5b5b5b;
}

.tabs-nav .active a {
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	background-color: #e7e7e8;
	color: #333;
}

.tab-pane {
	display: none;
	overflow: hidden;
	padding: 20px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	background-color: #e7e7e8;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

.tab-pane.active {
	display: block;
}

.tab-pane-preview {
	float: left;
	width: 196px;
}

.tab-pane-preview img {
	display: block;
	width: 100%;
}

.tab-pane-body {
	margin: 0 0 0 216px;
}

.tab-pane-body h3, .tab-pane-body h3 a {
	color: #333;
}

.tab-pane-body h3 {
	font-size: 18px;
}

.tab-pane-body h3 a {
	text-decoration: underline;
}

.tab-pane-body .icon-pdf {
	margin: -2px 5px 0 0;
}


/* map */
.map {
	margin: 20px 0 0 0;
}


/* columns */
.columns {
	margin: 20px 0 0 0;
}

.columns:after {
	display: block;
	content: '';
	clear: both;
}

.columns > .column {
	float: left;
	width: 316px;
}

.columns dt {
	margin: 1em 0 0 0;
	font-weight: bold;
}

.columns dl > dt:first-child {
	margin: 0;
}


/* contact-list */
.contact-list {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dashed #666;
}

.contact-list h2 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
}

.contact-list h3 {
	margin: 20px 0 0 0;
	color: #00ae42;
	font-size: 18px;
	line-height: 20px;
}

.contact-list h4 {
	margin: 20px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.contact-list p {
	margin: 0;
}


/* slabs */
.slabs {
	margin: 10px 0 0 -10px;
	font-size: 0;
	line-height: 0;
   padding-left: 0 !important;
}

.slabs > li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 10px 0 0 10px;
	background-color: #0a4595;
	font-size: 11px;
	line-height: 14px;
}

.slabs a {
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.slabs-title {
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.slabs-media {
	overflow: hidden;
	height: 136px;
}

.slabs-media img, .slabs-media iframe {
	display: block;
	width: 100%;
}


/* pgroup */
.pgroup {
	margin: 20px 0 0 0;
	border-top: 1px dashed #666;
}

.pgroup > ul {
	margin: 0;
	list-style: none;
}

.pgroup > li, .pgroup > ul > li {
	overflow: hidden;
	margin: 0;
	padding: 10px 0 0 0;
}

.pgroup-preview {
	width: 150px;
	float: left;
}

.pgroup-preview img {
	display: block;
	width: 100%;
}

.pgroup-body {
	margin: 0 0 0 170px;
}

.pgroup h2 {
	font-size: 18px;
	line-height: 18px;
}

.pgroup > h2 {
	margin: 20px 0 0 0;
}

.pgroup h2 a {
	color: #333;
}

.pgroup-decorated a {
	text-decoration: underline;
}


/* pane-list */
.pane-list {
	margin: -10px 0 0 0;
	list-style: none;
}

.pane-list > li {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px 0;
}

.pane-list-preview {
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
}

.pane-list-preview img {
	display: block;
	width: 100%;
}

.pane-list-body {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #666;
}

.pane-list-body-indent {
   margin-left: 170px;
}

.pane-list > li:first-child .pane-list-body {
	border-top: none;
}

.pane-list h2, .pane-list h2 a {
	color: #333;
}

.pane-list h2 {
	font-size: 18px;
	line-height: 18px;
}

.pane-list .more {
	text-decoration: underline;
	text-transform: uppercase;
}

/* pane-wlist */
.pane-wlist > li {
	margin: 10px 0 0 0;
	border-top: 1px dashed #666;
}

.pane-wlist > li:first-child {
	border-top: none;
}

.pane-wlist .newsstream-body {
	padding: 0;
	border-bottom: none;
}

/* pane-blist */
.pane-blist li {
	border-top: none;
}

/* side-list */

.side-list > li {
	padding: 0;
}


/* pagenav */
.pagenav, .pagenav a {
	color: #999;
}

ul.pagenav {
	margin: 20px 0 0 0;
	text-align: right;
	line-height: 22px;
	list-style: none;
}

.pagenav li {
	display: inline;
	margin: 0 0 0 5px;
}

.pagenav .btn-origin {
	margin: -4px 0 0 0;
	color: #333;
}

.pagenav a.active {
	color: #dea900;
}


/* footer */
.footer {
	padding: 15px 0 45px 0;
	font-size: 12px;
	line-height: 15px;
}

.footer, .footer a {
	color: #444;
}

.footer li {
	display: inline;
	padding: 0 5px;
	position: relative;
}

.footer li:first-child {
	padding: 0 5px 0 0;
}

.footer li:before {
	display: inline-block;
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: -2px;
	background-color: #444;
}

.footer li:first-child:before {
	display: none;
}

/* ------------------
 styling for the tables
   ------------------   */


.table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/*margin: 45px;*/
	text-align: left;
	border-collapse: collapse;
   line-height: 1em;
   margin-top: 8px;
   margin-bottom: 8px;
}
.table thead th.left
{
	background: #d4ad33 url('table-images/left.png') left -1px no-repeat;
}
.table thead th.right
{
	background: #d4ad33 url('table-images/right.png') right -1px no-repeat;
}
.table th
{
	padding: 2px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #d4ad33;
}
.table td
{
	padding: 2px;
	background: #f9f5e5;
	border-top: 1px solid #fff;
	color: #669;
}
.table tfoot td.left
{
	background: #f9f5e5 url('table-images/botleft.png') left bottom no-repeat;
}
.table tfoot td.right
{
	background: #f9f5e5 url('table-images/botright.png') right bottom no-repeat;
}
.table tbody tr:hover td
{
	background: #e9d594;
}


fieldset.sadcquestions .formBlockSurveyCell.question
{
   width: 460;
}



/* Standard C5 CSS */
/* Line 475 */
.alert
{
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 14px;
  margin-bottom: 18px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #fbeed5;
  border-right-color-value: #fbeed5;
  border-bottom-color: #fbeed5;
  border-left-color-value: #fbeed5;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #c09853;
}

/* Line 479 */
.alert-danger, .alert-error
{
  background-color: #f2dede;
  border-top-color: #eed3d7;
  border-right-color-value: #eed3d7;
  border-bottom-color: #eed3d7;
  border-left-color-value: #eed3d7;
  color: #b94a48;
}

.close
{
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: #ffffff;
  opacity: 0.2;
}

/* Line 412 */
button.close
{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
}

.pane-list li
{
   margin-left: 0px !important;
}

.sadccontent li
{
   margin-left: 40px;
}

.sadccontent h3
{
   margin-top: 10px;
   margin-bottom: 10px;
}


.jobsBoardListingSearch_ak_wrap_employment_locations label, .jobsBoardListingSearch_ak_wrap_employment_category label, .jobsBoardListingSearch_ak_wrap_employment_type label, .jobsBoardListingSearch_ak_wrap_job_id label
{
   font-weight: bold;
}
   
