/* -------- Stylesheet for OFLC Database website -------- */

body {
	color: #666;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #e7e7dd;
}

/* error summary table style */
.tabsMain 
{
	padding: 3px 10px 0px 24px;	
}
	
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}	
	
legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
	
#container {
	text-align: left;
	width: 909px; /* IE5 */
	width: 849px; /* FF */
	margin: 33px auto;
	padding: 0 30px;
	background: url(../images/DDAimages/bg-page.jpg) no-repeat 0 0;
}

a:link, 
a:visited {
	color: #2F9BC6;
	text-decoration: none;
}		
a:hover {
	color: #709302;
	text-decoration: underline;
}	


/* -------- header -------- */
#header { height: 139px; }
	
#logo {
	float: left;
	width: 213px;	
	padding: 24px 0 0 15px;
}		
#logo img {	border: none; }	

/*style of header border with text 'database strip' */	
#databaseStrip {
	color: #fff;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	height: 20px;
	padding: 5px 18px 0 0;
	background-color: #709302;
	margin-left:13px;
	margin-right:13px;
}
	
/* -------- super wrapper -------- */
#super-wrapper {
	margin: 0 0 30px 0;
	background-color: #fff;	
}	


#divBottomButtonList
{
	background-color : White;		
}

.topNav {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 721px;
	height: 25px;
		
}

.topNav ul {
	float: left;
	display: inline; /* fixes IE6 doubled float margin bug */	
	list-style-type: none;	
	width: 819px;	
	margin: 0 15px;
	padding: 0;
	background: url(../images/DDAimages/bg-ul-dotted.gif) repeat-x 0 100%;
}	
.topNav ul li { display: inline; }	

.topNav ul li a {	
	float: left;	
	display: block;
	padding: 10px;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;	
}


a.topNavItem, a.topNavItem:link, a.topNavItem:visited, a.topNavItem:active 
{
	color: #666;
	float: left;	
	display: block;
	padding: 10px;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;			
}

a.topNavItem:hover {
	text-decoration: underline;
}

a.topNavItemOn, a.topNavItemOn:link, a.topNavItemOn:visited, a.topNavItemOn:active {
	color: #2F9BC6;
	float: left;	
	display: block;
	padding: 10px;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;			
}

a.topNavItemOn:hover {
	text-decoration: underline;
}

.topNavItemDisabled {
	color: #ACACAC;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 3px 15px 3px 15px;
}
					
/* -------- content -------- */	
	
/* content structure */	

#content-wrapper {
	font-size: 1.1em;
	width: 95%;
	margin: 11px 25px;
	padding: 0;
}	

/* content standard elements */	
p {
	margin: 0;
	padding: 0 0 10px 0;
}
	
h2 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #709302;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 0 11px 0;
}	
h3 {
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 10px 0 10px 0;
}
h4 {
	color: #709302;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0;
	padding: 5px 0 5px 0;
}					


/* content different types of links */	
#content-wrapper a:link, 
#content-wrapper a:visited {
	color: #1890c0;
	text-decoration: none;
	padding: 0;
}			
#content-wrapper a:hover {
	color: #87a11e;
	text-decoration: underline;
	padding: 0;
}			
	
/* content lists - unordered */	
#content-wrapper ul {
	margin: 0 0 7px 10px;
	padding: 0;
}			
#content-wrapper ul li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 10px;
	background: url(../images/DDAimages/bullet.gif) no-repeat 0 8px;
}	
#content-wrapper ul li ul {
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
}				

/* content lists - unordered */	
#content-wrapper ol {
	margin: 0 0 7px 30px;
	padding: 0;
}			
#content-wrapper ol li {
	margin: 0;
	padding: 3px 0 3px 0;
}	
#content-wrapper ol li ol {
	margin: 0 0 0 30px;
	padding: 3px 0 0 0;
}			
	
/* content lists - mixed ordered and unordered */		
#content-wrapper ul li ol {
	margin: 0 0 0 30px;
	padding: 3px 0 0 0;
}	
#content-wrapper ul li ol li {
	list-style-type: decimal;	
	margin: 0;
	padding: 3px 0 3px 0;
	background: none;
}		
#content-wrapper ol li ul {
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
}			
#content-wrapper ol li ul li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 10px;
	background: url(../images/DDAimages/bullet.gif) no-repeat 0 8px;
}					

/* Forms inside content area */
#content-wrapper fieldset {
	float: left;
	width: 100%;
	border: none;
	background-color: #fff;	
}	
#content-wrapper form { margin: 0; }
#content-wrapper legend { display: none; }		
#content-wrapper fieldset ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content-wrapper fieldset li {
	float: left;
	width: 100%;
}

#content-wrapper label {
	float: left;
	display: block;
	text-transform: capitalize;
	width: 170px;
	padding: 0;
}
#content-wrapper input, #content-wrapper select { 
	float: left;
	color: #666;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px; 
}

#content-wrapper textarea {
	width: 600px;
	margin: 0 3px 0 0;
	padding: 3px;
	border: 1px solid #a7a6aa;
}	
#content-wrapper .frmButtons { 
	float: right; 
	margin-right: 23px;
}
#content-wrapper .frmButtons input { width: 60px; }

#content-wrapper .dateRange { margin-left: 170px; }
#content-wrapper .longInput { width: 600px; }
#content-wrapper .mediumInput { width: 362px; }
#content-wrapper select.mediumInput { width: 368px; }
#content-wrapper .smallInput { width: 40px; }
#content-wrapper .shortLabel { width: 80px; }

/* Tables inside content area */
#content-wrapper table { 
	vertical-align: top;
	width: 100%; 
	margin: 10px 0;
}
#content-wrapper th { 
	white-space: nowrap;
	padding: 5px 15px 5px 0; 
}
#content-wrapper td { 
	vertical-align: top; 
	padding: 5px 5px 5px 0; 
}

/* Search Results Page styles */
#content-wrapper .results, 
#content-wrapper .pageBtn {
	float: right; 
	text-align: right;	
	width: 100%;
}
#content-wrapper .pageBtn input { 
	float: right;
	margin: 0;
	padding: 3px 0;
	width: 150px 
}

#content-wrapper .searchResults table th { 
	border-top: 1px solid #1890c0; 
	border-bottom: 1px solid #1890c0; 
}
#content-wrapper .searchResults table td { border-bottom: 1px solid #dedede; }
#content-wrapper .pagenation { text-align: center; }

/* Publication Decision Information Page styles */
#content-wrapper .decisionInfo {
	float: left;
	width: 100%;
}
#content-wrapper .decisionInfo ol {
	float: left;
	list-style-type: none;	
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
#content-wrapper .decisionInfo li {
	float: left;
	width: 100%;
	padding: 5px 0;
}
#content-wrapper .decisionInfo label { font-weight: bold; }
#content-wrapper .decisionInfo span { 
	float: left;
	display: block;
	margin-right: 10px;
}
#content-wrapper .decisionInfo span.classification { width: 25%; }
	

/* -------- footer -------- */	
#footer {
	color: #add6e9;
	margin: 7px 0 0 0;
	padding: 0 15px 0 170px;
	background: #fff url(../images/DDAimages/bg-footer.gif) no-repeat 0 100%;	
}


/*footer div style */
#allRights
{
	color:gray; 
	text-align:right; 
	margin-bottom:16px;
}



/* footer menu style */
#footer #allRights span { color: #666; }	
#footer #footerMenu {
	float: right;
	text-align: right;
	margin: 0;
	padding: 7px 15px 7px 0;
}


/*link style within very bottom footer area */
#footer #footerMenu a:link, 
#footer #footerMenu a:visited {
	color: #000;
}		
#footer #footerMenu a:hover {
	color: #000;
}	


	
/* link style within footer copyright area */
#footer a:link, 
#footer a:visited {
	color: #2F9BC6;
	text-decoration: none;
}		
#footer a:hover {
	color: #709302;
	text-decoration: underline;
}	

	
/* -------- clearing divs -------- */			
.clear { 
	clear: both;
	font-size: 0.1px;
	height: 1px;
	margin: -1px 0 0 0; 
	padding: 0;
	border: none;
	background: transparent;
}

/* -------- accessibility -------- */				
.hiddenStructure { /* skip link */
    display: block;
	overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px 0 0 -1px;
    margin: 0 0 0 0;
	border: none;
    background: transparent none;	
}						

.ContentTable
{
  width:849px;
  background-color:White;
  text-align:left;
  margin-left:-24px;
  margin-right:0px;
}

.NavBackToTop
{
	text-align:right;
	text-decoration:none;
}

.NavBackToTop a:Link
{
	background: transparent url(../images/DDAimages/arw-top.gif) no-repeat scroll 100% ;
	padding:0 12px 0 0;
	text-decoration:none;
}

.NavBackToTop a:Visited
{
	background: transparent url(../images/DDAimages/arw-top.gif) no-repeat scroll 100% ;
	padding:0 12px 0 0;
	text-decoration:none;
}

.NavBackToTop a:hover
{
	background: transparent url(../images/DDAimages/arw-subnav-hover.gif) no-repeat scroll 100% ;
	padding:0 12px 0 0;
	text-decoration:none;
}

.InformationContent
{
	text-align:left; 
	background-color:white; 
	font-size: 1.1em;
	width:849px;
}

.Backbutton
{
	text-align:right; 
	background-color:White; 
}

.ClassificationDetails
{
	text-align:left; 
	background-color:White; 
}

.FieldsName
{
   font-weight:bold;
   text-align:left;
   background-color:white;
   margin:20px,0,0,0;
   width:150px;
}

.DocFieldName
{
   font-weight:bold;
   text-align:left;
   background-color:white;
   margin:20px,0,0,0;
   width:250px;
}

.DetailFieldsName
{
   font-weight:bold;
   text-align:left;
   background-color:white;
   width:157px;
   vertical-align:top;
}



.Header
{
	font-style:italic; 
	font-size:large; 
	font-weight:bold;
}

.ResultTableLayout
{
	border-bottom: 1px solid #dedede;
}


.LoginTable
{
  width:90%;
  background-color:White;
  text-align:left;
  margin-left:13px;
  margin-right:13px;
  margin-top:20px;
  font-weight:bold;
}
