/* MODULE ********************************************************************/
div.module a {
	text-decoration: none;
}

/* MODULE-STYLE-0 ****************************************/
div.module-style-0 {
	background-repeat: no-repeat;
}

/* MODULE-STYLE-1 ****************************************/
div.module-style-1 {
	border: 1px solid #E4E4E0;
}
div.module-style-1 div {
	margin: 1px;
	padding: 7px 17px;
	background-color: #F5F5F3;
}
div.module-style-1 h1 {
	font-size: 15px;
	font-weight: bold;
	color: #6A004A;
}

/* MODULE-STYLE-2 ****************************************/
div.module-style-2 {
	width: 237px;
	float: left;
	margin-bottom: 16px;
	background: url(/harmonyCMSSmartTheme/images/module/2-middle.png) repeat-y;
	overflow: hidden;
	clear: both;
}
div.module-style-2:after {
    content: " ";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.module-style-2 div.top {
	height: 127px;
	background-repeat: no-repeat;
}
div.module-style-2 div.middle {
	position: relative;
	width: 210px;
	float: left;
	margin-top: -71px;
	padding: 0 10px 0 17px;
}
div.module-style-2 div.middle:after {
    content: " ";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.module-style-2 ul {
	margin: 0;
}
div.module-style-2 ul li {
	margin-bottom: 11px;
}
div.module-style-2 ul li,
div.module-style-2 ul li a {
	font-size: 11px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #5D014A;
}
div.module-style-2 ul li.special,
div.module-style-2 ul li.special a {
	color: #9D9B8F;
}

div.module-style-2 div.bottom {
	height: 6px;
	clear: both;
	background: url(/harmonyCMSSmartTheme/images/module/2-bottom.png) no-repeat;
}
div.module-style-2 div.bottom:after {
    content: " ";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.module-style-2 h4 {
	font-size:1.6em;
	font-style:italic;
	color:#9e9c90;
	}
	

div.module-style-2 ul li {
	text-align: left;
	}	
	
div.module-style-2 div.middle-neutral {
	margin-top: -110px;
	}
	
/**
  Extranet **/	
.files_list {
	width: 100%;
}

.files_list img { border: 0; } 

.files_list tr {  }

.files_list th {
	text-align: left;
}

.files_list td {
	border-top: solid 1px #CECECE;
	padding: 2px;
}

.files_list td a {
	text-decoration: none;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}


