﻿/*  design theme  */


/* heading */

h1.coursetheme
{
    background-color: #004558;
    color: #ffffff;
    background-image: url('/images/headbg_design.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    margin-right: 30px;
    padding-left: 5px;
    padding-bottom: 3px
}


/* course list */

div.wholepage div.main dl.coursethemelist dt a  
{
    color: #238da9
}

div.wholepage div.main dl.coursethemelist dd   
{
    background-image: url('/images/designlistbg.jpg');
    background-position: bottom;
    background-repeat: repeat-x
}



/* coures detail */

div.wholepage div.main dl.coursethemedetail  
{
    margin-top: 30px
}

div.wholepage div.main dl.coursethemedetail dt   
{
    background-color: #007387;
    background-image: url('/images/designdetailbg.jpg');
    background-position: right;
    background-repeat: repeat-y;
    color: #ffffff;
    padding-bottom: 0;
    padding-left: 5px;
    margin-bottom: 10px
}

div.wholepage div.main dl.coursethemedetail dd   
{
    background-image: url('/images/designlistbg.jpg');
    background-position: bottom;
    background-repeat: repeat-x
}


div.wholepage div.main p.coursethemeintro    
{
    color: #004558
}


div.wholepage div.main blockquote.coursetheme   
{
    color: #007387
}
