/* ##################### STANDARD MODULE TABLE #################*/
table.moduletable {
width: 100%;
padding: 0px;
margin: 0px;
}
table.moduletable th {
background: #2F3E57;
height: 18px;
color: #FFFFFF;
}
table.moduletable td {height: 18px;}
/* Module wrappers for round conners module style -3*/
div.module {
width: 100%;
}
/* Font Control */
/* Title Control */
div.module h3 {
color: #FFFFFF;
text-align: center;
}
/* List Control */
.module ul {}
.module li {}
/* Link Control*/
.module a:link{}
.module a:visited {}
.module a:hover {}
.module a:active {}
.module {background: url(../images/bl_grey.gif) 0 100% no-repeat #dddddd; width: 20em; margin-bottom: 10px;}
.module div {background: url(../images/br_grey.gif) 100% 100% no-repeat}
.module div div {background: url(../images/tl_grey.gif) 0 0 no-repeat}
.module div div div {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}
.module div div div div {background: none;}
/* Add here Custom Modules */
/* End Custom Modules */
/* ##################### END STANDARD MODULE TABLE #################*/