@charset "iso-8859-1";
/* CSS Document */

/*--------------------- body ---------------------*/

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 11px;
	color: #414144;
	text-align: center;
	/* background: #0B0B0B url("http://coda.co.za/pics/global/background1.jpg") top center fixed; */
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	margin-top: 0px;
}

body, input, textarea, table, select {
	font-family: Verdana, sans-serif;
}

/*--------------------- text/headings ---------------------*/

h1 {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px -5px 0px;
	padding: 0;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px 3px 0px;
	padding: 0;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #131313;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
h4 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0071BC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	/* padding: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */
}
h5 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #0071BC;
	margin: 1px 0px 1px 0px;
	padding: 0;
}

h6 {
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px 3px 0px;
	padding: 0;
}
h7 {
	font-family: arial;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}
h8 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
h9 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #131313;
	margin: 2px 0px 2px 0px;
	padding: 0;
		/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	/* padding: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */

}

/*
h6 {
	font-size: 1.5em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Verdana", sans-serif;
	color: #7D7D7D;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
*/

.pollTxt {
	font-family: Verdana;
	font-size: 10px;
	color: #252525;
	text-decoration:none;
	/* padding: 0px 0px 0px 0px; */
	/* margin: 0px 0px 0px 0px; */
}

.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
}

.subRSS {
	color: #EB6100;
	font-size: 8px;
	font-weight: bold;
	text-decoration:none;
}

.subNav {
	color: #EB6100;
	text-decoration:none;
}


/* =Nav
----------------------------------------------- */
#nav {
  background-color:#fff;
  background-repeat:no-repeat;
  float:left;
  width:700px;
  border:solid #ddd;
  border-width:1px 0;
  }
.home #nav {
  background-position:0 -100px;
  }
#nav ul {
  margin:0;
  padding:0px 4px 0px 4px;
  list-style:none;
  font-size:11px;
  font-weight: bold;
  font-family: Verdana;
  text-transform:uppercase;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
  display:block;
  
  /* ALLEN - LOOK AT THIS LINE TO EDIT AND ADJUST THE NAVIGATION BAR */
  
  padding:10px 10px 10px 10px;
  
  /* ALLEN, edit the padding 20px and 20px to adjust the spacing of the text in the box area */
  /* See the attribute in the line below to adjust it */
  /* The bigger the size, the more spread out it will be */
  /* Gotta check in Mac Safari browsers too coz it may run due to browser compatibility issues */
  /* padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'; */
  
  border:solid #ddd;
  border-width:0 1px 0 0;
  color:#68a;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  background-color: #FFFF00;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#fff;
  background-color: #FFFF00;
  }
#nav a:hover a:visited {
  background-repeat:no-repeat;
  background-color: #FFFF00;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }

/*--------------------- links ---------------------*/

a:link {
	color: #02508c;
	text-decoration: none;
}
a:visited {
	color: #02508c;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #02508c;
	text-decoration: none;
}

/*--------------------- new links ---------------------*/

.links a:link {
	color: #000000;
	text-decoration: none;
}
.links a:visited {
	color: #000000;
	text-decoration: none;
}
.links a:hover {
	color: #000000;
	text-decoration: underline;
}
.links a:active {
	color: #000000;
	text-decoration: none;
}



/*--------------------- form elements ---------------------*/

form { 
	margin: 0;
}

label {
	display: none;
}

label.v {
	display: inline;
}

/*input.t, input.tr, textarea, select, .file, input#__ec_s {
	background-color: #FFFFFF;
	border: none;
	font-size: 10px;
	color: #3D3D3D;
	padding: 1px 3px 0px 3px;
	border-right: 3px solid #2B2B2B;
}*/
input.t:focus, textarea:focus, select:focus, .file:focus, input#__ec_s:focus {
	background-color: #4FBFFC4;
	border-right: 3px solid #4B7600;
	color: #0272C8;
}

input.t, input.tr, input#__ec_s {
	height: 11px;
}

input.tr, textarea.tr, input#__ec_s {
	border-right: 3px solid #6BA800;
}

input.tr:focus, textarea.tr:focus, input#__ec_s:focus {
	border-right: 3px solid #A2FF00;
	background-color: #4B7600;
	color: #A2FF00;
}

input#__ec_s, input#__ec_s:focus {
	margin-left: 15px;
}

/*select, select:focus {
	height: 1.6em;
	padding: 0;
	border: transparent;
}*/


/*------------------------ site frame -------------------------*/

table.bodyFrame {
	border: 0;
	width: 768px;
	padding: 0px, 0px, 0px, 0px;
}

table.bodyFrame td {
	font-weight: normal;
	color: #414144;
	padding: 0px, 0px, 0px, 0px;
}

/*------------------------ news body -------------------------*/

table.News {
	border: 0;
	width: 672px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
table.News th {
	font-weight: normal;
	color: #252525;
	height: 25px;
	padding: 0px;
	vertical-align: top;
}

table.poll { 
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #252525;
	width: 166px;
	background-color: #EDEDED;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px 0px 0px;

}

table.sidebar { 
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #252525;
	border: 1px #636363 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px 0px 0px;
	/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'; */
}

.time_text { 
	font-family: Verdana;
	font-size: 10px;

}
.bs_text { 
	font-family: Verdana;
	color: #000000;
	font-size: 11px;

}
.date_header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
.whitetext {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.weather {
	font-family: Arial;
	font-size: 11px;
}
.weather_01 {
	font-family: Arial;
	font-size: 10px;
}
.header_page {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}