/*
 File Name:	wizard.css
 Description:	CSS document, outlining the style for the fault wizard
 Owner:		Innovations, Capita Symonds 2009
 Created by:	Gavin Trowles	17th July 2009
*/


body, body div, body td, body tr {
    font-family: arial;
    font-size: 10pt;
}

.bold {
    font-weight: bold;
}

.heading
{
    font-weight: bold;
    color:green;
    font-size: 12pt;
}

.Subheading
{
    font-weight: bold;
    color:green;
    font-size: 10pt;
}

.FaultLocationTitle
{
   position:absolute;
   top:100px;
   left:200px;

}

.InfoBox
{
   position:absolute;
   top:100px;
   left:600px;
}

.Controls
{ 
    position:absolute;
    top:350px;
}

.mainDetails
{
    height:350px;
}

.InformationCell
{
    width:45%;
}

.smallheading
{
    font-weight: bold;
    color:green;
}
 
a
{
    color: green;
}

.wzd_button
{
	cursor: pointer;   
}

