/*
Project: AIMS - African Institute for Mathematical Sciences
Release: 1.0 - January 2009
Author: Scribblers' Club
Author URL: http://www.scribblersclub.com
*/

/* Clear All Browser Defaults */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0;}a{text-decoration:none;}html body div.clear,html body span.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0;}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0;}.clearfix{display:inline-block;}* html .clearfix{height:1%}.clearfix{display:block;}

/* Setup New Base Defaults */

body {
	font-family: "Ubuntu", Arial, sans-serif;
	text-align: center;
}

body {
	font-size: 62.5%;
} /* IE */

html > body {
	font-size: 10px;
} /* Other browsers */

/* Headings, Paragraphs and List Defaults */

h1 {
	color: #4A4A48;
	font: 3.0em "Ubuntu", times, serif;
	font-weight: normal;
	margin-bottom: .5em;
	padding-top: .4em;
}

h2 {
	color: #4A4A48;
	font: 1.6em "Ubuntu", times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: .5em;
	text-transform: uppercase;
}

h3 {
	color: #4A4A48;
	font: bold 1.6em "Ubuntu", times, serif;
	margin-bottom: .5em;
}

p.first {
	color: #4A4A4A;
	font: 2.0em "Ubuntu", times, serif;
	margin: 0 0 .7em 0;
}

p {
	color: #4A4A4A;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}

address {
	color: #4A4A4A;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.2em;
	margin-bottom: 1.0em;
	margin-left: 27px;
}

address p {
	font-size: 1.0em;
	margin-top: 1.0em;
}

#page-body-inner ul {
	list-style: none;
	margin-bottom: 1.0em;
}

#page-body-inner ul li {
	background: transparent url(../images/blue-bullet.gif) left 5px no-repeat;
	color: #4A4A4A;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-left: 12px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#page-body-inner ul li ul {
	margin-bottom: 0;
	margin-top: 5px;
}

#page-body-inner ul li ul li {
	font-size: 1.0em;
}

#page-body-inner ol {
	list-style: decimal;
	margin-bottom: 1.0em;
}

#page-body-inner ol li {
	color: #4A4A4A;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-left: 35px;
	padding-bottom: 2px;
}

/* Page Header Containers */

#header {
	border-bottom: 1px solid #BDBEC0;
	height: 98px;
}

#index-header-inner {
	background: #ffffff url(../images/header-back02.jpg) right bottom repeat-y;
	height: 98px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 717px;
}

#page-header-inner {
	height: 64px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 717px;
}

#index-header-inner img, #page-header-inner img {
	padding-left: 10px;
	padding-top: 12px;
}

#page-header-innerR {
	float: right;
	margin-right: 20px;
	margin-top: 4px;
}

#header02 {
	border-bottom: 1px solid #BDBEC0;
	padding-top: 5px;
	height: 26px;
}

#header02-inner {
	background-color: #A98E41;
	height: 21px;
}

#lang-bar {
	color: #ffffff;
	font-size: 1.0em;
	left: 100%;
	margin-left: -150px;
	position: absolute;
	text-align: left;
	top: 5px;
	width: 150px;
	z-index: 30000;
}

#lang-bar a:link, #lang-bar a:visited {
	color: #ffffff;
}

#lang-bar a:hover, #lang-bar a:active {
	color: #000000;
}

/* Main Content Area */

#page-body {
	background: #ffffff url(../images/dark_fade.gif) left top repeat-x;
}

/* Index Page */

#index-page {
	background: transparent url(../images/index-back.jpg) 25px top no-repeat;
	height: 286px;
	width: 714px;
}

#index-page h1 {
	margin-top: -10000px;
	position: absolute;
}

#index-page p {
	color: #88888D;
	font: bold 2.0em/1.0em "Ubuntu", Arial, sans-serif;
	padding-left: 30px;
	padding-top: 200px;
	position: absolute;
	/*margin-top: -10000px;*/
	text-transform: none;
	width: 310px;
}

#index-page a:link, #index-page a:visited {
	color: #A98D40;
	text-decoration: none;
}

#index-page a:hover, #index-page a:active {
	color: #000000;
	text-decoration: none;
}

/* Normal Content Page */

#page-body-container {
	margin: 0 auto 0 auto;
	padding-top: 15px;
	position: relative;
	text-align: left;
	width: 750px;
}

#page-body-header {
	height: 286px;
	width: 714px;
}

#page-body-inner {
	margin-bottom: 20px;
	margin-left: 20px;
	width: 680px;
}

.col300 {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 300px;
}

.col300-left {
	float: left;
	margin-right: 15px;
	width: 120px;
}

.col300-right {
	float: left;
	font: 1.2em/1.5em "Ubuntu",Arial,sans-serif;
	width: 160px;
}

#page-body-inner a:link, #page-body-inner a:visited {
	color: #4A4A4A;
	text-decoration: underline;
}

#page-body-inner a:hover, #page-body-inner a:active {
	color: #000000;
	text-decoration: underline;
}

/* News Footer Section */

#news-footer {
	background: transparent url(../images/news-fade.gif) left top repeat-x;
	margin-top: 10px;
}

#news-footer-inner {
	background: transparent url(../images/news-fade02.gif) right top no-repeat;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 750px;
}

#news-footer-inner h2 {
	color: #ffffff;
	font: bold 1.2em/1.0em "Ubuntu", Arial, sans-serif;
	letter-spacing: 0;
	margin: 5px 0 5px 0;
	text-transform: none;
}

#news-footer-left {
	float: left;
	margin-left: 45px;
	width: 200px;
}

#news-footer-left ul {
	list-style: none;
	margin-top: 25px;
}

#news-footer-left li {
	background: transparent url(../images/footer-bullet.gif) left 4px no-repeat;
	color: #5C5B5B;
	float: left;
	font: bold 1.1em/1.2em "Ubuntu", Arial, sans-serif;
	margin-bottom: 7px;
	padding-left: 10px;
	width: 90px;
}

#news-footer-left a:link, #news-footer-left a:visited {
	color: #5C5B5B;
	text-decoration: none;
}

#news-footer-left a:hover, #news-footer-left a:active {
	color: #000000;
	text-decoration: underline;
}

#news-footer-center {
	float: left;
	margin-left: 25px;
	width: 280px;
}

/* News link in bottom menu and links in text below it 
 * "News" should be white, text below should be grey.
 * but color below affects both "news" and links in the text below.
#news-footer-center a:link, #news-footer-center a:visited {
        color: #5C5B5B;
        text-decoration: none;
}
*/

#news-footer-center a:link {
        color: #4A4A4A;
        text-decoration: underline;
}

#news-footer-center a:hover, #news-footer-center a:active {
        color: #000000;
        text-decoration: underline;
}

#news-footer-right {
	float: left;
	margin-left: 25px;
}

#news-footer-right h2 a {
	background: transparent url(../images/down_arrow.png) right center no-repeat;
	padding-right: 15px;
}

#news-footer-right h2 a:link, #news-footer-right h2 a:visited,
#news-footer-right h2 a:hover, #news-footer-right h2 a:active {
	color: #ffffff;
}

#news-footer-inner p {
	color: #5C5B5B;
	font: bold 1.5em/1.5em "Ubuntu", Arial, sans-serif;
	margin-top: 25px;
}

span.more-link a:link, span.more-link a:visited {
	color: #A98D40;
	padding-left: 5px;
	text-decoration: none;
}

span.more-link a:hover, span.more-link a:active {
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
}

/* Progress Map */

#mapContainer {
	position: relative;
}

#progressMap {
	left: 0;
	position: absolute;
	top: 0;
}

#progressMapOverlay {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

/* Calendar */

#myCalendar {
	margin-top: 15px;
}

/* Page Footer */

#footer {
	border-top: 1px solid #BDBEC0;
	margin-top: 10px;
}

#footer-inner {
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#footer-left {
	color: #6B6B6D;
	float: left;
	font-size: 1.0em;
	margin-top: 5px;
	width: 590px;
}

#footer-right {
	color: #6B6B6D;
	float: right;
	font-size: 1.0em;
	margin: 5px 10px 0 0;
	text-align: left;
	width: 150px;
}

/* Forms */

.errors {
	color: #ff0000;
	font: 1.2em/1.5em "Ubuntu",Arial,sans-serif;
	padding-bottom: 15px;
}

/* Images */

.sidepic01 {
	float: right;
	margin: 0 20px 20px 100px;
}

.sidepic02, .rndImage {
	float: right;
	margin: 0 20px 20px 20px;
}

/* Tables */

table {
	margin-bottom: 15px;
}

td {
	font: 1.2em/1.5em "Ubuntu",Arial,sans-serif;
	padding-right: 15px;
}

/* Menus, Menu Lists and Misc Links

** Main Menu **
External stylesheets:
menuMatic-ie6.css for IE6
*/

#header-menu {
	background: transparent url(../images/top_menuBack.gif) right top no-repeat;
	height: 21px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

/* Top-of-Page Link */

a#topLink {
	background: transparent url(../images/top_link_arrow.gif) left center no-repeat;
	font: bold .8em "Ubuntu", Arial, sans-serif;
	letter-spacing: 1px;
	padding-left: 15px;
	text-transform: uppercase;
}

a#topLink:link, a#topLink:visited {
	border: none;
	color: #6B6B6D;
	text-decoration: none;
}

a#topLink:hover, a#topLink:active {
	border: none;
	color: #000000;
	text-decoration: none;
}

/* Footer Menu */

#footer-left ul {
	list-style: none;
	margin-left: 5px;
}

#footer-left ul li {
	float: left;
	padding: 0 7px;
}

#footer a:link, #footer a:visited {
	color: #6B6B6D;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
}

/*================================
menuMatic Main Menu Style Section
==================================*/

/* ----[ LINKS ]----*/

#nav {
	width: 750px;
}

/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
	padding: 5px 15px 6px 15px;
	
}

#subMenusContainer a {
	padding: 5px 10px 5px 10px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	color: #ffffff;
	font-family: "Ubuntu",Arial,sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin: 0;
	float: left;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a {
	background: #ffffff;
	color: #000000;
	font-family: "Ubuntu",Arial,sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused {
	background-color:#C6DFA0 ;
	color:#5A6060;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus {
	background-color:#ffffff ;
	color:#A98E41;
}

#nav li a:hover,
#nav li a:focus {
	background: transparent;
	color: #000000;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn {
	background: transparent url(../images/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused {
	background: transparent url(../images/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only] */
.mainMenuParentBtn {	
	 background: transparent url(../images/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only] */
.mainMenuParentBtnFocused {	
	background: transparent url(../images/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding: 0 2px;
	margin: 0 0 0 -2px;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/
	background-color: #ffffff;
	border: 1px solid #A98E41;
	left: 0;
}

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display: block;
	list-style: none;
	position: relative;
	float: left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display: block;
	position: absolute;
	list-style: none;
	margin: 0 0 0 0;
	z-index: 20000;
	display: block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 20em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.0em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 20em; margin-top:-2.2em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:20em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 20em;  margin-top:0;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 20em; }

/*=======================================
CALx Calendar Style Section
=========================================*/

.CALxContent{
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom: 0em;
	margin-right : 0em;
	margin-left : 0em;
	color: Black;
	text-align:center;
}

.CALxContent td {
	padding: 3px 0 3px 0;
}

.navPeriod{
	text-align: center;
	padding: 0;
	margin-bottom: 5px;
	text-decoration: none;
	width: 100%;
}

.navPeriod a{
	text-decoration: none;
}
.navPeriod .previousYear img,a,span{
	text-decoration: none;
}

.navPeriod .previousMonth img,a,span{
	text-decoration: none;
}

.navPeriod .nextMonth img,a,span{
	margin-right: 3px;
	text-decoration: none;
	border: none;
}

.navPeriod .nextYear img,a,span{
	text-decoration: none;
}

.navPeriod .month{
	margin-right: 0;
}

.navPeriod .year{
	margin-right: 5px;
}

.CALxContent .CALxTabOfYearContent{
	color: Black;
}

.CALxContent .CALxTable{
	color: Black;
	font-size: 1.0em;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 140px;
}

.CALxContent .CALxTable td, .CALxContent .CALxTable th{
margin: 0;
}

.CALxTable th {
	background-color: #EBDEBC;
	padding: 3px 0; 
}

.CALxTable td a {
	display: block;
	margin: 0;
	padding: 0;
}

.CALxContent td.emptyDay{
}

.CALxContent td.today{
	background-color: #EBDEBC;
	border: 1px solid #947B38;
}
.CALxContent td.inactDay{
	background-color:#D6E7F4;
}
.CALxContent td.event{
	background-color: #CFB776;
}
.CALxContent td.multiple{
	background-color: #A98D40;
}
.CALxContent .titleMulti{
	color:rgb(111,147,72);
}
.CALxContent td.event a{
	text-decoration: none;
	color: #ffffff;
}
.CALxContent td.event a:hover{
	background-color: #CFB776;
}
.CALxContent td.multiple a{
	text-decoration:none;
	color: #ffffff;
}
.CALxContent td.multiple a:hover{
	background-color: #A98D40;
}
.CALxContent td.dayPreviousMonth{
	background-color: Gray;
}
.CALxContent td.dayNextMonth{
	background-color: Gray;
}

.popperlink {
	z-index: 2; 
	visibility: hidden; 
	width: 200px; 
	position: absolute;
}

.linkDetailPopup{
	color:white;
}
.textfontClass {
	font-family: "Ubuntu", Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px;
	text-align: left;
}
.textfontClass a{
	color: #A98D40;
	font-size: 1em;
}
.textfontClass a:hover{
	font-weight: bold;
}
.capfontClass {
	font-family: "Ubuntu", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
 	color:  #ffffff;
	padding: 5px;
	text-align:left;
}
.closefontClass{
	font-family: "Ubuntu", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
  color:  #ffffff;
	padding: 5px;
  text-align:right;
}
.capfontClass, .closefontClass a {
	color: #ffffff; 
	font-size: 1em;
	padding: 5px;
}
.fgClass {
	background-color:#EBDEBC;
}
.bgClass {
	background-color: #A98D40;
}
