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

