﻿/*
Obisoft Colors:
turquoise:  41AACC
green:      7BAE25
blue:       6584C2
orange:     ff6600
dark-grey:  555555
light-grey: b0b0b0
*/

#PageWrap
{
    width: 975px;
    height: 65px;
    position: relative;
    text-align: left;    
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #555555;
}

.LogoType
{
    font-family: Gill Sans MT, Trebuchet MS, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}

#PageTop
{
    position: absolute;
    left: 0;
    top: 0;
    width: 975px;
    height: 65px;
    border-bottom: solid 1px #b0b0b0;
    vertical-align: middle;
    font-size: 22px;
}

#PageLogo
{
    position: absolute;
    top: 6px;
    left: -3px;
}

#PageLanugageBar
{
    position: absolute;
    top: 47px;
    left: 855px;
    width: 120px;
    text-align: right;
    z-index: 100;
}
#PageLanugageBar IMG.active
{
    position: relative;
    top: 12px;
}
#PageContent
{    
    position: absolute;
    left: 220px;
    top: 65px;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
}

#PageLeftMenu
{
    border-right: dashed 1px #a0a0a0;
    position: absolute;
    left: 0;
    top: 65px;
    min-height: 450px;
    width: 220px;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
}
#PageLeftMenu DIV.header
{
    text-align: left;
    width: 190px;
    border-bottom: dashed 1px #a0a0a0;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 0 0;
}

#PageLeftMenu DIV.item
{
    margin: 2px 0 4px 0;
    padding: 0 0 0 6px;
}

#PageLeftMenu A.active, #PageLeftMenu A.active:visited, #PageLeftMenu A.active:hover, #PageLeftMenu A.active:active
{
    background-image: url(../Images/ArrowOrange.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: Black;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 12px;
}
#PageLeftMenu A.passive, #PageLeftMenu A.passive:visited
{
    background-image: url(../Images/ArrowGrey.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #555555;
    text-decoration: none;
    padding: 0 0 0 12px;
}
#PageLeftMenu A.passive:hover
{
    color: Black;
    text-decoration: underline;
}
#PageLeftMenu A.passive:active
{
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}
#PageTopMenu
{
    position: absolute;
    left: 220px;
    top: 38px;    
    z-index: 100;
}
#PageTopMenu SPAN
{
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding: 0 5px 0 5px;
    margin-right: 5px;
    cursor: hand;
}

#TopMenuItem1 A, #TopMenuItem1 A:active, #TopMenuItem1 A:hover, #TopMenuItem1 A:visited
{
    color: #41AACC;
    text-decoration: none;
}
#TopMenuItem1.active
{
    border-top: solid 1px #41AACC;
    border-left: solid 1px #41AACC;    
    border-right: solid 1px #41AACC;
    border-bottom: solid 1px #ffffff;
}
#TopMenuItem1.passive
{
    border-top: solid 1px #b0b0b0;
    border-left: solid 1px #b0b0b0;    
    border-right: solid 1px #b0b0b0;
}

#TopMenuItem2 A, #TopMenuItem2 A:active, #TopMenuItem2 A:hover, #TopMenuItem2 A:visited
{
    color: #7BAE25;
    text-decoration: none;
}
#TopMenuItem2.active
{
    border-top: solid 1px #7BAE25;
    border-left: solid 1px #7BAE25;    
    border-right: solid 1px #7BAE25;
    border-bottom: solid 1px #ffffff;
}
#TopMenuItem2.passive
{
    border-top: solid 1px #b0b0b0;
    border-left: solid 1px #b0b0b0;    
    border-right: solid 1px #b0b0b0;
}

#TopMenuItem3 A, #TopMenuItem3 A:active, #TopMenuItem3 A:hover, #TopMenuItem3 A:visited
{
    color: #6584C2;
    text-decoration: none;
}
#TopMenuItem3.active
{
    border-top: solid 1px #6584C2;
    border-left: solid 1px #6584C2;    
    border-right: solid 1px #6584C2;
    border-bottom: solid 1px #ffffff;
}
#TopMenuItem3.passive
{
    border-top: solid 1px #b0b0b0;
    border-left: solid 1px #b0b0b0;    
    border-right: solid 1px #b0b0b0;
}

#TopMenuItem4 A, #TopMenuItem4 A:active, #TopMenuItem4 A:hover, #TopMenuItem4 A:visited
{
    color: #555555;
    text-decoration: none;
}
#TopMenuItem4.active A, #TopMenuItem4.active A:active, #TopMenuItem4.active A:hover, #TopMenuItem4.active A:visited
{
    color: Black;
    text-decoration: none;
}
#TopMenuItem4.active
{
    border-top: solid 1px #b0b0b0;
    border-left: solid 1px #b0b0b0;    
    border-right: solid 1px #b0b0b0;
    border-bottom: solid 1px #ffffff;
}
#TopMenuItem4.passive
{
    border-top: solid 1px #b0b0b0;
    border-left: solid 1px #b0b0b0;    
    border-right: solid 1px #b0b0b0;
}

#TopMenuItem5 A, #TopMenuItem5 A:active, #TopMenuItem5 A:hover, #TopMenuItem5 A:visited
{
    color: #555555;
    text-decoration: none;
}
#TopMenuItem5.active A, #TopMenuItem5.active A:active, #TopMenuItem5.active A:hover, #TopMenuItem5.active A:visited
{
    color: Black;
    text-decoration: none;
}
#TopMenuItem5.active
{
    border-top: solid 1px #b0b0b0;
    border-left: solid 1px #b0b0b0;    
    border-right: solid 1px #b0b0b0;
    border-bottom: solid 1px #ffffff;
}
#TopMenuItem5.passive
{
    border-top: solid 1px #b0b0b0;
    border-left: solid 1px #b0b0b0;    
    border-right: solid 1px #b0b0b0;
}

#PageBottom
{
    position: absolute;
    left: 0;
    top: 530px;
    width: 975px;
    height: 65px;
    border-top: solid 1px #b0b0b0;
    font-weight: normal;
    font-size: 11px;
}

#PageBottom DIV.footer1
{
position: absolute;
left: 0;
top: 0;
}

#PageBottom DIV.footer2
{
position: absolute;
left: 230px;
top: 0;
}

/****************************************************************/
body
{
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #555555;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

H1
{
    font-size: 24px;
    font-weight: normal;
    border-bottom: dashed 1px #a0a0a0;
    padding: 0 30px 0 0;
}
H2
{
    font-size: 14px;
    font-weight: bold;
    padding: 0 30px 0 0;
    margin: 9px 0 1px 0;
}

UL.greenDot
{
    margin: 6px 0 0 14px;
    list-style-image: url(../Images/DotGreenTall.gif);
    list-style-position: outside;
}
UL.greenDot LI
{
    padding: 0 0 2px 6px;
}

UL.greenDotPadding
{
    margin: 10px 0 0 6px;
    list-style-image: url(../Images/DotGreenTall.gif);
    list-style-position: outside;
}
UL.greenDotPadding LI
{
    padding: 0 0 10px 4px;
}

A.linkForward, A.linkForward:visited
{
    background-image: url(../Images/ArrowForwardGrey.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 14px 0 0;
    color: #555555;
    text-align: right;
    text-decoration: underline;    
}
A.linkForward:hover
{
    background-image: url(../Images/ArrowForwardOrange.gif);
    color: #ff6600;
    text-decoration: underline;
}
A.linkForward:active
{
    font-weight: bold;
}

A.linkStd, A.linkStd:visited
{
    color: #555555;
    text-decoration: underline;    
}
A.linkStd:hover
{
    color: #ff6600;
    text-decoration: underline;
}
A.linkStd:active
{
    font-weight: bold;
}

/*********** TeaserSet1 ************/
#TeaserSet1
{
    position: relative;
}

#TeaserSet1 DIV.teaser_01
{
    border-bottom: dashed 1px #a0a0a0;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 744px;
    height: 50px;
    padding: 5px 0 20px 0;
    font-weight: normal;
}

#TeaserSet1 DIV.teaser_11
{
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 80px;
    width: 740px;
    height: 106px;
    vertical-align: middle;    
    padding: 0 0 0 0;
}

#TeaserSet1 DIV.teaser_11 H1
{
    font-size: 28px;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
    border-style: none;
}

#TeaserSet1 DIV.teaser_12
{
    border-left: dashed 1px #a0a0a0;
    font-size: 18px;
    position: absolute;
    left: 480px;
    top: 92px;
    width: 150px;
    height: 84px;
    padding: 0 0 0 46px;
    font-weight: normal;
    vertical-align: middle;
}

#TeaserSet1 DIV.teaser_13
{
    border-top: dashed 1px #a0a0a0;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 198px;
    width: 744px;
    height: 34px;
    padding: 8px 0 10px 0;
    font-weight: normal;
}

#TeaserSet1 DIV.teaser_21
{
    border: solid 1px #a0a0a0;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 258px;
    width: 230px;
    height: 176px;
    padding: 3px 4px 3px 4px;
    margin: 0 12px 0 0;
}
#TeaserSet1 DIV.teaser_22
{
    border: solid 1px #a0a0a0;
    font-size: 12px;
    position: absolute;
    left: 252px;
    top: 258px;
    width: 230px;
    height: 176px;
    padding: 3px 4px 3px 4px;
    margin: 0 12px 0 0;
}
#TeaserSet1 DIV.teaser_23
{
    border: solid 1px #a0a0a0;
    font-size: 12px;
    position: absolute;
    left: 504px;
    top: 258px;
    width: 230px;
    height: 176px;
    padding: 3px 4px 3px 4px;
    margin: 0 0 0 0;
}
#TeaserSet1 DIV.teaser_21 h2
{
    color: #41AACC;
    text-align: left;
    border-bottom: dashed 1px #a0a0a0;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#TeaserSet1 DIV.teaser_22 h2
{
    color: #7BAE25;
    text-align: left;
    border-bottom: dashed 1px #a0a0a0;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#TeaserSet1 DIV.teaser_23 h2
{
    color: #6584C2;
    text-align: left;
    border-bottom: dashed 1px #a0a0a0;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/****************************************************************/

DIV.GroupedList
{
    width: 100%;
}
DIV.GroupedList DIV.header
{
    text-align: left;
    width: 190px;
    border-bottom: dashed 1px #a0a0a0;
    font-weight: bold;
    font-size: 15px;
    margin: 15px 0 0 0;
}

DIV.GroupedList DIV.item
{
    margin: 2px 0 3px 0;
    padding: 0 0 0 8px;
    width: 732px;
}
DIV.GroupedList DIV.item2
{
    margin: 2px 0 3px 0;
    padding: 0 0 0 8px;
}

TD.ColBold
{
    font-weight: bold;
    width: 120px;
    padding-bottom: 6px;
    padding-top: 6px;
}

TABLE.CustomerLogos
{
    margin-bottom: 8px;
}
TABLE.CustomerLogos TR
{
    vertical-align: middle;
    height: 58px;
}
TABLE.CustomerLogos TD
{
    width: 180px;
    text-align: center;
}
TABLE.CustomerLogos A
{
    border: none;
}
TABLE.CustomerLogos IMG
{
    border: none;
}

