/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/
.indexList
{
	border-right: whitesmoke 1px;
	padding-right: 0px;
	border-top: whitesmoke 1px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 15px;
	border-left: whitesmoke 1px;
	width: 250px;
	padding-top: 0px;
	border-bottom: whitesmoke 1px;
	position: static;
	min-height: 250px;
	height:auto;
}

a{color: #000000;}
a:visited, a:link{ color: #000000; }
a:hover{ color: #000000; text-decoration:none;  }

.indexList img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
