/*

panels-xx.css

$Id: panels-05.css,v 1.1 2010-03-30 14:02:59 mat Exp $

Copyright (C) 2008 Matthew Haas & Discover Dorset Ltd

Matthew Haas, 8A Farcroft Road, Poole, Dorset, BH12 3BQ, GB
Discover Dorset, 1 Lowther House, 110 Lowther Rd, Bournemouth, Dorset, BH8 8NS, GB

*/

.threeDiv {margin: 10px 0;}

.threeDiv .threeDiv-top,
.threeDiv .threeDiv-bottom {height: 10px;}

.threeDiv .threeDiv-middle {

    border-left: 2px solid #566771;
    border-right: 2px solid #566771;
    padding: 1px 15px;
    text-align: left;
}

.threeDiv .threeDiv-middle h1,
.threeDiv .threeDiv-middle h2,
.threeDiv .threeDiv-middle h3,
.threeDiv .threeDiv-middle h4,
.threeDiv .threeDiv-middle h5,
.threeDiv .threeDiv-middle h6 {

    margin: 3px 0;
}

.threeDiv .threeDiv-middle p {

    margin: 2px 0;
}

/* blue-222 */

.blue-222 {width: 222px;}

.blue-222 .threeDiv-top {background-image: url('../images/blue-222-top.gif');}
.blue-222 .threeDiv-bottom {background-image: url('../images/blue-222-bottom.gif');}

.blue-222 .threeDiv-middle {

    background-color: #ace1fa;
    color: #000000;
}

/* white-222 */

.white-222 {width: 222px;}

.white-222 .threeDiv-top {background-image: url('../images/white-222-top.gif');}
.white-222 .threeDiv-bottom {background-image: url('../images/white-222-bottom.gif');}

.white-222 .threeDiv-middle {

    background-color: #ffffff;
    color: #566771;
}

/* white-185 */

.white-185 {width: 185px;}

.white-185 .threeDiv-top {background-image: url('../images/white-185-top.gif');}
.white-185 .threeDiv-bottom {background-image: url('../images/white-185-bottom.gif');}

.white-185 .threeDiv-middle {

    background-color: #ffffff;
    color: #566771;
}

.white-185 .threeDiv-middle p {font-size: 11px;}
