/* CSS Document */
/* CSIRO Education/Network Ten - Scope TV Program */
/* Author: Harry Kontos - CSIRO IT */
/* Date Created: 2005-08-24 */
/* Date Modified: 2006-09-19 */

.logo {
	position: absolute;
	z-index: 1;
	left: 100px;
	top: 10px;
	}

.sponsorlogos {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	}
	
/* #wrapper {} */

body { 
	font-family: Arial, Verdana, sans-serif !important;
	color: #fff !important; 
	font-size: 13px; /* set base font size */
	*font-size:small; *font:x-small; /* filter enables text resizing in IE */
	margin: 0; 
	background-color: #000033;
	}

a:link, a:visited { 
	color: #fff !important; 
	text-decoration: underline;
	}

/*
p { font-size: 85%; }
ul li { font-size: 85%; list-style-type: square; margin-bottom: 0.75em;}
ul li li { font-size: 100%; }
ol li { font-size: 85%; margin-bottom: 0.75em;}
ol li li { font-size: 100%; }
*/

h1, h2 { font-weight:100; }

.pageHeading { color: #99FF00; font-weight:100; }


/* table and div borders */

.border { border: 1px solid #999; }
.bordertop { border-top: 1px solid #999; }
.borderright { border-right: 1px solid #999; }
.borderleft { border-left: 1px solid #999; }
.borderleftright { border-left: 1px solid #999; border-right: 1px solid #999; }
.borderbottom { border-bottom: 1px solid #999; }
.bordertopleft { border-top: 1px solid #999; border-left: 1px solid #999; }
.borderbottomleft { border-bottom: 1px solid #999; border-left: 1px solid #999; }
.bordertopright { border-top: 1px solid #999; border-right: 1px solid #999; }
.borderbottomright { border-bottom: 1px solid #999; border-right: 1px solid #999; }
.bordertopleftright { border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999;}
.borderbottomleftright { border-bottom: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999;}
.bordertopbottom { border-top: 1px solid #999; border-bottom: 1px solid #999; }
.bordertopbottomleft { border-top: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #999; }
.bordertopbottomright { border-top: 1px solid #999; border-bottom: 1px solid #999; border-right: 1px solid #999; }

.whiteBottomBdr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
.whiteTopBdr {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	
.white { color: #fff; }
.white a:link { color: #fff; text-decoration: underline; }
.white a:hover { color: #fff; text-decoration: underline; }
.white a:visited { color: #fff; text-decoration: underline; }
.gray { color: #999; }
.maroon { color: #990000; }
.blue { color: #069; }
.black { color: #000; }
.green { color: #99FF00; }

.smallText { font-family:Verdana, Arial, sans-serif; font-size: 77%; }
.tinyText { font-family:Verdana, Arial, sans-serif; font-size: 69.5%; }

/* EPISODES MENU WIDGET */
div#Episodes { 
	border: 1px solid #C6DC9C; 
	width: 210px; 
	padding: 5px;
	background-color: #3E501D;
	text-align: center;
	vertical-align:middle;
	}

form#frmEpisodes{ 
	margin: 3px;
	}
	
form#frmEpisodes select {
	color: #000;
	background-color: #DAE9BE;
	border-color: #000;
	}
	
	
#profilecat form { 
	white-space: nowrap; 
	padding: 0; 
	margin-bottom: 5px !important;
	margin-top: 3px !important;	
	}
#profilecat select { 
	color: #fff; 
	background-color: #333; 
	border-color: #666; 
	border-width:thin;
	width: 90%;
	}
#profilecat p { padding-bottom: 4px; margin: 0; }

div.segments {margin-right:20%;}	
div.segments p {
	background-image: url(images/playAV.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
	line-height: 125%;
	}

/* Styles for the navbar on the top */
#topnav a:link { text-decoration: none; }
#topnav a:hover { color: #ffcc00 !important; }
#topnav a:visited { text-decoration: none; }

img.profileImage { float: left; margin-right: 1em; margin-bottom: 0.5em; border: 1px solid #fff;}

div.footer { 
	font-size: 77%;
	text-align: left;
	margin-left: 195px;
	font-family: Arial, Verdana, sans-serif;
	color: #ccc;	
	padding-top: 2em;
	padding-bottom: 1em;
	}

div.footer a:link, div.footer a:visited { color: #ccc !important; text-decoration: underline; }


