﻿/* 
===================================================
 Container Styles for white_header_blue - DAScott
===================================================
*/   

#white_header_blue {
    background:         transparent;
    }

#white_header_blue .containermaster {
	width:              100%;
	background:         transparent;
	padding:            1px; /*forces columns to proper width */
    margin-bottom:      4px;
}

#white_header_blue .containerheader .head {
    font-size:          .7em;
    color:              #0790c7;/*blue*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#white_header_blue .head {
    font-size:          .7em;
    color:              #FCAD36;/*orange*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#white_header_blue .subhead {
    font-size:          .7em; 
    color:              #0790c7;/*blue*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#white_header_blue .containertoolbar {
    text-align:         right;
    vertical-align:     text-bottom;
    height:             21px;
}

#white_header_blue .containerheaderleft {
    background:         white;
    width:              8px;
}

#white_header_blue .containerheader {
    background:         white;
}

#white_header_blue .containerheaderright {
    background:        white;
    width:              8px;
}

#white_header_blue .containerbodyleft {
    background:         white;
}

#white_header_blue .containerbody {
    background:         white;
}

#white_header_blue .containerbodyright {
    background:         white;
}

#white_header_blue .containerfooterleft {
    background:         white;    
}

#white_header_blue .containerfooter {
    background:         white;
    height:             8px;
}

#white_header_blue .containerfooterright {
    background:         white;
}


