h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
	line-height:150%;
 }

h3
{
	font-family: "Times", Times, serif;   
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}

p
{
	line-height:120%;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}

img
{
	border-style: none;
}



A:link 
{
	COLOR: #C230A0; 
	TEXT-DECORATION: none
}

A:visited 
{
	COLOR: #C230A0; 
	TEXT-DECORATION: none
}

A:hover 
{
	COLOR: #000000; 
	TEXT-DECORATION: underline
}

A:active 
{
	COLOR: #C230A0; 
	TEXT-DECORATION: none
}

A.BreadCrumb:link
{
	TEXT-DECORATION: underline;
}

A.BreadCrumb:visited
{
	TEXT-DECORATION: underline;
}

A.BreadCrumb:hover
{
	TEXT-DECORATION: underline;
}

A.BreadCrumb:active
{
	TEXT-DECORATION: underline;
}



body 
{
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	/*line-height:130%;    */
	padding: 0px;
	margin:0px;
	background-color: #000000;
}

.Main 
{
	position: relative; 
	top: 10px;	 
	width: 1000px;
	/*height : 1000px;*/
	/*height: 700px;*/
	/*min-height: 570px; */	 /* Note IE ignores min-height, so need to override by adding a div class MinHeight to any blocks needing min-height */
	margin:auto; 
	text-align: justify;
	background-color: #ffffff;
	padding:15px;
	border-radius: 5px;
    /*color: #757575;    */
    color: #000000;

}

.tabS1
{
    position:relative;
    width:25px;
    float:left;
}

.tabS2
{
    position:relative;
    width:190px;
    float:left;
}

.tabS
{
    position:relative;
    width:200px;
    float:left;
}


.tabM1
{
    position:relative;
    width:250px;
    float:left;
}

.tabM
{
    position:relative;
    width:270px;
    float:left;
}

.tabL
{
    position:relative;
    width:340px;
    float:left;
}

.Header
{
	position:relative;
	background-color: #ffffff;
	width:1000px;
	height:120px;
	margin:0px 12px 0px 12px;
	border-radius: 5px 5px 0 0;
	/*border-bottom:1px solid #b492d0; */

}

.HeaderLogin
{
    position:relative;

    padding: 0px;
    margin:10px;
    font-size: 20px;
    font-weight: bold;

}

.HeaderTitle
{
    position:absolute;
    line-height:150%;
    padding: 0px;
    margin:10px;
    top:20px;
    left:300px;
            
    margin:40px;    
    font-size: 20px;
    font-weight: bold;


}

.HeaderLogo
{
	position:absolute;
	top:0px;
	margin:4px;
	/*width:285px;
	height:60px;*/
	/*width:255px;*/
	height:165px;
}


.InputText
{
    width:300px ;
}

.OutputText
{
    position:relative;
    float:right;
}

.test
{
	position:relative;
	float:right;
	clear:both;
	margin:5px;
}






.DataEntryDiv
{
position:relative;
    width:550px;
	clear:both;
	overflow:auto;
}

.DataEntryDiv input
{
    width:300px;
}



.LightGreyTxt
{
	text-align: justified;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	/*color: #959595;*/
	color: #757575;
	background-color: #FFFFFF;
}

.BigOrangeTxt
{
	text-align: justified;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #F78E1E;
	background-color: #FFFFFF;
}


.BannerPanel
{
	position:relative;
	width:1000px;
	height:150px;
	margin:0px 12px 0px 12px;
}

.BannerImage
{
	position:relative;
	/*top:0px;*/
	width:1000px;
	height:150px;
	padding:0px;
	border:0px;
	/*margin:0px 12px 0px 12px;*/
	border-radius: 10px 10px 10px 10px;
}

.BannerTitle
{
	text-align: justified;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	background-color: #959595;
	opacity:0.6;
	filter:alpha(opacity=60);
	width:auto;
	height:auto;
	position:absolute;
	left:30px;
	top:30px;
	padding:10px;
	border-radius:10px;

}

.NavigationBar
{
	position:relative;
	width:1000px;
	margin:0px 12px 0px 12px;
	text-align: justified;

}

.HeaderMessage
{
	position:relative; 
	top: 0px; 
 	left: 0px;
	margin:30px;	
	font-size: 16px;
	font-weight: bold;
}




.BodyContent
{
	position:relative;
	/*top:350px;
	left:0px;*/
	width:980px;
	margin:0px 12px 0px 12px;
	/*height:520px;*/
	overflow:auto;

}

.FullPanel
{
	position:relative;
	float:left;
	width:1000px;
}

.HalfPanel
{
	position:relative;
	float:left;
	width:470px;
	/*margin:5px 15px 15px 5px;*/
	margin:12px 12px 12px 12px;

}

.ThreeQuarterPanel
{
	position:relative;
	float:left;
	width:710px;
	/*margin:5px 15px 15px 5px;*/
	margin:0px 12px 0px 12px;

}

.QuarterPanel
{
	position:relative;
	float:left;
	width:235px;
	/*margin:0px 0px 0px 12px;*/
	margin:0px 0px 0px 12px;
	font-size:11px;
	text-align: left;

}

.QuarterPanelImage
{
	/*width:235px;
	height:160px;*/
	width:200px;
	height:150px;
	border-radius:10px;

}

.TwoThirdPanel
{
	position:relative;
	float:left;
	width:650px;
	/*margin:0px 0px 0px 12px;*/
	margin:0px 0px 0px 12px;
	font-size:11px;
	text-align: left;


}

.ThirdPanel
{
	position:relative;
	float:left;
	width:325px;
	/*margin:0px 0px 0px 12px;*/
	margin:0px 0px 0px 12px;
	font-size:11px;
	text-align: left;

}

.ThirdPanelImage
{
	/*width:235px;
	height:160px;*/
	width:325px;
	height:auto;
	border-radius:10px;

}

img.centred
{
	display: block;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;

}


img.left
{
	display: block;
	float:left;
	margin:10px;
	margin-top:0px;
	border-radius:10px;

}


img.right
{
	display: block;
	float:right;
	margin:10px;
	border-radius:10px;

}

.Footer
{
	position:relative;
	width:1000px;
	margin:12px 12px 0px 12px;
	height:120px;


}
