
/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

/* BODY tag */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #538356;
  margin: 0px;
}

/* Site Header */

#site-header {
  background-color: #327961; 
  color: white;
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  margin-left:4px;
  width:707px;
}

#site-header .system-name {
  font-size: 120%;
  font-weight: bold;
  float: left;
}
#site-header .system-name a {
  color: white;
  text-decoration: none;
}
#site-header .system-name a:hover {
  color: #D7F569;
  text-decoration: none;
}

#site-header .users-online {
  display: inline;
  float: right;
  padding-right: 4em;
}

#site-header .user-greeting {
  display: inline;
}

#site-header .permanent-navigation {
  display: inline;
  float: right;
}

#site-header .action-list a { 
  border: solid 1px #fff;
  text-align: center; 
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  position: relative;  
}

#site-header .action-list a:hover { 
  text-decoration: none;
  background-color: #66A590;
  color: #D7F569;
  border: solid 1px #FFFFFF;
}



/* 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;
  color: red;
}


/* 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 */

#context-bar {
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 2px;
  padding-left: 0px;
}
#context-bar #breadcrumbs {
  float: right;
  padding-top: 0px;
}
#context-bar #breadcrumbs ul {
  margin-left: 0px;
  margin-bottom: 12px;
  padding-left: 0px;
  display: inline;
  border: none;
} 
#context-bar #breadcrumbs ul li {
  margin-left: 0;
  padding-left: 0px;
  border: none;
  list-style: none;
  display: inline;
}
#context-bar #navlinks {
  float: right;
}



/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  font-family: verdana; 
  padding-left: 8px;
  margin-bottom: 6px;
  margin-top: 12px;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}

/* This wraps everything except site-header and site-footer, and is used to ensure proper margins */
/* Only used on non-tabbed (navbar and subnavbar) pages */

#page-body {
  margin-left: 8px;
  margin-right: 8px;
}




/* Title of page, typically used on an H1 tag */

.page-title {
}


/* Site Footer */

#site-footer {
  clear: both;
  border-top: 1px solid #ccc;
  font-family: tahoma, verdana, helvetica, sans-serif;
  font-size: 85%;
  margin-top: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

#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 */
.subnavlinks {
  padding: 0px 5px 2px 5px;
  margin: 0px 5px 0px 5px;
  color:#ffffff; 
  text-align:center; 
  font-family:Arial; 
  font-size:12px; 
  font-weight:bold; 
  text-decoration:none; 
  padding-top:2px; 
  padding-right:5px; 
  padding-bottom:2px; 
  padding-left:5px; 
  border-style:none; 
  border-color:#000000; 
  border-width:0px;
  background-color: #66A590;
  white-space:normal;
  float:left;
  display:block;
}
.subnavlinks_selected {
  padding: 0px 5px 2px 5px;
  margin: 0px 5px 0px 5px;
  color: #D7F569;
  text-align:center; 
  font-family:Arial; 
  font-size:12px; 
  font-weight:bold; 
  text-decoration:none; 
  padding-top:2px; 
  padding-right:5px; 
  padding-bottom:2px; 
  padding-left:5px; 
  border-style:none; 
  border-color:#000000; 
  border-width:0px;
  background-color: #66A590;
  white-space:normal;
  float:left;
  display:block;  
}
.subnavlinks a:link {
  text-decoration: none;
  color: white;
}
.subnavlinks a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.subnavlinks a:hover {
  color: #D7F569;
  text-decoration: none;
}
.subnavlinks a:active {
  color: #D7F569;
  text-decoration: none;
}

.subnavlinks_selected a:link {
  text-decoration: none;
  color: #D7F569;
}
.subnavlinks_selected a:visited {
  color: #D7F569;
  text-decoration: none;
}
.subnavlinks_selected a:hover {
  color: #D7F569;
  text-decoration: none;
}
.subnavlinks_selected a:active {
  color: #D7F569;
  text-decoration: none;
}

.subnav-bar {
   position:absolute; 
   top:0px; 
   left:0px; 
   background-color:#66A590; 
   width:724px;
   border: 1px solid #000;
}


#navbar-div {
  /* border-bottom: 1px solid #666; */
  clear: both;
  padding-top: 2px;
  margin-top: 0px;
  margin-left: 8px;
}
#navbar-container {
  height: 35px;
  position: relative;
  margin-bottom:10px;
}
#navbar { 
  position: absolute;
  margin: 0px 0px -6px 0px;
  padding: 0px 0px 0px 0px;
  top: 0px;
  left: 4px;
  bottom: 0px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  font-color: white;
  background-color: #66A590;
  border: 1px solid #000;
  width: 721px;
}
html>body #navbar { bottom: 0px }

#navbar .tab {
  float:left;
  display:block;
  padding: 0px 5px 2px 5px;
  margin: 0px 5px 0px 5px;
  color:#ffffff; 
  text-align:center; 
  font-family:Arial; 
  font-size:12px; 
  font-weight:bold; 
  text-decoration:none; 
  padding-top:2px; 
  padding-right:5px; 
  padding-bottom:2px; 
  padding-left:5px; 
  border-style:none; 
  border-color:#000000; 
  border-width:0px;
}
#navbar a {
  text-decoration: none;
  color: white;
}
#navbar a:hover {
  color: #D7F569;
}
#navbar #navbar-here { 
  border-bottom-color: black;
  background-color: #66A590;
  color: #D7F569;
}
#navbar #navbar-here a {
  background-color: #66A590;
  color: #D7F569;
}

#navbar-body { 
  font-family: Verdana;
  font-size: 13px;
  border-bottom: 1px solid #FFF;
  background-color: white;
  clear: both;
  padding-top: 0px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
}


/* 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: #66A590;
  border: 1px solid #000;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: white;
}
#subnavbar a:hover {
  text-decoration: underline;
  color: #D7F569;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: black;
  background-color: #66A590;
  color: #D7F569;
}
#subnavbar #subnavbar-here a {
  color: white;
}


#subnavbar-body { 
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: white;
  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: white;
  text-decoration: underline;
}
a.refresh:hover {
  color: red;
  text-decoration: underline;
}

a.button { 
  font: 11px arial;
  border: solid 1px black;
  background-color: #66A590;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
a.button:link { 
  text-decoration: none;
  border: solid 1px black;
  color:white;
}
a.button:visited { 
  text-decoration: none;
  border: solid 1px black;
  color:white;
}
a.button:hover { 
  text-decoration: none;
  background-color: #327961;
  color: #D7F569;
  border: solid 1px black;
}
a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}

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 {
  position:relative;
  font-size: 120%;
  margin-bottom: 5px;
  margin-top: 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: #ffc; 
}


/* Portlets */

.portlet h2 {
  background: #327961; 
  color: white;
  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: black;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs #tabs-here { 
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}
#tabs #tabs-here a {
  color: black;
}

#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: #327961;
  color: #D7F569;
  font-family: tahoma, verdana;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: solid 1px white;  
}
#developer-toolbar td a { 
  
  text-align: center; 
  color: #D7F569;
  text-decoration: none;
  padding: 0px 2px 0px 2px;
}
#developer-toolbar td a:hover { 
  text-decoration: none;
  background-color: #66A590;
  
  padding: 0px 2px 0px 2px;
}
#developer-toolbar #search {
  font: 80% tahoma;
  color: black;
}
#developer-toolbar #search input {
  font: 100% tahoma;
}
#developer-toolbar td a.on {
  background-color: #66A590;
  border: solid 1px #D7F569;
}
#developer-toolbar td a:hover.on {
  background-color: #66A590;
  border: solid 1px #D7F569;
}

/* Developer-support footer */

.developer-support-footer {
  float: none;
  padding: 6px;
  border: solid 1px white;
  background-color: #327961;
  margin-top: 4px;
  font-size: 10px;
  color: white;
}


.portal-heading {
  color:#ffffff; 
  text-align:center; 
  font-family:Verdana; 
  font-size:14px; 
  font-weight:bold; 
  text-decoration:none; 
  background-color:#337961;
  padding:5px 0px 5px 0px; 
}

.portal-text {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11px;
}

.portlet-date {
	font-size: 9px;
	font-weight: bold;
}

.ajax-search {
   font-family: Verdana;
   font-size: 12px;
   border: 1px solid #66A590;
   width: 300px;
   padding: 4px 4px 4px 4px;
}
.ajax-results-box {
   font-family: Verdana;
   font-size: 12px;
   border: 1px dashed #cccccc;
   width: 300px;
   padding: 4px 4px 4px 4px;
   line-height: 18px;
   visibility:hidden;
}
.role-comments {
   font-family: Verdana;
   font-size: 12px;
   border: 1px solid #66A590;
   width: 619px;
   height: 72px;
   padding: 4px 4px 4px 4px;
   line-height: 18px;
}

/**********************************************************************
/* 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);
}


