/* -- styles for header -- */

.boxSubHeader{
	position: relative;
	width: 981px;
	height: 55px;
	background-image: url("../images/bg_subheader_fli.jpg");
	background-repeat: no-repeat;
}

/* -- styles for quicklinks -- */

.boxQuickBg{
	position: relative;
	width: 171px;
	background-image: url("../images/quick_fli_bg.jpg");
	background-repeat: repeat-y;
}
.boxQuickBottom{
	position: relative;
	width: 171px;
	height: 15px;
	background-image: url("../images/quick_fli_bottom.jpg");
	background-repeat: no-repeat;
	padding:0px; 
	margin: 0px; 
	font-size: 1px;
}


/* -- styles for navigation -- */
.navLeftBg{
	background-image: url("../images/navleft_fli_bg.jpg");
	background-repeat: repeat-y;
}

.navLeftBottom{
	background-image: url("../images/navleft_bottom_fli.jpg");
	background-repeat: no-repeat;
}

.navAse
{
	font-size: 11px;
	color: #5e7777;
	text-decoration: underline;
	padding-left: 13px;
}

/* -- styles for content -- */
.boxContentDet{
	position: relative;
	width: 621px;
	border-top: 1px solid #cbe984;
}

.conLineColor
{
	background-color: #cbe984;
}

.conPaging
{
	width: 121px;
	height: 20px;
	background-image: url("../images/bg_paging_fli.gif");
	background-repeat: no-repeat;
	font-size: 11px;
}

.conPaging p{
	margin: 0px;
	padding: 3px 3px 3px 5px;
	font-size: 11px;
}


/* -- styles for button-- */
.conButton{
	position: relative;
	width: 106px;
	height: 20px;
	display: block;
	background-image: url("../images/bg_button_fli.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
}

.conButton a{
	display: block;
}

.conButton a:hover{
	display: block;
	cursor:pointer;
	font-weight: bold;
}

.conButton p{
	margin: 0px;
	padding: 3px 0px 2px 5px;
}

/* -- end styles for footer -- */
.fooLine{
	background-color: #cbe984;
}


/* -- rounded box styles -- */
.clsRoundedBoxBg
{
	background-color: #a8d800;
	color: #ffffff;
}

td.clsRoundedBoxTopLeft
{
	width: 10px;
	height: 10px;
	background-image: url('../images/boxcorner_fli_top_left.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

td.clsRoundedBoxTopRight
{
	width: 10px;
	height: 10px;
	background-image: url('../images/boxcorner_fli_top_right.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

td.clsRoundedBoxBottomLeft
{
	width: 10px;
	height: 10px;
	background-image: url('../images/boxcorner_fli_bottom_left.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

td.clsRoundedBoxBottomRight
{
	width: 10px;
	height: 10px;
	background-image: url('../images/boxcorner_fli_bottom_right.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
/* -- end rounded box styles -- */

/* -- title boxes -- */
div.clsDivTitleBoxTop
{
	width: 250px;
	height: 12px;
	background-image: url('../images/titleboxfli_top.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.clsDivTitleBoxBody
{
	width: 250px;
	background-image: url('../images/titleboxfli_body.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

div.clsDivTitleBoxBottom
{
	width: 250px;
	height: 15px;
	background-image: url('../images/titleboxfli_bottom.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
/* -- end title boxes -- */