/* font-size: all modules */
div.moduletable h3,
div.moduletable-blank h3,
div.module h3,
div.module-blank h3,
div.moduletable-black h3,
div.moduletable-white h3 {
	font-size: 140%;
}

/* header modules */
#headermodule div.moduletable {
	height: 35px;
	padding: 5px 5px 5px 7px;
	float: right;
	overflow: hidden;
	background: url(../images/headermodule_sep.png) 0 0 no-repeat;
}

#headermodule div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 125%;
	font-weight: bold;
}

/* left modules */
/* grey */
#left div.moduletable {
	margin: 0px 0px 15px 1px;
	padding: 0px 5px 15px 10px;
	width: 172px;
	background: #f5f5f5 url(../images/left_module_bg.png) 0 100% repeat-x;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	overflow: hidden;
}

#left div.moduletable h3 {
	margin: 0px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	background: url(../images/left_module_header.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* black */
#left div.moduletable-black {
	margin: 0px 0px 15px 1px;
	padding: 0px 5px 15px 10px;
	width: 172px;
	background: #323232 url(../images/left_module_bg_black.png) 0 100% repeat-x;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	overflow: hidden;
	color: #ffffff;
}

#left div.moduletable-black h3 {
	margin: 0px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	background: #353833;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}
/* black */
#right div.moduletable-black {
	margin: 0px 0px 10px 5px;
	padding: 0px 2px 5px 7px;
	width: 190px;
	border-top: 1px solid #b4b4b4;
	overflow: hidden;
	color: #ffffff;
}

#right div.moduletable-black h3 {
	margin: 0px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}
#content div.moduletable-black {
	margin: 5px 5px 15px 5px;
	width: 	635px;
	overflow: hidden;
	color: #ffffff;
}

#content div.moduletable-black h3 {
	margin: 5px 0px 5px 0px;
	height: 25px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* white */
#left div.moduletable-white {
	margin: 0px 0px 10px 20px;
	padding: 0px 2px 5px 7px;
	width: 190px;
	overflow: hidden;
	color: #323232;
}

#left div.moduletable-white h3 {
	margin: 5px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

#right div.moduletable-white {
	margin: 0px 0px 10px 5px;
	padding: 0px 2px 5px 7px;
	width: 190px;
	overflow: hidden;
	color: #323232;
}

#right div.moduletable-white h3 {
	margin: 0px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

#right div.playingnowbox {
	font-size: 100%;
	line-height: 120%;
	height: 80px;
}
/* blank */
#left div.moduletable-blank {
	margin: 0px 0px 15px 1px;
	width: 187px;
	overflow: hidden;
}

/* right modules */
#right div.moduletable {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
	width: 168px;
	border: 1px solid #b4b4b4;
	background: #f5f5f5;
	text-align: left;
	overflow: hidden;
}

#right div.moduletable h3 {
	margin: 0px 0px 5px -10px;
	padding: 0px 0px 0px 10px;
	height: 24px;
	background: url(../images/content_module_header.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* contenttop modules */
#contenttop div.moduletable {
	padding: 10px 10px 10px 10px;
	border: 1px solid #b4b4b4;
	background: #f5f5f5;
	text-align: left;
}

div#contenttop .contenttopboxseperator div.moduletable {
	margin: 0px 10px 0px 0px;
}

#contenttop div.moduletable h3 {
	margin: -10px -10px 5px -10px;
	padding: 0px 0px 0px 10px;
	height: 24px;
	background: url(../images/content_module_header.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* bottom modules */
#bottom div.moduletable {
	padding: 10px 15px 10px 15px;
	text-align:center;
}

#bottom div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}