/*
 * Style sheet for Townsville Eisteddod website
 */

BODY {
  font-family: "arial", "verdana", sans-serif;
}

table#TopBanner {
  background-image: url('images/CurtainHome.gif');
	position : fixed ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	margin : 0% 0% ;
  border-collapse : separate ;
  border-spacing : 0px;
	font-family : "Verdana" , "Arial", sans-serif ;
	font-weight : bold ;
	color : #77CCFF ;
	text-align : center ;
}

tr.NavBar {
	font-size : 10pt ;
	font-weight : bold ;
	font-variant : small-caps ;
	color : black ;
}

tr.NavBar td{
	border-top : 4px solid #55BBEE;
	border-bottom : 5px solid #0000CC ;
	border-left : 4px solid #55BBEE ;
	border-right : 4px solid #0000CC ;
	font-variant : small-caps ;
	background-color : #0077EE ;
	color : white ;
	height : 25px ;
}

tr.NavBar td#NavBarCurrent {
	background-color : #0066CC ;
	border-top : 5px solid #0000CC;
	border-bottom : 4px solid #55BBEE  ;
	border-left : 4px solid #0000CC ;
	border-right : 5px solid #55BBEE ;
}

tr.NavBar :link {
	text-decoration : none ;
	color : white ;

}

tr.NavBar :visited {
	text-decoration : none ;
	color : black ;
}

tr.NavBar :link:hover {
	text-decoration : none ;
	color : yellow;
 }

table#Mainbody {
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	margin : 0% 0% 0% 0% ;
	background-color : #77CCFF ;
	border : 2px solid black ;
  overflow : scroll ;
	font-family : "Arial" , "Verdana", sans-serif ;
	font-size : 9pt ;
	color : black ;
	border-collapse : collapse ;
	text-align : center ;
}

td#SideBarLeft {
	background-image : url('images/CurtainLeft.gif');
	background-repeat : repeat-y;
	border-right : 5px solid #0099FF ;
  text-align : center ;
  color : #00AAFF ;
}

td#SideBarRight {
	background-image : url('images/CurtainLeft.gif');
	background-repeat : repeat-y;
	border-right : 5px solid #0099FF ;
  text-align : center ;
  color : #00AAFF ;
}
div.JGNdiv {
	background-color : #DDEEFF ;
	margin : 10px 10px 10px 10px ;
  padding: 5px;
	border-top : 4px solid #55BBEE;
	border-bottom : 5px solid #0000CC ;
	border-left : 4px solid #55BBEE ;
	border-right : 4px solid #0000CC ;
  border-spacing : 0px;
	font-family : "arial" , sans-serif ;
	font-size : 10pt ;
	color : black ;
	text-align : left ;
}

table.JGNtable {
	background-color : #DDEEFF ;
	margin : 10px 10px 10px 10px ;
  padding: 5px;
	border-top : 4px solid #55BBEE;
	border-bottom : 5px solid #0000CC ;
	border-left : 4px solid #55BBEE ;
	border-right : 4px solid #0000CC ;
	border-collapse : separate ;
  border-spacing : 0px;
	font-family : "arial" , sans-serif ;
	font-size : 10pt ;
	color : black ;
	text-align : left ;
}

table.JGNtable td {
        border : 0px solid green
}
