﻿body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.adminHiddenIdBox {
    width: 0px;
    visibility: hidden;
}

.messagealert {
    width: 100%;
    position: fixed;
    top: 5px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}

.alertStatic {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


a:hover {
    text-decoration: none;
    color: #e96f01;
}

.cursor-pointer {
    cursor: pointer;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #e96f01;
}


.header {
    background-color: #000;
    height: 105px;
}

.headerLogo {
    position: absolute;
    top: 25px;
}

div.topShadow {
    left: 0;
    right: 0;
    height: 23px;
    z-index: 999;
    background: url("/images/topShadow.png") repeat-x left top transparent;
}

.footer {
    background-color: #000;
    height: 75px;
}

div.teaserBox, div.infoBox {
    padding: 5px 20px 20px 20px;
    /*margin-left: 0px;
    margin-right: 0px;*/
    margin-bottom: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px; /*IE 9*/
    border-radius: 10px;
    border: solid 1px #e96f01;
}

div.teaserBox {
    background: #373334;
    color: white;
}

div.teaserBoxFixed {
    height: 105px;
}

div.infoBox {
    background: #FBFBFA;
}

div.infoBoxFixed {
    height: 335px;
}

.teaserBox img {
    border: 0;
    margin-right: 8px;
}

.teaserBox h2, .teaserBox p, .teaserBox a {
    margin-top: 6px;
    padding-top: 2px;
    margin-bottom: 4px;
    color: #FFFFFF;
}

.teaserBox H2, .teaserBox a {
    font-family: Georgia;
    font-size: 30px;
    font-weight: normal;
}

.teaserBox p {
    font-size: 14px;
}

.infoBox h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.infoBox h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}

ol.char {
    list-style-type: lower-latin;
}

ol.rom {
    list-style-type: lower-roman;
}

li.csv {
    list-style-image: url('/Images/AppIcon/csv.gif');
}

li.docx, li.docm, li.doc {
    list-style-image: url('/Images/AppIcon/word.gif');
}

li.pdf {
    list-style-image: url('/Images/AppIcon/pdf.gif');
}

li.pptx, li.pptm, li.ppt {
    list-style-image: url('/Images/AppIcon/powerpoint.gif');
}

li.txt {
    list-style-image: url('/Images/AppIcon/text.gif');
}

li.xlsx, li.xlsm, li.xls {
    list-style-image: url('/Images/AppIcon/excel.gif');
}

li.xml {
    list-style-image: url('/Images/AppIcon/xml.gif');
}

li.zip {
    list-style-image: url('/Images/AppIcon/zip.gif');
}
