/* Yellow feature container styles */

.Feature_Head_Yellow
{
    background-image: url(media/feature_yellow_m.gif);
}

.Feature_Left_Yellow
{
    background-image: url(media/feature_yellow_l.gif);
}

/* Blue feature container styles */

.Feature_Head_Blue
{
    background-image: url(media/feature_blue_m.gif);
}

.Feature_Left_Blue
{
    background-image: url(media/feature_blue_l.gif);
}

/* Green feature container styles */

.Feature_Head_Green
{
    background-image: url(media/feature_green_m.gif);
}

.Feature_Left_Green
{
    background-image: url(media/feature_green_l.gif);
}

/* Red feature container styles */

.Feature_Head_Red
{
    background-image: url(media/feature_red_m.gif);
}

.Feature_Left_Red
{
    background-image: url(media/feature_red_l.gif);
}

/* Common feature container styles */

/* the header row of the feature container */
/* implemented with a specific colour by class Feature_Head_{colour} */
.Feature_Head
{
    background-repeat: repeat-x;
    height: 24px;
}

/* the top left cell of the feature container. Contains the actions menu when editable */
/* implemented with a specific colour by class Feature_Left_{colour} */
.Feature_Left
{
    background-color: Transparent;
    background-repeat: no-repeat;
    width: 14px;
}

/* the cell at the top of the feature container with a white arrow in it */
.Feature_ArrowCell
{
    width: 22px;
    height: 24px;
    padding-left: 16px;
}

/* the cell at the top of the feature container containing the module title */
.Feature_TitleCell
{
    padding-left: 0px;
}

/* the main area of the feature container that controls the background */
.Feature_Main_Table
{
    background-image: url(media/feature_background.gif);
    background-repeat: repeat-x;
    height: 226px;
    vertical-align: top;
    width: 219px;
    overflow: hidden;
}

/* the footer cell of the feature container that holds the bottom right curve */
.Feature_FooterCell
{
    background-color: Transparent;
    vertical-align: bottom;
    height: 7px;
    text-align: right;
}

/* the content table of the feature container that holds the module */
.Feature_Content
{
    height: 219px;
    vertical-align: top;
    overflow: hidden;
}
