/*  Global style declarations  */

* { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



/*  These styles set up the main body and window  */
/*  DO NOT REMOVE THE  text-align: center; style from the body selector */
/*        or the text-align: left; style from the WindowContainer selector */

#commentpup 			{ position:absolute; visibility:hidden; z-index:500}
#abusepup 			{ position:absolute; visibility:hidden; z-index:501}
#TCpup 			{ position:absolute; visibility:hidden; z-index:502}
#EdBdPUP 			{ position:relative; visibility:visible; z-index:502}

body {
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
	font-size:12px; 
	text-align: center;
	color: #111133;
}

dl {font-size:12px; }
p {font-size:12px; }
td {font-size:12px; }


/*  This container sits just inside the body tag and holds everything except  */
/*  the spacing margins on the right and left hand sides */

#WindowContainer	{
	position: relative;
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

.FigureContainer {
	text-align: left;
}

/*  Generic style for links */
a:link		{ color:#dd5500; }
a:visited 	{ color:#dd5500; }
a:hover 	{ color:#111133; }
a:active 	{ color:#111133; }




/*  These styles set up the top navigation row  */

.TopNav	{
	position: relative;
	background-color: #002244;
	text-align: right;
	font-size:12px; 
	padding: 0px 495px 3px 10px;
	clear:both;
}

/* Special classes for hiermenu background rollovers */
.hm_item {
	background:url('/images/TopMenuBG.gif');
}
.hm_itemOver {
	background:url('/images/TopMenuBG_Over.gif');
}

/* This is the courtesy line */
.CourtesyLine {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 2px 10px 2px 10px;
	font-size:11px; 
	background-color: #002244;
	color: #ffffff;
}

/*  These styles set up the tag line row  */

.TopTagLine	{
	position: relative;
	background-color: #5566aa;
	text-align: left;
	font-size:12px; 
	font-weight: bold;
	color: #ff9900;
	padding: 2px 10px 2px 2px;
	clear:both;
}



/*  These styles set up the Mast Head and image rows  */

.MastHead	{
	position: relative;
	width:100%;
	background-color: #002244;
	text-align: left;
	padding: 0px 0px 0px 0px;
	clear:both;
}

.MastHeadLogo {
	position: relative;
	width:440px;
	background-color: #002244;
	float: left;
	padding: 0px 0px 0px 0px;
}

.MastHeadImages {
	position: relative;
	background-color: #002244;
	float: right;
	padding: 0px 0px 0px 0px;
}

.MastHeadSections {
	text-align: right;
}

.MastHeadSectionsIcon {
	margin: 0px 0px 1px 0px;
}




/*  This style is for the KE Nav bar */
.KE_NavBar {
	position: relative;
 	background:url('/images/KE_nav_back.jpg');
 	background-repeat: repeat-x; 
 	padding:0px 0px 0px 0px;
	clear:both;
}

.KE_Nav_Link		{font-weight:bold; font-size:13px; color:#ffffff;font-style:italic}
a:link.KE_Nav_Link 	{text-decoration:none; color:#ffffff;}
a:visited.KE_Nav_Link 	{text-decoration:none; color:#ffffff;}
a:hover.KE_Nav_Link 	{text-decoration:none; color:#ff9900;}
a:active.HomePageTextLinks 	{text-decoration:none; color:#ff9900;}

#refpup 			{ position:absolute; visibility:hidden; z-index:510}

#AltPopup	{
	width:200;
	font-size:11px; 
	text-align: left;
	background-color:#ffffcc; 
	color:#000000; 
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}

#AltPopupToC	{
	width:300;
	font-size:11px; 
	text-align: left;
	background-color:#ffffcc; 
	color:#000000; 
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}





/*  These styles are for the right panel */

.Panel {
	margin: 1px 0px 0px 0px;
	background-color: #DDDDEE;
	width:170px;
	font-size: 12px;
}


/*  These styles are for the Editorial Board panel */

div.EBPanel {
	width:170px;
	padding: 5px 5px 5px 5px;
	background:url('/images/EB_ListBG.jpg');
	font-size: 11px;
}

td.EBPanel {
	background:url('/images/EB_ListBG.jpg');
}

.EBPanel_Category {
	padding: 15px 0px 0px 0px;
	font-weight: normal;
}

.EBPanel_Name {
	font-weight: bold;
	font-size: 10px;
}
.EBPanel_Aff {
	padding: 0px 0px 0px 4px;
	font-size: 10px;
}

.EBPanel_Link		{font-weight: bold; color: #111133; }
a:link.EBPanel_Link 	{text-decoration:none; color: #111133; }
a:visited.EBPanel_Link 	{text-decoration:none; color: #111133; }
a:hover.EBPanel_Link 	{text-decoration:underline; color: #111133; }
a:active.EBPanel_Link 	{text-decoration:underline; color: #111133; }



/*  Style for the main central part of the page */

.MainPage {
	padding: 1px 5px 10px 5px;
	background-color: #ffffff;
	font-size: 12px;
}


/*  Home page styles */

.HomePageContent {
	background-image: url(/images/words_bkg.jpg);
	background-repeat: no-repeat;
}

.HomePageItems {
	border-bottom: 1px solid #cccccc;
}

.HomePageIcon {
	float: left;
	z-index:1;
}

.HomePageHeader {
	padding: 0px 0px 10px 0px;
}

.HomePagePara {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
}

.HomePageTextBigBlack {
	font-weight: bold; 
	font-size: 18px;	
}

.HomePageTextLinks		{font-weight: bold; font-size: 12px; }
a:link.HomePageTextLinks 	{text-decoration:none; }
a:visited.HomePageTextLinks 	{text-decoration:none; }
a:hover.HomePageTextLinks 	{text-decoration:underline;}
a:active.HomePageTextLinks 	{text-decoration:underline;}


.HomePageTextLinksBig		{font-weight: bold; font-size: 18px; }
a:link.HomePageTextLinksBig 	{text-decoration:none; }
a:visited.HomePageTextLinksBig 	{text-decoration:none; }
a:hover.HomePageTextLinksBig 	{text-decoration:underline;}
a:active.HomePageTextLinksBig 	{text-decoration:underline;}



/* Styles for the master toc */
.toclinks 	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #111133; font-weight: bold} 
.toclinks2 	{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #111133; font-weight: bold} 
.toctext1 		{ background-color: #EEEEEE; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #073566}
.toctext2 		{ background-color: #EEEEEE; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: #073566}
.toctext3 		{ background-color: #EEEEEE}

a:link.toclinks    	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  font-weight: bold; color: #111133} 
a:visited.toclinks 	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  font-weight: bold; color: #111133} 
a:active.toclinks  	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  font-weight: bold; color: #073566} 
a:hover.toclinks   	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  font-weight: bold; color: #FF6600} 
a:link.toclinks2    	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;   color: #111133} 
a:visited.toclinks2 	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #111133 } 
a:active.toclinks2  	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #111133 } 
a:hover.toclinks2   	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #073566 } 



/*  RHS navigation panel */

.RHPanelLink {
	padding: 3px 5px 3px 5px;
}

.RHSpacer	{
	position: relative; 
	padding: 0px 0px 0px 0px;
}

.RHSeparater	{
	position: relative; 
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
}



.RHPanelLinkIcon {
	float: left;
}

.AdPanel {
	padding: 5px 0px 0px 0px;
}

.JnlInfo {
	padding: 5px 0px 0px 0px;
}

div.RHDivider	{
	position: relative; 
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid white;
}

.chinese_box {
	position: relative; 
	padding: 10px 2px 7px 2px;
	background-color:#DDDDEE;
	margin-top: 0px;
	border-top: 1px solid #eeeeff;
	border-left: 1px solid #eeeeff;
	border-bottom: 1px solid #778888;
	border-right: 1px solid #778888;
	text-align: center;
	color:#ffffff;
}


/* Styles for My Neuro toolbox */

div.RHToolbox	{
	position: relative; 
	padding: 3px 10px 5px 10px;
	background-color:#5566aa;
	border-top: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
	border-bottom: 1px solid #333366;
	border-right: 1px solid #333366;
	color:#ffffff;
}

div.RHBookmarkBox	{
	padding: 3px 10px 5px 10px;
	background-color:#ffffff;
	border-top: 1px solid #eeeeff;
	border-left: 1px solid #eeeeff;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 11px;
	font-weight: bold;
	color:#111111;
}


.RHToolboxLinks		{color:#ffffff; font-weight: normal; font-size:11px; }
a:link.RHToolboxLinks 	{color:#ffffff; text-decoration:none; }
a:visited.RHToolboxLinks {color:#ffffff; text-decoration:none; }
a:hover.RHToolboxLinks 	{color:#ffffff; text-decoration:underline;}
a:active.RHToolboxLinks {color:#ffffff; text-decoration:underline;}


.MyNEURO_Links		{color:#000000; font-weight: normal; font-size:12px; }
a:link.MyNEURO_Links 	{color:#000000; text-decoration:none; }
a:visited.MyNEURO_Links {color:#000000; text-decoration:none; }
a:hover.MyNEURO_Links 	{color:#000000; text-decoration:underline;}
a:active.MyNEURO_Links {color:#000000; text-decoration:underline;}

.MyNEURO_ActiveFolder		{color:#000033; font-weight: bold; font-size:11px; }
a:link.MyNEURO_ActiveFolder 	{color:#000033; text-decoration:none; }
a:visited.MyNEURO_ActiveFolder 	{color:#000033; text-decoration:none; }
a:hover.MyNEURO_ActiveFolder 	{color:#000033; text-decoration:underline;}
a:active.MyNEURO_ActiveFolder 	{color:#000033; text-decoration:none;}

.MyNEURO_NonActiveFolder					{color:#000033; font-weight: normal; font-size:11px; }
a:link.MyNEURO_NonActiveFolder 	{color:#000033; text-decoration:none; }
a:visited.MyNEURO_NonActiveFolder 	{color:#000033; text-decoration:none; }
a:hover.MyNEURO_NonActiveFolder 	{color:#000033; text-decoration:underline;}
a:active.MyNEURO_NonActiveFolder 	{color:#000033; text-decoration:none;}

.MyNEURO_PaperLink			{color:#000033; font-weight: normal; font-size:11px; }
a:link.MyNEURO_PaperLink 		{color:#000033; text-decoration:underline; }
a:visited.MyNEURO_PaperLink 	{color:#000033; text-decoration:underline; }
a:hover.MyNEURO_PaperLink 		{color:#cc0000; text-decoration:underline;}
a:active.MyNEURO_PaperLink 	{color:#000033; text-decoration:underline;}

hr.hr_MyNeuro	{
	height: 1px;
	color:#229999; 
}

td.BG_MyNEUROIcon	{
	background-color:#cc0000;
}

td.MyNEURO_Folders	{
	background-color:#ffffff;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	border-left: 2px solid    #DDDDEE;
	border-bottom: 2px solid    #DDDDEE;
	border-right: 1px solid    #DDDDEE;
}

td.MyNEURO_papers	{
	background-color:#e6e6e6;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	border-bottom: 2px solid    #DDDDEE;
	border-right: 2px solid    #DDDDEE;
}

tr.MyNEURO_FolderHL	{
	background-color:#e6e6e6;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	font-size:11px; 
}

.MyNEURO_FolderHL td {
	border-top: 1px solid    #DDDDEE;
	border-bottom: 1px solid    #DDDDEE;
}

tr.MyNEURO_Folder	{
	padding: 2px 0px 2px 5px;
	font-size:11px; 
}

td.MyNEURO_EmptyFolder	{
	padding: 0px 10px 0px 10px;
}


img.MyNEURO_ArrowGif	{
	margin: 0px 0px 0px 2px;
}


tr.MyNEURO_PaperRow	{
	padding: 2px 5px 2px 0px;
}

td.MyNEURO_Head	{
	background-color:#00215B;
	color:#ffffff;
	font-size:12px; 
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #224488;
	border-left: 1px solid #224488;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.MyNEURO_PaperDate {
	font-size: 10px;
	font-weight: normal;
}

tr.MyNEURO_SearchesRow	{
	background-color:#e6e6e6;
}

td.MyNEURO_SearchesL	{
	padding: 0px 3px 0px 5px;
	font-size: 10px;
}

td.MyNEURO_SearchesM	{
	padding: 0px 3px 0px 3px;
	font-size: 10px;
}

td.MyNEURO_SearchesR	{
	padding: 0px 5px 0px 3px;
	font-size: 10px;
}



input.firstBtn{margin-top:2em;margin-left:8em;}

input.xsmall	{width: 40px}
input.small	{width: 75px}
input.medium	{width: 150px}
input.mediumplus{width: 175px}
input.large	{width: 300px}
input.xlarge	{width: 500px}
input.xxlarge	{width: 600px}

textarea.medium	{width:150px;height:100px;}
textarea.large	{width:300px;height:150px;}
textarea.xlarge	{width:500px;height:175px;}
textarea.xxlarge{width:600px;height:200px;}

label		{float:left;width:10em;padding-right:.25em;}
label.rightHandSide	{float:none;width:94%;padding-right:0;}


/* Styles for ToCs */

.Toc_Title {
	font-weight: bold;
}


/* Styles for figure thumbs */

.FigThumbLink		{color:#ff9900; font-weight: bold; font-size:12px; }
a:link.FigThumbLink 	{color:#ff9900; text-decoration:none; }
a:visited.FigThumbLink 	{color:#ff9900; text-decoration:none; }
a:hover.FigThumbLink 	{color:#111133; text-decoration:underline;}
a:active.FigThumbLink 	{color:#ff9900; text-decoration:underline;}


div.RHFigure	{
	position: relative; 
	padding: 10px 6px 10px 6px;
}

img.FigThumb	{
}

div.RHFigTopSpacer	{
	padding: 100px 10px 5px 10px;
	position: relative; 
}

/*  These styles are for the page footer */

.Footer	{
	background-color: #ffffff;
	text-align: left;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	width: 100%;
}


img.PP_Logo_Foot {
	float: right;
	margin: 0px 33px 0px 10px
}

.hr_footer {
	height: 1px;
	color: #DDDDEE;
}




.RHLinks		{color:#111133; font-weight: normal; font-size:11px; }
a:link.RHLinks 		{color:#111133; text-decoration:none; }
a:visited.RHLinks 	{color:#111133; text-decoration:none; }
a:hover.RHLinks 	{color:#dd7700; text-decoration:underline;}
a:active.RHLinks 	{color:#111133; text-decoration:underline;}




h1 {
	font-size: 24px;
	color: #ff9900;
}

h2 {
	font-size: 18px;
	color: #111133;
}

h3 {
	font-size: 14px;
	color: #111133;
	font-weight: bold;
}

tr.ArticleMedLinksBG {
	font-size: 12px; 
	background-color:#e6ebf1; 
	padding: 2px 2px 2px 2px;
}

tr.ArticleCatchBG {
	font-size: 12px; 
	background-color:#e6ebf1; 
	padding: 2px 2px 2px 2px;
}

.affiliation 		{font-size: 12px; font-weight: normal}
.author 		{font-size: 12px; font-weight: bold}
.catch 			{font-size: 12px; font-weight: bold}
.papertype 		{font-size: 12px; font-weight: normal}
.title 			{font-size: 20px;}

.textsm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #00274b}


.ed_biog_photo {
	margin: 0px 10px 10px 0px;
	float: left;
}

.FlashNotFound {
	width:310px;
	border: 2px solid #eeeeff;
	padding: 6px 10px 10px 3px;
	font-weight: bold;
}

.MovieLeft {
	float:left; 
	margin:0px 10px 10px 0px;
	background-color:#ffffff;
}

.MovieLeft_old {
	float:left; 
	margin:0px 10px 10px 0px;
	padding: 3px 3px 3px 3px;
	background-color:#DDDDEE;
	border-top: 2px solid #eeeeff;
	border-left: 2px solid #eeeeff;
	border-bottom: 2px solid #778888;
	border-right: 2px solid #778888;
}

body.WinFig {
	margin: 10px 10px 10px 10px;
	background-color:#ffffff;
	font-size:12px; 
	text-align: left;
}

.winfiglegend 		{font-size: 12px; font-weight: normal}
.winfigtitle 		{font-size: 12px; font-weight: bold}
.winnav 		{font-size: 12px; font-weight: normal}

/*  Styles for Paper nav links  */


.ArticleCatchContainer {
	position: relative;
}

.ArticleCatchLinesContainer {
	z-index:500;
}

.ArticleCatchBGNew {
	position: relative;
	background-color:#e6e6e6; 
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 2px 0px;
}

.ArticleHeader {
	position: relative;
}

.ArticleHeaderType {
	font-size: 12px; 
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	clear: left;
}

.ArticleHeaderTitle {
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	clear: left;
}

.ArticleHeaderAuthor {
	font-size: 12px; 
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	clear: left;
}

.ArticleHeaderAff {
	font-size: 12px; 
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	clear: left;
}

.ArticleHeaderCitation {
	padding: 5px 5px 5px 5px;
	background-color: #e6e6e6;
	
}

.NavPaperLinksBox {
	float: right;
	clear:both;
	background-color:#e6e6e6; 
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #5f5f5f;
	border-right: 1px solid #969696;
	margin: 1px 0px 2px 10px;
	padding: 0px 0px 0px 0px;
}

.NavPaperLinksCell {
	padding: 1px 5px 3px 5px;
}

.NavPaperLinksDivider {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid white;
}

.img_Opt2PayNew {
	background-color:#ffffff; 
	position: relative;
	padding: 0px 0px 0px 10px;
	float: right;
	z-index:510;
}

.img_F1000_logo_paper {
	background-color:#ffffff; 
	position: relative;
	padding: 0px 0px 0px 10px;
	float: right;
	z-index:510;
}

.img_F1000_toc {
	margin: 0px 3px 0px 0px;
	float: left;
}

.F1000_paper {color:#555555; font-family:verdana; font-size:10px; font-weight:bold;}
a:link.F1000_paper 	{color:#555555; text-decoration:none; }
a:visited.F1000_paper 	{color:#555555; text-decoration:none; }
a:hover.F1000_paper 	{color:#555555; text-decoration:none;}
a:active.F1000_paper 	{color:#555555; text-decoration:none; }

.TocIssueLinkContainer {
	background-color:#e6e6e6; 
	padding: 1px 5px 3px 5px;
	float: right;
}


.comment_box {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	padding:10px 10px 10px 10px;
	color:#00274b;
	background-color:#e6e6e6; 
	border-top: 3px outset #eeeeee;
	border-left: 3px outset #eeeeee;
	border-bottom: 2px outset #eeeeee;
	border-right: 2px outset #eeeeee;
}

.Comment_Container {
	padding: 5px 5px 5px 5px;
	border-top: 3px double #cccccc;
	border-left: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
	border-right: 3px double #cccccc;
	background-color:#ffffff; 
}

.Comment_Title {
	padding: 0px 5px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color:#00274b;
}

.Comment_Author {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color:#00274b;
}

.Comment_Head {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color:#00274b;
}

.Comment_Body {
	padding: 0px 5px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color:#00274b;
}

.Comment_Date {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color:#666666;
}

.Comment_Disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color:#666666;
	width: 100%;
	text-align: left;
}

.Comment_Report {
	float: right;
}

.abuse_box {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	padding:10px 10px 10px 10px;
	color:#00274b;
	background-color:#e6e6e6; 
	border-top: 3px outset #eeeeee;
	border-left: 3px outset #eeeeee;
	border-bottom: 2px outset #eeeeee;
	border-right: 2px outset #eeeeee;
}

/* My Jnl validation classes */
.error		{font-size: 9pt; color: red; font-family: Arial,Helvetica,sans-serif}
.warning	{font-size: 9pt; color: red; font-family: Arial,Helvetica,sans-serif}
.Important	{font-size: 11pt; color: red}
