/* sfc.css by Leonard Yates, 2 January 2004 */

/* standard background */
	body	{
			background: url("http://www.schofields-flying-club.com.au/images/lines.jpg") repeat-x;
			margin-top: 0;
			margin-left: 0;
			background-color: #ffffff;
			scrollbar-face-color: #666666;
			scrollbar-arrow-color: black;
			scrollbar-track-color: #999999;
			scrollbar-shadow-color: '';
			scrollbar-highlight-color: '';
			scrollbar-3dlight-color: '';
			scrollbar-darkshadow-Color: '';
			}

	sup {
		font-size: 9px;
		}
			
/* blue title */

	.title	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size:18px;
			font-weight: bold;
			color: #003399;
			background: white;
			text-align:center;
			}

/* small blue title */

	.stitle	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size:15px;
			font-weight: bold;
			color: #003399;
			background: white;
			text-align:center;
			}

/* normal font, left, black */
	.nlb	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: black;
			background: white;
			text-align: left;
			}

	/* table, normal font, left, black */
	.tlb	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: black;
			background: #efefef;
			text-align: left;
			}

/* normal font, center, black */
	.ncb	{
			font-family: "Arial narrow", sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: black;
			background: #efefef;
			text-align: center;
			}

/* normal font, center, black */
	.taf	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: black;
			background: #efefef;
			text-align: center;
			}

/* bold font, center, black */
	.bcb	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: black;
			background: #efefef;
			text-align: center;
			}

/* bold font, left, black */
	.blb	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: black;
			background: #ffffff;
			text-align: left;
			}

/* bold font, left, blue */
	.bbb	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: black;
			background: #ffffff;
			text-align: left;
			}

/* small font, left, grey background, black text */
	.small_w	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: #000000;
			background: #ffffff;
			text-align: left;
			}

/* small font, center, white background, black text */
	.small_x	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: #000000;
			background: #ffffff;
			text-align: center;
			}

/* small font, center, grey background, black text */
	.small_c	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: black;
			background: #efefef;
			text-align: center;
			}

/* small font, right, black */
	.little	{
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: black;
			background: white;
			text-align: right;
			}

/* break with specified line size */
	br		{
			font-size: 10px;
			}

/* nav links */
	a.nav:link {
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			color: black;
			background: #efefef;
			text-decoration: none;
			line-height: 14px;

			}
	a.nav:visited {
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			color: black;
			background: #efefef;
			text-decoration: none;
			line-height: 14px;
			}
	a.nav:hover {
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			color: white;
			background: black;
			text-decoration: none;
			line-height: 14px;
			}

/* email */
	a.email:link {
			color: #0000ff;
			background: #ffffff;
			text-decoration: underline;
			}
	a.email:visited {
			color: #0000ff;
			background: #ffffff;
			text-decoration: underline;
			}
	a.email:hover {
			color: #ff0000;
			background: #ffffff;
			text-decoration: underline;
			}
	
	/* top */
	a.tpage:link {
			color: #0000ff;
			background: #ffffff;
			text-decoration: underline;
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			text-align: justify;
			}
	a.tpage:visited {
			color: #0000ff;
			background: #ffffff;
			text-decoration: underline;
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			text-align: justify;
			}
	a.tpage:hover {
			color: #ff0000;
			background: #ffffff;
			text-decoration: underline;
			font-family: "Verdana", "Arial", sans-serif;
			font-size: 10px;
			text-align: justify;
			}

/* Toolbar */
	.tbToolbar { 
		/*border-top:1px solid black; 
		border-bottom:1px solid black; */
		border-top:1px white; 
		border-bottom:1px white; 
		background-color: #ffffff;
		width:auto%;
		height:25px;
		padding-top:2px; 
		padding-bottom:2px; 
		padding-left:0px; 
		margin: 0px;
		color:#000000;
		position: relative;
	}

	.tbSubMenu {
		border:1px solid black;
		background-color: white;
		color: black;
		font-family: "Verdana", "Arial", sans-serif;
		font-size: 13px;
		font-weight: normal;
		padding:2px;
		display: none;
		position: absolute;
	}

	.tbItem { 
		padding-left:2px;
		padding-right:2px;
		margin:2px;
		background-color: #efefef;
		text-decoration: none;
		border:1px solid black;
		font-family: "Verdana", "Arial", sans-serif;
		font-size: 13px;
		font-weight: normal;
	}

	.tbItemSelected { 
		padding-left:2px;
		padding-right:2px;
		margin:2px;
		text-decoration: none;
		border:1px solid #000000;
		background-color:#cccccc;
		font-family: "Verdana", "Arial", sans-serif;
		font-size: 13px;
		font-weight: normal;
		color:black;
		position:relative;
	}

	.tbItemLink { 
		cursor:default; 
		padding:0px; 
		margin:0px;
	}

	.tbSubItemLink { 
		cursor:select; 
		padding:0px; 
		margin:0px;
		min-width:80px;
		border:1px solid white;
		white-space: nowrap;
	}

	.tbSubItemLinkSelected { 
		cursor:pointer; 
		padding:0px; 
		margin:0px;
		margin-right: auto;
		min-width:80px;
		border:1px solid #c0c0c0;
		background-color:#cccccc;
		white-space: nowrap;
	}

/* end of listing */
