@charset "UTF-8";
.colorBarContainer {
	margin: 0px;
	padding: 5px;
	border: none;
	font-size: 1px;
}
.colorBarSpace {
	margin: 0px;
	padding: 0px;
	height: 6px;
	font-size: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	}
	
.ColorBarTitle {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding: 10px 14px 0;
	line-height: 18px;
}
	
.colorBarContainer.ASIBlue .colorBarSpace {	
	background-color: #3479BE;
	border-right-color: #15529F;
	border-left-color: #15529F;
}

.colorBarContainer.ASIGreen .colorBarSpace {
	background-color: #19831f;
	border-right-color: #08110C;
	border-left-color: #08110C;
}

.colorBarContainer.ASIDarkBlue .colorBarSpace {
	background-color: #103B76;
	border-right-color: #091E44;
	border-left-color: #091E44;
}

.colorBarContainer.ASIGold .colorBarSpace {
	background-color: #E39822;
	border-right-color: #E57100;
	border-left-color: #E57100;
}

.colorBarContainer.ASIBlue .colorBarTopContainer .cbLeftT,
.colorBarContainer.ASIBlue .colorBarTopContainer .cbInnerT,
.colorBarContainer.ASIBlue .colorBarTopContainer .cbRightT,
.colorBarContainer.ASIBlue .colorBarBottomContainer .cbLeftB,
.colorBarContainer.ASIBlue .colorBarBottomContainer .cbInnerB,
.colorBarContainer.ASIBlue .colorBarBottomContainer .cbRightB {
    background-image: url('../images/bkgBlueBar.png');
}
.colorBarContainer.ASIGreen .colorBarTopContainer .cbLeftT,
.colorBarContainer.ASIGreen .colorBarTopContainer .cbInnerT,
.colorBarContainer.ASIGreen .colorBarTopContainer .cbRightT,
.colorBarContainer.ASIGreen .colorBarBottomContainer .cbLeftB,
.colorBarContainer.ASIGreen .colorBarBottomContainer .cbInnerB,
.colorBarContainer.ASIGreen .colorBarBottomContainer .cbRightB
{
    background-image: url('../images/bkgGreenBar.png');
}
.colorBarContainer.ASIDarkBlue .colorBarTopContainer .cbLeftT,
.colorBarContainer.ASIDarkBlue .colorBarTopContainer .cbInnerT,
.colorBarContainer.ASIDarkBlue .colorBarTopContainer .cbRightT,
.colorBarContainer.ASIDarkBlue .colorBarBottomContainer .cbLeftB,
.colorBarContainer.ASIDarkBlue .colorBarBottomContainer .cbInnerB,
.colorBarContainer.ASIDarkBlue .colorBarBottomContainer .cbRightB
{
    background-image: url('../images/bkgDarkBlueBar.png');
}
.colorBarContainer.ASIGold .colorBarTopContainer .cbLeftT,
.colorBarContainer.ASIGold .colorBarTopContainer .cbInnerT,
.colorBarContainer.ASIGold .colorBarTopContainer .cbRightT,
.colorBarContainer.ASIGold .colorBarBottomContainer .cbLeftB,
.colorBarContainer.ASIGold .colorBarBottomContainer .cbInnerB,
.colorBarContainer.ASIGold .colorBarBottomContainer .cbRightB
{
    background-image: url('../images/bkgGoldBar.png');
}

/* --- colorBar Top Begin --- */
.colorBarTopContainer .cbLeftT,
.colorBarTopContainer .cbInnerT,
.colorBarTopContainer .cbRightT {
	height: 33px;
	background: transparent  no-repeat;
}


.colorBarTopContainer .cbInnerT {
	background-position:100% -76px;
	background-repeat: repeat-x;
}

.colorBarTopContainer .cbLeftT {
	background-position: 0px 0px;
}

.colorBarTopContainer .cbRightT {
	background-position: 100% -38px;
}
/* --- colorBar Top End --- */


/* --- colorBar Bottom Begin --- */

.colorBarBottomContainer {
	margin: 0px;
	padding: 0px;
	border: none;
		
}

.colorBarBottomContainer .cbLeftB,
.colorBarBottomContainer .cbInnerB,
.colorBarBottomContainer .cbRightB {
	background: transparent  no-repeat;
	height: 13px;
	font-size: 1px;	
}

.colorBarBottomContainer .cbInnerB {
	background-position:100% -190px;
	background-repeat: repeat-x;
	height: 13px;
	font-size: 1px;
}

.colorBarBottomContainer .cbLeftB {
	background-position: 0px -114px;
	height: 13px;
	font-size: 1px;
}

.colorBarBottomContainer .cbRightB {
	background-position: 100% -152px;
	height: 14px;
	font-size: 1px;
}

/* --- colorBar Bottom End --- */
