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

/*  @group content background  */
/*  top, primary nav  */


#CPOpnLft {
	margin: 0;
	padding: 0;
	background: url('../bg_images/_gb_contentBgTop01.png') left top no-repeat;
	width: 20px;
	height:2px;
}

#CPOpnCtr {
	margin: 0;
	padding: 0;
	background: url('../bg_images/_gb_contentBgTop02.png') left top repeat-x;
	text-align: center;
	height:2px;
}

#CPOpnRgt {
	margin: 0;
	padding: 0;
	background: url('../bg_images/_gb_contentBgTop03.png') left top no-repeat;
	width: 20px;
	height:2px;
}

#CPOBtmLft {
	margin: 0;
	padding: 0;
	background: url('../bg_images/BgBtmLeft.png') left bottom no-repeat;
	width: 20px;
	height:2px;
}

#CPOBtmCtr {
	margin: 0;
	padding: 0;
	background: url('../bg_images/BgBtmCntr.png') left bottom repeat-x;
	text-align: center;
	height:2px;
}

#CPOBtmRgt {
	margin: 0;
	padding: 0;
	background: url('../bg_images/BgBtmRight.png') left bottom no-repeat;
	width: 20px;
	height:2px;
}



#primNav {
	width: 100%;
}
#primNavBtm {
	width: 100%;
}

#pnLft {
	margin: 0;
	padding: 0;
	background: url('../bg_images/_gb_contentBgTop01.png') left top no-repeat;
	width: 20px;
}

#pnCtr {
	margin: 0;
	padding: 0;
	background: url('../bg_images/_gb_contentBgTop02.png') left top repeat-x;
	text-align: center;
}

#pnRgt {
	margin: 0;
	padding: 0;
	background: url('../bg_images/_gb_contentBgTop03.png') left top no-repeat;
	width: 20px;
}

#BtmLft {
	margin: 0;
	padding: 0;
	background: url('../bg_images/BgBtmLeft.png') left bottom no-repeat;
	width: 20px;
}

#BtmCtr {
	margin: 0;
	padding: 0;
	background: url('../bg_images/BgBtmCntr.png') left bottom repeat-x;
	text-align: center;
}

#BtmRgt {
	margin: 0;
	padding: 0;
	background: url('../bg_images/BgBtmRight.png') left bottom no-repeat;
	width: 20px;
}


/*  content background, welcome + breadcrumb  */
#wcbc {
	width: 100%;
}

.wcbcLft {
	background: url('../bg_images/_gb_contentBgCtr01.png') left top repeat-y;
}

.wcbcCtr {
	background: #fff;
}

.wcbcRgt {
	background: url('../bg_images/_gb_contentBgCtr03.png') right top repeat-y;
}

/*  content background, center  */
#content {
	width: 100%;
}

#cntLft {
	background: url('../bg_images/_gb_contentBgCtr01.png') left top repeat-y;
}

#cntCtr {
	background: #fff;
}

#cntRgt {
	background: url('../bg_images/_gb_contentBgCtr03.png') right top repeat-y;
}

#cntLft2 {
	background: url('../bg_images/_gb_contentBgCtr01.png') left top repeat-y;
}

#ntCtr2 {
	background: #E8E8E8;
}

#cntRgt2 {
	background: url('../bg_images/_gb_contentBgCtr03.png') right top repeat-y;
}

/*  content background, footer  */
#cntFoot {
	height: 80px;
}

#cntFootLft {
	background: url('../bg_images/_gb_contentBgFoot01.png') left bottom no-repeat;
}

#cntFootCtr {
	background: url('../bg_images/_gb_contentBgFoot02.png') left bottom repeat-x;
}

#cntFootRgt {
	background: url('../bg_images/_gb_contentBgFoot03.png') right bottom no-repeat;
}
/*  @end content background  */


#tablebar {
	background: url('../bg_images/tablebar_bg.png') left bottom repeat-x;
	padding: 2px;
}

	form#list .tablebar{
		background:#c2cdd8;
		padding:4px;
		}

	form#list th{
		background:url('../bg_images/tablebar_bg.png') bottom repeat-x;
		text-align:left;
		padding:2px 4px 2px 4px;
		width:auto;
		border-bottom:1px solid #ccc;
		}
		