@charset "utf-8";
/* CSS Document */


td.menu_width
{
	width: 184px;
}

.borderblue
{
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
}

.sidebar_button_off 
{
	background-color: #ffffff;
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
    padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

.sidebar_button_on 
{ 
    background-color: #DBEFF9;
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
    color: black;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; 
	text-align: center;
    padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	font-style: italic;
}

td.bfh-header
{
	background-image:url(http://www.kdheks.gov/bcyf/images/bg-color.jpg);
	background-repeat: repeat-x;
	width: inherit;
}

td.bfh-header-left
{
	background-image:url(http://www.kdheks.gov/bcyf/images/bg-graphic.png);
	background-repeat:no-repeat;
	float: left;
	width: auto;	
}

.white-font
{
	font-size: 10pt;
	color: white;
	font-weight: bold;	
}


td.bcyf-tablesetting
{
	background-color: #e8b535;
	padding: 5px;	
}

td.bcyf-border
{
	border: solid 2px #e8b535;
	padding: 5px;
}