﻿/******************** Panels - start ********************/
div.defaultpanelleft, div.defaultpanelmiddle, div.defaultpanelright
{
    float: left;
    margin: 7px;
}

div.defaultpanelmiddle
{
    float:left;
    /*width: 38em - changed to accommodate right advert being removed*/
    width: 52em;
}

div.defaultpanelright
{
    float:right;
}
/******************** Panels - end **********************/

/******************** Your therapist - start ********************/
div.informationbl
{
    background: url(  "../images/containers/solid_CCFFFF_bl.gif" ) 0 100% no-repeat #CCFFFF;
    width: 14em;
    margin:5px;
}
div.informationbr
{
    background: url(  "../images/containers/solid_CCFFFF_br.gif" ) 100% 100% no-repeat;
}
div.informationtl
{
    background: url(  "../images/containers/solid_CCFFFF_tl.gif" ) 0 0 no-repeat;
}
div.informationtr
{
    background: url(  "../images/containers/solid_CCFFFF_tr.gif" ) 100% 0 no-repeat;
    padding: 10px;
}

div.informationtitle
{
    /*width: 200px;*/
    font-size: 13pt;
    cursor: pointer;
    margin-bottom: 2px;
    color: #000000;
}
div.informationtext, a.informationtext
{
    /*width: 200px;*/
    font-size: 10pt;
    cursor: pointer;
    margin-top: 2px;
    color: #000000;
}
/******************** Your therapist - end **********************/

/******************** Advert - start ********************/
div.advertbl
{

    background: url(  "../images/containers/solid_009999_bl.gif" ) 0 100% no-repeat #009999;
    margin:5px;
    cursor: pointer;
}

div.advertbr
{
    background: url(  "../images/containers/solid_009999_br.gif" ) 100% 100% no-repeat;
    cursor: pointer;
}
div.adverttl
{
    background: url(  "../images/containers/solid_009999_tl.gif" ) 0 0 no-repeat;
    cursor: pointer;
}
div.adverttr
{
    background: url(  "../images/containers/solid_009999_tr.gif" ) 100% 0 no-repeat;
    padding: 10px;
    cursor: pointer;
}

image.advert
{
    height: 243px;
    width: 160px;
    cursor: pointer;
}

div.adverttitle
{
    font-size: 13pt;
    cursor: pointer;
    margin-bottom: 2px;
    color: #ffffff;
    cursor: pointer;
}
div.advert, a.advert
{
    font-size: 4pt;
    cursor: pointer;
    margin-top: 2px;
    color: #ffffff;
}
div.adverttext, a.adverttext
{
    font-size:10pt;
}
a.adverttext
{
    color: #ffffff;
}

/******************** Advert - end  *******************/





