*{ padding:0; margin:0; border: 0; }
body { 
	text-align: center; 
	font:11px/14px Frutiger, "Segoe UI", Tahoma, sans-serif; 
	background: #404D39 url('/bcpvpa/images/bcpvpa_back.jpg') top left no-repeat;
}

h1 span.nocss{
	visibility:hidden;
	display: none;
}

h2{
	font: bold 14pt/16pt Frutiger, "Segoe UI", Tahoma, sans-serif;
	display: block;
	margin: 10px 0 10px 0;
}

h3{
	margin: 10px 0 5px 0;
}

p{
	margin: 1.5em 0;
	font: 9pt/11pt Frutiger, "Segoe UI", Tahoma, sans-serif;
}

img.inline-right{
	float: right;
	margin-right: 10px; 
	margin-top: 5px;
	
}

a{}

#nav_column ul {list-style-type: none;}
#nav_column ul li{}
#nav_column ul li a{
	color: #FFF; 
	display: block; 
	background: url('/bcpvpa/images/menubar.png') top left repeat-y;
	width: 200px; 
	height: 18px;
	text-decoration: none;
	padding: 0 0 0 15px;
	font: 11px/18px Frutiger, Segoe, Tahoma, sans-serif;
	font-weight: 700; 
}
#nav_column ul li a:hover{
	background: url('/bcpvpa/images/menuhov.png') top left repeat-y;
	color: #666;
}
#nav_column ul li a.selected{
	background: url('/bcpvpa/images/menuhot.png') top left repeat-y;
	color: #FFF;
}
#nav_column ul li ul li a{
	background: none;
	padding: 0 0 0 25px;
}
#nav_column ul li ul li a:hover, #nav_column ul li ul li a.selected {
	background: none;
	padding: 0 0 0 25px;
	color: #FF9933;
}


#page{
	margin: auto;
	text-align: left; 
	width: 800px;
}
#nav_column{
	float: left; 
	width: 200px;
}
#content_column{
	float:left; 
	width: 565px; 
	margin: 10px 5px; 
	background: transparent url('/bcpvpa/images/content_back.png') top center repeat; 
	padding: 10px;
}
#main{
	background: #FFF; 
	padding: 10px;
}
#main ul{
	padding-left: 20px;
	font: 9pt/11pt Frutiger, "Segoe UI", Tahoma, sans-serif;
	line-height: 15px;
}
#main ul li{
	margin: 3px;
}

#selector{clear: both; width:100%;}

#section_menubar{
	display: block; 
	list-style-type: none; 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	padding: 0;
	float: left; 
	width: 520px;
	margin-bottom: 10px;
}
#section_menubar li {
	display: inline; 
}
#section_menubar li a {
	display: block; 
	padding: 5px 10px 5px 0; 
	float: left;
	text-decoration: none; 
	font: bold 10pt Frutiger, "Segoe UI", Tahoma, sans-serif;
	color: #333;
}
#section_menubar li a.selected, #section_menubar li a:hover {
	color: #BB2F2F;
}

#section_details{
	clear: both;
	border: 1px solid #999;
	width: 520px;
	margin-left: 10px;
	font: 9pt/11pt Frutiger, "Segoe UI", Tahoma, sans-serif;
}
#section_details td.header{
	font: bold 10pt Frutiger, "Segoe UI", Tahoma, sans-serif;
	color: #FFF;
	background-color: #666;
	padding: 3px;
}
#section_details td.key, #section_details td.value{
	padding: 3px; 
	font: 10pt Frutiger, "Segoe UI", Tahoma, sans-serif;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#section_details td.key{
	font-weight: bold;
	width: 30%;
}


#footer{
	clear: both; 
	width: 800px; 
	height: 100px; 
	background: transparent url('/bcpvpa/images/footer_back.gif') top left no-repeat; 
	color: #FFFFFF;
	font: 10px/12px Frutiger, Segoe, Tahoma, sans-serif; 
	font-weight: 700;
	padding: 7px;
}


/*standard form layout */
form{width: 500px; padding: 20px; text-align: center; font-size:100%; line-height:130%;}
select {border: 1px solid #999; width: 357px; line-height:130%; padding: 3px; margin-bottom: 10px; }

/* buttons */
.buttons {margin: 5px 0 0 0; width: 430px; text-align: right;}
.buttons button{display:block; float: right; margin:0 7px 0 0; background-color:#f5f5f5; border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; padding:5px 10px 6px 7px; /* Links */}
.buttons button { width:auto; overflow:visible; padding:4px 10px 3px 7px; /* IE6 */}
.buttons button[type] { padding:5px 10px 5px 7px; /* Firefox */ line-height:17px; /* Safari */}
*:first-child+html button[type] { padding:4px 10px 3px 7px; /* IE7 */}
.buttons button img { margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px;}


/* STANDARD */
button:hover, .buttons a:hover, .tb_buttons a:hover { background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699;}
.buttons a:active, .tb_buttons a:active{ background-color:#6299c5; border:1px solid #6299c5; color:#fff;}

/* POSITIVE */
button.positive, .buttons a.positive, .tb_buttons a.positive {color:#529214;}
.buttons a.positive:hover, button.positive:hover, .tb_buttons button.positive:hover, .tb_buttons a.positive:hover{ background-color:#E6EFC2; border:1px solid #C6D880; color:#529214;}
.buttons a.positive:active, .tb_buttons a.positive:active{background-color:#529214; border:1px solid #529214; color:#fff;}

/* NEGATIVE */
.buttons a.negative, button.negative, .tb_buttons a.negative{ color:#d12f19; }
.buttons a.negative:hover, button.negative:hover, .tb_buttons button.negative:hover, .tb_buttons a.negative:hover{background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19;}
.buttons a.negative:active, .tb_buttons a.negative:active{background-color:#d12f19; border:1px solid #d12f19; color:#fff;}



