/* 
	standard.css
	journal.ascls
	
	this file is automatically included by the inline-scripting fragment.  this
	include order is very intentional, as journal-specific style cues should be
	the last to be included and hence thrown on the queue as close to the end 
	(last, ideally) as possible.  There is no print complement to this file
	(yet) because printing stylesheet support is still very much under 
	discussion.
	
	// DEVNOTE:	this file is being written anticipating a run through the YUI 
				Compressor engine. (ie: it's not written to be compact but 
				readable in anticiption of programmatically reducing the 
				filesize).
				
	// DEVNOTE:	any overrides you place should have a reference to where 
				the original resides.  this is going to save everyone a lot
				of issues when trying to track down any styling issues that
				crop up.
		
	@author:	pevans@highwire.stanford.edu
	@created:	February 4th, 2010
	@version:	0.1.0
	background-image: url(/icons/widgets/backgrounds/navbar/standard_gradient.gif); !important;  
*/

#primaryHeaderComponent /* bpstandard.components.navbar.navbar-standard.css */
{
	background-image:		url(/icons/widgets/journal/ascls/standard_gradient.png) !important;
	background-repeat: 		repeat-x;
	background-position:	bottom;
	height:64px;
}	

#submission_elements_table tr.submission_element th div.submission_label_supp_text {
        color:black;
        font-size:11px;
        font-weight:normal;
        margin-top:0px;
        vertical-align: top;
}

#pageMeta .pageTitle 	{color:rgb(49,153,152);}
.pageTitle			{color:rgb(49,153,152);}
.categoryTitle			{color:rgb(49,153,152);}
#contentPane td.userInfoPane table {
	width: 20em !important;
	white-space: normal;
}
.journal_primary_color {color:rgb(49,153,152);} 
.journal_color_table_rows	{background-color: rgb(49,153,152);}


#submission_wrapper 						{width: 800px;margin-left: 10px;}
#submission_form 							{padding: 0;width: 591px;}
#submission_elements_table tr.incomplete th	{color: rgb(49,153,152);}
.submission_suggestions td.incomplete		{color: rgb(49,153,152);}
.submission_authors td.incomplete			{color: rgb(49,153,152);}
.submission_funding td.incomplete 			{color: rgb(49,153,152);font-weight: bold;}

input 							{margin-right: 3px;}
input.submission_radios 		{margin-left: 10px;margin-top: 10px;}
input.submission_single_radio	{margin-left: 10px;}

.focus {color: rgb(49,153,152) !important;font-weight:bold;}

