﻿/* 
===================================================
 Container Styles for blue - DAScott
===================================================
*/   

#blue {
    background:         transparent;
    }

#blue .containermaster {
	width:              100%;
	background:         transparent;
	padding:            1px; /*forces columns to proper width */
    margin-bottom:      4px;
}

#blue .containerheader .Head {
    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;
}

#blue .Head { /*XHTML is case sensative*/
/* inherit Head from page skin */
}

#blue .subhead {
    font-size:          .7em; 
    color:              #0057a6; /*darkblue*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#blue .containertoolbar {
    text-align:         right;
    vertical-align:     text-bottom;
    height:             21px;
}

#blue .containerheaderleft {
    background:         transparent url(blue/topleft.png) no-repeat top right;
    width:              9px;
}

#blue .containerheader {
    background:         transparent url(blue/topcenter.png) repeat-x;
}

#blue .containerheaderright {
    background:         transparent url(blue/topright.png) no-repeat;
    width:              9px;
}

#blue .containerbodyleft {
    background:         transparent url(blue/leftcenter.png) repeat-y right;
}

#blue .containerbody {
    /*background:         transparent url(blue/center.png) repeat;*/
    background:         #ffffff; /*white*/
}

#blue .containerbodyright {
    background:         transparent url(blue/rightcenter.png) repeat-y;
}

#blue .containerfooterleft {
    background:         transparent url(blue/bottomleft.png) no-repeat top right;    
}

#blue .containerfooter {
    background:         transparent url(blue/bottomcenter.png) repeat-x;
    height:             9px;
}

#blue .containerfooterright {
    background:         transparent url(blue/bottomright.png) no-repeat;
}

