/* 
    Document   : colour_bundles
    Created on : 2008-05-09, 08:08:05
    Author     : Stevo
    Description:
      Facilitating colour scheme changes
*/

/* BLUE */


a.find_school_link 
{
display:block;
height: 49px;
width:169px;
background:url(/images/panel/find_school.png);
}

/* PINK */
.pink_style .content
{
    background: url('/images/layout/columns_background_pink.png') repeat-y;
}

.pink_style .content_footer {
    background: url('/images/layout/columns_footer_pink.png');
}

.pink_style .menu .submenu
{
    background: url('/images/layout/submenu_background_pink.png');
}

.pink_style h4
{
background: #FFBFEF;
}

.pink_style .frame_column .frame_header,
.pink_style .frame_column .frame_header .right,
.pink_style .frame_column .not_ultrasized,
.pink_style .frame_column .not_ultrasized .frame_content,
.pink_style .frame_column .frame_header,
.pink_style .frame_column .frame_header .right,
.pink_style .frame_column_lft .not_ultrasized,
.pink_style .frame_column_lft .not_ultrasized .frame_content,
.pink_style .frame_column_lft .frame_footer,
.pink_style .frame_column_lft .frame_footer .left
{
background-image: url('/images/layout/frames/frame_column_pink.png');
}


.pink_style .frame_white .frame_header,
.pink_style .frame_white .frame_header .right,
.pink_style .frame_white .not_ultrasized,
.pink_style .frame_white .not_ultrasized .frame_content,
.pink_style .frame_white .frame_header,
.pink_style .frame_white .frame_header .right,
.pink_style .frame_white .frame_footer,
.pink_style .frame_white .frame_footer .left
{
background-image: url('/images/layout/frames/frame_white_pink.png');
}

.pink_style .accordion_toggle a.accordion_labelGC5
{
background:url(/images/panel/boys_pink.png);
}

.pink_style .accordion_toggle a.accordion_labelGC9
{
background:url(/images/panel/girls_pink.png);
}

.pink_style .accordion_toggle a.accordion_labelGC10
{
background:url(/images/panel/accessories_pink.png);
}
 

.pink_style a.find_school_link 
{
background:url(/images/panel/find_school_pink.png);
}

/* orange */
.orange_style .content
{
    background: url('/images/layout/columns_background_orange.png') repeat-y;
}

.orange_style .content_footer {
    background: url('/images/layout/columns_footer_orange.png');
}

.orange_style .menu .submenu
{
    background: url('/images/layout/submenu_background_orange.png');
}

.orange_style h4
{
background: #FBBE77;
}

.orange_style .frame_column .frame_header,
.orange_style .frame_column .frame_header .right,
.orange_style .frame_column .not_ultrasized,
.orange_style .frame_column .not_ultrasized .frame_content,
.orange_style .frame_column .frame_header,
.orange_style .frame_column .frame_header .right,
.orange_style .frame_column_lft .not_ultrasized,
.orange_style .frame_column_lft .not_ultrasized .frame_content,
.orange_style .frame_column_lft .frame_footer,
.orange_style .frame_column_lft .frame_footer .left
{
background-image: url('/images/layout/frames/frame_column_orange.png');
}

.orange_style .frame_white .frame_header,
.orange_style .frame_white .frame_header .right,
.orange_style .frame_white .not_ultrasized,
.orange_style .frame_white .not_ultrasized .frame_content,
.orange_style .frame_white .frame_header,
.orange_style .frame_white .frame_header .right,
.orange_style .frame_white .frame_footer,
.orange_style .frame_white .frame_footer .left
{
background-image: url('/images/layout/frames/frame_white_orange.png');
}

.orange_style .accordion_toggle a.accordion_labelGC5
{
background:url(/images/panel/boys_orange.png);
}

.orange_style .accordion_toggle a.accordion_labelGC9
{
background:url(/images/panel/girls_orange.png);
}

.orange_style .accordion_toggle a.accordion_labelGC10
{
background:url(/images/panel/accessories_orange.png);
}
 

.orange_style a.find_school_link 
{
background:url(/images/panel/find_school_orange.png);
}


