.segmentOuterContainer
{
	position:relative;
	overflow:hidden;
	top:-14px;
}
.segmentInnerContainer
{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
/*overlay classes.................*/
/* plain Overlay*/
.overlayInnerContainer
{
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
}
.OverlayPlainUnselected
{
	background-image:url(../images/overlay_plainType_center.png);
	background-repeat:repeat-x;
	height:43px;
	float:left;
}
.OverlayPlainSelected
{
	background-image:url(../images/overlay_plainType_selectd_center.png);
	background-repeat:repeat-x;
	height:43px;
	float:left;
}
.OverlayPlainUnselectedLeft
{
	background-image:url(../images/overlay_plainType_left.png);
	background-repeat:no-repeat;
	width:8px;
	height:43px;
	float:left;
}
.OverlayPlainSelectedLeft
{
	background-image:url(../images/overlay_plainType_selectd_left.png);
	background-repeat:no-repeat;
	width:8px;
	height:43px;
	float:left;
}
.OverlayPlainUnselectedRight
{
	background-image:url(../images/overlay_plainType_right.png);
	background-repeat:no-repeat;
	width:8px;
	height:43px;
	float:left;
}
.OverlayPlainSelectedRight
{
	background-image:url(../images/overlay_plainType_selectd_right.png);
	background-repeat:no-repeat;
	width:8px;
	height:43px;
	float:left;
}
/*overalay bordered*/
.OverlayBorderedUnselected
{
	background-image:url(../images/overlay_bordered_center.png);
	background-repeat:repeat-x;
	height:43px;
	float:left;
}
.OverlayBorderedSelected
{
	background-image:url(../images/overlay_bordered_center_selected.png);
	background-repeat:repeat-x;
	height:43px;
	float:left;
}
.OverlayBorderedUnselectedLeft
{
	background-image:url(../images/overlay_bordered_left.png);
	background-repeat:no-repeat;
	width:9px;
	height:43px;
	float:left;
}
.OverlayBorderedSelectedLeft
{
	background-image:url(../images/overlay_bordered_left_selected.png);
	background-repeat:no-repeat;
	width:9px;
	height:43px;
	float:left;
}
.OverlayBorderedUnselectedRight
{
	background-image:url(../images/overlay_bordered_right.png);
	background-repeat:no-repeat;
	width:9px;
	height:43px;
	float:left;
}
.OverlayBorderedSelectedRight
{
	background-image:url(../images/overlay_bordered_right_selected.png);
	background-repeat:no-repeat;
	width:9px;
	height:43px;
	float:left;
}
/*overlay BAr Type*/
.OverlayBarUnselected
{
	background-image:url(../images/overlay_barType_center.png);
	background-repeat:repeat-x;
	height:43px;
	float:left;
}
.OverlayBarUnselectedLeft
{
	background-image:url(../images/overlay_barType_left.png);
	background-repeat:no-repeat;
	width:4px;
	height:43px;
	float:left;
}
.OverlayBarUnselectedRight
{
	background-image:url(../images/overlay_barType_right.png);
	background-repeat:no-repeat;
	width:4px;
	height:43px;
	float:left;
}
/*overlay Bezeled Type*/
.OverlayBezeledUnselected
{
	background-image:url(../images/overlay_bezeledType_center.png);
	background-repeat:repeat-x;
	height:43px;
	float:left;
}
.OverlayBezeledUnselectedLeft
{
	background-image:url(../images/overlay_bezeledType_left.png);
	background-repeat:no-repeat;
	width:4px;
	height:43px;
	float:left;
}
.OverlayBezeledUnselectedRight
{
	background-image:url(../images/overlay_bezeledType_right.png);
	background-repeat:no-repeat;
	width:4px;
	height:43px;
	float:left;
}
/*image classes......................*/
.PlainUnselected
{
	background-image:url(../images/plane_normal.png);
	background-repeat:repeat-x;
}
.PlainUnselectedLeft
{
	background-image:url(../images/left_plane.png);
	background-repeat:no-repeat;
	width:8px;
	height:43px;
	float:left;
}
.PlainUnselectedRight
{
	background-image:url(../images/right_plane.png);
	background-repeat:no-repeat;
	width:8px;
	height:43px;
	float:left;
}
.PlainSelected
{
	 background-image:url(../images/plane_Selected.png);
	 background-repeat:repeat-x;
	 
}
.PlainSelectedLeft
{
	background-image:url(../images/left_plane_selected.png);
	background-repeat:no-repeat;
	width:8px;
	height:43px;
	float:left;
}
.PlainSelectedRight
{
	 background-image:url(../images/right_plane_selected.png);
	 background-repeat:no-repeat;
	 width:8px;
	 height:43px;
	 float:left;
}
.plainDivider
{
	width:1px;
	height:43px;
	background-color:#D4D4D4;
	border-top:#a1a1a1 1px solid;
	border-bottom:#a1a1a1 1px solid;
	float:left;	
}
/*bordered*/
.borderUnselected
{
	background-image:url(../images/border_normal.png);
	background-repeat:repeat-x;
}
.borderUnselectedLeft
{
	background-image:url(../images/left_bordered.png);
	background-repeat:no-repeat;
	width:9px;
	height:43px;
	float:left;
}
.borderUnselectedRight
{
	background-image:url(../images/right_bordered.png);
	background-repeat:no-repeat;
	width:9px;
	height:43px;
	float:left;
}
.borderSelected
{
	 background-image:url(../images/border_Selected.png);
	 background-repeat:repeat-x;
	 
}
.borderSelectedLeft
{
	background-image:url(../images/left_bordered_selected.png);
	background-repeat:no-repeat;
	width:9px;
	height:43px;
	float:left;
}
.borderSelectedRight
{
	 background-image:url(../images/right_bordered_selected.png);
	 background-repeat:no-repeat;
	 width:9px;
	 height:43px;
	 float:left;
}
.borderedDivider
{
	width:1px;
	height:43px;
	background-color:#D4D4D4;
	border-top:#242424 1px solid;
	border-bottom:#242424 1px solid;
	float:left;	
}
/*Bar Selected*/
.BarStyleUnselected
{
	background-image:url(../images/barStyle_normal.png);
	background-repeat:repeat-x;
}
.BarStyleSelected
{
	 background-image:url(../images/barStyle_Selected.png);
	 background-repeat:repeat-x;
}

.BarStyleUnselectedLeft
{
	background-image:url(../images/left_bar.png);
	background-repeat:no-repeat;
	width:4px;
	height:29px;
	float:left;
}
.BarStyleUnselectedRight
{
	background-image:url(../images/right_bar.png);
	background-repeat:no-repeat;
	width:4px;
	height:29px;
	float:left;
}
.BarStyleSelectedLeft
{
	background-image:url(../images/left_bar_selected.png);
	background-repeat:no-repeat;
	width:4px;
	height:29px;
	float:left;
}
.BarStyleSelectedRight
{
	 background-image:url(../images/right_bar_selected.png);
	 background-repeat:no-repeat;
	 width:4px;
	 height:29px;
	 float:left;
}
.barDivider
{
	width:1px;
	height:29px;
	background-color:#516a8b;
	border-top:#44484d 1px solid;
	border-bottom:#5b6a7f 1px solid;
	float:left;	
}

/*Bezeled Type*/
.BezeledUnselected
{
	background-image:url(../images/bezeled_normal.png);
	background-repeat:repeat-x;
}
.BezeledSelected
{
	 background-image:url(../images/bezeled_Selected.png);
	 background-repeat:repeat-x;
}
.BezeledUnselectedLeft
{
	background-image:url(../images/left_bezeled.png);
	background-repeat:no-repeat;
	width:4px;
	height:40px;
	float:left;
}
.BezeledUnselectedRight
{
	background-image:url(../images/right_bezeled.png);
	background-repeat:no-repeat;
	width:4px;
	height:40px;
	float:left;
}
.BezeledSelectedLeft
{
	background-image:url(../images/left_bezeled_selected.png);
	background-repeat:no-repeat;
	width:4px;
	height:40px;
	float:left;
}
.BezeledSelectedRight
{
	 background-image:url(../images/right_bezeled_selected.png);
	 background-repeat:no-repeat;
	 width:4px;
	 height:40px;
	 float:left;
}
.bezeledDivider
{
	width:1px;
	height:40px;
	background-color:#516a8b;
	border-top:#4d5865 1px solid;
	border-bottom:#435266 1px solid;
	float:left;	
}
.segmentClass
{
	float:left;
	padding-right:6px;
	padding-left:6px;
}
.OverlaySegment
{
	float:left;
	padding-right:6px;
	padding-left:6px;
}
.segmentContentClass
{
	text-align:center;
	overflow:hidden;
	font-weight:bold;
	font-family:Arial;
	white-space:nowrap;
	display: table-cell;
	vertical-align: middle
}
.segmentContentClass img
	{   display: block;   margin-left: auto;   margin-right: auto; }
.OverlaySegmentContentClass
{
	text-align:center;
	overflow:hidden;
	font-weight:bold;
	font-family:Arial;
	white-space:nowrap;
	display: table-cell;
	vertical-align: middle
}
.OverlaySegmentContentClass img
	{   display: block;   margin-left: auto;   margin-right: auto; }
.overlayDivider
{
 width:1px;
 background-image:url(../images/overlay_divider.png);
 background-repeat:repeat-y;
 float:left;
}