@charset "utf-8";
/* CSS Document */

#masthead {
	background:url(../images/accreditations.jpg)
}

#pagetitle {
	width:320px;
	height:90px;
}

#navigation a#selected { color:#ff3399; text-decoration:none; }

#profile {
	position:relative;
	width:314px;
	height:370px;
	float:right;
	margin-left:20px;
}

.datagrid table { border-collapse: collapse; text-align: center; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 6px solid #FF3399; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }.datagrid table td, .datagrid table th { padding: 15px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF3399), color-stop(1, #FF78BB) );background:-moz-linear-gradient( center top, #FF3399 5%, #FF78BB 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3399', endColorstr='#FF78BB');background-color:#FF3399; color:#FFFFFF; font-size: 16px; font-weight: bold; border-left: 0px solid #0070A8; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #00557F; border-left: 1px solid #E1EEF4;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }