/***********************************************************************/
/* DB Publishing                                                       */
/* Left panel                                                          */
/***********************************************************************/

#pl
{
	float: left;
	width: 180px;
	padding: 0px;
}

/***********************************************************************/
/* Pane header                                                         */
/* Set background and text color for non graphic headers               */
/***********************************************************************/

#pl .bt h3
{
	width: 164px;
	padding: 5px 8px 5px 8px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	float: left;
}

#pl #p24707074.dept .bt img
{
	display:none;
}


/***********************************************************************/
/* Pane center with links                                              */
/* Set background, border and link colors                              */
/* Set widths and padding                                              */
/***********************************************************************/

#pl .bc
{
	background: #C8CCE5;
	width: 180px;
	float: left;
}

#pl a
{
	width: 160px;
	text-align: left;
	font-weight: normal;
	float: left;
	color: #22436E;
	background: #C8CCE5;
	padding: 6px 10px 5px 10px;
	border-bottom: #ebebeb solid 1px;
}


/***********************************************************************/
/* Pane bottom                                                         */
/* Set borders and colors to match pane center                         */
/***********************************************************************/

#pl .bb
{
	width: 180px;
padding-bottom: 6px;
	float: left;
	background: #ffffff;
}

/***********************************************************************/
/* Base text and images                                                */
/***********************************************************************/

#pl img
{
	display: block;
	clear: both;
}

#pl p
{
	width: 160px;
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	color: #000000;
}

#pl h3
{
	text-align: center;
	text-transform: uppercase;
}

/***********************************************************************/
/* Forms                                                               */
/***********************************************************************/

#pl .news .bc form
{
	text-align: center;
}

#pl .news .bc input
{
	margin: 0px 0px 5px 0px;
}

#pl .news .bc .inputtext
{
	width: 160px;
}

#pl .news label
{
padding:5px;
	font-weight: normal;
float:left;
}

