/* CSS Document */

/* MiniCal calendar style */

table.minical {
	background-color: none;
}

table.minical a {
	font-weight: bold;
	color: #000 !important;
	text-decoration: none; 
}

table.minical a:hover {
	text-decoration: none;
}

table.minical td.previous-month {
	font-size: 14px;
}

table.minical td.previous-month:hover {

}

table.minical td.next-month {
	font-size: 14px;
}

table.minical td.next-month:hover {
}

table.minical td.current-month {
	font-weight: bold;
	color: #000;
}

table.minical tr.day-headings td {
	color: #fff;
	background-color:#333333;
	font-weight: bold;
	width: 20px;
	padding-bottom: 0px;
}

table.minical td.day {
	text-align: center;
	color: #000;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

table.minical td.weekend-day {
	text-align: center;
	color: #000;
	border: 1px solid #ccc;
	background-color: #ccc;
	padding-bottom: 0px;
}

table.minical td.weekend-day:hover {
	border: 1px solid #eee;
	background-color: #69c;
}

table.minical td.inactive {
	text-align: center;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

table.minical td.day:hover {
	border: 1px solid #eee;
	background-color: #69c;
}

table.minical td.current-day {
	text-align: center;
	color: #000;
	border: 1px solid #69c;
	background-color: #69c;
	padding-bottom: 0px;
	font-size: 10px;
}

table.minical td.current-day:hover {
	border: 1px solid #eee;
}

/* SimpleCal calendar style */

table.simplecal {
	background-color:none;
	font-size:11px;
	line-height:110%;
	margin-top:0px;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:4px;
	text-align:left;
}

table.simplecal a {
	font-weight: bold;
	color: #000 !important;
	text-decoration: none; 
}

table.simplecal a:hover {
	text-decoration: underline;
}

table.simplecal td.previous-month {
	text-align: left;
	padding-left: 3px;
}

table.simplecal td.previous-month:hover {
	/*border: 1px solid #ccc;*/
}

table.simplecal td.next-month {
	text-align: right;
	padding-right: 3px;
}

table.simplecal td.next-month:hover {
	/*border: 1px solid #ccc;*/
}

table.simplecal td.current-month {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	height: 40px;
	vertical-align: middle;
}

table.simplecal tr.day-headings td {
	color: #fff;
	background-color:#333333;
	font-weight: bold;
	width: 20px;
	padding-bottom: 0px;
}

table.simplecal td.day {
	background-color: none;
	border: 1px solid black;
	color: #000;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.weekend-day {
	background-color: #ccc;
	border: 1px solid #000;
	color: #000;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.inactive {
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal td.current-day {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal span.day-date {
/*	height: 100%;*/
	width: 20px;
	vertical-align: top;
	display: block;
	float: left;
	font-weight: bold;
}

table.simplecal a.link {
	font-weight: normal;
	padding-bottom:5px;
}

table.simplecal a.link:hover {
	text-decoration: underline;
}

table.simplecal a.link-important {
	color: red !important;
	font-weight: bold;
}

table.simplecal a.link-important:hover {
	text-decoration: underline;
}

body {
	margin:0;
	background-color:#F6F1DE; 
/*	background-image:url(/images/body.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	text-align:center;
}

table#page {

}

td#header {
	background-color:white;
	margin-bottom:1px;
	border-top:1px solid #ccc;
	border-left:1px solid black;
	border-right:1px solid black;
	height:197px;
}

td#breadcrumb {
	font-family:"trebuchet MS", Arial;
	font-size:12px;
	padding-left:10px;
}

#bodytop {
	background-color:none;
}

td#breadcrumb a { 
	text-decoration:none;
	color:blue;
}

td#right {
	padding-left: 5px;
	vertical-align: top;
	font-family:"trebuchet MS", Arial;
/*	background-image:url(/inc/html/afr/pix/lightBg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	*/
	border-right:1px solid black;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

td#right a img {
	text-decoration:none;
	border:none;
	padding-left:2px;
}
img {

	padding:0;
	margin:0;

}
 
td#centre img{
	padding-left:4px;
	padding-right:4px;
}
 
td#right h2 {
	font-size:18px;
	font-family:"trebuchet MS", Arial;
	font-weight:300;
	background-image:url(/inc/html/afr/pix/h2colour.gif);
	border-bottom:2px solid black;
	padding-left:2px;
}

td#left {
	padding-right: 1px;
	vertical-align: top;
	padding-left: 0px;
	width:200px;
/*
	background-image:url(/inc/html/afr/pix/lightBg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	*/
	font-family:"trebuchet MS", Arial;
	border-left:1px solid black;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}

td#left ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

td#left ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: none;
}

#scm-sidebar-main-menu h2 {
	font-size:20px;
	font-family:"trebuchet MS", Arial;
	font-weight:bold;
	background-color:#fed009;
	border-bottom:3px solid black;
	padding-left:3px;
}

#scm-sidebar-main-menu ul li {
	font-family:"trebuchet MS", Arial;
	font-size:14px;
	line-height:80%;
	padding-top:0px; 
	padding-bottom:0px;
	border-bottom:1px solid #CCCCCC;
	background-image:url(/inc/html/afr/pix/menubg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#scm-sidebar-main-menu ul li a {
	display:block;
	text-decoration:none;
	color:black;
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:10px;
}

#scm-sidebar-main-menu ul li a:hover {
	display:block;
	text-decoration:none;
	background-color:#FFFFFF;
}

#scm-sidebar-main-menu ul li li {
	padding-left:8px; 
	padding-top:15px; 
	padding-bottom:0px;
	margin-bottom:-6px;
	margin-top:0px;
	background-image:none;

}

#scm-sidebar-main-menu ul li li li {
	padding-left:20px; 
	padding-top:5px; 
	padding-bottom:0px;
	margin-bottom:6px;
	margin-top:0px;
	background-image:none;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#scm-sidebar-main-menu ul li li a {
	line-height:80%;
	padding-left:15px; 
}

#scm-sidebar-members h2 {
	font-size:20px;
	font-family:"trebuchet MS", Arial;
	font-weight:300;
	background-color:#fed009;
	border-bottom:3px solid black;
	padding-left:2px;
}

#scm-sidebar-members form {
	font-size:10px;
	font-family:"trebuchet MS", Arial;
	font-weight:300; 
}

#scm-sidebar-members form input {
	background-color:#E9E9E9;
	border:1px solid #999999;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#scm-sidebar-members a {
	text-decoration:none;
	color:#000000;
	font-family:"trebuchet MS", Arial;
	font-size:14px;
	padding-top:2px;
}

#scm-sidebar-members a:hover {
	background-color:#E9E9E9;
}

#scm-sidebar-News h2 {
	font-size:20px;
	font-family:"trebuchet MS", Arial;
	font-weight:300;
	background-color:#fed009;
	border-bottom:3px solid black;
	padding-left:3px;
}

#scm-sidebar-News {
	padding-left: 0;
	margin-left: 0;
}

#scm-sidebar-News li {
	list-style: none;
	line-height:95%;
	margin: 0;
	padding-bottom:10px;
}

#scm-sidebar-News li a {
	text-decoration: none; 
	font-size:12px;
}
	

#footer {
	width:898px;
	height:88px; 
	background-color:#FFFFFF;
	color:white;
	font-family:"trebuchet MS", Arial;
	border-top:0;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid #cccccc;
}

#footer a {
	color:white;
	text-decoration:underline;
}

#footer a:hover {
	
}

#scm-sidebar-search form input {
	background-color:#E9E9E9;
	border:1px solid #999999;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#scm-sidebar-search {

	padding-left:5px;

}

#scm-sidebar-search h2 {
	font-size:18px;
	font-family:"trebuchet MS", Arial;
	font-weight:300;
	background-image:url(/inc/html/afr/pix/h2colour.gif);
	border-bottom:3px solid black;
	padding-left:2px;
}

td#footer{
	color:black;
}


.justified{
	text-align:justify;
}
.red {
	color:#FF0000;
}

ul.leftlist {
	margin-left: 5px;
	padding-left:0px; 
}

ul.leftlist a {
	color:#990000;
}

ul.leftlist a:hover {
	border-bottom:1px solid #990000;
}

td#centre {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	padding-left:25px;
	padding-right:25px;
	background-color:#FFFFFF;
	background-image:url(/inc/html/afr/pix/logoradiation.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

td#centrewide {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	width:680px;
	padding-left:25px;
	padding-right:25px;
	background-color:#FFFFFF;
	background-image:url(/inc/html/afr/pix/logoradiation.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	border-right:1px solid black;
}

td#centre p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
}

td#centre a {
	text-decoration:underline;
	color:#990000;
}

td#centre a:hover {
	background-color:#E5D7BA;
}


td#centre h1 {
	font-family:"trebuchet MS", Arial;
	font-size:20px;
	font-weight:bold;
}

td#centrewide h1 {
	font-family:"trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
}

td#centrewide h2 {
	font-family:"trebuchet MS", Arial;
	font-size:16px;
	font-weight:bold;
}

td#centre h2 {
	font-size:18px;
	font-family:"trebuchet MS", Arial;
	font-weight:bold;
}

td#centre h3 {
	font-family:"trebuchet MS", Arial;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	
}

td#centre h4 {
	font-family:"trebuchet MS", Arial;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	
}

td#centre h5 {
	font-family:"trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
	color:#FF6600;
}

td#centre h6 {
	font-family:"trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}
 

td#centre li {
	padding-bottom: 5px;
}

td#centre form input {
	background-color:#E9E9E9;
	border:1px solid #999999;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}

.backgrounded {
	background-color:#fed009;
	border-bottom:1px solid black;
}

/* top tabs */

.ddoverlap{
	padding-top:6px;
}

.ddoverlap ul{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type: none;
}

.ddoverlap li{
	display: inline;
	margin: 0;
}

.ddoverlap li a{
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
	color: black;
	background: transparent url(pix/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
	border-left: 1px solid #dbdbd5;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 17px;
}

.ddoverlap li a:visited{
	color: black;
}

.ddoverlap li a:hover{
	text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
	color: black;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(pix/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
	text-decoration: none;
}

[if IE]>
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
<![endif]

table#toptabs {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.scm-sidebar-body ul{
	padding-left:0;
	margin-left:0;
	list-style-type:none;
}

div.scm-sidebar-body li{
	padding-bottom:10px;
	font-size:75%;
}

div.scm-sidebar-body li a{
	
	text-decoration:none;
}