/* Basic Module Styling */
.moduletable h3{
	margin-bottom:20px;
}

.moduletable{
	font-size:90%;
	margin-bottom:40px;
	position:relative;
	background-color:#FFFFFF;
	padding:20px;
}
/* Special Suffix for YELLOW note styles */
.moduletable.note h3{
	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: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 a{
	color:#000;
}

/* Special Suffix for Lined Paper note styles */
.moduletable.paper h3{
	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: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 a{
	color:#000;
}

/* Special Suffix for Shadow styles */
.moduletable.grey{
	padding:20px;
	background-color:#f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.moduletable.grey a{
	color:#000;
}

/* Special Suffix for border styles */

.moduletable.border{
	padding:20px;
	background-color:#fff;
	border:1px solid #ededed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.moduletable.border a{
	color:#000;
}

/* Special Suffix for red styles */
.moduletable.red h3{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}

.moduletable.red{
	padding-bottom:20px;
	background-color:#a7000a;
	border:none;
	color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.moduletable.red a{
	color:#fff;
}
/* Special Suffix for blue styles */
.moduletable.blue h3{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}

.moduletable.blue{
	padding-bottom:20px;
	background-color:#5990de;
	border:none;
	color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.moduletable.blue a{
	color:#fff;
}
/* Special Suffix for orange styles */
.moduletable.orange h3{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	
}

.moduletable.orange{
	padding:20px;
	background-color:#F2980A;
	border:none;
	color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.moduletable.orange a{
	color:#fff;
}
/* Special Suffix for green styles */
.moduletable.green h3{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:10px;

}

.moduletable.green{
	padding-bottom:20px;
	background-color:#8db051;
	border:none;
	color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.moduletable.green a{
	color:#fff;
}
/* Button Styles for colorfull modules */
.red .button, .blue .button, .black .button, .green .button, .orange .button{
	background-color:#FFFFFF;
	color:#777!important;
}

/* Special Suffix for dark styles */
.moduletable.dark h3{
	color:#fff;
	border:none;
}

.moduletable.dark{
	padding:20px;
	background-color:#282828;
	color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.moduletable.dark a{
	color:#FFF;
}

/* Special Suffix without margin and background */
.moduletable.blank{
	border:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
    box-shadow:none!important;
	margin-bottom:30px;
	padding:0!important;
	background:none!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

div.moduletable.blank h3{
	padding:4px 0 10px 0;
	font-weight:normal!important;
	background:none!important;
}

/* Shadow Module 
--------------------------------------------------------- */
.drop-shadow {
	position:relative;
	/*padding:20px;*/
	background-color:#f9f9f9;
/*	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;*/
}

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}

/* Curved shadows */

.curv:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.5);
	box-shadow:0 0 15px rgba(0,0,0,0.5);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
}

.vert:before {
	right:0;
}


.horiz:before {
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
/* Slider Module 
--------------------------------------------------------- */
.slider div.moduletable h3{
	margin-bottom:14px;
}
.slider div.moduletable{
	padding-top:20px!important;
}

/* Footer Module 
--------------------------------------------------------- */
.footer-module div.moduletable h3, .user-module div.moduletable h3{
	margin-bottom:14px; color:#444; border-bottom:1px solid #ccc;padding-bottom:14px;
}
.footer-module div.moduletable,.user-module div.moduletable{
	padding:0; line-height:1.4;margin:0;color:#444; font-size:90%; background:none; border:none!important;

}
.footer-module div.moduletable a,.user-module div.moduletable a{
	padding:0; line-height:1.4;margin:0;color:#888;
}
.footer-module div.moduletable a:hover,.user-module div.moduletable a:hover{
	padding:0; line-height:1.4;margin:0;color:#000;
}


/* 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-image: url(../images/hot.png); background-position:top right; background-repeat:no-repeat}
div.moduletable.new{background-image: url(../images/new.png); background-position:top right; background-repeat:no-repeat;}
div.moduletable.top{background-image: url(../images/top.png); background-position:top right; background-repeat:no-repeat;}

