/* CSS Document */

body
{
	margin				: 0px;
	background-image	: url(images/bg.gif);
	background-repeat	: repeat-y;
	background-position	: center;
}
.mainfont
{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #000;
}
.MWBDetsTitle {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
}
.WhiteTitle {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
}
a:link
{
	color				: #000;
	text-decoration		: none;
}

a:hover
{
	color				: #000;
	text-decoration		: underline;
}

a:visited
{
	color				: #000;
	text-decoration		: none;
}

.sub_bg
{
	background-image	: url(images/sub_bg.gif);
	background-repeat	: repeat-y;
	background-position	: center;
}
.demolitionTrainingColumn
{
	background-color	: #B7E2FF;
	background-image	: url(images/blue_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}
.asbestosTrainingColumn
{
	background-color	: #D8EBB8;
	background-image	: url(images/green_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;

}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: disk;
}

h1
{
	width				: 100%;
	height				: 20px;
	background-color	: #88BB35;
	font-size			: 12px;
	font-weight			: bold;
	color				: #fff;
	margin				: 0 0 10px 0;
}
h2
{
	width				: 100%;
	height				: 20px;
	background-color	: #005893;
	font-size			: 12px;
	font-weight			: bold;
	color				: #fff;
	margin				: 0 0 10px 0;
}

.dark
{
	background-color	: #CCCCCC;
	height				: 20px;
}

.medium
{
	background-color	: #DDDCCC;
	height				: 20px;
}

.light
{
	background-color	: #e2e2e2;
}

.blank
{
	background-color	: #fff;
}
#latestTrainingBlueSub
{
	background-image	: url(images/demolition_training_bg2.jpg);
	background-repeat	: repeat-x;
	width				: 246px;
	height				: 97px;
	color				: #fff;
	font-size			: 11px;
	overflow			: hidden;	
}
#latestTrainingGreenSub
{
	background-image	: url(images/asbestos_training_bg.jpg);
	background-repeat	: repeat-x;
	width				: 246px;
	height				: 97px;
	color				: #fff;
	font-size			: 11px;
	overflow			: hidden;	
}
#box1
{
	background-color	: #D8EBB8;
	background-image	: url(images/green_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#box1 h1
{
	background-color	: #658B27;
	padding				: 20px 0px;
}

#box1 p
{
	margin				: 0px;
	padding				: 10px;
}

#box2
{
	background-color	: #D8EBB8;
	background-image	: url(images/green_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#box2 h1
{
	background-color	: #658B27;
	padding				: 15px 0px;
}

#box2 p
{
	margin				: 0px;
	padding				: 10px;
}

#box3
{
	background-color	: #D8EBB8;
	background-image	: url(images/green_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#box3 h1
{
	background-color	: #658B27;
	padding				: 15px 0px;
}

#box3 p
{
	margin				: 0px;
	padding				: 10px;
}

#box4
{
	background-color	: #b7e2fe;
	background-image	: url(images/blue_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#box4 h1
{
	background-color	: #005893;
	padding				: 20px 0px;
}

#box4 p
{
	margin				: 0px;
	padding				: 10px;
}

#box5
{
	background-color	: #b7e2fe;
	background-image	: url(images/blue_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#box5 h1
{
	background-color	: #005893;
	padding				: 20px 0px;
}

#box5 p
{
	margin				: 0px;
	padding				: 10px;
}

#box6
{
	background-color	: #b7e2fe;
	background-image	: url(images/blue_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#box6 h1
{
	background-color	: #005893;
	padding				: 20px 0px;
}

#box6 p
{
	margin				: 0px;
	padding				: 10px;
}

#box7
{
	height				: 311px;	
	background-color	: #b7e2fe;
	background-image	: url(images/blue_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#box7 h1
{
	background-color	: #005893;
	padding				: 20px 0px;
}

#box7 p
{
	margin				: 0px;
	padding				: 10px;
}
.FormTxtArea {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	color						: 003366;
	border						: 1px solid #87BB35;
	overflow					: scroll;

}

.dropdown {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	border						: 1px solid #87BB35;
	height						: 17px;
	width						: 130px;

}

.TxtField {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	border						: 1px solid #87BB35;
	height						: 17px;
	width						: 130px;
}
#asbestosTrainingIntro
{
	width				: 246px;
	background-color	: #D8EBB8;
	background-image	: url(images/green_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#asbestosTrainingIntro h1
{
	background-color	: #658B27;
	padding				: 20px 0px;
}

#asbestosTrainingIntro p
{
	margin				: 0px;
	padding				: 10px;
}
#day1AsbestosTraining
{
	width				: 246px;
	height				: 356px;
	background-color	: #D8EBB8;
	background-image	: url(images/green_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#day1AsbestosTraining h1
{
	background-color	: #658B27;
	padding				: 20px 0px;
}

#day1AsbestosTraining p
{
	margin				: 0px;
	padding				: 10px;
}
#day2AsbestosTraining
{
	width				: 246px;
	height				: 356px;
	background-color	: #D8EBB8;
	background-image	: url(images/green_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#day2AsbestosTraining h1
{
	background-color	: #658B27;
	padding				: 20px 0px;
}

#day2AsbestosTraining p
{
	margin				: 0px;
	padding				: 10px;
}
form
{
	margin				: 0;
	padding				: 0;
}
#demolitionTrainingIntro
{
	width				: 246px;
	background-color	: #B7E2FF;
	background-image	: url(images/blue_panel_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0 10px;
}

#demolitionTrainingIntro h1
{
	background-color	: #005893;
	padding				: 20px 0px;
}

#demolitionTrainingIntro p
{
	margin				: 0px;
	padding				: 10px;
}

#day1DemolitionTraining
{
	height				: 400px;
	background-color	: #B7E2FF;
	background-image	: url(images/blue_panel_bg.gif);
	background-repeat	: repeat-x;
	background-position	: 0 10px;
}

#day1DemolitionTraining h1
{
	background-color	: #005893;
	padding				: 20px 0px;
}

#day1DemolitionTraining p
{
	margin				: 0px;
	padding				: 10px;
}
#asbestosTrainingPanel
{
	background-image	: url(images/asbestos_training_bg.jpg);
	background-repeat	: no-repeat;
	width				: 212px;
	height				: 97px;
	color				: #fff;
	font-size			: 11px;
	overflow			: hidden;
}

#asbestosTrainingPanel p
{
	padding				: 10px;
	margin				: 0px;
}

#asbestosTrainingPanel input
{
	position			: absolute;
	top					: 80px;
	left				: 10px;
	cursor				: pointer;
}

#asbestosTrainingPanelSub
{
	background-image	: url(images/asbestos_training_bg.jpg);
	background-repeat	: repeat-x;
	width				: 246px;
	height				: 97px;
	color				: #fff;
	font-size			: 11px;
	overflow			: hidden;
	
}

#asbestosTrainingPanelSub p
{
	padding				: 10px;
	margin				: 0px;
}
b
{
	font-size			: 12px;
	font-weight			: bold;
	margin				: 0;
	padding				: 0;
}

b.white
{
	color				: #fff;
}

#testimonialPanel
{
	background-image	: url(images/testimonial_bg.jpg);
	background-repeat	: no-repeat;
	width				: 212px;
	height				: 97px;
	color				: #425B1A;
	overflow			: hidden;
	text-align			: left;
}

#testimonialPanel p
{
	margin				: 3px;
}

#testimonialPanel b
{
	font-size			: 9px;
	font-weight			: bold;
}
#ourNewsPanel
{
	background-image	: url(images/our_news_bg.jpg);
	background-repeat	: no-repeat;
	width				: 212px;
	height				: 97px;
	color				: #B7E2FF;
	overflow			: hidden;			
}

#ourNewsPanel p
{
	padding				: 10px;
	margin				: 0px;
}

#industryNewsPanel
{
	background-image	: url(images/industry_news_bg.jpg);
	background-repeat	: no-repeat;
	width				: 212px;
	height				: 97px;
	color				: #B7E2FF;
	overflow			: hidden;			
}

#industryNewsPanel p
{
	padding				: 10px;
	margin				: 0px;
}

#subscribePanel
{
	background-image	: url(images/subscribe_bg.jpg);
	background-repeat	: no-repeat;
	width				: 212px;
	height				: 97px;
	color				: #fff;
	text-size			: 11px;
	font-weight			: bold;
}

#subscribePanel p
{
	padding				: 10px;
	margin				: 0px;
}

.subscribeTxt
{
	font-family			: arial;
	font-size			: 10px;
	width				: 187px;
	border				: 1px solid #000;
	margin-bottom		: 3px;
}

.subscribeCbo
{
	font-family			: arial;
	font-size			: 10px;
	width				: 193px;
	
}
#demolitionTrainingPanel
{
	background-image	: url(images/demolition_training_bg.jpg);
	background-repeat	: no-repeat;
	width				: 212px;
	height				: 97px;
	color				: #fff;
	font-size			: 11px;
	overflow			: hidden;
}

#demolitionTrainingPanel p
{
	padding				: 10px;
	margin				: 0px;
}

#demolitionTrainingPanel input
{
	position			: absolute;
	top					: 80px;
	left				: 10px;
	cursor				: pointer;
}

#demolitionTrainingPanelSub
{
	background-image	: url(images/demolition_training_bg2.jpg);
	background-repeat	: repeat-x;
	width				: 246px;
	height				: 97px;
	color				: #fff;
	font-size			: 11px;
	overflow			: hidden;
	
}
#demolitionTrainingPanelSub p
{
	padding				: 10px;
	margin				: 0px;
}
.AdminTxt
{
	font-family			: arial;
	font-size			: 10px;
	width				: 300px;
	border				: 1px solid #000;
	margin-bottom		: 3px;
}
.AdminPriceTxt
{
	font-family			: arial;
	font-size			: 10px;
	width				: 100px;
	border				: 1px solid #000;
	margin-bottom		: 3px;
}
.AdminBtn
{
	font-family			: arial;
	font-size			: 10px;
	border				: 1px solid #000;
	margin-bottom		: 3px;
}
.BookingDropDwnMenu {

	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	border						: 1px solid #87BB35;
	height						: 17px;
	width						: 400px;
}
.DeleteBtn {
	font-family			: arial;
	font-size			: 11px;
	border				: 1px solid #000;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
}
.IDEUKATAText {
	color: #666666;
}
