
/*
 * LAYOUT
 */
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* bodycontent can't be called content as it interferes with chainedselects javascript! */
#wrapper, #header, #content, #footer
{
	/* width: 769px; */
	width: 970px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	display: table;
	border: 0;
}

#header
{
	/* height: 147px; */
	height: 102px;
	background: #49799C url(/local/radio.rok.tv/images/header-bg.gif);
}

#leftpanel
{
	clear: both;
	float: left;
	width: 159px;
	margin: 0;
	padding: 0;
	display: table;
	border: 0;
}

#content
{
	float: left;
	/* width: 418px; */
	width: 619px;
	margin: 0;
	padding: 0;
	display: table;
	border: 0;
}

#rightpanel
{
	float: right;
	width: 192px;
	margin: 0;
	padding: 0;
	display:inline-block;
	border: 0;
}

#footer
{
	text-align: center;
	clear:both;
	height: 40px;

}

#footer div
{
	background: #49799C;
	padding: 5px 0 10px 0;
}

#footer a
{
	margin: 0 10px 0 10px;
	color: #fff;
}

/*
 * Essential layout items
 */
#logo
{
	float:left;
	width:125px;
	height:55px;
	margin:9px 0 0 10px;
}

#logoStraplines
{
	position: absolute;
	top: 63px;
	margin: 15px 0 0 10px;
	width: 300px;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#lgnInCtrl
{
	display: none;
	float: right;
	background: #49799c url(/local/radio.rok.tv/images/login-utility-corn-left.gif) top left no-repeat;
	height: 23px;
	width: 615px;
	text-align: right;
	padding: 1px 8px 0 0;
}

#lgnOutCtrl
{
	display: none;
	float: right;
	background: #49799c url(/local/radio.rok.tv/images/login-utility-corn-left.gif) top left no-repeat;
	height: 23px;
	width: 385px;
	text-align: right;
	padding: 1px 8px 0 0;
}

#companyLinks
{
	clear: right;
	float: right;
	margin: 3px 5px 0 0;
	width: 290px;
}

#companyLinks p
{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 145px;
}

#companyLinks a
{
	clear: right;
	float: right;
	display: block;
}

/*
* COMMON FOCUS BOX
*/
.focusBx, .focusBxTop, .focusBxMid, .focusBxBot
{
	width: 500px;
	margin: 0 auto;
	display: table;
	padding: 0;
}

.focusBx
{
	margin-bottom: 20px;
}

.focusBx .focusBxTop
{
	background: #49799C;
	height: 5px;
	border-left: 5px solid #49799C;
	border-right: 5px solid #49799C;
}

.focusBx .focusBxMid
{
	border-left: 5px solid #49799C;
	border-right: 5px solid #49799C;
	padding-bottom: 10px;
	padding-top: 10px;
}

.focusBx .focusBxMid input
{
	width: 180px;
}

.focusBx .focusBxMid .btn1
{
	width: 122px;
	height: 25px;
	cursor: pointer;
}

.focusBx .focusBxBot
{
	background: #49799C;
	height: 5px;
	border-left: 5px solid #49799C;
	border-right: 5px solid #49799C;
}

.focusBx h1, h2, h3, h4, h5, p
{
	margin: 0 10px 10px 10px;
}

