﻿/*****************************************************************************************/
/* Resets */
/*****************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************************************************************************************/
/* BCH Website CSS */
/***************************************************************************************/
a {
	color: #000000;
	text-decoration: underline;
}
body {
	font-size: 14px;
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	background-color: #efeff2;
	/*color: #FFFFFF; /* For Black Theme - Remove if not Black Theme */*/
}
header, footer, nav, section {
	display: block;
	/*color: #FFFFFF; /* For Black Theme - Remove if not Black Theme */
}
header {
	height: 110px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: black;
	background-color: #8fa7ec; /*backgroundcolor-fallback*/
	background-image: url(images/gradient.png); /*backgroundimage-fallback*/
	/*gradients*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d58db), to(#8fa7ec));
	background-image: -webkit-linear-gradient(top, #2d58db, #8fa7ec);
	background-image:    -moz-linear-gradient(top, #2d58db, #8fa7ec);
	background-image:     -ms-linear-gradient(top, #2d58db, #8fa7ec);
	background-image:      -o-linear-gradient(top, #2d58db, #8fa7ec);
}
nav {
	background-color: #7f7f7f;
}
footer {
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
}
fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}
h1 {
	font-family: "wf_SegoeUI","Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 20px;
	/*font-weight: bold;*/
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 18px;
	/*font-weight: bold;*/
	margin-top: 8px;
	margin-bottom: 8px;
}
h3 {
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 16px;
	/*font-weight: bold;*/
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4 {
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 6px;
}
p {
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	vertical-align: top;
	padding-bottom: 8px;
}
/*span {
	font-size: 14px;
}*/
table {
	table-layout: fixed;
	/*border: 1px solid #000000;*/
	border-width: 0px;
}
td {
	/*border: 1px solid #000000;*/
}
th {
	/*border: 1px solid #000000;*/
}

/*****************************************************************************************/
/* Classes */
/*****************************************************************************************/

/* Styles for basic forms
-----------------------------------------------------------*/

.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #f00;
}

.field-validation-valid {
	display: none;
}
.item_description_list li {
	list-style:square; list-style-position:outside
}
.item_image_regular {
	height: 200px;
	width: 200px;
}
.item_name {
	font-size: 18px; font-weight:700; color:#023785; margin-top:0px;
}
.item_codes {
	font-size: 11px; margin-top: 0px;
}
.input-validation-error {
	border: 1px solid #f00;
	background-color: #fee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid {
	display: none;
	
}
/*-------------------------------------------------------------------------------------*/
/* Page content classes */
/*-------------------------------------------------------------------------------------*/
.pagecontent-inner {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.transparent {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.status_bg_green {
	background-color: #80ff80;
}
.status_bg_yellow {
	background-color: #f0e68c;
}
.status_bg_white {
	background-color: #efeff2;
}
/*****************************************************************************************/
/* IDs */
/*****************************************************************************************/

#layout-container-outer {
	box-shadow: 0px 0px 10px 5px rgba(200,200,200,50) ;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 1px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	width: 980px;
	/*width: 1050px;*/
	background-color: #000000;
}
#layout-container-inner {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#layout-navtop {
	float:left;
	width: 100%;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	/*border-top-color: #000000;*/
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#layout-navtop-bar li {
	float: right;
	/*width: 160px;*/
	padding-bottom: 0px;
}
#layout-navtop-bar li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	/*width: 150px;*/
	border-left: 1px solid #F1E9D8;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;        
}
#layout-navtop-bar li a:hover
{
	background-color: #5d5d5d;
}
#layout-navtop-bar li a.curNavPage
{
	background-color: #C9BEAC;
}
#pagecontent-outer {
	width: 960px;
	/*width: 1050px;*/
	margin:0px;
	margin-bottom: 10px;
	/*margin-top:5px;*/
}
