html, body {
    font: normal 10px tahoma, arial, helvetica;
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
}

#class .loading-indicator{
	font-size:12px;
	height:18px;
}

.loading-indicator {
    font-size:11px;
	border:solid;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}

#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
}

#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
}

#loading img {
    margin-bottom:5px;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}

a {
	color: #1E4176;
}
a:link {
	color: #1E4176;
	text-decoration: none;
}

a:visited {
   color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #15428b;
}

.hide-inherited .inherited {
    display:none;
}
.information-icon {
	background-image: url(../images/information.png) !important;
}
.home-icon {
	background-image: url(../images/house.png) !important;
}
.email-icon {
	background-image: url(../images/email.png) !important;
}
.accept-icon{
	background-image: url(../images/accept.png) !important;
}
.world-icon{
	background-image: url(../images/world.png) !important;
}
