@import url(../../../css/demo.css);

* { 
	font-size: 11px;
	font-family: "Arial Narrow";
}

h1, h1 a { font-size: 12px; }


#globalContainer {
	background: #FFF url(Samsung_Qbowl.jpg) left top no-repeat;
	padding: 57px 0 98px 48px;
}

/* Workaround for IE6 + IE7; */
*+html #globalContainer {
	height:1%; 
}
* html #globalContainer {
	height:1%; 
}

#mainContent {
	width: 142px;
	height: 245px;
}

#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: 100px; }
#redirect h2, #redirect p, #redirect form { margin: 0 54px 0 51px; }
/* IE6 Bugfix: Set specific width and paddings */
* html #redirect h2, * html #redirect p { width: 117px; }
* html #redirect form {	white-space: nowrap; padding-left: 23px; padding-right: 23px; }
