@import url(swfsc_content_hide.css);

/*H1, H2, H3, H4, H5, H6, BODY, DIV, P, A {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

/*DIV, TD, TH {
    font-size: x-small;
}

H1 {
    font-size: 125%;
}

H2 {
    font-size: 115%;
}

H3 {
    font-size: 95%;
}

H4 {
    font-size: 85%;
}

H5 {
    font-size: 75%;
}

H6 {
    font-size: 65%;
}*/

/*A, A:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
}*/

/*-Ian*/
a, a:hover {
    color: #00968A;
    text-decoration: none;
}

P {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
    /*font-size: x-small;*/
    margin: 4px;
    line-height: 137%;
    padding-bottom: 2ex;
}

IMG {
    /*padding-right: 4px;*/
}

/*OL, OL.contents, UL, UL.contents, DL {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 137%;
    padding-bottom: 2ex;
}


a.VerdanaBold10:hover, a.VerdanaBold10:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: xx-small;
}


a.VerdanaBold12:hover, a.VerdanaBold12:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: x-small;
}

a.Verdana10, a.Verdana10:hover, a.Verdana10:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}*/

/*=========================
	matrix
=========================*/
TD.matrixcell {
    border-bottom: 1px solid #e4f0f8;
    border-right: 1px solid #e4f0f8;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* ====================
			image
  ====================*/

img.right {
    position: relative;
    float: right;
    margin: 0 0 0.5em 1em;
}

img.rightnobord {
    position: relative;
    float: right;
    margin: 0 0 0.5em 1em;
    border-width: 0;
}

img.left {
    position: relative;
    float: left;
    margin: 0 1em 0.5em 0;
}

img.leftnobord {
    position: relative;
    float: left;
    margin: 0 1em 0.5em 0;
    border-width: 0;
}

/*=========================
	Table With Images
=========================*/

TABLE.withImagesRight {
    position: relative;
    float: right;
    margin: 0 0 0.5em 1em;
}

/*=========================
	Contents
=========================*/
UL.contents {
    position: relative;
    float: right;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 3px;
    background-color: #EEE;
    width: 50%;
}

/*=========================
	General align
=========================*/
Table.alignRight {
    position: relative;
    float: right;
    margin: 0 0 0.5em 1em;
}

Table.alignLeft {
    position: relative;
    float: left;
    margin: 0 1em 0.5em 0;
}

/*=========================
	  Data Table
=========================*/

TABLE.datatable {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

    TABLE.datatable TD, TABLE.datatable TH {
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }

    TABLE.datatable TH {
        background-color: #e5f7fa;
    }

/*=========================
	  Collaspable Text
=========================*/

/* unclicked style div.more */
div.more a {
    margin-right: -10px 10px 0 0;
    cursor: pointer;
    float: inherit;
    font-weight: bold;
    text-decoration: underline;
    color: Blue;
}

    div.more a.hide {
        display: none;
    }

div.more p {
    display: none;
}

div.more img {
    display: none;
}

#outer div.more ul {
    display: none;
}
/* clicked style div.click */
div.click a.show {
    display: none;
}

div.click a.hide {
    display: block;
}

div.click p {
    display: block;
}

div.click img {
    display: block;
    float: left;
    padding-right: 10px;
}

#outer div.click ul {
    display: block;
}

/*=========================
	FED Team Page formatting - 07/13/2010
=========================*/

/* ~~~ Layout ~~~ */

div#TEAMPAGE_ContentBlock {
    width: 800px;
}

html > body div#TEAMPAGE_ContentBlock {
    width: auto;
    max-width: 900px;
    min-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.TEAMPAGE_AlignTop {
    vertical-align: top;
}

td#TEAMPAGE_ModuleIntro {
    padding-bottom: 2.5em;
    width: 500px;
}

html > body td#TEAMPAGE_ModuleIntro {
    width: 64%;
}

td#TEAMPAGE_ModuleResources {
    padding-left: 50px;
}

td#TEAMPAGE_ModuleResearch {
    padding-right: 15px;
    padding-bottom: 2.5em;
    width: 250px;
}

html > body td#TEAMPAGE_ModuleResearch {
    width: 32%;
}

td#TEAMPAGE_ModuleNews {
    padding-bottom: 2.5em;
    width: 250px;
}

html > body td#TEAMPAGE_ModuleNews {
    width: 32%;
}

td#TEAMPAGE_ModuleOther {
    width: 500px;
}

html > body td#TEAMPAGE_ModuleOther {
    width: 64%;
}

img#TEAMPAGE_IntroImage {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


/* ~~~ Formatting ~~~ */

p.TEAMPAGE_MoreLink {
    text-align: right;
    font-style: italic;
}

li.TEAMPAGE_ListItem { /* Do NOT use for last item in a list */
    padding-bottom: .75em;
}

li.TEAMPAGE_ListItemLast {
}

img.TEAMPAGE_ImageThumbnail {
    margin-right: 12px;
    margin-bottom: 18px;
}

/*=========================
	FED Team List formatting - 07/13/2010
=========================*/

div.TEAMLISTPAGE_ContentBlock {
}

div.TEAMLISTPAGE_Item {
    background-color: #F5F5F5;
    border: solid 1px #AAA;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 1.25em;
    padding: 10px 12px;
}

img.TEAMLISTPAGE_ImagePreview {
    float: left;
    margin-right: 13px;
    width: 200px;
    height: auto;
    border: 0px;
}

h2.TEAMLISTPAGE_Headline {
    margin: 0;
    padding: 0;
    font-size: 110% !important;
}

    h2.TEAMLISTPAGE_Headline a {
        text-decoration: none;
        color: #005C9C;
        font-size: 100% !important;
    }

        h2.TEAMLISTPAGE_Headline a:hover {
            text-decoration: underline;
            color: #005C9C;
        }

p.TEAMLISTPAGE_Dateline {
    font-style: italic;
    margin: 0;
    padding: 0;
}

p.TEAMLISTPAGE_Summary {
    margin: 0;
    padding: 0;
}

.TEAMLISTPAGE_ItemFooter {
    clear: both;
}


/*=========================
	Table format - 04/15/2015
=========================*/
        .agenda_table {
            color: #4f6b72;
            font-size: 11px;
            width: 770px;
            padding: 0;
            margin: 0;
        }

            .agenda_table a {
                color: #00968A;
                cursor: pointer;
            }

            .agenda_table caption {
                padding: 0 0 5px 0;
                font-style: italic;
                font-size: 11px;
                text-align: right;
            }

            .agenda_table th[colspan="5"] {
                text-align: left;
            }

            .agenda_table th {
                text-align: center;
                vertical-align: middle;
            }

                .agenda_table th, .agenda_table th.day {
                    font-weight: bold;
                    font-size: 11px;
                    color: #4f6b72;
                    border: 1px solid #C1DAD7;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    padding: 6px 6px 6px 12px;
                    background: #CAE8EA url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAASwAA…AA0AAIAD2AM6AAABncojfAFAn4ApA7FAgAAAD2KDQAAgAPYAzoAaUAHYgdigRAqjCAUCD/2Q==) no-repeat;
                    background-size: 100% 100%;
                }

                    .agenda_table th.day {
                        font-size: 12px;
                        color: #1F6A99;
                        background-image: none;
                        background: -webkit-linear-gradient(#A1E1E5, #8FC8CC); /* For Safari 5.1 to 6.0 */
                        background: -o-linear-gradient(#A1E1E5, #8FC8CC); /* For Opera 11.1 to 12.0 */
                        background: -moz-linear-gradient(#A1E1E5, #8FC8CC); /* For Firefox 3.6 to 15 */
                        background: linear-gradient(#A1E1E5, #8FC8CC); /* Standard syntax */
                    }

            .agenda_table td {
                border-right: 1px solid #C1DAD7;
                border-bottom: 1px solid #C1DAD7;
                background: #fff;
                padding: 6px 6px 6px 12px;
                color: #086199;
            }

                .agenda_table td:first-child {
                    border-left: 1px solid #C1DAD7;
                }

            .agenda_table th.day_section {
                border-left: 1px solid #C1DAD7;
                border-top: 0;
                background: #F5FAFA url(data:image/gif;base64,R0lGODlhCQAKAIAAAOrNqf///yH5BAAAAAAALAAAAAAJAAoAAAIOjI+ZwH3NEFyRqgCu3gUAOw==) no-repeat;
                font-weight: bold;
                font-size: 11px;
                padding-left: 15px;
            }

            .agenda_table ul {
                list-style: none;
                padding: 0;
            }

            .agenda_table li {
                margin: 3px 0;
            }

            .agenda_table .time {
                width: 5%;
            }

            .agenda_table .topic {
                width: 40%;
            }

            .agenda_table .speaker {
                width: 30%;
            }

            .agenda_table .primary {
                width: 27%;
            }

            .agenda_table .supporting {
            }