@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

/*.body {
    background: rgb(255, 255, 255); 
    margin: 0px; 
    padding: 0px; 
    text-align: left; 
    color: rgb(102, 102, 102); 
    line-height: 1.5em; 
    font-family: 'Open Sans',sans-serif; 
    font-size: 9pt;
}*/

.loginstatus {
    display: inline;
    width: 200px;
    padding-left: 150px;
    font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    font-weight: bold;
    color: #1c3f94;
    font-size: 11px;
}

.fakeLink {
    border: 0px;
    background-color: transparent;
    font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    font-weight: bold;
    color: #1c3f94;
    font-size: 11px;
    cursor: grab;
    text-decoration: underline;
}

.footer a, .footer a:link, footer a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

    .footer a:hover {
        color: rgb(240, 66, 73);
    }

    .footer a:active {
        color: rgb(240, 66, 73);
    }

.footer {
    font-family: "Open Sans Condensed",arial,helvetica,sans-serif;
    font-weight: bold;
    background: #47469c;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

    .footer ul {
        display: block;
        list-style-type: none;
        text-align: center;
    }

        .footer ul li {
            display: inline;
        }

        .footer ul a:link {
            text-decoration: none;
        }

    .footer p {
        font-family: 'Open Sans',Verdana,Geneva,sans-serif;
        font-weight: normal;
        background: #47469c;
        color: #ffffff;
        font-size: 10pt;
        text-align: center;
    }

.widget {
    margin: 0px 0px 10px;
    padding: 0px;
    border: 1px solid rgb(235, 235, 235);
    border-image: none;
    overflow: hidden;
    font-size: 10pt;
}

    .widget ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .widget li {
        background: url("../img/bullet.png") no-repeat 5px 6px;
        margin: 0px;
        padding: 5px 5px 5px 24px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        list-style-type: none;
    }

.widgettitle {
    background: url("../img/catnav-bg.png") repeat-x left bottom rgb(255, 255, 255);
    padding: 5px 9px;
    color: rgb(71, 70, 156);
    font-size: 12pt;
    font-weight: 600;
}

.widget a, widget a:link, widget a:visited {
    color: #47469c;
    text-decoration: none;
}

    .widget a:hover {
        color: rgb(240, 66, 73);
    }

    .widget a:active {
        color: rgb(240, 66, 73);
    }

.widgetheader {
    font-weight: 600;
}

.tiles {
    display: block;
}

    .tiles a, .tiles a:link, tiles a:visited {
        color: #47469c;
        text-decoration: none;
    }

        .tiles a:hover {
            color: rgb(240, 66, 73);
        }

        .tiles a:active {
            color: rgb(240, 66, 73);
        }

    .tiles h3 {
        font-family: 'Open Sans',Verdana,Geneva,sans-serif;
        font-weight: normal;
        color: #000000;
        font-size: 13pt;
    }

    .tiles ul {
        list-style-type: none;
        padding: 0;
    }

        .tiles ul li {
            background-color: #EAEAEA;
            font-family: 'Open Sans',Verdana,Geneva,sans-serif;
            font-weight: normal;
            color: #000000;
            font-size: 11pt;
            text-align: left;
            width: 48%;
            height: 150px;
            list-style: none;
            float:left;
        }

.validation-summary-errors ul {
    list-style-type: none;
}

.validation-summary-errors li {
    list-style: none;
}

.row {
    margin-right: 0;
}

/*h2 {
    display: block;
}*/