
.dlext
{
    background-color: #fafafa;
    border: 1px #555555 solid;
}

.dlext2
{
    background-color: #f0f0f0;
    border: 1px #555555 solid;
}

.dlext3
{
    background-color: #fafafa;
    border: 1px #aaaaaa solid;
}

.dlext4
{
    background-color: #f5f5f5;
    border: 1px #aaaaaa solid;
}

.dlbutton1
{
    float: left !important;
    width: 40% !important;
    text-align: center;
}

.dlbutton2
{
    float: right !important;
    width: 40% !important;
    text-align: center;
}

.downloadbtn
{
    background-color: #00aa00;
    display: block;
    font-size: 3em;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    border-left: none;
    border-top: none;
    border-right: 3px #aaaaaa solid;
    border-bottom: 3px #aaaaaa solid;
    border-radius: 10px;
    color: #ffffff;
}

.downloadbtn:hover
{
    background-color: #005500;
    border-left: 3px #ffffff solid;
    border-top: 3px #ffffff solid;
    border-right: none;
    border-bottom: none;
}

.downloadbtn>i
{
    font-size: 1em;
}

.dl-bubble {
    padding: 3px;
    border-radius: 12px;
    color: #ffffff;
    background-color: #aaaaaa;
    font-size: 0.8em;
    text-shadow: none;
    font-style: normal;
}

.noshow
{
    display: none;
}

.footer-box
{
    display: none;
    z-index: 5;
    width: 40%;
    position: fixed;
    bottom: 20%;
    left: 30%;
    border: 1px solid #ccc;
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    color: #000000;
    padding: 1em;
}

#dl_help_popup
{
    display: none;
    z-index: 2;
    position: fixed;
    width:450px;
    top: 20%;
    left: 50%;
    margin-left: -250px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #000000;
}

div.dl_help_close
{
	display: block;
	float: right;
    height: 16px;
    width: 16px;
	overflow: hidden;
	text-decoration: none !important;
	background: transparent url("./images/alert_close.png") 0 0 no-repeat;
	margin-top: -7px;
	margin-right: -7px;
    cursor: pointer;
}

div.dl_help_close:hover, .dl-close-footer:hover
{
    background-position: 0 -16px;
}

.dl-close-footer
{
    display: block;
	float: right;
    height: 16px;
    width: 16px;
	overflow: hidden;
	text-decoration: none !important;
	background: transparent url("./images/alert_close.png") 0 0 no-repeat;
	margin-top: -7px;
	margin-right: -7px;
    cursor: pointer;
}

#dl_help_content
{
    margin: 8px 14px;
}

#legend, #footer
{
    margin-bottom: 2%;
}

.dl-red
{
    color: #ff0000;
}

.dl-green
{
    color: #009900;
}

.dl-blue
{
    color: #0000ff;
}

.dl-yellow
{
    color: #aaaa00;
}

.dl-grey
{
    color: #666666;
}

.dl-icon-yellow
{
    color: #000099;
    text-shadow: 0 0 2px #aaaa00;
}

.dl-icon-yellow:hover
{
    color: #009900;
    text-shadow: none;
}

.dl-big
{
    font-size: 2em;
}

.dl-text-bold {
    font-weight: bold;
}

.dl-text-top {
    vertical-align: top;
}

.dl-text-left {
    text-align: left;
}

.dl-text-center {
    text-align: center;
}

.dl-text-right {
    text-align: right;
}

.dl-text-underline {
    text-decoration: underline;
}

.dl-text-big {
    font-weight: bold;
    font-size: 1.2em;
}

.dl-left {
    float: left;
}

.dl-right {
    float: right;
}

.dl-top {
    vertical-align: top;
}

.dl-margin-right-small {
    margin-right: 5px;
}

.dl-edit-box-light {
    background-color: #fafafa;
    border: 1px #555555 solid;
}

.dl-edit-box-medium {
    background-color: #f0f0f0;
    border-right: 1px #555555 solid;
    border-bottom: 1px #555555 solid;
}

.dl-edit-box-big {
    background-color: #f0f0f0;
    border: 2px #555555 solid;
}

.dl-edit-box-medium-green {
    background-color: #b1fdb1;
    border-right: 1px #555555 solid;
    border-bottom: 1px #555555 solid;
}

.dl-edit-hint {
    background-color: #ffaaaa !important;
}

.dl-edit-version {
    background-color: #ffeeee !important;
}

.dl-thumb-box {
    max-width: 150px;
    max-height: 100px;
}

.dl-thumb-box-manage {
    border-right: 1px #555555 solid;
    border-bottom: 1px #555555 solid;
    margin: 0.5em;
    text-align: center;
    box-shadow: 2px 2px #888888;
}

.dl-thumb-cell {
    width: 150px;
    height: 100px;
    padding-left: 1em;
}

.dl-thumb-cell-button {
    text-align: center;
    margin-top: 2px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.dl-thumb-cell-button span {
    font-size: 0;
}

.dl-footer-alert {
    background-color: #ffaa44;
}

.dl-cell-block {
    display: block !important;
}

.dl-intent {
    padding-left: 1em !important;
}

.dl-intent-right {
    padding-right: 1em !important;
}

.panel>.inner>ul.topiclist>.header>dl>dd.dl-cell-block {
    color: #000000;
    font-weight: bold;
    border-bottom: 1px #000000 solid;
}

.topiclist.dlext {
    border: none;
    background: none;
}

.topiclist.dlext>li.row {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px #ffffff solid;
}

table.zebra-list tr.dl-reported:nth-child(odd) td {
	background-color: #ECD5D8 !important;
}

table.zebra-list tr.dl-reported:nth-child(even) td {
	background-color: #ECD5D8 !important;
}

.dl-reported {
    background-color: #ECD5D8 !important;
}

.dl-width-5 {
    width: 5%;
}

.dl-width-10 {
    width: 10%;
}

.dl-width-15 {
    width: 15%;
}

.dl-width-20 {
    width: 20%;
}

.dl-width-25 {
    width: 25%;
}

.dl-width-30 {
    width: 30%;
}

.dl-width-40 {
    width: 40%;
}

.dl-width-50 {
    width: 50%;
}

.dl-width-75 {
    width: 75%;
}

.dl-width-80 {
    width: 80%;
}

.dl-width-90 {
    width: 90%;
}

.dl-width-95 {
    width: 95%;
}

.dl-width-99 {
    width: 99%;
}

.dl-width-100 {
    width: 100%;
}

.dl-option-row {
    height: 1.5em;
    vertical-align: middle;
}

.dl-comment-height {
    max-height: 100px;
}

.title {
    overflow: auto;
    font-size: 1.2em;
    font-weight: bold;
}

.message {
    overflow: auto;
    font-size: 1.1em;
}

.value {
    font-size: 1.1em;
}

.dl-detail-row {
    list-style-type: none;
    overflow: hidden;
}

.dl-version-row-end {
    clear: both;
    margin: 10px 0 10px 0;
    border-bottom: 1px #aaaaaa solid;
}

.dl-index-desc {
    padding: 0.5em 0 0.5em 4em;
}

.dl-padding-left-1 {
    padding-left: 1em;
}

.dl-padding-left-3-5 {
    padding-left: 3.5em;
}

.dl-subfolder-small {
    max-width: 10px;
    max-height: 10px;
}

.dl-a-button {
    line-height: 1.5;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    vertical-align: middle !important;
}

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
	.footer-box {
        width: 95%;
        margin-left: 2% auto;
	}
}

@media (max-width: 950px)
{
	.dlbutton1
	{
	    clear: both;
	    width: auto !important;
	}
	.dlbutton2
	{
	    clear: both;
	    width: auto !important;
	}
}

@media (max-width: 750px)
{
    .footer-box
    {
        top: 60%;
    }
}
