
/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

/* BODY tag */

body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #959ac0;
  background-image: url(/resources/mfg/background5.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;

}


/* Site Header */

div#site-header {
  font-family: tahoma, verdana, helvetica, sans-serif;
  /* from style master: */
  padding-left: 2%;
  padding-right: 2%;
/*  text-align: center; */

  color: #000000;
  margin-bottom: 0px;
/*   border-bottom: solid #000000 1px; */
}

div#site-header div.tagline {
text-align: right;
float: right;
  font-family:  "BlairmdITC TT-Medium", "Bank Gothic", "Copperplate Gothic Bold", Eurostile, Eurostyle, Monaco, Arial, sans-serif;
color: #0079c2;
	font-size : x-large ;
	font-style : oblique ;
	font-weight : 400 ;

}

.solarskies {
  font-weight: 300;
  font-family:  Eurostile, Eurostyle, "Bank Gothic", "BlairmdITC TT-Medium", "Copperplate Gothic Bold", Monaco, sans-serif;
  display: inline; 
color: #0079c2;
/*  background-color: #f3eccf; */
}

div#leftcolumn {
  /* left side from style master */

  padding: 2%;
  float: left;
  text-align: right;
  color: #000000;
  width: 11%; 
}

#leftcolumn .user-greeting {
 font-style: italic;
}


/* User Messages */

#user-message {
  background-color: #ccff99; 
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 85%;
}

#user-message ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 
#user-message ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;

}


/* Boxed User Message */

.boxed-user-message {
  background-color: #ccff99; 
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 85%;
  border: 1px solid #dd9988;
}

.boxed-user-message h3 {
  color: #990000;
  margin-top: 0px;
}

.boxed-user-message .body {
  color: #990000;
}


/* Context Bar */

div#context-bar {
  font-family: Arial, sans-serif;
/* from style master, right column */

  padding: 2%;
  float: right; 
  color: #000000;
  width: 11%; 
}

#context-bar .breadcrumbs {
  clear: left;
  float: left;
  list-style: none; 
  padding-top: 3px;

}

#context-bar .breadcrumbs ul {
  margin-left: 0px;
  padding-left: 0px;
/*  display: inline; */
  list-style: none;
  border: none;
} 
#context-bar .breadcrumbs ul li {
  margin-left: 0px;
  padding-left: 0px;
  border: none;
  list-style: none; 
/*  display: inline; */
}
#context-bar #navlinks {
  float: right;
}

div#page-body {

  /* from style master */
  padding: 2%;
  text-align: justify;
  margin-left: 15%;
  margin-right: 15%;

  color: #000000;
  margin-bottom: 0px;
/*
  border-right: solid #000000 1px;
  border-left: solid #000000 1px;
*/
}




/* Title of page, typically used on an H1 tag */
.page-title {
color: #333333;
}


/* Site Footer */

div#site-footer {
  /* from style master */
  padding: 2%;
  text-align: center;
  clear: both;

  color: #000000;
  border-top: solid #000000 1px;
}

#site-footer ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
  border: none;
}

#site-footer ul li {
  margin-left: 0;
  padding-left: 10px;
  border: none;
  list-style: none;
  display: inline;
}

#site-footer .action-list {
  float: left;
}






/**********************************************************************
/* General navigation
/**********************************************************************/

/* First level tabs */

#navbar-div {
  border-bottom: 1px solid #666;
}
#navbar-container {
  height: 35px;
  position: relative;
}
#navbar { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #navbar { bottom: 0px }

#navbar .tab { 
  height: 16px;
  float: left; 
  background-color: #e6c42f; 
  border: 1px solid #666666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#navbar a {
  text-decoration: none;
  color: #000000;
}
#navbar a:hover {
  text-decoration: underline;
}
#navbar #navbar-here { 
  border-bottom-color: #ffffff;
  background-color: #ffffff;
}
#navbar #navbar-here a {
  color: #000000;
}

#navbar-body { 
  border-bottom: 1px solid #016799;
  background-color: #ffffff;
  clear: both;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}


/* Second level tabs */

#subnavbar-div {
  border-bottom: 1px solid #666;
}
#subnavbar-container {
  height: 35px;
  width: 742px;
  position: relative;
}
#subnavbar {
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  right: 0px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #subnavbar { bottom: 0px }

#subnavbar .tab { 
  height: 16px;
  float: left; 
  background-color: #e6c42f; 
  border: 1px solid #666666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: #000000;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: #ffffff;
  background-color: #ffffff;
}
#subnavbar #subnavbar-here a {
  color: #000000;
}


#subnavbar-body { 
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: #ffffff;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}



/**********************************************************************
/* Widgets
/**********************************************************************/


/* Various forms of links */

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
/*  display: inline; */
  border: none;
}
                
.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
/*  display: inline; */
}

a.refresh {
  color: #ffffff;
  text-decoration: underline;
}
a.refresh:hover {
  color: red;
  text-decoration: underline;
}

a.button { 
  font: 85% arial;
  border: solid 1px #000000;
  background-color: #e1e1e1;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
a.button:link { 
  text-decoration: none;
  border: solid 1px #000000;
}
a.button:visited { 
  text-decoration: none;
  border: solid 1px #000000;
}
a.button:hover { 
  text-decoration: none;
  background-color: #cccccc;
  border: solid 1px #000000;
}
a.button:active { 
  text-decoration: none;
  border: solid 1px #000000;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover { 
  color: #fff; 
  background: #f00;
}


ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}



/* Text Styles */

h1 {
  font-size: 120%;
  margin-bottom: 12px;
}
h2 {
  font-size: 115%;
  margin-bottom: 12px;
}
h3 {
  font-size: 110%;
  margin-bottom: 12px;
}
h4 {
  font-size: 105%;
  margin-bottom: 12px;
}

.small {
  font-size: 85%;
}

.highlight { 
  background-color: #ffffcc; 
}


/* Portlets */

.portlet h2 {
  background: #dddddd; 
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-header {
  background: #dddddd; 
}

.portlet-header h2 {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet .portlet-body {
  border: 1px dotted #999; 
  border-top: 0px; 
  padding: 6px 8px 6px 8px;
}








/* Generally Available Tabs */

#tabs-div {
  border-bottom: 1px solid #666;
}
#tabs-container {
  height: 15px;
  position: relative;
}
#tabs { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #tabs { bottom: 0px }

#tabs .tab { 
  height: 16px;
  float: left; 
  background-color: #cccccc;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#tabs .disabled { 
  color: #999999;
}
#tabs a {
  text-decoration: none;
  color: #000000;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs #tabs-here { 
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}
#tabs #tabs-here a {
  color: #000000;
}

#tabs-body { 
  border-bottom: 1px solid #016799;
  background-color: #f6f6f6;
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}












/**********************************************************************
/* acs-developer-support Toolbar
/**********************************************************************/
/* LARS: This ought to go in the developer-support package, somehow */

#developer-toolbar {
  background-color: #616093;
  color: #ffffff;
  font-family: tahoma, verdana;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#developer-toolbar td a { 
  border: solid 1px #616093;
  text-align: center; 
  color: #ffffff;
  text-decoration: none;
}
#developer-toolbar td a:hover { 
  text-decoration: none;
  background-color: #999999;
  border: solid 1px #cccccc;
}
#developer-toolbar #search {
  font: 80% tahoma;
  color: #ffffff;
}
#developer-toolbar #search input {
  font: 100% tahoma;
}
#developer-toolbar td a.on {
  background-color: #888888;
  border: solid 1px #cccccc;
}
#developer-toolbar td a:hover.on {
  background-color: #666666;
  border: solid 1px #999999;
}

/* Developer-support footer */

.developer-support-footer {
  float: left;
  padding: 6px;
  border: solid 1px gray;
  background-color: #e1e1e1;
  margin-top: 4px;
}

.section {
  padding-left: 15px;
  padding-right: 15px;
/*  text-align: justify; */
  color: #000000;
/*  background-color: #f3eccf; */
  }

.section-offset {
  float: right;
/* instead of float right, consider margin-left: 500px */
  width: 300px;
  font-size: smaller;
  }

.section-indent1 {
  margin-left: 72px;
  }

.section-center {
  text-align: center;
  }

.bigger {
   font-family : Eurostyle, Futura, Verdana, Arial, Helvetica, sans-serif ; 
   font-weight : bold ;
   font-size : larger ;
   color : #333333 ;
}

.smaller {
   font-family : Verdana, Arial, Helvetica, Eurostyle, Futura, sans-serif ; 
   font-size : small ;
}

.emphasis {
   font-family : Verdana, Arial, Helvetica, Eurostyle, Futura, sans-serif ; 
   font-size : large ;
}

 
ul li {
    font-family : Arial, Helvetica, sans-serif ;
    list-style-image : url(/resources/solar-skies-small.gif) ;
}


p {
  font-style: normal;
  text-decoration: none;
 
}

i {
   font-style : italic ; 
   font-family : Verdana, Arial, Helvetica, Eurostyle, Futura, sans-serif ; 
}


h3 {
   font-family : Verdana, Arial, Helvetica, Eurostyle, Futura, sans-serif ;    
}

h2 {
   font-family : Verdana, Arial, Helvetica, Eurostyle, Futura, sans-serif ; 
   color : #333333 ;
/*  background-color: #f3eccf; */
}

h1 {
   font-family : Verdana, Arial, Helvetica, Eurostyle, Futura, sans-serif ; 
   color : #666666 ;
/*  background-color: #f3eccf; */
}

pre {
   font-family : "Courier New", courier, monospace ; 
}

blockquote {
   font-family : Verdana, Arial, Helvetica, Eurostyle, Futura, sans-serif ;
  margin-left: 72px;
  margin-right: 12px; 
}

a:visited {
   color : #ff3300 ; 
/*  background-color: #f3eccf; */
}

a:link {
   color : #003399 ; 
/*  background-color: #f3eccf; */
}

a:active {
   color : #666600 ; 
/*  background-color: #f3eccf; */
}

.pretty-table {
	border-color: #4e2a1a;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.pretty-table tr td {
	border-color: #4e2a1a;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 3px;
	
}
.pretty-table tr th {
	border-color: #4e2a1a;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 3px;
	
}

/* lists and tables */

tr.list-header {
  background-color: #cccccc; 
}
tr.list-subheader {
  background-color: #eeeeee; 
  border-top: 3px solid #a0bdeb;
  border-bottom: 1px solid #a0bdeb;
}
tr.list-even {
  background-color: #ffffff;
}
tr.list-odd {
  background-color: #eaf2ff;
}
tr.list-spacer {
  background-color: #f9f9f9;
}


/**********************************************************************
/* DEPRECATED CLASSES
/**********************************************************************/

/* Deprecated, not sure what it's replaced with just yet */
a.action {
  margin: 8px;
  margin-left: 24px;
  display: list-item;
  list-style: circle url(/resources/acs-subsite/right.gif);
}


