@import url(/style/fcs/collection.css);
@import url(/static/css/filetypeicons.css);
/* Styles for collection.cgi */

body {
	background: #FFF;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0; 
	border-width: 0;
}	 

form {
	margin: 0;
	padding: 0; 
	border-width: 0;
}

td {
	background: #FFF;
	color: #333;
	font-size: 10pt;
}

td.left {
	background: #FFF;
	color: #333;
	font-size: 10pt;
	vertical-align: top;
	width: 140px;
}

td.right {
	background: #FFF;
	color: #333;
	font-size: 10pt;
	vertical-align: top;
	width: 140px;
}

td.middle {
	background: #FFF;
	color: #333;
	font-size: 10pt;
	vertical-align: top;
}

td.footer {
	height: 50px;
	border: 0;
	background: #FFF;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
	margin: 0px;
	text-align: center;
	padding-bottom: 5px;
	line-height: 150%;
}

/* Dynamic OE Site Title text - hidden as default */ 
.sitetitle {
	display: none;
}

.heading {
	color: #000080;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.onlineaccess {
	color: #0E7688;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.submissiondeadline {
	color: #0E7688;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.continuesubmission {
	color: #0E7688;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.subheading {
	color: #0E7688;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.error {
	color: #DD0000;
	font-weight: bold;
}

.submission {
	padding-bottom: 20px;
	padding-left: 20px;
}

.nomoresubmissions {
	color: #DD0000;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}

/* Dynamic OE Category Guidelines text - hidden as default */ 
.guidelines {
	display: none;
}

/* Omnipress Updates */   
H1.title { 
	font-family: Geneva, Arial, Helvetica, Sans-serif;  
	color: #0E7688;  
} 

.paragraphs { 
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: small; 
	font-weight: normal; 
	color: #000; 
	background-color: #FFF;
	padding: 2pt 5pt 5pt 5pt; 
}                
                   
div.headerInstructions { 
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 5pt 5pt 5pt 3pt;
	background-color: #0E7688;
	border-bottom: solid 1px #000;
}

div.breakout { 
	 /*Alternate Colors - #FFFFCC and #CCCC99*/
	margin-top: 10pt;
	border: solid 1px #000; 
}

div.breakout2 { 
	width: 100%;
	margin-bottom: 1em;
}

hr {
	display: block; 
	clear: left; 
	margin: 0; 
	visibility:hidden;
}

td.breakout3 { 
	 /*Alternate Colors - #FFFFCC and #CCCC99*/
	vertical-align: middle;
	color: #FFF;
	border: solid 1px #000; 			
	background-color: #0E7688;	
	margin: 2px;
	padding: 6px; 
}
   	
A.navigation:link {
	margin: .15em; 
	padding: .75em; 
	border: 1px solid  #000; 			
	background-color: #0E7688;	
	float: left;
	color: #FFF;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
} 	

A.navigation:visited {
	margin: .15em; 
	padding: .75em; 
	border: 1px solid  #000; 			
	background-color: #0E7688;	
	float: left;
	color: #E5E3D5;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
} 	

A.navigation:hover {
	margin: .15em; 
	padding: .75em; 
	border: 1px solid  #000; 			
	background-color: #0E7688;	
	float: left;
	color: #000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
} 	
			   			                   
A.headerInstructions:link { 
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

A.headerInstructions:visited { 
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

A.headerInstructions:hover { 
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
span.left{
	float:left;
	width:15em;
	
}
span.right{
	padding-left:15em;

}

p.cols{
	padding:0;
	margin:0 0 .25em 1em;
	width:100%;
	clear:both;
}

p.list{
	padding:0;
	margin:0 0 0 1em;
	width:100%;
	clear:both;
	font-weight:bold;
}

p.indent{
	padding:0;
	margin:0 0 1em 3em;
	width:100%;
	clear:both;
}