/*
This is the default CSS that is over written by the imported layout CSS files. No colours should be used in this style sheet as these are set is the colour styles sheet in the layout areas.
*/


/*Config body tag*/
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

div#ScreenShow {
	display:none;
}

/*Main Content of the website*/
div#main {
	margin: 0px 10px 0px 10px;
}


div#footer {
clear:both;
}

/*
Class formatting
*/

.question {
	background:  url("/Graphics/Question.gif") no-repeat;
}

.error {
	font-style: italic;
}

.siteTitle {
font-size: xx-large;
font-weight:bold
}

.sitePhase {
font-size: x-large;
}

.indent { /*Indens for files, links, etc*/
	margin: 0px 24px;
}

.indent2 { /*Indens for files, links, etc*/
	margin: 0px 48px;
}

.labelre /*For required field on forms*/
{
   font-weight: bold;
}

.stats { /*Used on the stats page for spacing*/
   width: 165px;
   float: left;
   margin: 0px 24px;
   text-align: left;
}

.ForumPost { /*Use on the forum page for displaying post, topics, subjects*/
	border: 3px solid;
	padding: 5px 15px 5px 15px;
	margin: 5px 5px 5px 5px;
}

.Post { /*Use on the forum page for displaying post text*/
	margin: 0px 25px 0px 25px;
	font-style: italic;
}

/*For spacing for images*/

.imagepageright, .imagepageRight  {
	float: right;
	padding: 0px 0px 0px 10px;
	border: 0px;
}

.imagepageleft, .imagepageLeft {
	float: left;
	padding: 0px 10px 0px 0px;
	border: 0px;
}

.sitemap {
	float: left;
	width: 33%;
	padding: 0px 10px 0px 0px;
	border: 0px;
}

.imageTopRight {
text-align:right;
	padding: 0px 0px 0px 10px;
}

.imageTopLeft {
text-align:left;
	padding: 0px 10px 0px 0px;
}

/*
HTML formatting
*/
h1 {
	
	font-size: x-large;
}

h2 {
	
	font-size: medium;
}

h3 {
	font-size: medium;
	font-weight: bold;
}



div#main form {
	padding: 5px 10px 0px 0px;
	margin: 5px 20px 5px 0px;
	border-top: 3px dashed;
	border-bottom: 3px dashed;
}

/*Spacing for forms*/
div#main label {
   width: 175px;
   float: left;
   text-align: left;
}

div#main imput {
	margin-left: 10px
}
