﻿
.VerdanaBold10 {
    /*font-size:10px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: xx-small;
}

/*trisha add*/
.Verdana10boldwhite {
    /*font-size:10px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: x-small;
    color: #FFFFFF;
}

/*trisha add*/
.Verdana10white {
    /*font-size:10px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: x-small;
    color: #FFFFFF;
}

/*trisha add*/
.Verdanasmallwhite {
    /*font-size:10px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
    color: #FFFFFF;
}


/*trisha add*/
.Questions {
    /*font-size:10px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: x-small;
    background-color: #2e6c77;
    color: White;
}

/*trisha add*/
.Answers {
    /*font-size:10px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: x-small;
    background-color: #cbe7ea;
    color: Black;
}


/*.VerdanaBold12 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size: x-small;
	}*/


.Verdana10 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size:10px;*/
    font-size: xx-small;
}

.blockMenu {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    min-width: 30%;
}

    .blockMenu h3 {
        margin: 10px 0;
    }

/*=========================
	General align
=========================*/
.alignRight {
    position: relative;
    float: right;
    margin: 0 0 0.5em 1em;
}

.alignLeft {
    position: relative;
    float: left;
    margin: 0 1em 0.5em 0;
}


/*.OrderBy {
    float: right;
    margin-top: 13px;
}*/

/*=========================
	SWFSC.aspx Page
=========================*/

section.swfscSection {
    background-color: #f0ffe5;
    width: 385px;
    float: left;
}

    section.swfscSection h2 {
        line-height: 29px;
        height: 29px;
        background-color: #cbe7ea;
        padding: 0 7px;
        margin-top: 0px;
    }

        section.swfscSection h2 img {
            vertical-align: middle;
        }

    section.swfscSection .sectionContent {
        padding: 0 7px;
    }

    section.swfscSection ul {
        list-style: none;
        padding-left: 0;
    }

        section.swfscSection ul li {
            margin: 7px 0;
        }