/* Methasoft UK Ltd CSS Document */
/* Buttons and Navigation */
.nav_menu {
	font: 10pt "Arial";
	color: #666666;
	font-weight: normal;
}

.nav_menu:link {
	font: 10pt "Arial";
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.nav_menu:visited {
	font: 10pt "Arial";
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.nav_menu:hover {
	font: 10pt "Arial";
	color: #0099FF;
	font-weight: normal;
	text-decoration: none;
}

.subNav_menu {
	font: 10pt "Arial";
	color: #FFFFFF;
	font-weight:normal;
}

.subNav_menu:link {
	font: 10pt "Arial";
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}	

.subNav_menu:visited {
	font: 10pt "Arial";
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}

.subNav_menu:hover {
	font: 10pt "Arial";
	color: #33CCFF;
	font-weight:normal;
	text-decoration: none;
}		

/* Main Content */
.welcomeTitle {
	font: 25pt "Arial";
	color: #003399; 
	font-weight: normal;
}

.welcomeNote {
	font: 10pt "Arial";
	color: #003399;
	font-weight: normal;
}

.body_grey {
	font: 10pt "Arial";
	color: #999999;
	font-weight: normal;
}

.body_grey:link {
	font: 10pt "Arial";
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.body_grey:visited {
	font: 10pt "Arial";
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.body_grey:hover {
	font: 10pt "Arial";
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.body_darkGrey {
	font: 10pt "Arial";
	color: #666666;
	font-weight: normal;
}

.body_darkGrey:link {
	font: 10pt "Arial";
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.body_darkGrey:visited {
	font: 10pt "Arial";
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.body_darkGrey:hover {
	font: 10pt "Arial";
	color: #33CCFF;
	font-weight: normal;
	text-decoration: none;
}

.pageTitle {
	font: 20pt "Arial";
	color:#0099FF;
	font: bold;
}

/* Background Images */
.background_memberSignin {
	background-image: url(../_images/background_memberSignin.gif);
	background-repeat: no-repeat;
}

.background_contactUs {
	background-image: url(../_images/background_contactUs.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.background_documentDownloadCentre {
	background-image: url(../_images/background_documentDownloadCentre.gif);
	background-repeat: no-repeat;
}

.background_demonstrationVideos {
	background-image: url(../_images/background_demonstrationVideos.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.backgroud_rectangle200x75 {
	background-image: url(../_images/background_rectangle200x75.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.background_purpleRectangle {
	background-image: url(../_images/background_purpleRectangle.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.background_supportCentre {
	background-image: url(../_images/background_supportCentre.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* forms */
.label_small {
	font: 9pt "Arial";
	color: #666666;
	font-weight: normal;
}

.input_small {
	border-right: #333366 1px solid; 
	border-top: #333366 1px solid; 
	font: 9px Arial; 
	color: #333366;
	border-left: #333366 1px solid; 
	border-bottom: #333366 1px solid; 
	background color: #ffffff;
	width: 90px;
}

.button_small {
	border-right: #333366 1px solid; 
	border-top: #333366 1px solid; 
	font: 10px Arial; color: #333366; 
	border-left: #333366 1px solid; 
	width: 50px; 
	border-bottom: #333366 1px solid; 
	height: 17px; 
	background color: #ffffff;
}
