.modulecontent{
	margin:10px 0 10px 0; 
  	line-height:1.5em;
}

/* Basic Module Styling */
.moduletable h3{
	padding:14px 0;
	margin-bottom:10px;
}

.moduletable{
	padding-bottom:10px;
	font-size:90%;
	margin-bottom:30px;

}

/* Special Suffix for YELLOW note styles */
.moduletable.note h3{
	padding:20px 0 0 20px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	border:none;
	font-size:23px!important;
	margin-bottom:0!important;
	line-height:100%;
}

.moduletable.note{
	padding-bottom:10px;
	background: url(../images/note.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#555;
	border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 0 0 4px #cbcbcbt;
	-webkit-box-shadow:  0px 0px 4px 0px #cbcbcb;
    box-shadow:  0px 0px 4px 0px #cbcbcb;
   }
.moduletable.note .modulecontent{
	padding:19px 20px 10px 20px;
	line-height:1.35!important;
	margin:0;

}
.moduletable.note a{
	color:#000;
}

/* Special Suffix for Lined Paper note styles */
.moduletable.paper h3{
	padding:12px 0 0px 20px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	border:none;
	font-size:24px!important;
	margin-bottom:0!important;
	line-height:105%;

}

.moduletable.paper{
	padding-bottom:10px;
	background: url(../images/linedpaper.png);
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#555;
	border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 0 0 4px #cbcbcbt;
	-webkit-box-shadow:  0px 0px 4px 0px #cbcbcb;
    box-shadow:  0px 0px 4px 0px #cbcbcb;
   }
.moduletable.paper .modulecontent{
	padding:22px 20px 10px 20px;
	line-height:1.55!important;
	margin:0;

}
.moduletable.paper a{
	color:#000;
}



/* Special Suffix for Shadow styles */
.moduletable.shadow h3{
	padding:10px 14px;
	background:#f9f9f9;
	border:none;
	border-bottom:1px solid #ddd;
}

.moduletable.shadow{
	padding-bottom:20px;
	background:#fff;
	border:1px solid #ededed;
	-moz-box-shadow: 0 0 0 4px #cbcbcbt;
	-webkit-box-shadow:  0px 0px 4px 0px #cbcbcb;
    box-shadow:  0px 0px 4px 0px #cbcbcb;
}
.moduletable.shadow .modulecontent{
	padding:0 14px;
}
.moduletable.shadow a{
	color:#000;
}

/* Special Suffix for border styles */
.moduletable.border h3{
	padding:10px 14px;
	border:none;
}

.moduletable.border{
	padding-bottom:20px;
	background:#fff;
	border:1px solid #ededed;
}
.moduletable.border .modulecontent{
	padding:0 14px;
}
.moduletable.border a{
	color:#000;
}

/* Special Suffix for red styles */
.moduletable.red h3{
	padding:10px 14px;
	border:none;
	color:#fff;
	background:#bf0000
}

.moduletable.red{
	padding-bottom:20px;
	background:#c90100;
	border:none;
	color:#fff;
}
.moduletable.red .modulecontent{
	padding:0 14px;
}
.moduletable.red a{
	color:#fff;
}
/* Special Suffix for blue styles */
.moduletable.blue h3{
	padding:10px 14px;
	border:none;
	color:#fff;
	background:#308fbf
}

.moduletable.blue{
	padding-bottom:20px;
	background:#3399cc;
	border:none;
	color:#fff;

}
.moduletable.blue .modulecontent{
	padding:0 14px;
}
.moduletable.blue a{
	color:#fff;
}
/* Special Suffix for orange styles */
.moduletable.orange h3{
	padding:10px 14px;
	border:none;
	color:#fff;
	background:#f29100
}

.moduletable.orange{
	padding-bottom:20px;
	background:#ff9900;
	border:none;
	color:#fff;

}
.moduletable.orange .modulecontent{
	padding:0 14px;
}
.moduletable.orange a{
	color:#fff;
}
/* Special Suffix for green styles */
.moduletable.green h3{
	padding:10px 14px;
	border:none;
	color:#fff;
	background:#8bbd02
}

.moduletable.green{
	padding-bottom:20px;
	background:#87b902;
	border:none;
	color:#fff;

}
.moduletable.green .modulecontent{
	padding:0 14px;
}
.moduletable.green a{
	color:#fff;
}


/* Special Suffix for dark styles */
.moduletable.dark h3{
	padding:10px 14px;
	color:#fff;
	background:#222;
	border:none;
}

.moduletable.dark{
	padding-bottom:20px;
	background:#282828 url(../images/module-bg-dark.jpg) bottom repeat-x;
	color:#fff;
}
.moduletable.dark .modulecontent{
	padding:0 14px;
}
.moduletable.dark a{
	color:#FFF;
}

/* Special Suffix without margin and background */
.blank .modulecontent{
	padding:0!important;
	background:none!important;
	border:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	margin:0!important
}
.moduletable.blank{
	border:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
    box-shadow:none!important;
	margin:10px 10px 30px 10px;
	padding-bottom:20px;
	background:none!important;
}

div.moduletable.blank h3{
	padding:4px 0 10px 0;
	font-weight:normal!important;
	background:none!important;
}

/* Footer Module 
--------------------------------------------------------- */
.jp-footer div.moduletable h3{
	margin-bottom:14px; color:#FFFFFF; border-bottom:1px dotted #fff;
}
.jp-footer div.moduletable{
	padding:0; line-height:1.4;margin:0;color:#fff; font-size:90%
}
.jp-footer div.moduletable a{
	padding:0; line-height:1.4;margin:0;color:#fff;
}


/* Legal line 
--------------------------------------------------------- */
.legaline div.moduletable h3{
	margin-bottom:14px;
}
.legaline div.moduletable{
	padding:0; line-height:1.4;margin:0;color:#ccc;
}
.legaline div.moduletable a{
	padding:0; line-height:1.4;margin:0;color:#ccc;
}

/*CUSTOM MODULE STYLES
--------------------------------------------------------- */
div.moduletable.hot{background: url(../images/hot.gif) right 14px no-repeat!important;}
div.moduletable.new{background: url(../images/new.gif) right 14px no-repeat!important;}
div.moduletable.top{background: url(../images/top.gif) right 14px no-repeat!important;}

