@import url('global.css');

img         { border:  none; }
.unassigned { display: none; }
.menu2,.menu1      { display: none; }

body {
  padding: 0px;
  margin:  0px;
  font-family: verdana, arial;
  font-size: 11px;
  color: #000;
  line-height: 1.3;
}

.esencisPage {
  width:  1000px;
  margin: 0px auto;
  background-color: #c4e8e5;
}

.spinner { 
	background-image: url('/img/ajax/spinner.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.footer a {
    color: #fff;
    text-decoration: none;
}
.footer {
    background-color: #178AEB;
    padding: 3px;
    color: #fff;
}

html body.ModuleIntro div.esencisPage div.wrap div#content.content div.GenericViewer {
    text-align: center;
    padding: 20px 0px 40px 0px;
}

.header {
    text-align: center;
    padding-top: 40px;
}