@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/sedibeng%20logo_back.gif);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	height: 220px;
	padding: 0;
	margin: 0;
	background-image: url(../images/Sedibeng_banner.jpg);
	background-repeat: no-repeat;
	width: 900px;
	position: relative;
} 
.thrColFixHdr #header #mainNav {
	position: absolute;
	bottom: 13px;
	left: 590px;
	width: 310px;
}
.thrColFixHdr #header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.thrColFixHdr #header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
	height:1%; /* Work around for the IE6 white space bug  */
}
.thrColFixHdr #header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 10px;
	display: block;
	line-height: 25px;
}

.thrColFixHdr #header #mainNav li a:hover {
	color: #F00;
	border: none;
}
.thrColFixHdr #header #mainNav ul li a.current {
	height: 30px;
	color: #AAB3B2;
	line-height: 25px;
}
.thrColFixHdr #header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
}

.thrColFixHdr #sidebar1 #sideNav {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar1 #sideNav ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	line-height: 1.4em;
	background-repeat: no-repeat;
	background-position: left center;
}
.thrColFixHdr #sidebar1 #sideNav li {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	height:1%;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url(../images/blue_pawn.gif);
	text-align: right;
	font-size: small;
	font-weight: bold;
	margin: 0;
}
.thrColFixHdr #sidebar1 #sideNav a {
	display: block;
	text-decoration: none;
	height:1%;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #009;
}
.thrColFixHdr #sidebar1 #sideNav a:hover {
	color: #009;
	text-decoration: none;
	background-color: #e2ecfc;
	background-image: url(../images/queen8.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 #sb2Imp{
	background-color: #e2ecfc;
	width: 160px;
	padding-bottom: 5px;
}
.thrColFixHdr #sidebar2 h2 {
	background-image: url(../images/Side_banner.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: center;
	line-height: 29px;
	background-position: center center;
}
.thrColFixHdr #sidebar2 h3 {
	font-size: .7em;
	font-weight: bold;
	padding-left: 1em;
}
.thrColFixHdr #sidebar2 p {
	font-size: 0.7em;
	padding-left: 1em;
}
.thrColFixHdr #sidebar2 p.more {
	font-style: italic;
	text-align: right;
	padding-right: 1em;
}
.thrColFixHdr #sidebar2 p.more a {
	text-decoration: none;
}
.thrColFixHdr #sidebar2 p.more a:hover {
	color: #F00;
}
.thrColFixHdr #sidebar2 table {
	font-weight: bold;
	font-size: 0.7em;
}
.thrColFixHdr #sidebar2 table a {
	display: block;
	background-color: #FFF;
	text-decoration: none;
	height:1%;
	color: #a4000b;
}
.thrColFixHdr #sidebar2 table a:hover {
	color: #a4000b;
	text-decoration: none;
	background-color: #e2ecfc;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 191px;
	margin-left: 181px;
}
.thrColFixHdr #mainContent h1 {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	color: #a4000b;
}
.thrColFixHdr #mainContent h2 {
	text-align: center;
	line-height: 0em;
	padding-top: .6em;
}
.thrColFixHdr #mainContent h3 {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 0em;
	padding-bottom: 0.6em;
	color: #999;
}

.thrColFixHdr #mainContent p.important {
	background-color: #e2ecfc;
	padding: 8px;
	border: 1px solid #009;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.thrColFixHdr #mainContent p img {
	margin-right: 5px;
	border: 1px solid #006;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.thrColFixHdr #mainContent hr {
	width: 200px;
	color: #009;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 181px;
}
.thrColFixHdr #mainContent2 h1 {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	color: #a4000b;
}
.thrColFixHdr #mainContent2 h2 {
	text-align: center;
}
.thrColFixHdr #mainContent2 h3.gallery {
	text-align: center;
}
.thrColFixHdr #mainContent2 p.important {
	background-color: #e2ecfc;
	padding: 8px;
	border: 1px solid #009;
}
.thrColFixHdr #mainContent2 hr {
	width: 200px;
	color: #009;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.thrColFixHdr #mainContent2 committeetablecontainer {
	text-align: center;
	float: none;
}
.thrColFixHdr #footer {
	background-color: #e2ecfc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: center;
	letter-spacing: .2em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #footer p.webdesign {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Comic Sans MS", cursive;
	font-size: 0.65em;
	text-align: center;
	letter-spacing: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bold;
}
.thrColFixHdr #footer p.webdesign a {
	text-decoration: none;
}
table#calender {
	width: 99%;
	margin: 0 auto 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
}
table#calender td {
	line-height: 20px;
	padding-left: 5px;
	border: 1px solid #fff;
	padding-right: 5px;
}
table#calender th {
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	line-height: 30px;
	color: #FFF;
	background: #02225d;
	border-bottom: 1px solid #fff;
}
table#calender thead {
	/* background: url(../_images/header_background.jpg) no-repeat right top; */
	height: 30px;
	background-color: #02225d;
}
table#calender tr:hover {
	color: #FFF;
	background-color: #999;
}
#event,
#format,
#entry {
	background: #F5D3A5;
}
#venue,
#contact {
	background-color: #e2ecfc;
}
/*table#calender thead th {
	background: none;
} */
table#results {
	float: none;
	width: 220px;
	border: 0;
	background-color: #e2ecfc;
	/*border: 0;
	margin: 0 auto 30px; */
}
table#results a {
	display: block;
	background-color: #FFF;
	text-decoration: none;
	height:1%;
	color: #a4000b;
}
table#results a:hover {
	color: #a4000b;
	text-decoration: none;
	background-color: #e2ecfc;
}
table#committee {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
table#committee h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	color: #006;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table#committee h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	color: #a4000b;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table#committee td {
	background-color: #e2ecfc;
	padding-right: 20px;
	padding-left: 20px;
	height: 320px;
	vertical-align: top;
	border: 2px solid #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 180px;
}
table#committee img{
	height: 225px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #006;
}
table#links {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #006;
}
table#links td {
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #006;
	border-bottom-style: none;
	border-left-style: none;
}
table.gallery {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
table.gallery td {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
table.gallery img {
	width: 292px;
	border: 2px solid #006;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
table.gallery h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	color: #a4000b;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
table#legend {
	width: 560px;
	font-size: 0.7em;
	border: 1px solid #006;
	margin-right: auto;
	margin-left: auto;
}
table#legend td {
	padding-right: 4px;
	padding-left: 4px;
}
.middle {
	width: 350px;
	display: inline;
	height: 500px;
	vertical-align: top;
}
.funLeft {
	width: 350px;
	height: 500px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #006;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.funRight {
	width: 330px;
	height: 445px;
	float: right;
	padding-top: 65px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #006;
	padding-bottom: 10px;
}
.tpContainer {
	margin: 0px;
	padding: 0px;
}
.tpContainer iframe {
	height: 515px;
	width: 684px;
	margin: 0px;
	padding: 0px;
}
.sectionTabHolder {
	display: block;
	height: 20px;
	padding-left: 10px;
	margin-top: 20px;
}
.sectionTabs {
	display: inline;
	font-weight: bold;
	background-color: #e2ecfc;
	width: 5em;
	text-align: center;
	float: left;
	margin-right: 3px;
}
.sectionTabs a {
	text-decoration: none;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
}
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #FFF;
      }
#tabs ul {
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
#tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#000;
	background-image: url(../images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;
      }

/*table#calender thead tr:hover {
	background: transparent;
} */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

