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