/**********************************************************************
/* Site-Wide/Master Templates acs-subsite/www/resources/site-master.css
/**********************************************************************/
.usernote {
        background-color: #EAA;
        border: 1px dotted black;
        padding: 3px;
        clear: both;
}

table.textile {
        width: 100%;
        font-size: 85%;
        border-collapse: collapse;
}
table.textile tr th, table.textile tr td{
        vertical-align: top;
        padding-left: 4px;
        padding-right: 4px;
        border-bottom: 1px solid #CCC;
}
table.textile tr th {
        vertical-align: middle;
        background-color: #DDD;
        border-right: 1px solid #CCC;
}



#site-header .action-list a { 
  border: solid 1px #313063;
  text-align: center; 
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  text-decoration: none;
}
#site-header .action-list a:hover { 
  text-decoration: none;
  background-color: #666666;
  border: solid 1px #999999;
}





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

/* 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, input.button, button.button { 
  font-size: 0.8em;
  border: solid 1px #CCCCCC;
  background-color: #EEEEEE;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}

a.button-active, input.button-active, button.button-active { 
  font-size: 0.8em;
  border: solid 1px #AAAAAA;
  background-color: #FFFFFF;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
}

a.button:link, input.button:link, button.button:link { 
  text-decoration: none;
  border: solid 1px #999999;
}

a.button:hover, input.button:hover, button.button:hover { 
  text-decoration: none;
  background-color: #FFFFFF;
  border: solid 1px #999999;
  color: #000000;
  cursor: pointer;
}

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

a.admin:link, a.admin:visited {
  color: #f00;
  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;
}











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



















/**********************************************************************
/* LISTS acs-templating/www/lists.css
/**********************************************************************/

table.list {
  border-collapse: collapse;
  font-size: 85%;
  width: 100%;
}
table.list img {
  border: 0px;
}
table.list tr {
  vertical-align: top;
}

table.list-tiny {
  font-size: 75%;
  border-collapse: collapse;
}

table.list p.list-row {
  font-size: 85%;
}

table.list span.list-label {
  color: #6f6f6f;
}


table.list tr.list-subheader {
  background-color: white; 
  font-weight: bold;
}
table.list tr.list-even {
}
table.list tr.list-odd {
}
table.list tr.list-spacer {
}


table.list th.list-narrow, table.list th.list {
  padding-left: 4px; 
  padding-right: 4px;
  border-bottom: 1px solid #CCC;
  color: black;
}
table.list th.list-narrow a, table.list th.list a {
  color: black;
}


table.list td.list-narrow, table.list td.list {
  padding-left: 4px; 
  padding-right: 4px;
  border-bottom: 1px solid #CCC;
}

table.list tr.last td {
  border-bottom: 1px solid #AAA;
}

table.list tr.list-paginator { 
  background-color: #FFF;
  font-size: 90%; }


table.list td.list-button-bar { 
  padding-bottom: 5px;
  font-size: 100%;
  background-color: #223266;
}

.list-filter { 
  font-size: 70%; 
}
tr.list-filter-selected { 
  background-color: #EDA11C;
}
span.list-filter-selected { 
  color: #FFF;
}
.list-filter-header { 
  font-size: 70%; 
  font-weight: bold; 
}
.list-filter-section { 
  font-size: 70%; 
  font-weight: bold; 
  background-color: #EDA11C; 
  padding-left: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  margin-top: 0px; 
  margin-bottom: 8px;
}

div.list-inline-filter { 
  font-size: 70%; 
}
span.list-inline-filter { 
}
span.list-inline-filter-selected { 
  font-weight: bold;
}
a.list-inline-filter { 
}


td.list-filter-pane {
  background-color: #FDF9ED;
  vertical-align: top;
}

table.list td.list-list-pane {
  background-color: white;
  vertical-align: middle;
  padding-left: 10px;
}

table.list tr.list-header {
  padding: 0px;
  margin: 0px;
}
table.list tr.list-header th.list-narrow, table.list tr.list-header th.list {
  background-color: #DDD;
  border-left:   1px solid #FFF;
  border-top:    1px solid #FFF;
  border-right:  1px solid #BBB;
  border-bottom: 1px solid #BBB;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  line-height: 1.5em;
}
table.list tr.list-header th.list-narrow a, table.list tr.list-header th.list a {
  padding: 4px 2px 4px 2px;
  margin: 0px;
}


/**********************************************************************
/* FORMS acs-templating/www/forms.css
/**********************************************************************/

table.form {
    background-color: #FFF;
    border-spacing: 0;
    border: solid;
    font-size: .9em;
    border: 1px solid #CCC;
    width: 100%;
}
table.form td {
    vertical-align: top;
}


th.form-section {
    font-family: helvetica, arial, verdana, sans-serif;
    font-weight: normal;
    font-size: 164%;
    color: #999;
    background-color: #FFF;
    padding: .5em;
    border-top: 1px solid #CCC;
    text-align: left;
}

td.form-label,
td.form-label-error {
    width: 33%;
    padding: .5em .7em .5em .35em;
    text-align: right;
}

td.form-widget,
td.form-widget-error {
    padding: .5em .7em .5em .35em;
}

td.form-label-error,
td.form-widget-error {
    background-color: #ffaaaa;
    border-bottom: 1px solid #FFF;
}

div.form-error {
    color: red; 
}
div.form-help-text {
    color: #666; 
    font-size: 0.8em;
    line-height: 1em;
}
span.form-required-mark {
    color: red;
}

table.formgroup td {
    padding: 0;
}
table.form {
    border-spacing: 0;
    font-size: .9em;
}
table.address-widget * {
    padding: 0;
    margin: 0;
}
table.address-widget td {
	line-height: 1.1em;
}



tr.form-submit td {
    border-top: 1px solid #CCC;
    background-color: #EEE;
    padding: .5em;
}
tr.form-submit-top td {
    border-bottom: 1px solid #CCC;
    background-color: #EEE;
    padding: .5em;
    margin-top: -1px;
}

tr.form-submit-top input,
tr.form-submit input {
    margin-right: .5em;
    font-size: 1em;
}

/**********************************************************************
/* DEFAULT MASTER acs-subsite/www/default-master.css
/**********************************************************************/

tr.table-header {
    background-color: #EDA11C; 
}

tr.even {
    background-color: #FDF9ED;
}

tr.odd {
    background-color: #FFFFFF;
}

