﻿@viewport{
    zoom: 1.0;
    width: device-width;
}
body
	{
	font-family:Verdana,Helvetica;
	font-size:10pt;
	background-color:white;
	margin:0px;
	/*overflow:hidden;*/
	}

#main_tbl 
	{
	background-color:white;
	color:black;
	}

.left_pane
	{
	max-width:450px;
	min-width:350px;
	width:390px;
	}

#toc_hdr
	{
	background-color:gray;
	color:white;
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	border-bottom:double white 4px;
	padding-left:5px;
	background-image:url(../global_images/brain_toc_ico.png);
	background-position:center left;
	background-repeat:no-repeat;
	width:auto;
	text-shadow:2px 2px black;
	}

#main_div
	{
	width:auto;
	font-family:Verdana,Helvetica;
	font-size:10pt;
	background-color:gainsboro;
	color#092856;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border:solid #092856 1px;
	}

#global_hdr
	{
	font-family:Verdana,Helvetica;
	padding-top:8px;
	background-color:gray;
	/*
	Background image may be unique for each app so
	background_image:url(globalHdrLogo)
	set in the globals_???.js file for each app
	Can be overridden with inline style in master page.
	*/
	/*background-position:center right;
	background-repeat:no-repeat;*/
	border:solid black 1px;
	height:96px;
	}

#global_title
	{
	font-family:Verdana,Helvetica;
	color:white;
	font-style:italic;
	text-shadow:2px 2px black;
	margin-bottom:0px;
	}

#global_sub_title
	{
	font-family:Verdana,Helvetica;
	font-weight:bold;
	font-style:normal;
	/*color:#ff900c;*/
	color:white;
	text-shadow:1px 1px black;
	margin-top:0px;
	top:10px;
	}

#hdrBtn
	{
	font-size:10pt;
	position:relative;
	top:-12px;
	height:68px;
	width:70px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	text-shadow:1px 1px white;
	padding:3px;
	padding-top:10px;
	/*border:outset white 2px;*/
	background-color:silver;
	background-image:url(../global_images/neuro_hdr_btn_gs_menu.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#092856;
	border:solid white 1px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

#page_frame
	{
	border:solid #092856 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top:5px;
	}

h5.opened
	{
	text-align:left;
	color:black;
	background-color:silver;
	font-size:10pt;
	margin-top:10px;
	padding:5px;
	border:solid red 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:4px 4px 4px gray;
	background-image:url(../global_images/close_minus_black.png)
	}

h5.closed
	{
	text-align:left;
	color:black;
	background-color:silver;
	font-size:10pt;
	margin-top:10px;
	padding:5px;
	border:solid navy 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:4px 4px 4px gray;
	background-image:url(../global_images/open_plus_black.png)
	}

img
	{
	height:112px;
	border: solid white 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

li.onmouseover 
	{
	font-family:Arial Narrow;
	margin-bottom:2px;
	color:green;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	list-style-type:decimal;
	text-shadow:1px 1px white;
	}

li.normal 
	{
	font-family:Arial Narrow;
	margin-bottom:2px;
	color:black;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	list-style-type:decimal;
	text-shadow:1px 1px white;
	}

