/* 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: 11px;
	text-transform: uppercase;
}

/* toppanel modules */
#toppanel div.moduletable {
	margin: 0px 0px 10px 0px;
}

#toppanel div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #c8c8c8;
}

/* 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: 12px;
	font-weight: bold;
}

/* top modules */
#top div.module-l100,
#top div.module-l150,
#top div.module-l200,
#top div.module-l250,
#top div.module-l300,
#top div.module-l350,
#top div.module-l400,
#top div.module-l450,
#top div.module-l500,
#top div.module-l550,
#top div.module-l600 {
	margin: 0px 5px 0px 0px;
	float: left;
	overflow: hidden;
	background: url(../images/top_module_br.png) 100% 100% no-repeat;
}

#top div.module,
#top div.module-r100,
#top div.module-r150,
#top div.module-r200,
#top div.module-r250,
#top div.module-r300,
#top div.module-r350,
#top div.module-r400,
#top div.module-r450,
#top div.module-r500,
#top div.module-r550,
#top div.module-r600 {
	background: url(../images/top_module_br.png) 100% 100% no-repeat;
}

#top div.module div,
#top div.module-l100 div, #top div.module-r100 div,
#top div.module-l150 div, #top div.module-r150 div,
#top div.module-l200 div, #top div.module-r200 div,
#top div.module-l250 div, #top div.module-r250 div,
#top div.module-l300 div, #top div.module-r300 div,
#top div.module-l350 div, #top div.module-r350 div,
#top div.module-l400 div, #top div.module-r400 div,
#top div.module-l450 div, #top div.module-r450 div,
#top div.module-l500 div, #top div.module-r500 div,
#top div.module-l550 div, #top div.module-r550 div,
#top div.module-l600 div, #top div.module-r600 div {
	background: url(../images/top_module_tr.png) 100% 0 no-repeat;
}

#top div.module div div,
#top div.module-l100 div div, #top div.module-r100 div div,
#top div.module-l150 div div, #top div.module-r150 div div,
#top div.module-l200 div div, #top div.module-r200 div div,
#top div.module-l250 div div, #top div.module-r250 div div,
#top div.module-l300 div div, #top div.module-r300 div div,
#top div.module-l350 div div, #top div.module-r350 div div,
#top div.module-l400 div div, #top div.module-r400 div div,
#top div.module-l450 div div, #top div.module-r450 div div,
#top div.module-l500 div div, #top div.module-r500 div div,
#top div.module-l550 div div, #top div.module-r550 div div,
#top div.module-l600 div div, #top div.module-r600 div div {
	background: url(../images/top_module_bl.png) 0 100% no-repeat;
}

#top div.module-l100 div div div,
#top div.module-l150 div div div,
#top div.module-l200 div div div,
#top div.module-l250 div div div,
#top div.module-l300 div div div,
#top div.module-l350 div div div,
#top div.module-l400 div div div,
#top div.module-l450 div div div,
#top div.module-l500 div div div,
#top div.module-l550 div div div,
#top div.module-l600 div div div {
	padding: 10px 15px 10px 15px;
	width: 63px;
	overflow: hidden;
}

#top div.module div div div,
#top div.module-r100 div div div,
#top div.module-r150 div div div,
#top div.module-r200 div div div,
#top div.module-r250 div div div,
#top div.module-r300 div div div,
#top div.module-r350 div div div,
#top div.module-r400 div div div,
#top div.module-r450 div div div,
#top div.module-r500 div div div,
#top div.module-r550 div div div,
#top div.module-r600 div div div {
	padding: 10px 15px 10px 15px;
}

/* left widths */
#top div.module-l100 { width: 95px; }
#top div.module-l150 { width: 145px; }
#top div.module-l200 { width: 195px; }
#top div.module-l250 { width: 245px; }
#top div.module-l300 { width: 295px; }
#top div.module-l350 { width: 345px; }
#top div.module-l400 { width: 395px; }
#top div.module-l450 { width: 445px; }
#top div.module-l500 { width: 495px; }
#top div.module-l550 { width: 545px; }
#top div.module-l600 { width: 595px; }
#top div.module-l100 div div div { width: 63px; }
#top div.module-l150 div div div { width: 113px; }
#top div.module-l200 div div div { width: 163px; }
#top div.module-l250 div div div { width: 213px; }
#top div.module-l300 div div div { width: 263px; }
#top div.module-l350 div div div { width: 313px; }
#top div.module-l400 div div div { width: 363px; }
#top div.module-l450 div div div { width: 413px; }
#top div.module-l500 div div div { width: 463px; }
#top div.module-l550 div div div { width: 513px; }
#top div.module-l600 div div div { width: 563px; }

/* right margin-left */
#top div.module { margin-left: 0px; }
#top div.module-r100 { margin-left: 100px; }
#top div.module-r150 { margin-left: 150px; }
#top div.module-r200 { margin-left: 200px; }
#top div.module-r250 { margin-left: 250px; }
#top div.module-r300 { margin-left: 300px; }
#top div.module-r350 { margin-left: 350px; }
#top div.module-r400 { margin-left: 400px; }
#top div.module-r450 { margin-left: 450px; }
#top div.module-r500 { margin-left: 500px; }
#top div.module-r550 { margin-left: 550px; }
#top div.module-r600 { margin-left: 600px; }

/* reset */
#top div.module div div div div,
#top div.module-l100 div div div div, #top div.module-r100 div div div div,
#top div.module-l150 div div div div, #top div.module-r150 div div div div,
#top div.module-l200 div div div div, #top div.module-r200 div div div div,
#top div.module-l250 div div div div, #top div.module-r250 div div div div,
#top div.module-l300 div div div div, #top div.module-r300 div div div div,
#top div.module-l350 div div div div, #top div.module-r350 div div div div,
#top div.module-l400 div div div div, #top div.module-r400 div div div div,
#top div.module-l450 div div div div, #top div.module-r450 div div div div,
#top div.module-l500 div div div div, #top div.module-r500 div div div div,
#top div.module-l550 div div div div, #top div.module-r550 div div div div,
#top div.module-l600 div div div div, #top div.module-r600 div div div div {
	background: none;
	padding: 0px;
}

#top div.module h3,
#top div.module-l100 h3, #top div.module-r100 h3,
#top div.module-l150 h3, #top div.module-r150 h3,
#top div.module-l200 h3, #top div.module-r200 h3,
#top div.module-l250 h3, #top div.module-r250 h3,
#top div.module-l300 h3, #top div.module-r300 h3,
#top div.module-l350 h3, #top div.module-r350 h3,
#top div.module-l400 h3, #top div.module-r400 h3,
#top div.module-l450 h3, #top div.module-r450 h3,
#top div.module-l500 h3, #top div.module-r500 h3,
#top div.module-l550 h3, #top div.module-r550 h3,
#top div.module-l600 h3, #top div.module-r600 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 125%;
	font-weight: bold;
}

/* left modules */
/* grey */
#left div.moduletable {
	margin: 0px 0px 0px 0px;
	padding:0px 2px 15px 5px;
	width: 150px;
	overflow: hidden;
}

#left div.moduletable h3 {
	margin:0px 0px 10px -5px;
	padding:0px 0px 0px 10px;
	/* margin: 0px 0px 10px 0px; */
	/* padding: 0px 0px 0px 10px; */
	/* padding:0px 2px 15px 5px; */
	height: 25px;
	background-color: #EEEEEE;
	border-top: 1px solid #CEAD68;
	border-bottom: 1px solid #CEAD68;
	/* background: url(../images/content_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: url(../images/left_module_header_black.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* white */
#left div.moduletable-white {
	margin: 0px 0px 15px 1px;
	padding: 0px 5px 15px 10px;
	width: 172px;
	background: #ffffff url(../images/left_module_bg_white.png) 0 100% repeat-x;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	overflow: hidden;
}

#left div.moduletable-white h3 {
	margin: 0px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	background: url(../images/left_module_header_white.png) 0 0 repeat-x;
	line-height: 23px;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
}

/* blank */
#left div.moduletable-blank {
	margin: 0px 0px 15px 1px;
	width: 170px;
	overflow: hidden;
}

/* maintopbox & mainbottombox modules */
/* grey */
div#maintop .left div.moduletable, div#mainbottom .left div.moduletable {
	margin: 0px 0px 0px 0px;
}

div#maintop .right div.moduletable, div#mainbottom .right div.moduletable {
	margin: 0px 0px 0px 0px;
}

.maintopbox div.moduletable, .mainbottombox div.moduletable {
	padding: 10px 10px 10px 10px;
	border: 1px solid #c8c8c8;
	background: #f5f5f5 url(../images/main_module_bg.png) 0 100% repeat-x;
	text-align:justify;
}

div#maintop .maintopboxseperator div.moduletable, div#mainbottom .mainbottomboxseperator div.moduletable {
	border-right: none;
}

/* reset */
.maintopbox div.moduletable div, .mainbottombox div.moduletable div {
	padding: 0px 0px 0px 0px;
	border: none;
	background: none;
}

.maintopbox div.moduletable h3, .mainbottombox div.moduletable h3 {
	margin: -10px -10px 5px -10px;
	padding: 0px 0px 0px 10px;
	height: 23px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #b4b4b4;
	background: url(../images/main_module_header.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* black */
div#maintop .left div.moduletable-black, div#mainbottom .left div.moduletable-black {
	margin: 0px 0px 0px 0px;
}

div#maintop .right div.moduletable-black, div#mainbottom .right div.moduletable-black {
	margin: 0px 0px 0px 0px;
}

.maintopbox div.moduletable-black, .mainbottombox div.moduletable-black {
	padding: 10px 10px 10px 10px;
	border: 1px solid #000000;
	background: #323232 url(../images/main_module_bg_black.png) 0 100% repeat-x;
	text-align:justify;
	color: #ffffff;
}

div#maintop .maintopboxseperator div.moduletable-black, div#mainbottom .mainbottomboxseperator div.moduletable-black {
	border-right: none;
}

/* reset */
.maintopbox div.moduletable-black div, .mainbottombox div.moduletable-black div {
	padding: 0px 0px 0px 0px;
	border: none;
	background: none;
}

.maintopbox div.moduletable-black h3, .mainbottombox div.moduletable-black h3 {
	margin: -10px -10px 5px -10px;
	padding: 0px 0px 0px 10px;
	height: 23px;
	border-left: 1px solid #787878;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #464646;
	background: url(../images/main_module_header_black.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* white */
div#maintop .left div.moduletable-white, div#mainbottom .left div.moduletable-white {
	margin: 0px 0px 0px 0px;
}

div#maintop .right div.moduletable-white, div#mainbottom .right div.moduletable-white {
	margin: 0px 0px 0px 0px;
}

.maintopbox div.moduletable-white, .mainbottombox div.moduletable-white {
	padding: 10px 10px 10px 10px;
	border: 1px solid #c8c8c8;
	background: #ffffff url(../images/main_module_bg_white.png) 0 100% repeat-x;
	text-align:justify;
}

div#maintop .maintopboxseperator div.moduletable-white, div#mainbottom .mainbottomboxseperator div.moduletable-white {
	border-right: none;
}

/* reset */
.maintopbox div.moduletable-white div, .mainbottombox div.moduletable-white div {
	padding: 0px 0px 0px 0px;
	border: none;
	background: none;
}

.maintopbox div.moduletable-white h3, .mainbottombox div.moduletable-white h3 {
	margin: -10px -10px 5px -10px;
	padding: 0px 0px 0px 10px;
	height: 23px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
	background: url(../images/main_module_header_white.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* blank */
div#maintop .left div.moduletable-blank, div#mainbottom .left div.moduletable-blank {
	margin: 0px 0px 0px 0px;
}

div#maintop .right div.moduletable-blank, div#mainbottom .right div.moduletable-blank {
	margin: 0px 0px 0px 0px;
}

.maintopbox div.moduletable-blank, .mainbottombox div.moduletable-blank {
	padding: 0px 0px 0px 0px;
	border: 1px solid #c8c8c8;
	background: #f5f5f5 url(../images/main_module_bg.png) 0 100% repeat-x;
	text-align:justify;
}

div#maintop .maintopboxseperator div.moduletable-blank, div#mainbottom .mainbottomboxseperator div.moduletable-blank {
	border-right: none;
}

/* reset */
.maintopbox div.moduletable-blank div, .mainbottombox div.moduletable-blank div {
	padding: 0px 0px 0px 0px;
	border: none;
	background: none;
}

/* right modules */
#right div.moduletable {
	margin: 0px 0px -1px 0px;
	padding: 0px 5px 10px 5px;
	width: 138px;
	border-left: 1px solid #cead68;
	border-right: 1px solid #cead68;
	border-top: 1px solid #CEAD68;
	border-bottom: 1px solid #cead68;
	text-align: left;
	overflow: hidden;
}

#right div.moduletable h3 {
	margin: 0px -5px 5px -5px;
	padding: 0px 0px 0px 5px;
	height: 24px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CEAD68;
	/* background: url(../images/content_module_header.png) 0 0 repeat-x; */
	line-height: 23px;
	font-size: 110%;
	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-color: #E8E2CE;
	border-top: 1px solid #CEAD68;
	border-bottom: 1px solid #CEAD68;
	/* 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;
}