﻿#Compare a:link {color:#000000; text-decoration: underline;}
#Compare a:visited {color:#000000; text-decoration: underline;}

#Compare 
{
    width:864px;
    height:1220px;
    left:0; right:0;
    margin: auto;
    margin-top:25px;
    margin-bottom:25px; 
    font-family:Verdana; 
}

#Compare_Information
{
    width:100%;
    height:100%;
    border:1px solid black;
	box-shadow:0px 0px 4px #000;   
}

#Compare_InformationHeadline
{
    width:849px;
    height:38px;
    position:relative;top:15px;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding-left:15px;
    background-color:#1A4D81;
    color:White;
    font-size:28px;
    font-weight:bold;  
}

#Compare_InformationUpperDescription
{
    width:834px;
    height:100px;
    margin-top:30px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
    font-size:12px; 
}

#Compare_InformationDetails
{
    width:834px;
    height:975px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
}

    .Compare_InformationDetailTitle
    {
        width:86%;
        height:25px;
        position:relative;left:25px;
        padding-top:18px;
        font-size:12px;
        font-weight:bold;    
    }
    
    .Compare_InformationDetailText
    {
        width:783px;
        height:68px;
        position:relative;left:25px;
        font-size:12px;
    }
    
    .Compare_InformationDetailHead
    {
        width:779px;
        height:20px;
        position:relative;left:25px;
        background-color:#1A4D81;
        border-top:1px solid black;
        border-bottom:1px solid black;
        padding-left:5px;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
    }
    
        .Compare_InformationDetailHeadContent
        {
            width:450px;
            position:absolute;
        }
    
        .Compare_InformationDetailHeadBasic
        {
            width:100px;
            position:absolute;left:481px;
            text-align:center;
        }
        
        #Compare_InformationDetailHeadBasicPrice
        {
            width:90px;
            height:22px;
            position:absolute;left:513px;
            border-bottom:1px solid black;
            text-align:center;
            font-size:15px;
            background-color:#1A4D81;
            color:White;
            z-index:1;
        }
        
        .Compare_InformationDetailHeadPro
        {
            width:120px;
            position:absolute;left:578px;
            text-align:center;
        }
        
        #Compare_InformationDetailHeadProPrice
        {
            width:112px;
            height:22px;
            position:absolute;left:605px;
            text-align:center;
            font-size:15px;
            background-color:#426181;
            color:White;
            z-index:3;
        }
        
        .Compare_InformationDetailHeadPortal
        {
            width:90px;
            position:absolute;left:690px;
            text-align:center;
        }
        
        #Compare_InformationDetailHeadPortalPrice
        {
            width:90px;
            height:22px;
            position:absolute;left:719px;
            border-bottom:1px solid black;
            text-align:center;
            font-size:15px;
            background-color:#1A4D81;
            color:White;
            z-index:1;
        }
    
    .Compare_InformationDetailRow
    {
        width:779px;
        height:20px;
        margin-top:3px;
        padding-left:5px;
        position:relative;left:25px;
        border-bottom:1px dotted black;
        font-size:12px;
        z-index:3;
    }
        
        .Compare_InformationDetailRowContent
        {
            width:100%;
            height:20px;
            position:absolute;
            border-bottom:1px solid black;
        }
        
            .Compare_InformationDetailRowSubContent
            {
                width:570px;
                margin-left:50px;
                position:absolute;
            }
            
        .Compare_InformationDetailRowContentDiff
        {
            width:100%;
            height:20px;
            position:absolute
        }
    
        .Compare_InformationDetailRowBasicYes
        {
            width:40px;
            height:17px;
            position:absolute;left:513px;
            text-align:center;
            background-image: url("../images/yes.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Compare_InformationDetailRowBasicNo
        {
            width:40px;
            height:17px;
            position:absolute;left:513px;
            text-align:center;
            background-image: url("../images/no.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Compare_InformationDetailRowProYes
        {
            width:40px;
            height:17px;
            position:absolute;left:616px;
            text-align:center;
            background-image: url("../images/yes.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Compare_InformationDetailRowProNo
        {
            width:40px;
            height:17px;
            position:absolute;left:616px;
            text-align:center;
            background-image: url("../images/no.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Compare_InformationDetailRowPortalYes
        {
            width:40px;
            height:17px;
            position:absolute;left:719px;
            text-align:center;
            background-image: url("../images/yes.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Compare_InformationDetailRowPortalNo
        {
            width:40px;
            height:17px;
            position:absolute;left:719px;
            text-align:center;
            background-image: url("../images/no.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
#Compare_InformationLowerDescription
{
    width:834px;
    height:50px;
    margin-top:20px;
    position:relative;left:15px;
    font-size:11px; 
    text-align:center;
    color:Gray;   
}

#Compare_InformationBorderBox
{
    width:115px;
    height:825px;
    position:absolute;
    margin-top:-25px;
    border:1px solid black;
    box-shadow:0px 0px 6px #000;
    background-color:#426181;
    z-index:2;
}