html { 
	background: url(../images/BGwoosh.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow-x: hidden;

}

#assetmancontainer-0 {
	width: 100%;
	vertical-align:text-top;
}

#assetmancontainer-1 {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	
	min-height:650px;
    height:auto !important;
    height:650px; 
    
    vertical-align:text-top;
    background-color: #FFFFFF;
}

#topbanner {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 220px;
	height: 93px;
	background-image: url('../images/Banner.jpg');
}

#topbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 780px;
	height: 42px;
	margin: 0px;
	background-image: url('../images/TopBarBG.jpg');
}

#topbarcontainer {
	width: 780px;
	padding: 0px;
	margin: 0px;
}

.topbaritem{
	width: 60px;

}

#topbarleftmargin {
	width: 5px !important;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.topbaricon {
	border: 0px;
	width: 32px;
	height: 32px;
	margin-top: 2px;
}

#topbar-lrsep {
	width: 400px;
}

/* Navigation */
#navigationcontainer {
	position: absolute;
	top: 42px;
	left: 220px;
	width: 780px;
	height: 51px;
	margin: 0px;
	background-image: url(../images/sprites/AdminMenu.png);
}

.navblock-admin {
	position: absolute;
	left: 15px;
	top: 2px;
	height: 100%;
	width: 100%;
}

#subbarcontainer {
	padding: 4px;
	border: 0px;
}

.subbaritem {
	width: 60px;
}

#subbarleftmargin {
	width: 5px !important;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#subbar-lrsep {
}

/* Content */

#contentcontainer {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	left: 0px;
	padding:5px 0px 0px 0px;
}

.cntblockcontainer {
	border: solid #000000 1px;
	background-image: url(../images/WindowBG.jpg);
}

.cntblockdummy {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%
}

.cntblockhead {
	background-color: #333333;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 0px;
	border-right: solid #000000 0px;
	border-top: solid #000000 0px;
	height: 12px;
	width: 100%;
	color: #FDFDFD;
}

.cntblockbody {
	border-bottom: solid #000000 0px;
	border-left: solid #000000 0px;
	border-right: solid #000000 0px;
	border-top: solid #000000 0px;
	width: 100%
}

.ajax-loading {
	width: 16px;
	height: 16px;
	border: 0px;
}

#modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	z-index: 1000;
    /*background-color: rgba(0,0,0,0.3);*/ /* black semi-transparent */
	background-image: url(../images/ntbg.png);
	background-repeat: repeat;
}

.navdiv{
	position:relative;
	top:0px;
	padding:8px 0px 0px  8px;
	height:46px;
	float:left;
	width:50px;
	border:none;
	background-image:url(../images/navbarspacer.png);
	background-color:#FFF;
}
.navdiv:hover{
	background-color:#E0E0E0;
}
.navdivclose{
	position:relative;
	top:0px;
	padding:8px 0px 0px  8px;
	height:46px;
	float:left;
	width:54px;
	border:none;
	background-color:#FFF;
}
.navdivclose:hover{
	background-color:#FF2F2F;
}