#north{
   border:0 none;
   background:#1E4176 url(img/hd-bg.gif) repeat-x 0 0;
   padding-top:3px;
   padding-left:3px;
}
#north .api-title {
    font:normal 16px tahoma, arial, sans-serif;
    color:white;
    margin:5px;
}
.loading-indicator {
    font-size:11px;
    background-image:url('img/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;
    background-color:white;
}
#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;
}
.logintext {
    font:normal 12px tahoma, arial, sans-serif;
	font-weight: bold;
}
a:link {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}
#aaaaaa{
word-break:break-all;
width:20px;
}