﻿@charset "utf-8";

.looktext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #999;
}

.pure-menu {
    border-bottom: solid #777 1px;
}

aside {
    background: #defcd5; /* same color as selected state on site menu */
    padding: 0.3em 1em;
    border-radius: 3px;
    color: #52a954;
}

    aside a, aside a:visited {
        color: #52a954;
    }



    aside.err {
        background: #f1d7d7; /* same color as selected state on site menu */
        padding: 0.3em 1em;
        border-radius: 3px;
        color: #a95252;
    }

    aside.success {
        background: #D0FFD0; /* same color as selected state on site menu */
        padding: 0.3em 1em;
        border-radius: 3px;
        color: #418800;
    }

    aside a, aside a:visited {
        color: #a95252;
    }



.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}


a.looktext {
    color: #999;
    text-decoration: none;
}

    a.looktext:hover {
        color: #C00;
    }

html {
    overflow-y: scroll;
}

body p, td, li, th {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.footer {
    font-family: 'MyriadProSemiCondensed', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #999;
}

.footerCopy {
    font-family: 'MyriadProSemiCondensed', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #12428f;
}

.header {
    font-family: 'MyriadProSemiCondensed', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #c5a707;
}

.RadiusTable {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

    .RadiusTable td {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.RadiusContTable {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.RadiusContTableColor {
    background-color: #fff;
}

.RadiusContTable td {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a[href$='.pdf'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/pdf.png') no-repeat left 50%;
}

a[href$='.doc'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/doc.png') no-repeat left 50%;
}

a[href$='.docx'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/doc.png') no-repeat left 50%;
}

a[href$='.xls'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/xls.png') no-repeat left 50%;
}

a[href$='.xlsx'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/xls.png') no-repeat left 50%;
}

a[href$='.zip'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/zip.png') no-repeat left 50%;
}

a[href$='.rar'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/zip.png') no-repeat left 50%;
}

a[href$='.ppt'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/ppt.png') no-repeat left 50%;
}

a[href$='.pptx'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/ppt.png') no-repeat left 50%;
}

a[href^="mailto:"] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: url('../images/16/mail.png') no-repeat left 50%;
}

.RadiusTable {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 20px 10px;
}

    .RadiusTable td {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 20px 10px;
    }

.check label {
    margin-left: 5px;
}

.drop {
    width:250px;
}

h1{
    color:#002B51;
    padding-bottom:5px;
    border-bottom: 1px solid silver;
    font-size:15pt;
}

h2{
    color:#00519E;
    font-size:12pt;
    font-weight:bolder;
}

::-webkit-input-placeholder {font-size:11px;} /* Google Chrome, Opera */
:-ms-input-placeholder{font-size:11px;} /* Internet Explorer */
::-moz-placeholder{font-size:11px;} /* Mozilla Firefox 19+ */
:-moz-placeholder{font-size:11px;} /* Mozilla Firefox 18- */