/******************generic elements ********************/

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: small;
}
h1, h2, h3, p, ul, li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 110%;
	line-height: 1.1;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 15px;
	font-weight: bold;
	color: #990000;
	margin: 0px 0px -5px;
	font-size: 110%;
}
h1 a:visited {
	color: #900;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.subMenuText a:visited {
	color: #900;
}        
        
/************************ Tables.***************** */
#maincontent .view table {
  width: 100%;
  font-size: 0.923em;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
}

#maincontent .view  table td,
table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
}

#maincontent .view tr.even,
tr.odd {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #bebfb9;
  background: #ececec;
}

#maincontent .view tr.odd {
  background: #fff;
}

#maincontent .view tr.drag {
  background: #ececec;
}

#maincontent .view tr.drag-previous {
  background: #ffb;
}

#maincontent .view table th {
  text-transform: uppercase;
  background: #d7d7d7;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}

#maincontent .view table th.active {
  background: #bdbeb9;
}

#maincontent .view table th a {
  display: block;
  position: relative;
}

#maincontent .view table th.active a {
  padding: 0 25px 0 0; /* LTR */
}

#maincontent .view table th.active img {
  position: absolute;
  top: 3px;
  right: 3px; /* LTR */
}

#maincontent .view table td.active {
  background: #e9e9dd;
}

#maincontent .view table tr.odd td.active {
  background: #f3f4ee;
}

#maincontent .view table tr.selected td.active,
table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}

#maincontent .view table.system-status-report tr {
  border-bottom: 1px solid #ccc;
}
#maincontent .view table.system-status-report tr.ok {
  color: #255b1e;
  background-color: #e5ffe2;
}
#maincontent .view table.system-status-report tr.info {
  color: #040f37;
  background-color: #bdf;
}
#maincontent .view table.system-status-report tr.warning {
  color: #840;
  background-color: #fffce5;
}

#maincontent .view table.system-status-report tr.error {
  color: #8c2e0b;
  background-color: #fef5f1;
}
/**
 * Exception for webkit bug with the right border of the last cell
 * in some tables, since it's webkit only, we can use :last-child
 */
#maincontent .view tr td:last-child {
  border-right: 1px solid #bebfb9; /* LTR */
}

tbody {
  border-top:none;
}/******************specific elements ********************/

#header h1 {
  display: none;
}

#topToolBar ul {
	font-size: 13px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align:center;
}
#topToolBar li {
	display: inline;
	list-style-type: none;
	padding-right: 24px;
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#topToolBar li a:link, #topToolBar a:visited {
	color: #990000;
	text-decoration: none;
}
#topToolBar .sf-depth-2 li{
	margin-top:0px;
}

#maincontent h1.page-title {
  font-weight:bold;
  margin-bottom:5px;
  font-size:150%;
  border-bottom:1px #000 solid;
  padding-bottom:5px;
}
.sf-navbar li:focus ul, .sf-navbar li:hover ul, .sf-navbar li:active ul, .sf-navbar li.sfHover ul, .sf-navbar li li:focus ul, .sf-navbar li li:hover ul, .sf-navbar li li:active ul, .sf-navbar li li.sfHover ul, .sf-navbar .active-trail ul {
  left: 0;
  top: 1.75em;
}
#maincontent  p {
	font-size: 94%;
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 15px;
}

#maincontent h1 {
	font-size: 120%;
	line-height: 1.1;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 15px;
	font-weight: lighter;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
}

#maincontent h4 {
	font-size: 96%;
	line-height: 1.2px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 15px;
}

}
#maincontent h5 {
	font-size: 90%;
	line-height: 1.2px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 15px;
}

#maincontent ul{
	list-style-position:inside;
}
#maincontent li{
	margin-bottom:8px;
}
#maincontent .block-views h2 {
  border-bottom: 1px solid #000000;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}


ul.menu li {
  margin: 0;
}
#leftNav li a:link, #leftNav li a:visited {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 4px 5px 4px 14px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  list-style-image:none;
}
#rightNav h2{
	padding-bottom:10px;
	background-color:#990000;
	color:#FFF;
}
/*#rightNav li { display: block; }*/
#rightNav li a:link, #rightNav li a:visited {
	color: #000;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	/*display: block;*/
	font-weight: normal;
	line-height: 16px;
	vertical-align: middle;
	text-align: left;
	padding: 4px 5px 4px 14px;
	list-style-image:none;

}
#rightNav li a:hover, #rightNav li a:active, #rightNav li a:focus {
	background-image: url(../images/lefNavArrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#rightNav ul {
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	list-style-type: none;
	/*border-bottom: 1px solid #FFF;*/
	padding-bottom: 0px;
	padding-left:0px;
	padding-top: 5px;
}
#rightNavh5 a:link, #rightNav h5 a:visited, #rightNav h5 a:active {
	color: #FFF;
}


audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

