﻿body{font-family:arial:important}
.home-link {
    display: block;
}

#accordion label {
    display: inline-block;
    width: 150px;
    text-align: right;
}

#accordion .filter-item
{
    display: inline-block;
    width: 450px;
    margin-bottom:5px;
    font-size:.8em;
}
.DDDetailsTable input[type="text"],.DDDetailsTable input[type="password"],.DDDetailsTable input[type="datetime"], .DDDropDown {
    width: 337px;
    height: 35px;
    border: 0;
    padding: 3px 5px;
}

.DDDetailsTable input[type="text"],.DDDetailsTable input[type="password"],.DDDetailsTable input[type="datetime"] {
    background: url('img/input.png');
}

.DDDropDown {
    border: solid 1px #dbddff;
}

.DDSubHeader {
    color: #545454;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    padding: 15px;
}

.DDLightHeader {
    
}

div.DDNoItem {
    color: Red;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.DDValidator {
    color: Red;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.alter-row {
    background-color: rgba(200,200,200,.3);
}

/*	DDGridView/DDListView	*/
table.DDGridView, table.DDListView {
    width: 98%;
    color: #000;
    border: solid 2px #dbddff;
    font: .8em Tahoma, Arial, Sans-Serif;
    margin: 0 auto;
}

table.DDDetailsTable td {
    border: solid 1px #dbddff;
    padding: 4px;
}

table.DDGridView td, table.DDGridView th {
    border: solid 2px #dbddff;
    padding: 4px;
}

.DDPager {
    background: #f9b000;
}

table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td {
    border-right: 0;
    border-left: 0;
}

table.DDGridView .th, table.DDListView .th {
    background: #f9b000;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
}

    .alter-row a, table.DDGridView .th a, table.DDListView .th a {
        color: #333;
        text-decoration: none;
        border-bottom: 1px dotted gray;
    }

.alter-row a, table.DDDetailsTable td a, table.DDGridView .td a, table.DDListView .td a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted gray;
}

table.DDGridView .td, table.DDListView .td {
    border: dotted 1px #dbddff;
    height: 40px;
    vertical-align: central;
}



table.DDGridView .DDSelected a, table.DDListView .DDSelected a {
    color: #718ABE;
    text-decoration: none;
    margin-right: 6px;
}


/*	DataPager	*/
div.DDPager {
    padding: 0px 6px;
}

.button {
    border: 1px solid rgba(150,150,150,.4);
    background: #f9ae00;
    padding: 2px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(100,100,100,.5) 0 2px 0;
    -moz-box-shadow: rgba(100,100,100,.5) 0 2px 0;
    box-shadow: rgba(100,100,100,.5) 0 2px 0;
    color: #403d40;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 5px;
    border-bottom: 0 !important;
}

    .button:hover {
        border-top-color: #ffae00;
        background: #ffae00;
        color: #e6e6e6;
    }

    .button:active {
        border-top-color: #f9ae00;
        background: #f9ae00;
    }

.print {
    display:inline-block;
    float:right;
    color:#80716c;
    margin-top:-40px;
    padding-right:20px;
    text-decoration:none;
}

.print:hover {
    
    text-decoration:underline;
}