﻿/*
 * This styles can be used to dislay tile block. 
 Author: Rakesh

 */
#contents {
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
	width: 720px;
	box-shadow: 0px 0px 20px -8px #999;
	border-left: 8px solid white;
	background-color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
header {
	margin-bottom: 30px;
	margin-top: 5px;
}
#CMSD-array a, #downloads a {
	text-indent: 5px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.CMSD-tile:hover {
            -moz-transform: scale(1.04);
            -webkit-transform: scale(1.04);
            transform: scale(1.04);
        }
