﻿/* 
===================================================
 Container Styles for white_noheader_white - DAScott
===================================================
*/   

#white_noheader_white {
    background:         transparent;
    }

#white_noheader_white .containermaster {
	width:              100%;
	background:         transparent;
	padding:            1px; /*forces columns to proper width */
    margin-bottom:      0px;
}

#white_noheader_white .containerheader .head {
    font-size:          .7em;
    color:              #FCAD36;/*orange*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#white_noheader_white .head {
    font-size:          .7em;
    color:              #FCAD36;/*orange*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#white_noheader_white .subhead {
    font-size:          .7em; 
    color:              #0790c7;/*blue*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#white_noheader_white .containertoolbar {
    text-align:         right;
    vertical-align:     text-bottom;
    height:             8px;
}

#white_noheader_white .containerheaderleft {
    background:         transparent url(white/topleft_noheader_white.jpg) no-repeat top right;
    width:              8px;
}

#white_noheader_white .containerheader {
    background:         transparent url(white/topcenter_noheader_white.jpg) repeat-x;
    height:             8px;
}

#white_noheader_white .containerheaderright {
    background:         transparent url(white/topright_noheader_white.jpg) no-repeat;
    width:              8px;
}

#white_noheader_white .containerbodyleft {
    background:         transparent url(white/leftcenter_white.jpg) repeat-y right;
}

#white_noheader_white .containerbody {
    background:         transparent url(white/center_white.jpg) repeat;
}

#white_noheader_white .containerbodyright {
    background:         transparent url(white/rightcenter_white.jpg) repeat-y;
}

#white_noheader_white .containerfooterleft {
    background:         transparent url(white/bottomleft_white.jpg) no-repeat top right;    
}

#white_noheader_white .containerfooter {
    background:         transparent url(white/bottomcenter_white.jpg) repeat-x;
    height:             8px;
}

#white_noheader_white .containerfooterright {
    background:         transparent url(white/bottomright_white.jpg) no-repeat;
}


