﻿/* Concrete Stylesheet
December 2007 
Stylesheet conforms to CSS 2.0
Location: App_Themes/Concrete/ 
Copyright C3 Project Management Pty Ltd

*/ 

a:link
{

}
a:visited
{
} 
a:active 
{
}
/* Logo applies to master page
Note the use of relative url depends on location of this .css file in the App_Themes/Concrete folder*/
#logo
{
	height: 100px;
	background-repeat: no-repeat;
	border: 0;
	font-family: Tahoma, Times New Roman, Times;
	font-size:10pt;
	color:Black;
}
#menu1
{
/* Outback */	
	background: url(../../Images/OutbackMenu.jpg); height: 30px;
	background-repeat: no-repeat; 
}
.IE8Fix
{
    z-index: 100;
}
#content
{
/*	background: url(../../Images/Wallpaper.jpg); 
	background-repeat: no-repeat; */
	background-color: White; 
}
body
{
	font-family: Tahoma, Times New Roman, Times;
	font-size:10pt;
/*  background-color: Silver; */	
/*  Outback: background-color rgb(234,88,39); color black*/
/*	background-color: rgb(234,88,39); color: black; */
	background-color: rgb(231,231,255); color: black;
	width:1000px; /* Site is constrained to 1000 pixels wide for formatting*/
	margin: 0 auto; /* Auto margin centres the page */
	text-align: center; /* but for IE 5 and 6 bug*/ 
}
/* class form1 used in master page adjusts text left again for IE 5 and 6 centre-ing bug*/
.form1
{
	position:relative; width:1000px; margin: 0 auto;text-align: left; 
}

table
{
	
}
h1, h2
{
	/*  Outback Blue Headers*/
	color: rgb(0,51,153);
	font-family: Tahoma, Times New Roman, Times;
	font-size:16pt; 
	font-weight:bold; 
	/*  Outback 4 Orange Headers
	background-color: rgb(255,102,51);
	color:White;
	font-family: Tahoma, Times New Roman, Times;
	font-size:12pt;
	text-indent: 2pt; 
	line-height: 18pt; */
}

h3
{
	/*  White on Blue Headers*/
	font-family: Tahoma, Times New Roman, Times;
	font-size:10pt;
	background-color: rgb(0,51,153); 
	color: White; 
	text-align:center; 
	text-indent: 2pt; 
	line-height: 18pt;
}

h4
{
	/*  White on Gold*/
	font-family: Tahoma, Times New Roman, Times;
	font-size:10pt;
	background-color:Orange; 
	color: White; 
	text-align:center; 
	text-indent: 2pt; 
	line-height: 18pt;
}

h5
{
	/*  White on Silver*/
	font-family: Tahoma, Times New Roman, Times;
	font-size:10pt;
	background-color:Gray; 
	color: White; 
	text-align:center; 
	text-indent: 2pt; 
	line-height: 18pt;
}

h6
{
	/*  White on LightBrown*/
	font-family: Tahoma, Times New Roman, Times;
	font-size:10pt;
	background-color:Teal; 
	color: White; 
	text-align:center; 
	text-indent: 2pt; 
	line-height: 18pt;
}

.subheading
{
	/*  Outback 7 Orange*/
	color: rgb(232,68,14);
/*	color:White;
	text-indent: 2pt; */
	font-size: 10pt;
	
}

