/*********************
*      Zero Out      *
*********************/

/**screen-only display **/
.disableprint {display:none;}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, span {margin:0; padding:0; border:0;}
	input, textarea {border:#000000 1px solid;}
p {
	margin:10px 0;
}

.pbreak {page-break-after:always;}

a {
	color:#000000;
	text-decoration:none;}
	
.menu {
	display:none;
}

body {font-family:"Times New Roman", Times, serif; color:#000000; font-size:12pt;}

h1 { margin-top:20px;
	font-size:16pt;
}

h2 {margin:10px 0; font-size:14pt;}

h3 {
	font-size: 12pt;
	margin:10px 0 0 0;
}
h3.subtitle {margin:0 0 5px 0;}

ul, ol{
  	padding-left: 30px;
}
ol{
	list-style-type:decimal;
}
ol ol{
	list-style-type:upper-alpha;
}
ol ol ol{
	list-style-type:lower-roman;
}

hr {
	border:1px solid #000;
}

/**********************************************************************************************************
 *                                              Header                                                    *
 **********************************************************************************************************/
/*Disable search bar*/
#search, #searchbox {display:none;}

/*Disable Tabs*/
.tabs-hide { display: none !important; }

/*disable breadcrumbs*/
#crumbs {display:none;}


p#locationurl {padding-bottom:5px; float:right;}

/* change nif logo */
h1.niflogo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35pt;
	font-weight:bold;
	margin:0;
}

h1.niflogo-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt; 
	margin:0;}

/*******************************************************************************************************
 *                                           About                                                     *
 *******************************************************************************************************/

/* faq and developer */
#accordion h4{
	margin:5px 0 10px 0;
	font-weight:bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	font-size:14pt;
	color:#000;
}


/**********************************************************************************************************
 *                                              NIF Tools                                                 *
 **********************************************************************************************************/
.cbold a {font-weight:bold;}




/**********************************************************************************************************
 *                                              NIF Home                                                  *
 **********************************************************************************************************/

/*Disable orange link boxes */
.textright .medium.orange.awesome {display:none;}


/*Disables "NIF Community link box*/
.rightcol .box .addthis_toolbox_twocol {display:none; }
.rightcol .box:after{
   content: "Our NIF Community is expanding everyday! Please go to our website at http://neuinfo.org to see how you can join. This includes following us on Twitter, subscribing to our RSS feed, joining our Facebook page, joining our email list, and much more!"; 
   margin-top:5px;
   }
.tinytext {display:none;}


/************************
 *     For rss feeds    *
 ************************/	
.itemtitle{
	font-weight: bold;
}

.itemdate{
	color: #000;
	font-style:italic;
	font-size: 11pt;
	border-bottom: #000000 1px dashed;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

/*Current Version*/
.bluebox {font-size:12pt;}
.bluebox a:link,:visited,:hover,:active {color:#000; text-decoration:none;}
.bluebox {border:1px solid #000;}

/******************************************************************************************************
 *                                           NIF Tools                                                *
 ******************************************************************************************************/
 
.cbold {font-weight:bold;}
 
/******************************************************************************************************
 *                                            Webinars                                                *
 ******************************************************************************************************/
 .medium.blue.awesome {display:none;}
 
 /*****************************
  *       Webinar Table       *
  *****************************/
table.webinar-events{
	width: 100%;
	font-size: 11pt;
	border: 1px solid #000;
}
table.webinar-events td, table.webinar-events th {
	padding: 5px;
}
table.webinar-events .title{
	width: 70px;
}
table.webinar-events .data{
	font-weight: bold;
}
table.webinar-events th {
	text-align:right;
	font-size: 11pt;
	vertical-align: top;
	font-weight: normal;
}

/************************
 *      Archives        *
 ************************/
table.webinar td {
	padding:10px 5px;
	border:1px dotted #000;
	border-collapse:collapse;
}

table.webinar tr.head {
	font-weight:bold;
}



/*******************************************************************************************************
 *                                           Developers                                                 *
 *******************************************************************************************************/
 
 .inner-right {display:none;}
 
/*******************************************************************************************************
 *                                          Contact Us                                                 *
 *******************************************************************************************************/
  
 	form.contact {
		padding-bottom:10px;
		padding-right:30px;
		}
	fieldset {
		border: 0 #000000;
		}
	label {
		font-family:Arial, Helvetica, sans-serif;
		font-size:.8em;
		}
	.mailtxt {
		display:block;
		width:300px;
		margin-bottom:6px;
		}
	.mailcmt {
		display:block;
		width:400px;
		margin-bottom:6px;
		}
	.mailbtn {
		display:block;
		}


/*******************************************************************************************************
 *                                            Footer                                                   *
 *******************************************************************************************************/
#footer {display:none;}
.updated {margin-top:10px;}