@import url(../../../css/demo.css);

* { 
	font-size: 9px;
}

h1, h1 a { font-size: 10px; }

#globalContainer {
	background: #FFF url(Nokia_N73.jpg) left top no-repeat;
	padding: 45px 0 183px 58px;
}

/* Workaround for IE6 + IE7; */
*+html #globalContainer {
	height:1%; 
}
* html #globalContainer {
	height:1%; 
}

#mainContent {
	width: 122px;
	height: 172px;
}

#logoContainer img {
	display: none;
}

#logoContainer {
	background: url(logo_db.gif) right top no-repeat;
	height: 16px;
}

#headerContainer p, 
#footerContainer p, 
#contentContainer {
	padding: 1px 2px;
}

table th { padding-top: 0; }
 
li { padding-left: 6px; background: url(arLI.gif) left top no-repeat; }

#logout { background: url(arLO.gif) left top no-repeat; }

input, option { padding-left: 1px; }

.chkInput, .rdoInput { width: 11px; height: 11px; vertical-align: bottom; }

#redirect { padding-top: 70px; }
#redirect h2, #redirect p, #redirect form { margin: 0 64px 0 60px; padding: 2px 4px; }
/* IE6 Bugfix: Set specific width and paddings */
* html #redirect h2, * html #redirect p { width: 102px; }
* html #redirect form {	white-space: nowrap; padding-left: 14px; padding-right: 13px; } 
