﻿/* 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: 50px;
	background: url(../../Images/Night4.jpg); 
	background-repeat: no-repeat; 
	text-align: center;
	font-size: 18pt;
	color: White;
	font-family: Tahoma;
	font-weight: bold;
	width:100%;
}
#menu1
{
	background: url(../../Images/menu1.jpg);
	width:100%;
}
#content
{
	background-color: White;
/*	border-top-style: none;
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none; */
}
body
{
	font-family: Tahoma, Times New Roman, Times;
	font-size:8pt;
	background-color: Silver;
	color: rgb(0,0,102);
	width:800px; /* Site is constrained to 800 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:800px; margin: 0 auto;text-align: left;}

table
{
	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Times New Roman, Times;
	font-size:10pt;
}
h1
{
	color: rgb(51,51,204);
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
	font-size:medium
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}
