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