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

.print-break { 
  page-break-before: always;
  display: block;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1em;
}

.edit { 
  display: block;
  border: 1px solid red;
  background-color: #c0c0c0;
  color: red
}

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

.section-label { 
  font-size: 0;
}

.action-link { 
display:none;
visibility:hidden;
}

.action-link a { 
  border: 1px dotted #ffffff;
}

.action-link a:hover { 
  border: 1px dotted #c0c0c0;
  background-color: #e0e0e0;
}

.left { 
  float: left;
}

.right { 
  float: right;
}

a { 
  text-decoration: none;
  color: #044d86;
}

a:visited { 
  color: #044d86;
}

a:hover { 
  color: #0a94ff;
}

a:name { 
  color: #000000;
}

html { 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  padding:10px;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  background-color: #ffffff; 
  padding-left: 0;
  padding-right: 0;
}


#site-logo a { 
  display: block;
  font-size: 11pt;
}

#banner1 {
  font-size:0;
  color:#ffffff;
}

#banner1 a { 
  display:none;
  visibility: hidden;
 
}


#page-body {
}

#page-div {
}

#page-div p { 
  padding-left: 10px;
  padding-right: 10px;
}

#page-div h1 { 
  font-family: times new roman, serif;
  font-size: 120%;
  text-align: left;
}


#page-div h2 {
  font-family: times new roman, serif;
  text-align: left;
  font-size: 120%;
}

#page-div h2.section {
  font-family: times new roman, serif;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;

}

#page-div h3.section {
  font-family: times new roman, serif;
  font-size: 120%;
  font-weight: bold;
}

#page-div h2 a{ 
  color: #ffffff;
}

#site-header {
  text-align: left;
  color: #505050;
  z-index: 10;
  margin-top: 0;
  padding-top: 5px;
  margin-bottom: 10px;
}

#site-footer {
  text-align: center;
  color: #505050;
  font-size: 9pt;
  z-index: 10;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  margin-bottom: -10px;
  border-top: 1px solid #c0c0c0;
}

#site-footer a {
  color: #505050;
}

#site-footer table { 
  padding-left: 10px;
  padding-right : 10px;
}


#top-navbar 
{
  visibility: hidden;
  display:none;
}

#search-navbar 
{
  visibility: hidden;
  display:none;
}

#quick-search
{
  visibility: hidden;
  text-align: right;
}

#welcome-message
{
  visibility: hidden;
  float: left;
}


#left-navbar 
{
  visibility: hidden;
  display:none;
}

#right-navbar 
{
  visibility: hidden;
  display:none;
  float: right;
  width: 130px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

#main-body { 
}

#main-div { 
}

#content-div { 
}


p { 
  margin-bottom: 1em;
}

input { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

select { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

textarea { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

blockquote { 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3em;
  margin-right: 3em;
  padding: 1em;
/*
  border: 1px solid #c0c0c0;
  background-color: #eeeeee;
  color: #002060;
*/
  clear: right;
}

blockquote .attribution { 
  margin-top: 1em;
  text-align: right;
}


.subtitle { 
  margin-top: -1em;
  display: block;
  color: #004792;
  margin-bottom: 1em;
}

ul, ol { 
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

ie-wrapper {
  height: 100%;
}

#content-tab {
  border: 0px solid green;
  padding: 0px; 
  margin:0;
  margin-left: 160px;
  margin-bottom: 10px;
  margin-top: 30px;
}


#right-column {
  width:180px;
  float:right;
  margin-top:5px;
  margin-left: 10px;
/*  font-size:0.9em; */
} 


#top-navbar:after 
{ 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

.footnote { 
/*   font-size: 85%; */
  margin-left: 2em;
  margin-right: 2em;
}


li.odd { 
  background-color: #cbdcea;
} 

li.even { 
  background-color: #ffffff;
} 

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

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

.plain ul { 
  list-style: none;
  text-align: left;
  margin-left: 2em; 
  white-space: nowrap;
  margin-bottom: 1em;
}

.simple { 
  text-align:center;
  white-space: nowrap;
}

.simple h3 { 
  font-weight: bold;
  text-align:left;
  padding-bottom: 3px;
  border-bottom: 3px solid #044d86;
  color: #000000;
}

.simple ul { 
  list-style: none;
  text-align: left;
  margin: 0; 
  padding: 0;
  white-space: nowrap;
  margin-bottom: 1em;
}

.simple ul b { 
  float: left;
}

.simple ul li { 
  border-bottom: 1px dotted #808080;
  padding: 3px 10px 3px 10px;
  text-align: left;
}

.totals { 
  width: 49.5%;
  text-align:left;
  white-space: nowrap;
}

.totals h2 { 
  font-weight: bold;
  text-align:left;
  padding-bottom: 3px;
  border-bottom: 3px solid #044d86;
  color: #000000;
}

.totals h3 { 
  font-weight: bold;
  text-align:left;
  padding-bottom: 3px;
  border-bottom: 3px solid #044d86;
  color: #000000;
}


.totals ul { 
  list-style: none;
  text-align: right;
  margin: 0; 
  padding: 0;
  white-space: nowrap;
}

.totals ul b { 
  float: left;
}

.totals ul li { 
  border-bottom: 1px dotted #808080;
  padding: 3px 10px 3px 10px;
  text-align: right;
}

.totals ul li.subtotal { 
  color: #990000;
} 


.toolbox {
  float: left;
}

.toolbox table {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
}

.toolbox th {
  text-align: left;
  border: 1px solid #c0c0c0;
  font-weight: bold;
  background-color: #0067b2;
  color: #ffffff;
  padding: 3px;
  margin: 1em;
}

.toolbox td {
  text-align: left;
  border: 1px solid #c0c0c0;
  padding: 3px;
  margin: 1em;
}



#viewadp-mini-calendar { 
  width: 100px;
  float: left;
}

#viewadp-mini-calendar ul { 
  margin: 10px;
}

#events { 
  margin-left: 120px;
}

.mini-calendar { 
  display: none;
}




#lower-left { 
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 100%;
}

#lower-left ul { 
  list-style: none;
  margin-left: 0;
}

#lower-right { 
  float: right;
  width: 50%;
  border-left: 1px solid #0067b2; 
  padding-left: 20px;
}

#welcome-photo { 
  float: right;
  width: 180px;
  height: 270px;
  padding: 0;
  margin: 0;
}

#welcome-photo img { 
  border: 1px solid #0067b2;
}

#page-photo { 
  float: right;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

#page-photo img { 
  border: 1px solid #0067b2;
}

div.caption { 
  background-color: #c0d0e0;
}

#page-body:after
{ 
  clear: both; 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

#page-body hr { 
  height: 1px;
  border-top: 1px dotted black;
  margin-left: 5em;
  margin-right: 5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.content-box { 
  margin-left: 165px; 
  margin-right: 10px; 
}


.content-box h3 { margin: 0; padding: 0;}


.content {   
  font-family: verdana, arial, sans-serif;
  margin-right: 10px;
}

/*
   .content ol {  
  padding-left: 2em;
  padding-bottom: 1em;
}
*/
.content blockquote {  
  margin-left: 2em;
  margin-right: 2em;
}


/* Context Bar */

#context-bar {
  display: none;
  visibility: hidden;
}

#context-bar #breadcrumbs {
  display: block;
  width: 100%;
  float: left;
/*  font-size: 70%; */
  font-weight: bold;
  margin-bottom: 1em;
}

#context-bar #breadcrumbs a {
  font-weight: normal;
}

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

.left { 
  float: left;
  margin-right: 10px;
}

.right { 
  float: right;
  margin-left: 10px;
}

.widget { 
  margin-bottom: 10px;
  text-align: left;
}

.widget-header { 
  height: 27px;
  margin-bottom: 10px;
}

.widget-header select { 
  margin-top: 10px;
  margin-right: 10px;
  float:right;
}

.widget-body { 
  padding: 10px;
}



/********************************************************************** */
/* 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: 85% 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:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}

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



.small {
  font-size: 85%;
}

.highlight { 
  background-color: #ffc; 
}



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


.cards { 
  margin-left: 10px;
  float: left;
  display: block;
  clear: right;
}

.cards ul { 
  background: url(/graphics/tab-left.png) top left no-repeat;  
  float: left;
  margin: 0;
  margin-left: -5px;
  padding: 0;
}
.cards ul:first-child { 
  margin-left: 0;
}
.cards ul:last-child { 
  margin-right: 0;
}
.cards ul:hover { 
  background: url(/graphics/tab-left-hover.png) top left no-repeat;  
}

.cards ul.current { 
  background: url(/graphics/tab-left-selected.png) top left no-repeat;  
}
.cards li { 
  background: url(/graphics/tab-right.png) top right no-repeat;  
  float: left;
  display: block;
  color: #0067b2;
  height: 33px;
  padding-left: 30px;
  padding-right: 40px;
  text-align: center;
}
.cards li:hover { 
  background: url(/graphics/tab-right-hover.png) top right no-repeat;  
}
.cards ul.current li { 
  background: url(/graphics/tab-right-selected.png) top right no-repeat;  
}

.cards a {  
  display: block;
  font-family: verdana, arial, sans-serif;
/*   font-size: 10pt; */
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
}

.cards h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
/*   font-size: 10pt; */
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
  
}

.cards a:hover { 
  color: #0167b2;
}

.tabs { 
display:none;
visibility:hidden;
}

.tabs ul { 
  display: inline;
  margin: 0;
  padding: 0;
}

.tabs li { 
  float: left;
  display: inline;
  margin-left: 0;
  margin-right: 1em;
  color: #0067b2;
  border: 1px solid #0167b2;
  background-color: #d0d0d0;
}

.tabs ul.current li { 
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 1em;
  padding-right: 1em;
}

.tabs a { 
  text-decoration: none;
  color: #404040;
  padding-left: 1em;
  padding-right: 1em;
}

.tabs a:hover { 
  background-color: #f0f8ff;
  color: #000000;
}

.tabs h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
/*   font-size: 10pt; */
  text-decoration: none;
  color: #404040;
  border: 0;
  padding: 0;
  margin:0;
}

/* PrivateRaise Link Colors */
a.admin, a.admin:visited  { 
  color: #262D63;
}

a.unknown, a.unknown:visited { 
  color: maroon;
}
a.locked, a.locked:visited { 
  color: #FF0000;
}

a.current {  
  color: maroon;
}

a.this {  
  color: #000000;
}

table { 
  border-collapse: collapse;
 }

table td { 
  padding: 2px 10px 2px 10px;
}

table.news { 
  color: #262D63;
}

table.press { 
  border-collapse: collapse;
 }

table.press tr{ 
  border-bottom: 1px solid #808080
}

table.press tr:hover { 
  background-color: #d0d0d0;
}

table.press td { 
  padding: 5px;
}

table.simple { 
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
 }

table.simple td { 
  padding: 2px 10px 2px 10px;
  white-space: normal;
}

.footnote { 
  text-align: left;
 }

table.profile { 
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  font-size: 8pt;
 }


table.profile tr.header { 
  text-align: center;
  vertical-align: middle;
  font-size: 8pt;
}

table.profile tr.header td { 
  font-family: times new roman, serif;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 8pt;
}

table.profile th { 
  text-align: left;
  vertical-align: middle;
  border: 1px solid #00295d;
  padding: 2px 10px 2px 10px;
  font-size: 8pt;
}

table.profile td { 
  border: 1px solid #00295d;
  padding: 2px 10px 2px 10px;
  font-size: 8pt;
}

table.profile td.footnote { 
  border: none;
  padding: 2px 10px 2px 10px;
  font-size: 8pt;
}

table.profile td.heading { 
  text-align:left;
  width: 23%;
  min-width: 175px;
}

table.profile th.stat { 
  text-align:right;
 }
table.profile td.stat { 
  text-align:right;
 }

td.footnote ol { 
  margin-left: 20px;
}

.label { 
  font-weight: bold;
  color: maroon;
 }

.note { 
  color: maroon;
 }

.demo { 
  color: maroon;
 }

.important { 
  font-weight: bold;
  color: red;
 }

.red { 
  color: red;
 }

.error { 
  color: red;
 }

.good { 
  color: green;
 }

dl.glossary { 
  margin-left: 2em;
  margin-bottom: 2em;
}

dl.glossary dt { 
  font-weight: bold;
  margin-bottom: 1em;
}

dl.glossary dd { 
  margin-left: 2em;
}

dl.sub dt { 
  font-weight: bold;
  margin-bottom: 0;
}

dl.sub dd { 
  margin-left: 0;
}


ul.fancy { 
  list-style: none;
  text-align: left;
  margin: 0; 
  padding: 0;
  white-space: nowrap;
  margin-bottom: 1em;
}

ul.fancy .header {  
  float: left;
  text-align: center;
  width: 5em;
  margin-right: 2em;
}

ul.fancy .content {  
  margin-left: 7em;
  display: block;
}


ul.fancy li { 
  border-bottom: 1px dotted #808080;
  padding: 3px 10px 3px 10px;
  text-align: left;
}

ul.fancy li:last-child { 
  border-bottom: 0px;
}

ul.fancy li:hover { 
  background-color: #e0e0e0;
}

table.pr_site_header tr {
  background-color: #00548b;
}
