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

#main-header{
	width:960px;
	height:130px;
}
.vertical_column_1 {
	margin-top: 15px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	width: 205px;
}
.vertical_column_2 {
	margin-top: 15px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 425px;
}
.vertical_column_2 .highlight1 {
	width: 425px;
}
.vertical_column_3 .highlight1 {
	width: 260px;
}

.vertical_column_3 {
	margin-top: 15px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 260px;
}
 
#page_wrapper_home {
	padding: 10px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	background-color: #FFF;
}
.vertical_column_1 .highlight1 {
	width: 205px;
}

.highlight1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	border: 1px solid #00cc99;
	color: #007d5f;
	background-color: #FFF;
	float: left;
	overflow: auto;
}


ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
} 

.highlight1 .title {
	color: #FFF;
	background-color: #0C9;
	font-weight: bold;
	padding: 5px;
}
.title.BBC {
	background-image: url(../images/home_bbc_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 80px;
}
.title.WHO {
	background-image: url(../images/home_who_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
.title.TWITTER {
	background-image: url(../images/home_twitter_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 930px;
}
.highlight1 .content {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.highlight2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 24px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	border: 1px solid #00cc99;
	color: #007d5f;
	background-color: #FFF;
	width: 43%;
	float: left;
}
.highlight2 .title {
	color: #FFF;
	background-color: #0C9;
	font-weight: bold;
	padding: 5px;
}
.highlight2 .content {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


#footer 
{
	width: 980px; 
	margin-top:0px;
}
.highlight1 a {
	color: #007D5F;
	text-decoration: none;
}
.highlight1 a:hover {
	color: #007D5F;
	text-decoration: none;
	background-color: #CCC;
}
.highlight1 a:visited {
	color: #007D5F;
	text-decoration: none;
}
.highlight2 a {
	color: #007D5F;
	text-decoration: none;
}
.highlight2 a:hover {
	color: #007D5F;
	text-decoration: none;
	background-color: #CCC;
}
.highlight2 a:visited {
	color: #007D5F;
	text-decoration: none;
}
.small_text {
	font-size: 75%;
}
#content_wrapper .vertical_column_3 .highlight1 .content.have_your_say {
	margin-bottom: 3px;
}
.calendar_wrapper {
	float: left;
	margin-right:0px;
	width:750px;
}
.calendar{
	margin:10px 10px 10px 10px;
	border:none;
	border-width:1px 0 0 1px;
	border-collapse:separate;
	font-size: 80%;
	background-image: url(../images/calendar_back.gif);
	background-repeat: no-repeat;
}
.calendar_thumb{
	margin:0px;
	border:none;
	border-width:1px 0 0 1px;
	border-collapse:separate;
	font-size: 60%;
	background-image: url(../images/calendar_back.gif);
	background-repeat: no-repeat;
	width: 250px;
}
.calendar, .calendar,  th,.calendar td,  th,.calendar td{
	padding:0.1em 0.5em 0.1em 0.5em;
}
.calendar th,.calendar thead td{
	color:#007D5F;
	font-size: 20px;
	text-transform: capitalize;
}
.calendar-title {
	font-size: 36px;
	font-weight: bold;
	color: #0C9;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
} 
.calendar-prev a,.calendar-next a{
	color: #0C9;
	font-size: 16px;
	font-weight: bold;
}



.calendar td:hover{ /* cell rollovers */
	background-color: #FFFFFF;
}
.calendar_day {
	background-color: #E4FAF4;
	color: #0C9;
	border: 1px solid #0C9;
}
.calendar_today {
	background-color: #E4E4E4;
	color: #0C9;
	border: 1px solid #633;
}
.calendar_empty_day {
	background-color: #ffffff;
	color: #0C9;
	border: 1px solid #17FFC6;
	height:25px;
}
.calendar_empty_day_weekend {
	background-color: #F7FDFB;
	color: #0C9;
	border: 1px solid #e0f1e9;
}
.highlight_today_text {
	color: #900;
	font-weight: bold;
	text-decoration: blink;
}
.highlight_this_week_text {
	color: #900; 
}

