﻿/***************************** DarkUnderlinedTitle ************/
.DUTFirstLine
{
    height: 5px;
    background-image: url('DUT/DUT-1x5.gif');
    background-repeat: repeat-x;
    width:100%;
}
.DUTUpperLeft
{
    background-image: url('DUT/DUT-Upper-Left.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:left;
}
.DUTUpperRight
{
    background-image: url('DUT/DUT-Upper-Right.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:right;
}
.DUTBodyBlock
{
    width: auto;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    background-image: url('DUT/DUT-1x25.gif');
    background-repeat: repeat-x;
    line-height: 25px;
}
.DUTBodyBlock h1
{
    font-size: larger;
    color: #666699;
    font-style: italic;
    margin: 0px;
    padding: 0 5px;
}
.DUTBodyBlock h1 a
{
    text-decoration: none;
    display: block;
    color: #666699;
}

/**************************************************************/
/********************* General ********************************/
.HorLimitText
{
    width: auto;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    color: #666699;
    padding: 5px;
}
.HorLimitTextGradient
{
    width: auto;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    color: #666699;
    padding: 5px;
    background-image: url('GLL/GLL-1x150.gif');
    background-position: left bottom;
    background-repeat: repeat-x;
}
.HorLimitText a, .HorLimitTextGradient a
{
    color: #333366;
    text-decoration: none;
}
.HorLimitText a:hover, .HorLimitTextGradient a:hover
{
    text-decoration: underline;
}
/**************************************************************/
/************************ White Last Line *********************/
.WLL
{
    width: 100%;
    height: 5px;
    background-image: url('WLL/WLL-1x5.gif');
    background-repeat:repeat-x;
}
.WLLLowerLeft
{
    background-image: url('WLL/WLL-Lower-Left.gif');
    width: 5px;
    float:left;
    background-color:White;
    height: 100%;
}
.WLLLowerRight
{
    background-image: url('WLL/WLL-Lower-Right.gif');
    width: 5px;
    float:right;
    background-color:White;
    height: 100%;
}
/**************************************************************/
/************************* Medium Last Line *******************/
.MLL
{
    width: 100%;
    height: 5px;
    background-color: #666699;
}
.MLLLowerLeft
{
    background-image: url('Lower-Left-Corner.gif');
    width: 5px;
    float:left;
    background-color:White;
    height: 100%;
}
.MLLLowerRight
{
    background-image: url('Lower-Right-Corner.gif');
    width: 5px;
    float:right;
    background-color:White;
    height: 100%;
}
/**************************************************************/
/************************* Light Underlined Title *************/
.LUTFirstLine
{
    height: 5px;
    background-image: url('LUT/LUT-1x5.gif');
    background-repeat: repeat-x;
    width:100%;
}
.LUTUpperLeft
{
    background-image: url('LUT/LUT-Upper-Left.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:left;
}
.LUTUpperRight
{
    background-image: url('LUT/LUT-Upper-Right.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:right;
}
.LUTBodyBlock
{
    width: auto;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    background-image: url('LUT/LUT-1x89.gif');
    background-repeat: repeat-x;
    line-height: 17px;
}
.LUTBodyBlock h1
{
    font-size: larger;
    color: #666699;
    font-style: italic;
    margin: 0px;
    padding: 0 5px;
}
.LUTBodyBlock h1 a
{
    text-decoration: none;
    color: #666699;
}
.LUTBodyBlock img
{
    margin:0;
    padding:0;
}
/**************************************************************/
/************************ Gradient Last Line *********************/
.GLL
{
    width: 100%;
    height: 5px;
    background-image: url('GLL/GLL-1x5.gif');
    background-repeat:repeat-x;
}
.GLLLowerLeft
{
    background-image: url('GLL/GLL-Lower-Left.gif');
    width: 5px;
    float:left;
    background-color:White;
    height: 100%;
}
.GLLLowerRight
{
    background-image: url('GLL/GLL-Lower-Right.gif');
    width: 5px;
    float:right;
    background-color:White;
    height: 100%;
}
/**************************************************************/
/************************ Unordered list frame ****************/
.TransparentItem, .TransparentItem a
{
    text-decoration: none;
    display: block;
    color: #666699;
    padding: 5px;
}
.ExtraLightItem, .ExtraLightItem a
{
    text-decoration: none;
    display: block;
    background-color: #ccccff;
    color: #333366;
    padding: 5px;
}
.LightItem, .LightItem a
{
    text-decoration: none;
    display: block;
    color: white;
    background-color: #9999cc;
    padding: 5px;
}
.MediumItem, .MediumItem a
{
    text-decoration: none;
    display: block;
    color: white;
    background-color: #666699;
    padding: 5px;
}
.DarkItem, .DarkItem a
{
    text-decoration: none;
    display: block;
    color: white;
    background-color: #333366;
    padding: 5px;
}
.ExtraDarkItem, .ExtraDarkItem a
{
    text-decoration: none;
    display: block;
    color: white;
    background-color: #000033;
    padding: 5px;
}
.TransparentItem a:hover, .ExtraLightItem a:hover, .LightItem a:hover, .MediumItem a:hover, .DarkItem a:hover, .ExtraDarkItem a:hover
{
    text-decoration: underline;
}

.TransparentImageItem, .TransparentImageItem a
{
    display: block;
}
.ExtraLightImageItem, .ExtraLightImageItem a
{
    display: block;
    background-color: #ccccff;
}
.LightImageItem, .LightImageItem a
{
    display: block;
    background-color: #9999cc;
}
.MediumImageItem, .MediumImageItem a
{
    display: block;
    background-color: #666699;
}
.DarkImageItem, .DarkImageItem a
{
    display: block;
    background-color: #333366;
}
.ExtraDarkImageItem, .ExtraDarkImageItem a
{
    display: block;
    background-color: #000033;
}

.WhiteSeperator
{
    background-color: White;
    width: 100%;
    height: 3px;
    margin: 0;
    padding:0;
}
/**************************************************************/
/************************** Seperator Line ********************/
.SL
{
    width: auto;
    height: 1px;
    border-bottom-style:dotted;
    border-bottom-color: #ccccff;
    border-bottom-width: 1px;
    margin: 0 10px;
}
/**************************************************************/
/*************************** InterestedFrame ******************/
.InterestedFrame
{
    background-image: url('Decision/intrested.png');
    background-repeat: no-repeat;
    width: 281px;
    height: 125px;
}
.InterestedFrame p
{
    margin-left: 120px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}
.SolutionFrame
{
    background-image: url('Decision/solution.png');
    background-repeat: no-repeat;
    width: 281px;
    height: 125px;
}
.SolutionFrame p
{
    margin-left: 15px;
    margin-right: 150px;
    margin-top: 10px;
    margin-bottom: 0;
}
/**************************************************************/
