@import url(../../../css/demo.css);

* { 
	font-size: 11px;
	font-family: "Arial Narrow";
}

h1, h1 a { font-size: 12px; }

#globalContainer {
	background: #FFF url(Blackberry_Curve8310.jpg) left top no-repeat;
	padding: 70px 0 190px 23px;
}

/* Workaround for IE6 + IE7; */
*+html #globalContainer {
	height:1%; 
}
* html #globalContainer {
	height:1%; 
}

#mainContent {
	width: 188px;
	height: 140px;
}

#logoContainer img {
	display: none !important;
}

#logoContainer {
	background: url(logo_db.gif) right top no-repeat;
	height: 20px;
}

#headerContainer p, 
#footerContainer p, 
#contentContainer { 
	padding: 2px 3px;
}

table th, table td { 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: 86px; }
#redirect h2, #redirect p, #redirect form { margin: 0 33px 0 26px; }
/* IE6 Bugfix: Set specific width and paddings */
* html #redirect h2, * html #redirect p { width: 163px; }
* html #redirect form {	white-space: nowrap; padding-left: 46px; padding-right: 46px; }
