/*
 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;
}


.mainHeading
{
    font-size:26px; 
    font-weight:bold; 
    color:#35761e; 
    margin-bottom:20px
}



.heading
{
    font-weight: bold;
    color:green;
    font-size: 12pt;
    margin-bottom:20px;
}

.processError
{
    font-weight: bold;
    color:red;
    font-size: 10pt;
    margin-bottom:20px;		
}

.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:280px;
}

.FaultType_Controls
{ 
    position:absolute;
    top:400px;
}

.Defect_Controls
{ 
    position:absolute;
    top:420px;
}

.mainDetails
{
    height:350px;
}

.InformationCell
{
    width:45%;
}

.dataCell
{
    width:55%;
}

.smallheading
{
    font-weight: bold;
    color:green;
}
 
a
{
    color: green;
}

.wzd_button
{
	cursor: pointer;   
}

.ddl_width
{
	width:405px;
}

.informationRuling
{
    color: rgb(0, 149, 126);  
}

.inputBox
{
   width:348px;
}

.textArea
{
   width:465px;
}


