/* Default CSS stylesheet for a new Web Application project */
/* Charcoal Background Colour Setting = COLOR: #2c2929; */

/* Reference HTML Tags */
BODY
{
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	overflow: scroll;
	text-transform: none;
	color: white;
	line-height: 1pt;
	font-family: Verdana;
	letter-spacing: normal;
	background-color:Black;
	background-image: url(images/backimage.gif);
	cue-before:url(dresser.au);
	}
p 
{
	margin-top: 1em;
} 

H1, H2, H3, H4, H5, TH, Thead, TFOOT
{
	color: Black;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, Thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
	color: orange;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color: orange;	
	}	
		
A:active	{	
	text-decoration:	none;
	color:	orange;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: orange;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

 img 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	
} 
/* Reference a controls by Class */
.NoticeBoard
{
	width:110px;
	border-width:2px;
	border-style:ridge;
	border-color: silver;
	font-size:small;
	font-family:Georgia;
	color:Silver;
}	

.Logon
{
	width:110px;
	border-width:2px;
	border-style:ridge;
	border-color:silver;
	font-size:small;
	font-family:Georgia;
	color:Silver;
}	
.LogonLine
{
	border-bottom-width:2px;
	border-bottom-color:inherit;
	border-bottom-style:ridge;
	font-size:small;
	font-family:Georgia;
	text-align:center;	   
}
.HomePageBanner
{
	font-size:large;
	font-family:Georgia;
	text-align:center;
	color:silver;
	text-align:left;
}
.HomePagePic
{
	border-style: solid;
	border-color: white;
	border-width:10px; 
	width: 420px;
	height: 335px;
	background-image: url(images/homepage.gif); 
	
}
.MasterPageBanner
{
	font-size:large;
	font-family:Georgia;
	text-align:center;
	color:silver;
	text-align:left;	
}
.BreadCrumb
{
	FONT-SIZE: 10pt; 
	WIDTH: 100%; 
	FONT-FAMILY: verdana; 
	HEIGHT: 19px;
	color: Orange;
}
.PageTitle
{
	color: Silver;
	font-weight:bold;
	font-size:12pt;
}
.ForumTable
{
	 padding: 5px;
	 font-family: Verdana;
	 font-size: 10pt; 
	 border-style:solid;
     Border-Width:1px;
     border-color:White;
     background-color:black;
}
.ForumGroupHeadingRow
{
      background-color:Silver;
      color:navy;
      Width:100%;
      border-width:1px;
      border-color:White;
}
.ForumHeadingRow
{
      background-color:Silver;
      color:black;
      Width:100%;
}
.ForumHyperLink
{
	color:black;
}
.LatestPostHyperLink
{

}
.ForumRow
{
	background-color:black;
	color:white;
}
.ForumRowAlternate
{
	background-color:#2c2929;
	color:white;
}
/* Reference a controls by ID */
#Button2 
{
	
}