/* SUBSYSTEM */

#noodlebib h1					{}
#noodlebib h2 					{}
#noodlebib h3, 
#noodlebib h3 a, 
#noodlebib h4 					{ color: #7ca653; }
#noodlebib h3 a:hover				{ color: #e5ac00; }
#noodlebib h3.black, 
#noodlebib h4.black				{ color: #000; }
#noodlebib #content p				{ color: #333; }
#noodlebib ul.buttons				{ margin-left: 0; }
#noodlebib ul.buttons li			{ list-style: none; padding-left: 22px; padding-bottom: 10px; background: url(../_images/bullet-button.gif) no-repeat top left; }
#noodlebib a.twisty_open			{ padding-left: 12px; background: url(../_images/icon-minus.gif) no-repeat center left; }
#noodlebib a.twisty_closed			{ padding-left: 12px; background: url(../_images/icon-plus.gif) no-repeat center left; }
#noodlebib .subtitle 				{ font-size: 10px; color: #666; font-weight: normal; vertical-align: middle; text-transform: uppercase; }
#noodlebib .smalltext				{ font-size: 10px; color: #666; font-weight: normal; }
#noodlebib a.smalltext:link			{ text-decoration: none; color: #666; }
#noodlebib a.smalltext:hover			{ text-decoration: underline;  }
#noodlebib a.smalllink:link			{ text-decoration: none; color: #1e5b99; }
#noodlebib a.smalllink:visited			{ text-decoration: none; color: #1e5b99; }
#noodlebib a.smalllink:active			{ text-decoration: none; color: #1e5b99; }
#noodlebib a.smalllink:hover			{ text-decoration: underline; color: #e5ac00; }
#noodlebib .big_button				{ font-size: 14px; font-weight: bold; padding: 6px 10px; }
#noodlebib .lil_button 				{ font-size: 9px; }
#noodlebib .dragicon 				{ vertical-align: bottom; padding-bottom: 4px; cursor: move; }
#noodlebib .message 				{ padding: 6px 10px; font-size:12px; color: #333; background-color: #fff9e5; border: 1px #ffbf00 solid; text-align: left; }
#noodlebib .feedback 				{ padding: 6px 10px; font-size:12px; font-weight: bold; color: #53a600; background-color: #f2ffe5; border: 1px #53a600 solid; text-align: left; }
#noodlebib .error 				{ padding: 6px 10px; font-size:12px; font-weight: bold; color: #be122a; background-color: #f8d8dd; border: 1px #be122a solid; text-align: left; }
#noodlebib .ddtext				{ color: #000000; background-color: #f2ffe5; }
#noodlebib .startertext				{ font-size: 14px; font-weight: bold; }

#noodlebib .fullwidth,
#noodlebib table.notecardhead,
#noodlebib table.clusterhead,
#noodlebib table.fullwidth			{ width: 100%; }
#noodlebib .cluster, 
#noodlebib .cluster_readonly, 
#noodlebib .cluster_static			{ background: #ccc url(../_images/bg-tableheader.jpg) repeat-x; }
#noodlebib table.clustertable			{ width: 100%; padding: 0px 0px; margin: 3px 6px 3px 6px; }
#noodlebib table.clusterhead			{ height: 30px; }
#noodlebib table.clusterhead td.padtdleft	{ padding: 0px 0px 0px 6px }
#noodlebib table.clusterhead td.padtdright	{ padding: 0px 6px 0px 0px }

#noodlebib #options_label 			{ height: 13px; padding-top: 5px; }
#noodlebib table#citewhat			{ width: 100%; margin-bottom: 6px; }
#noodlebib table#options 			{ background-color: #fff; border: 1px #999 solid; width: 100%; margin-bottom: 6px; }
#noodlebib table#citewhat td,
#noodlebib table#options td 			{ font-size: 11px; padding: 8px 10px; }

#noodlebib table.list	 			{ background-color: #fff; border: 1px #999 solid; width: 100%; margin-bottom: 10px; }
#noodlebib table.list th			{ font-weight: bold; font-size: 11px; padding: 8px 6px; background: #ccc url(../_images/bg-tableheader.jpg) repeat-x; }
#noodlebib table.list th a			{ color: #000; }
#noodlebib table.list td			{ padding: 8px 6px; border-top: 1px #e6e6e6 solid; font-size: 11px; }
#noodlebib table.list tr.highlight td		{ background-color: #fff9e5; }
#noodlebib table.list tr.footer th		{ font-weight: normal; color: #666; }
#noodlebib table.list td a.smalltext:link	{ text-decoration: none; }
#noodlebib table.list td a.smalltext:hover	{ text-decoration: underline;  }

#noodlebib table.biblist	 		{ background-color: #fff; border: 1px #999 solid; width: 100%; margin-bottom: 10px; }
#noodlebib table.biblist th.listth		{ font-weight: bold; font-size: 11px; padding: 8px 6px; background: #ccc url(../_images/bg-tableheader.jpg) repeat-x; }
#noodlebib table.biblist th a			{ color: #000; }
#noodlebib table.biblist td.listtd		{ padding: 8px 6px; border-top: 1px #e6e6e6 solid; font-size: 11px; }
#noodlebib table.biblist tr.highlight td	{ background-color: #fff9e5; }
#noodlebib table.biblist tr.footer th		{ font-weight: normal; color: #666; }

#noodlebib table.formtable 			{ border: 0px; width: 100%; margin-bottom: 10px; border-collapse: collapse; }
#noodlebib table.formtable th 			{ font-weight: bold; font-size: 12px; padding-top: 8px; padding-bottom: 8px; padding-right: 8px; background: #ccc url(../_images/bg-tableheader.jpg) repeat-x; }
#noodlebib table.formtable th a			{ color: #000; }
#noodlebib table.formtable td 			{ padding-top: 8px; padding-bottom: 8px; padding-right: 8px; border-bottom: 1px #e6e6e6 solid; font-size: 12px;  }
#noodlebib table.formtable tr.highlight td	{ background-color: #fff9e5; }
#noodlebib table.formtable tr.footer th		{ font-weight: normal; color: #666; }
#noodlebib table td.noline 			{ border-bottom: 0px; }
#noodlebib table td.fieldtitle 			{ color: #53970f; font-size: 12px; }
#noodlebib table td.startertext			{ font-size: 14px; font-weight: bold; }
#noodlebib table.formtable td.fielderror	{ background-color: #f8d8dd; color: #be122a; font-size:12px; font-weight: bold; border: 1px #be122a solid; text-align: left; border: inset 2px; padding-left: 8px; }

#noodlebib table.notecard 			{ background-color: #fff; border: 1px #999 solid; }
#noodlebib table.notecard th 			{ background: none; background-color: #fff; padding: 6px; font-size: 11px; font-weight: normal; border: 0; vertical-align: top; }
#noodlebib table.notecard th h3 		{ display: inline; font-size: 12px; color: #000; font-weight: bold; margin-right: 6px; }
#noodlebib table.notecard td.noteitem		{ background-color: #fff; padding: 3px 10px; border-top: 1px #e6e6e6 dotted; font-size: 11px; vertical-align: top; }
#noodlebib table.notecard td.subhead 		{ font-weight: bold; color: #666; padding-left: 30px; width: 1%; }
#noodlebib table.notecard_static		{ background-color: #fff; border: 1px #999 solid; }
#noodlebib table.notecard_static th 		{ background: none; background-color: #fff; padding: 6px; font-size: 11px; font-weight: normal; border: 0; vertical-align: top; }
#noodlebib table.notecard_static th h3 		{ display: inline; font-size: 12px; color: #000; font-weight: bold; margin-right: 6px; }
#noodlebib table.notecard_static td.noteitem	{ background-color: #fff; padding: 3px 10px; border-top: 1px #e6e6e6 dotted; font-size: 11px; vertical-align: top; }
#noodlebib table.notecard_static td.subhead 	{ font-weight: bold; color: #666; padding-left: 30px; width: 1%; }
#noodlebib table td.noborder 			{ border: 0px; }
#noodlebib em {font-style:italic;}
#noodlebib strong {font-weight:bold;}

#noodlebib #components				{ margin-right:15px; }
#noodlebib #components_box			{ margin-top:2px; padding:6px 15px 10px;*padding:7px 15px 24px!important; border:1px #999 solid; white-space:nowrap; }
#noodlebib .component_item			{ clear:both; padding:8px 0; *padding-top:0px!important; *padding-bottom:8px!important; }
#noodlebib .component_item img		{ float:left; padding-right:10px; }
#noodlebib .component_item h4		{ margin:0; padding-top:8px; font-weight:normal; }
#noodlebib .component_item h4 a		{ text-decoration:none; }
#noodlebib .component_item p		{ margin:0; padding:0; font-size:11px; line-height:12px; }

.dashboardCommHeader	 			{ background-color: #fff; border-top: 1px #999 solid; border-left: 1px #999 solid; border-right: 1px #999 solid; width: 100%; margin-bottom: 0px; }
.dashboardCommHeader th			{ font-weight: bold; font-size: 11px; padding: 8px 6px; background: #ccc url(../_images/bg-tableheader.jpg) repeat-x; }
.dashboardCommHeader th a			{ color: #000; }

.dashboardCommBodydiv                   { border: 1px #999 solid; border-top: 0px; height:170px; overflow-y:scroll; overflow-x: hidden; }

.dashboardCommBody td			{ padding: 8px 6px; border-top: 1px #e6e6e6 solid; font-size: 11px; }
.dashboardCommBody tr.highlight td		{ background-color: #fff9e5; }
.dashboardCommBody tr.footer th		{ font-weight: normal; color: #666; }
.dashboardCommBody td a.smalltext:link	{ text-decoration: none; }
.dashboardCommBody td a.smalltext:hover	{ text-decoration: underline;  }

.dashboardtodolistHeader	 			{ background-color: #fff; border-top: 1px #999 solid; border-left: 1px #999 solid; border-right: 1px #999 solid; width: 100%; margin-bottom: 0px; }
.dashboardtodolistHeader th			{ font-weight: bold; font-size: 11px; padding: 8px 6px; background: #ccc url(../_images/bg-tableheader.jpg) repeat-x; }
.dashboardtodolistHeader th a			{ color: #000; }

/*.dashboardtodolistBodydiv                   { border: 1px #999 solid; border-top: 0px; height:170px; *height:158px !important; overflow-y:scroll; background-color:#fff; overflow-x: hidden; }*/
.dashboardtodolistBodydiv                   { border: 1px #999 solid; border-top: 0px; height:170px; *height:158px !important; overflow-y:scroll; background-color:#fff; overflow-x: hidden; }
.dashboardtodolistBody td			{ padding: 8px 6px; border-top: 1px #e6e6e6 solid; font-size: 11px; }
.dashboardtodolistBody tr.highlight td		{ background-color: #fff9e5; }
.dashboardtodolistBody tr.footer th		{ font-weight: normal; color: #666; }
.dashboardtodolistBody td a.smalltext:link	{ text-decoration: none; }
.dashboardtodolistBody td a.smalltext:hover	{ text-decoration: underline;}

.mcl
{
    height:114px;
    *height:114px !important;
}

.highlightResearch {border: 1px solid #999; padding-left:5px;}
.normalResearch {border: 1px solid #fff; padding-left:5px;}

.highlightThesis {border: 1px solid #999; padding-left:5px;}
.normalThesis {border: 1px solid #fff; padding-left:5px;}
