﻿.webReportTitle
{
    margin-left:10px;
}

.leftPadding
{
    padding-left:25px;
}

.rightPadding
{
    padding-right:25px;   
}

.wideTableMargin
{
    margin-top:15px;
}


.formLabel
{
	width: 128px;
}

.error
{
    color:Red;
}

.errorSummary
{
    margin-left:35px;
}

.formBoxCell
{
    vertical-align:top;
}

div.WideFormBox
{
    color:#ffffff;
	float: left;
	width: 830px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline;
	background: transparent url(../images/containerWrapperWideTop_bg.gif) no-repeat 0 0;
}

div.WideFormBoxContent
{
	float: left;
	width: 790px;
	padding: 5px 20px 20px 20px;
	background: transparent url(../images/containerWrapperWideBottom_bg.gif) no-repeat 0 100%;
	height:100%;
	
}

div.IncidentTypeContainer
{
    overflow:auto;
    height:300px;
}

div.WideFormBoxContent h2
{
	color: #ffffff;
	padding: 4px 0 20px 0;
	width: 310px;
	height: 22px;
	font-size: 16px;
}
a.BackButton
{
	float:left;
	width:57px;
	height: 21px;
	margin-left:25px;
	background: transparent url(../Images/btn_back.gif) no-repeat 0 0;
}

a.BackButton:hover
{
	background-position: 0 -21px;
}

a.PrivacyPolicyButton
{
	float:left;
	width:111px;
	height: 21px;
	background: transparent url(../Images/btn_privacyPolicy.gif) no-repeat 0 0;
}

a.PrivacyPolicyButton:hover
{
	background-position: 0 -21px;
}

a.FollowUpButton
{
    float:left;
	width:221px;
	height: 21px;
	background: transparent url(../Images/btn_followUp.gif) no-repeat 0 0;
}

a.FollowUpButton:hover
{
	background-position: 0 -21px;
}

a.NewReportButton
{
    float:right;
	width:141px;
	height: 21px;
	background: transparent url(../Images/btn_beginNewReport.gif) no-repeat 0 0;
}

a.NewReportButton:hover
{
	background-position: 0 -21px;
}

a.CancelButton
{
    float:left;
	width:65px;
	height: 21px;
	background: transparent url(../Images/btn_Cancel.gif) no-repeat 0 0;
}

a.CancelButton:hover
{
	background-position: 0 -21px;
}

a.PrintButton
{
    float:left;
	width:57px;
	height: 21px;
	background: transparent url(../Images/btn_Print.gif) no-repeat 0 0;
}

a.PrintButton:hover
{
	background-position: 0 -21px;
}

a.FinishButton
{
    float:left;
	width:61px;
	height: 21px;
	background: transparent url(../Images/btn_finish.gif) no-repeat 0 0;
}

a.FinishButton:hover
{
	background-position: 0 -21px;
}
/*title wrapper is not used */
div#titleWrapper
{	
	height: 1px;	
}
div.tabbed #mainContentWrapper
{
	background: transparent url(../images/mainWrapperTop_tabbed_rlw_bg.gif) no-repeat 0 0;
}
.tnwinchead{padding-left:20px;}

div.container
{
	width: 390px;
}

.Referral
{
    margin-left:10px;
}