body {
	margin:0px;
	padding:0px;
	background:#b7cae7 url(/images/themes/10/bg.jpg) center top no-repeat;
	overflow:-moz-scrollbars-vertical;
}

a {
	outline:none;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
a:hover {
	color:#7c6582;
}
a img {
	border:0px;
}

h3,h2,h1{
	margin:0px;
	padding:0px;
}
/*PROGRESS BAR*/

#cViewloader {
	background-color:#ffde01;
	height:10px;
}


#progressbar{
	width:120px;
	height:9px;
	position:relative;
	color:black;
	background:#fff;
	border:1px solid #fff;		
}
/* color bar */
#progressbar #progress{
	position:absolute;
	width:0px;
	height:100%;
	overflow:hidden;
}
/* text on bar */
#progressbar div.progress .text{
	position:absolute;
	text-align:center;
	color:white;
}
/* text off bar */
#progressbar div.text{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

.loader {
	background:transparent url(/images/themes/10/loader.gif) top right no-repeat;
}