﻿/* 
===================================================
 Container Styles for orange_header - DAScott
===================================================
*/   

#orange_header {
    background:         transparent;
    }

#orange_header .containermaster {
	width:              100%;
	background:         transparent;
	padding:            1px; /*forces columns to proper width */
    margin-bottom:      4px;
}

#orange_header .containerheader .head {
    font-size:          .7em;
    color:              white;
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#orange_header .head {
    font-size:          .7em;
    color:              #FCAD36;/*orange*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#orange_header .subhead {
    font-size:          .7em; 
    color:              #0790c7;/*blue*/
    font-weight:        bold;
    letter-spacing:     1px;
    vertical-align:     middle;
}

#orange_header .containertoolbar {
    text-align:         right;
    vertical-align:     text-bottom;
    height:             21px;
}

#orange_header .containerheaderleft {
    background:         transparent url(orange/topleft_header.jpg) no-repeat top right;
    width:              8px;
}

#orange_header .containerheader {
    background:         transparent url(orange/topcenter_header.jpg) repeat-x;
}

#orange_header .containerheaderright {
    background:         transparent url(orange/topright_header.jpg) no-repeat;
    width:              8px;
}

#orange_header .containerbodyleft {
    background:         transparent url(orange/leftcenter.jpg) repeat-y right;
}

#orange_header .containerbody {
    background:         transparent url(orange/center.jpg) repeat;
}

#orange_header .containerbodyright {
    background:         transparent url(orange/rightcenter.jpg) repeat-y;
}

#orange_header .containerfooterleft {
    background:         transparent url(orange/bottomleft.jpg) no-repeat top right;    
}

#orange_header .containerfooter {
    background:         transparent url(orange/bottomcenter.jpg) repeat-x;
    height:             8px;
}

#orange_header .containerfooterright {
    background:         transparent url(orange/bottomright.jpg) no-repeat;
}

