/*
	Cascading Style Sheet for NeuroMax website
	Created by "Marcel Derks, de geweldige"
	CallMax, September 2006
*/
BODY		
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	background-color:White;
	background-image:url(/images/background.bmp);
	background-repeat:repeat-y; 
	margin:0;
	padding:0;
	}
.Date
{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:60px;
	overflow:hidden;
	color:White;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:14px 0 0 0;
}
.Banner
{
	position:absolute;
	top:0px;
	left:200px;
	height:60px;
	margin:0px;
	padding:0px 0px 0px 10px;
}
	
/*******
* LOGO *
*******/
TABLE.logo
{
	table-layout:fixed;
	height:60px;
	width: 582;
	padding:0px;
	margin:0px;
	border-collapse:separate;
	border:1px solid white;
}
TR.logo
{
	height:14px;
}
TD.logoname
{
	width:284px;
	font-size:56px;
	color:black;
	line-height:42px;
	border:0px solid white;
}	
TD.dot
{
	height:14px;
	width:14px;
	background-color:#336699;
	border:0px solid white;
}
TD.space
{
	height:14px;
	width:14px;
	background-color:White;
	border:0px solid white;
}

TABLE.tryb4ubuy
{
	background-color:#336699;
}
TABLE.TR.TD.tryb4ubuy
{
	font-size:x-large;
	text-align:center;
}
.on
{
	background-color:#336699;
	color:White;
}
.off
{
	background-color:white;
	color:#336699;
}

/************
* MAIN MENU *
************/
.mainmenu
{
	position:absolute;
	left:0;
	top:60px;
	width:100%;
	height:30px;
	overflow:hidden;
	background-color:#c9dbee;
	font-size:16px;
}
ul.mainmenu
{
	list-style-type:none;
	list-style-image:none;
	padding:5px 5px 0px 5px;
	margin:0;
}
ul.mainmenu li
{
	display:inline;
}
ul.mainmenu li:hover
{
	background-color:#eee;
	color:#336699;
}
ul.mainmenu a
{
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#336699;
	margin:0;
	padding:0;
	text-decoration: none;
}
/* The following definition will define how the currently active main menu option is shown */
#bInfo a#info,
#bControl a#control,
#bService a#service
{
	text-decoration:underline;
}

/***********
* SUB MENU *
***********/
.submenu
{
	position:absolute;
	left:0;
	top:90px;
	width:200px;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:normal;
}
ul.submenu
{
	list-style-type:none;
	list-style-image:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}
ul.submenu a
{
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:48c 246 246 48c;	/* Reflectioncolor and shadowcolor */
	width:100%;
	padding:2px 2px 2px 3px;	/* Reserve some space to make the text move when the button is selected */
	margin:0px;
	background-color:#336699;	/* #c9dbee; */
	color:#ffffff;	/* 369; */
	text-align:left;
	text-decoration:none;
}

ul.submenu a:hover
{
	padding:3px 1px 1px 4px;	/* This makes the text move when the button is selected */
	border-color: 246 48C 48C 246;	/* This makes the reflectioncolor and shadowcolor swap when the button is selected */
}
.Content
{
	position:absolute;
	top:90px;
	left:200px;
	width:auto;
	padding:10px;
	margin:0px;
	background-color:#ffffff;
}	

H1
{
	font-weight:bold;
	font-size:larger;
	text-align:left;
	text-decoration:none;
}
H2
{
	font-weight:bold;
	font-size:medium;
	text-align:left;
	text-decoration:none;
}
H3
{
	font-weight:normal;
	font-size:medium;
	text-align:left;
	text-decoration:underline;
}	
TABLE
{
	border-width:1px;
	border-style:solid;
	border-color:#336699;
}
CAPTION
{
	background-color:#c9dbee;
	text-align:center;
	font-weight:bold;
	color:#336699;
	border-color:#336699;
	border-width:1px;
	border-style:solid;
}
TH
{
	vertical-align:top;
}
HR
{
	height:1px;
	width:100%;
	color:#336699;
	margin:0px 100px 0px 100px;
}
UL
{
	list-style-image:url(/images/arrow-blue.gif);
}
INPUT.TEXT,INPUT.CHECKBOX,INPUT.RADIO,SELECT,TEXTAREA
{
	border-width:1px;
	border-style:solid;
	border-color:#336699;
	color:black;
	font-family:Arial,sans-serif;
}
A
{	color:#336699;
	text-decoration:underline;
}
.Message
{
	color:Blue;
	text-decoration:none;
}
.Details
{
	color:Green;
	text-decoration:none;
}
.Alert
{
	color:Red;
	text-decoration:none;
}

