﻿.accordion
{
	margin-bottom: 10px;
	overflow-x:hidden;
}
.accordionHeader
{
    border-top:solid 1px #da793d;
    color: black;
    background-color: silver;
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	font-weight: bold;
    padding: 1px;
    margin-top: 1px;
    cursor: pointer;
}

.accordionHeaderFiles
{
    border:solid 1px #eaeaea;
    color: black;
    background-color: #a079ca;
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing:1px;
    padding: 1px;
    margin-top: 1px;
    cursor: pointer;
}

.accordionHeaderFiles:hover
{
    color: white;
    background-color:#da793d;
    
}

.accordionContent
{
    background-color: #eeeeee;
    border-bottom: 1px dotted #2F4F4F;
    padding: 5px;
    padding-top: 5px;
    height:85px;
    text-align:left;
    font-size: 80%;
    
}

.accordionContentFiles
{
    background-color: black;
    border-bottom: 1px dotted #a079ca;
    border-left: 1px dotted #a079ca;
    border-right: 1px dotted #a079ca;
    padding: 5px;
    padding-top: 5px;
    height:100px;
    text-align:left;
    font-size: 85%;
    overflow-x:hidden;
    
}

.accordionLink
{
	 background-color: #D3DEEF;
	 color: white;
}

.watermark {
	background: #FFAAFF;
}

