
@font-face {
	font-family: Collax;
	src: url(/ak/fonts/SourceSansPro/SourceSansPro-Regular.ttf.woff);
}

@font-face {
	font-family: Collax-Bold;
	src: url(/ak/fonts/SourceSansPro/SourceSansPro-Semibold.ttf.woff);
	//font-weight: bold;
}

body {
	background-color: white;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.main-bg {
	background-color: #ffffff;
	//background-color: #e9ecee;
	background-color: #e9ecee;

}

.toolbar {
	//background-color: #28415a;
	background-color: #32444f;
}

.footer {
	//background-color: #a0a5ac;
	background-color: #e9ecee;
	border: 0px solid white;
}

.footer-info1 {
	color: #28415a;
}

.footer-info2 {
	color: #28415a;
}


.caption-bar {
	background-color: #28415a;
}

#loading-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
//	background-color: #9cadbd;
//	background-image: url(/ak/images/body-bg.png);
	//background-color: #e9ecee;
	background-color: #ffffff;
	background-repeat: repeat-x;
	z-index: 999;
}

#loading-progressbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url(/ak/images/loading-box-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1000;
}

.norepeat {
        background-repeat: no-repeat;
}

.norepeat-center {
        background-repeat: no-repeat;
        background-position: center center;
}

.repeat-x {
        background-repeat: repeat-x;
}

.repeat-y {
        background-repeat: repeat-y;
}

