* {
	padding:0;
	margin:0;
}

body {
	color: #333;
	font: 12px Tahoma;
	padding: 0 50px;
	background: #eee;
}

h1 {
	text-align: center;
	padding: 20px 0 12px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0; 
}

#container {
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
	position: relative;
	background: white; 
	margin: 0 auto;
    max-width: 876px;
}

table {
	background-color: #F3F3F3;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}

th {
	background-color: #4f4f4f;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
	line-height: 1.8em;
}

a {
	text-decoration: none;
}

td a {
	color: #535353;
	display: block;
	padding: 5px 10px;
}
th a {
	padding-left: 0
}

td:first-of-type a {
	background: url(images/pdf.png) no-repeat 10px 50%;
	padding-left: 35px;
}
th:first-of-type {
	padding-left: 35px;
}

td:not(:first-of-type) a {
	background-image: none !important;
} 

tr:nth-of-type(odd) {
	background-color: #E6E6E6;
}

tr:hover td {
	background-color:#CACACA;
}

tr:hover td a {
	color: #000;
}





/* icons for file types (icons by famfamfam) */

/* images */
table tr td:first-of-type a[href$=".jpg"], 
table tr td:first-of-type a[href$=".png"], 
table tr td:first-of-type a[href$=".gif"], 
table tr td:first-of-type a[href$=".svg"], 
table tr td:first-of-type a[href$=".jpeg"]
{background-image: url(./images/image.png);}

/* zips */
table tr td:first-of-type a[href$=".zip"] 
{background-image: url(./images/zip.png);}

/* css */
table tr td:first-of-type a[href$=".css"] 
{background-image: url(./images/css.png);}

/* docs */
table tr td:first-of-type a[href$=".doc"],
table tr td:first-of-type a[href$=".docx"],
table tr td:first-of-type a[href$=".ppt"],
table tr td:first-of-type a[href$=".pptx"],
table tr td:first-of-type a[href$=".pps"],
table tr td:first-of-type a[href$=".ppsx"],
table tr td:first-of-type a[href$=".xls"],
table tr td:first-of-type a[href$=".xlsx"]
{background-image: url(./images/office.png)}

/* videos */
table tr td:first-of-type a[href$=".avi"], 
table tr td:first-of-type a[href$=".wmv"], 
table tr td:first-of-type a[href$=".mp4"], 
table tr td:first-of-type a[href$=".mov"], 
table tr td:first-of-type a[href$=".m4a"]
{background-image: url(./images/video.png);}

/* audio */
table tr td:first-of-type a[href$=".mp3"], 
table tr td:first-of-type a[href$=".ogg"], 
table tr td:first-of-type a[href$=".aac"], 
table tr td:first-of-type a[href$=".wma"] 
{background-image: url(./images/audio.png);}

/* web pages */
table tr td:first-of-type a[href$=".html"],
table tr td:first-of-type a[href$=".htm"],
table tr td:first-of-type a[href$=".xml"]
{background-image: url(./images/xml.png);}

table tr td:first-of-type a[href$=".php"] 
{background-image: url(./images/php.png);}

table tr td:first-of-type a[href$=".js"] 
{background-image: url(./images/script.png);}

/* directories */
table tr.dir td:first-of-type a
{background-image: url(./images/folder.png);}

#globalheader {
    background: url("images/img-nav-global-1px.png") repeat-x scroll 0 0 #474747;
}
#globalheader:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#globalheader .containerlogo {
}
.containerlogo {
    margin: 0 auto;
    max-width: 876px;
    padding: 0 2px;
    position: relative;
}
#brandlogo {
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    font-size: 1px;
    height: 70px;
    margin-left: 20px;
    width: 170px;
}
#brandlogo a {
    display: block;
    font-size: 0;
    height: 70px;
    width: 170px;
}

/*accordion*/
.accordion {
  width: 800px;
  margin: 20px auto;
}
.accordion h1, h2, h3, h4 {
  cursor: pointer;
}

.accordion h1 {
  padding: 15px 20px;
  background-color: #4f4f4f;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  text-align:left;
}
.accordion h1:hover {
  color: #999;
}
.accordion h1:first-child {
  border-radius: 0 0;
}
.accordion h1:last-of-type {
  border-radius: 0 0;
}
.accordion h1:not(:last-of-type) {
  border-bottom: 1px dotted #CCCCCC;
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
  padding: 10px 25px;
  background-color: #e6e6e6;
  font-size: 0.9rem;
  color: #333333;
  text-align:left;
  font-weight:bold;
}
.accordion h2:hover {
  background-color: #cacaca;
}
.accordion h3 {
  padding: 5px 30px;
  background-color: #eeeeee;
  font-size: .9rem;
  color: #333; 
  text-align:left;
  line-height:2.0em;
  font-weight:normal;
}
.accordion h3:hover {
  background-color: #eeeeee;
  color: #333;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: .9rem;
  color: #af720a; 
}
.accordion h4:hover {
  background-color: #e0b040;
}
.accordion p {
  padding: 15px 35px;
  background-color: #fff;
  font-size: .9rem;
  color: #333;
  line-height: 1.6rem;
  border-bottom: 1px dotted #a0a0a0;
}
.accordion ul {
  padding: 15px 35px;
  background-color: #fff;
  font-size: .9rem;
  color: #333;
  line-height: 1.6rem;
  border-bottom: 1px dotted #a0a0a0;
  list-style:inside disc;
}
.accordion .opened-for-codepen {
  display: block;
}