﻿/* 
===================================================
 Container Styles for whiteblue - DAScott
===================================================
*/   

#whiteblue {
    background:         transparent;
    }

#whiteblue .containermaster {
	width:              100%;
	background:         transparent;
	padding:            1px; /*forces columns to proper width */
    margin-bottom:      4px;
}

#whiteblue .containerheader .Head { /*XHTML is case sensative */
    font-family:        Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    padding-left:       5px;
    font-size:          .7em;
    color:              #0057a6; /*darkblue*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#whiteblue .Head { /*XHTML is case sensative */
/* inherit Head from page skin */
}

#whiteblue .subhead {
    font-size:          .7em; 
    color:              #0057a6; /*darkblue*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#whiteblue .containertoolbar {
    text-align:         right;
    vertical-align:     text-bottom;
    height:             21px;
}

#whiteblue .containerheaderleft {
    background:         transparent url(whiteblue/topleft.png) no-repeat top right;
    width:              9px;
}

#whiteblue .containerheader {
    background:         transparent url(whiteblue/topcenter.png) repeat-x;
    border-bottom:      solid 1px #acd1ef; /*whiteblue*/   
}

#whiteblue .containerheaderright {
    background:         transparent url(whiteblue/topright.png) no-repeat;
    width:              9px;
}

#whiteblue .containerbodyleft {
    background:         transparent url(whiteblue/leftcenter.png) repeat-y top right;
}

#whiteblue .containerbody {
    background:         #ffffff;
    padding-bottom:     3px;
}

#whiteblue .containerbodyright {
    background:         transparent url(whiteblue/rightcenter.png) repeat-y top left;
}

#whiteblue .toolbarbodyleft {
    background:         transparent url(whiteblue/leftcenter.png) repeat-y top right;
}

#whiteblue .toolbarbody {
    background:         #ffffff; /*white*/
    /*border-top:         solid 1px #acd1ef; whiteblue*/       
}

#whiteblue .toolbarbodyright {
    background:         transparent url(whiteblue/rightcenter.png) repeat-y top left;
}

#whiteblue .containerfooterleft {
    background:         transparent url(whiteblue/bottomleft.png) no-repeat top right;    
}

#whiteblue .containerfooter {
    background:         transparent url(whiteblue/bottomcenter.png) repeat-x top left;
    height:             9px;
}

#whiteblue .containerfooterright {
    background:         transparent url(whiteblue/bottomright.png) no-repeat;
}

