/* Global formatting */
body,td {
	font-family: myriad,'trebuchet ms',verdana,lucida,helvetica,sans-serif;
	color: #3333aa;
	font-size: 12px;
	background: background-image:url(../../images/BMO_backgr.gif);
}
body {
	background-color: #dddddd;
	margin:0 auto;
	width:850px;
}
a:link {
	color: #6666aa;
	text-decoration: none;
	border:0;
}
a:visited {
	color: #333388;
	text-decoration: none;
}
a:hover {
	color: #01407A;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #c00;
	font-weight: bold;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
}
ul.square {
	list-style-type:square;
	margin-left:-15px;
	marker-offset:-5px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom:5px;
}
/* Simple border for use on pictures and such */
.border
{
	border: 1px solid #000000;
}
.insetWhite {
	border:3px inset #cccccc;
	background:#ffffff;
	padding: 10px;
}
.photoInset {
	border:3px inset #cccccc;
}
.graybox
{
	width: 750px;
	background-color: #f8f8ff;
	border: 5px outset #cccccc;
	padding: 8px;
}
.tab {
	width: 88px;
	height: 28px;
	background-image:url(../images/Tab.gif);
	vertical-align:middle;
	text-align:center;
}
.tabtext {
	font-size: 14;
	font-weight:bold;
}
.whitein {
	border: 2px inset #eeeeee;
}
/* primary divisions */
#container {
	margin:0 auto;
	position:absolute;
	left: 80px;
	top: 75px;
	z-index: 1;
	width:730px;
}
#content {
	position:relative;
	top:0px;
	width: 700px;
	left: 0px;
}
#headerleft {
	background-color: #E8E8E8;
	color:#D0D0D0;
	height: 54px;
	float:right;
	width:298px;
}
#headerright {
	background-color: #E8E8E8;
	color:#D0D0D0;
	height: 54px;
	float:right;
	width:500px;
}
#topleft {
	clear:both;
	float:left;
	width:170px;
	background-color:#F8F8F8;
	height: 332px;
}
#hometopleft {
	clear:both;
	float:left;
	width:170px;
	background-color:#e8e8e8;
	height: 332px;
}

#topcontent {
	min-height:280px;
	height: 280px;
	overflow:auto;
	width:504px;
	background-color:#F8F8F8;
	padding:3px;
}
#bottomcontent {
	min-height:15px;
	width:692px;
	clear:both;
	background-color:#F8F8F8;
	padding:3px;
	overflow:scroll;
}
#footer {
	clear: both;
	width: 714px;
}
/* Decorations */
.bluebox {
	border: 1px inset #37557A;
	background-color: #F8F8F8;
	float: left;
}
#logo {
	position:absolute;
	top:-60px;
	left:-31px;
	width:300px;
	height:125px;
	z-index:2;
}
#neuroShadow {
	position:absolute;
	bottom:-55px;
	left:620px;
	width:174px;
	height:236px;
	z-index:-1;
}
.Highlight {
	font-style: bold;
	color: 330000;
}

/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:405px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}
