// ------------------------------------------------------------------------
// default-master.css

/* Calendar widget css */

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}

.combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

// ------------------------------------------------------------------------
// site-master.css

/* Styles originally defined in default-master.css */

#login-box {
  border: black 1px solid;
  padding: 4px;
}

TABLE.table-display {
  font-family: tahoma, verdana, helvetica; 
  font-size: 85%;
}

TR.table-header {
  background-color: #cccccc; 
}

TR.even {
  background-color: #f0f0f0;
}

TR.odd {
  background-color: #e0e0e0;
}

/* Replace deprecated center tags in forms. Eventually all forms should use form builder and this tag should not be used */

DIV.submit-button {
  text-align: center;
}


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

#skiptocontent {
  display: none;
}

.block-marker {display: none;}

/* User Messages */

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

#alert-message .alert {
  margin-left: 0;
  padding-left: 2px;
  border: 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;
}


/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  font-family: verdana; 
  padding-left: 8px;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}


/* Site Footer */

#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;
}

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

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

#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: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#navbar a {
  text-decoration: none;
  color: black;
}
#navbar a:hover {
  text-decoration: underline;
}
#navbar #navbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#navbar #navbar-here a {
  color: black;
}

#navbar-body { 
  border-bottom: 1px solid #016799;
  background-color: white;
  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: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: black;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#subnavbar #subnavbar-here a {
  color: black;
}

#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;
}

/* END NAVIGATION */


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

/* STANDARD TAGS -----------------------------------------------------------*/
/* standard html (body, h1, p, form...) */

body {
  margin:5px 5px 0px 5px;
  padding:0;
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
  margin-bottom: 12px;
}

h2 {
  font-size: 1.1em;
  font-weight:bold;
  color: #555555;
  margin-bottom: 12px;
}

h3 {
  font-size: 1.05em;
  font-weight:bold;
  color: #444444;
  margin-bottom: 12px;
}

h3 {
  font-size: 1.00em;
  font-weight:bold;
  color: #444444;
  margin-bottom: 12px;
}

/* BUTTON ---- */
a.button { 
  font: .85em arial;
  border: solid 1px black;
  background-color: #E1E1E1;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

a.button:link { 
  text-decoration: none;
  border: solid 1px black;
}

a.button:hover { 
  text-decoration: none;
  background-color: #CCCCCC;
  border: solid 1px black;
}

a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}

/* END BUTTON ---- */

.center {text-align: center;}
.small {font-size: x-small;}

/*  ARE THESE NEEDED ??? -----------------------------------------------------------*/

/* 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;
}

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

a.admin-button { 
  font: 85% arial;
  border: solid 1px black;
  background-color: #aaa;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
a.admin-button:link { 
  text-decoration: none;
  border: solid 1px black;
  color: #111;
}
a.admin-button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.admin-button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.admin-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;
}

.highlight { 
  background-color: #ffc; 
}

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

/*  END ARE THESE NEEDED -----------------------------------------------------------*/

/* END STANDARD TAGS ---------------------------------------------------------------*/

/* HEADER TAGS ---------------------------------------------------------------------*/

#header {
  font-size: 0.92em;
  background-color: #EFEFEF;
  color: #444444;
  padding-top: 4px;
  padding-bottom: 4px;
}

#system-name {
  font-size: 1.4em;
  font-weight: bold;
  float: left;
  padding-left: 0.2em;
}

#system-name a {
  color: #333333;
  text-decoration: none;
}

#header-navigation {
  float: right;
  padding-right: 0.4em;
}

/* CONTEXT BAR ---- */

#breadcrumbs {
  clear: right;
  padding-left: 100px;
}

/* END CONTEXT BAR ---- */ 

/* END HEADER TAGS -----------------------------------------------------------*/

/* LISTS -----------------------------------------------------------*/

ul.compact, .action-list ul{
  margin: 0px;
  padding: 0px;
}
ul.compact li, .action-list ul li {
  list-style:none;
  display: inline;
}

/* END OF LISTS */


/* 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-sidebar {
  width: 30%;
}

.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: #616093;
  color: white;
  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: white;
  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: white;
}
#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;
}


/**********************************************************************
/* 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);
}

// ------------------------------------------------------------------------
// clasohm.com styles

/* Master Template, Header */

div#pageHead {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
}

div#headTop { 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #353b87;
}

div#headBottom { 
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 30px;
  color: #fff;
  background-color: #326cb3;
}

div#headTop a, div#headBottom a {
  text-decoration: none;
  color: #fff;
}

img#sectionLogo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

img#siteLogo { 
  position: absolute;
  left: 154px;
  top: 8px;
}

div#headLogin, div#headLogin a, div#headLinks, div#headLinks a {
  color: #ddd;
}

div#headLogin {
  position: absolute;
  left: 154px;
  bottom: 0.5em;
}

form#headForm {
  position: absolute;
  right: 0.1em;
  top: 0.1em;
}

div#headLinks {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
}

div#breadcrumb {
  position: relative;
  top: 50%;
  margin-top: -0.75em;
  margin-left: 154px;
}

div#pageNavigation { 
  float: left;
  width: 140px;
  padding: 10px 2px 10px 2px;
  margin: 0 10px 10px 0;
  background-color: #326cb3;
}

div#pageNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#pageNavigation li a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
}

html>body div#pageNavigation li a {
  width: auto;
}

div#pageNavigation li a:hover {
  background-color: #2586d7;
  color: #fff;
}

div#pageContent {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
}

/* Form styles, originally copied from Trac */

input, textarea, select { margin: 2px }

input, select { vertical-align: middle }

input[type=submit], input[type=reset] {
  font-size: 1em;
  background: #eee;
  color: #222;
  border: 1px outset #ccc;
  padding: .1em .5em;
}

input[type=submit]:hover, input[type=reset]:hover { background: #ccb }

input[type=text], input[type=password], input.textwidget, textarea {
 background: #fff;
 color: #000;
 border: 1px solid #a7a7a7;
}

input[type=text], input[type=password], input.textwidget { 
  padding: .25em .5em 
}

input[type=text]:focus, input[type=password]:focus, textarea:focus { 
  border: 1px solid #886 
}

.buttons { margin: .5em .5em .5em 0 }

.buttons form, .buttons form div { display: inline }

.buttons input { margin: 1em .5em .1em 0 }

form.inline {
  margin-bottom: 0;
}

/* Standard tags */

body {
  left: 0; 
  top: 0;
  font-size: 76%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff; 
}

table { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  color:#202020; 
}

h2 { 
  font-size: 1.7em;
  font-weight: normal; 
  color:#303030; 
}

h3 { 
  font-size: 1.4em;
  font-weight: normal; 
  color: #404040; 
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #505050;
}

th { 
  font-weight: bold; 
  color: #404040; 
}

hr { 
  color: #202020; 
  border-style: none; 
  border-top: 2px solid; 
  width: 80%;
  text-align: center;
}

/* Background colors for tables */

.bgglobal { background-color: #353b87; }
.bgpulldown { background-color: #251949; }
.bgsiteident { background-color: #353b87; }
.bgprimary { background-color: #326cb3; }
.bgsecondary { background-color: #326cb3; }
.bgcontent { background-color: #fff; }
.bgfooterbar { background-color: #999; }

.bggrey { background-color: #666; }

.bgbrightgrey1 { background-color: #bbb; }
.bgbrightgrey2 { background-color: #ccc; }
.bgbrightgrey3 { background-color: #ddd; }

.bgyellow { background-color: #ffff66; }

/* Calendar Widget used in Blog */

.cal-month-day {
    color: #000;
}

.cal-month-today {
    color: #000;
}

sup.shortcut { 
  margin-left: 0.15em;
}

/* Customization of ACS form styles */

.form-error { 
    color: #cc3300; 
    font-weight: bold; 
}

td.form-label {
    font-size: 1em;
}

td.form-widget {
    font-size: 1em;
    text-align: left;
}

/* Stand-alone Textstyles */

.headerwhite { 
    color: #fff; 
    font-weight: bold; 
}

.textglobal { 
    color: #ddd; 
}

.textformelement {
    font-size: 1em;
    color: #000; 
}

.textsecondary {
    color: #fff;
}

.textsecondarybold {
    color: #fff;
    font-weight: bold;
}

.textsiteident {
    line-height: 15px;
    color: #fff;
    font-weight: bold;
}

.textuserinfo {
    color: #000;
}

.textuserinfobright {
    line-height: 13px; 
    color: #99ccff; 
}

.textrulerbold {
    font-weight: bold; 
}

.textrulerbold a {
    color: black;
}

.textrulergrey {
    color: #999; 
}

.textbold {
    font-weight: bold; 
}

.info {
    color: #000; 
}

.infobold {
    font-weight: bold; 
}

.infogrey {
    color: #666; 
}

.small {
    line-height: 12px;
    color: #000; 
}

.smindent { margin-left:15px; }

.smpadding { padding-left: 1.5em; }

a.hidelink, .textruler a { 
    text-decoration: none; 
}

div.indexItems { 
    margin-left: 154px;
}

p.indexIntro {
    text-align: left;
    margin-right: 30%;
}

div.indexItem { 
    float: left;
    padding: 10px 2px;
    margin: 4px;
    width: 300px;
    background-color: #ddd;
}

pre.code {
    background-color: #eee;
    border: 1px solid;
    padding: 5px;
}

.narrowColumn { 
    text-align: left;
    width: 70%;
}

p.copyright {
    text-align: left;
    width: 80%;
}

.wideColumn { 
    text-align: left;
}

div.longText p {
    font-size: 1.1em;
}

dl.whatsNew dt {
    font-size: 1.1em;
    font-weight: bold;
    color: #505050;
}

dl.whatsNew dd {
    margin-left: 1em;
    margin-bottom: 1em;
}

dl.whatsNew ul { 
    list-style-type: none;
    margin-left: 0;
    padding-left: 2em;
}

dl.whatsNew ul li { 
    text-indent: -2em;
}

ul.semiCompact { 
    list-style-type: none;
    margin-left: 0;
    padding-left: 2em;
}

ul.semiCompact li { 
    text-indent: -2em;
}

span.nowrap { 
    white-space: nowrap;
}

span.important {
    font-size: 2em;
}

div.top-right { 
    margin: 1px 1px 0 0;
}

div.pagebar {
    text-align: center;
    font-size: 120%;
}

