/* Start of CMSMS style sheet 'tables media normal' */
/*
Styles for an ordinary table such as in media or directory
*/

/* MEDIA STYLE */

#media {
}

table.normal {
	border: none;
	border-collapse: collapse;
	/* width: 100%;*/
}

table.normal td {
        font-size: 1.0em;
        margin: 0 0 1.5em 0; /* some air around p elements */
        line-height: 1.4em;
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px;
}

table.normal th {
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
	background-color: #E4EACC;
	text-align: left;
	padding: 5px;
}

.row1-1 {
background-color: #ffffff;
}
.row2-2 {
background-color: #ffffff;
}
/* End of 'tables media normal' */

