﻿#Portal a:link {color:#000000; text-decoration: underline;}
#Portal a:visited {color:#000000; text-decoration: underline;}

#Portal 
{
    width:864px;
    height:1230px;
    left:0; right:0;
    margin: auto;
    margin-top:25px;
    margin-bottom:25px; 
    font-family:Verdana; 
}

#Portal_Information
{
    width:100%;
    height:100%;
    border:1px solid black;
	box-shadow:0px 0px 4px #000;   
}

#Portal_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;  
}

#Portal_InformationUpperDescription
{
    width:834px;
    height:115px;
    margin-top:30px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
    font-size:12px; 
}

#Portal_InformationDetails
{
    width:834px;
    height:970px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
}

    #Portal_InformationDetailTitle
    {
        width:86%;
        height:25px;
        position:relative;left:25px;
        padding-top:18px;
        font-size:12px;
        font-weight:bold;    
    }
    
    #Portal_InformationDetailText
    {
        width:783px;
        height:68px;
        position:relative;left:25px;
        font-size:12px;
    }
    
    #Portal_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;
    }
    
        #Portal_InformationDetailHeadContent
        {
            width:520px;
            float:left;
        }
        
        #Portal_InformationDetailHeadIncluded
        {
            width:50px;
            position:absolute;left:640px;
            text-align:center;
        }
    
        #Portal_InformationDetailHeadPrice
        {
            width:84px;
            height:20px;
            position:absolute;left:700px;
            text-align:center;
        }
        
    .Portal_InformationDetailRow
    {
        width:779px;
        height:20px;
        margin-top:3px;
        padding-left:5px;
        position:relative;left:25px;
        border-bottom:1px dotted black;
        font-size:12px;
    }
    
        .Portal_InformationDetailRowContent
        {
            width:620px;
            float:left;
        }
        
        .Portal_InformationDetailSubRowContent
        {
            width:570px;
            margin-left:50px;
            float:left;
        }
    
        .Portal_InformationDetailRowYes
        {
            width:40px;
            height:17px;
            position:absolute;left:645px;
            text-align:center;
            background-image: url("../images/yes.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Portal_InformationDetailRowNo
        {
            width:40px;
            height:17px;
            position:absolute;left:645px;
            text-align:center;
            background-image: url("../images/no.png");
            background-repeat:no-repeat;
            background-position:center;
        }
    
        .Portal_InformationDetailRowPrice
        {
            width:100px;
            position:absolute;left:695px;
            text-align:center;
        }
        
#Portal_InformationDetailPrice
{
    width:783px;
    height:45px;
    margin-top:15px;
    position:relative;left:25px;
    
}
    .Portal_InformationDetailPricePrMonth
    {
        width:150px;
        height:20px;
        position:relative;left:633px;
        text-align:center;
        font-size:12px;  
    }
        
    .Portal_InformationDetailPriceTag
    {
        width:150px;
        height:25px;
        position:absolute;left:633px;
        background-color:#1A4D81;
        border-top:1px solid black;
        border-bottom:1px solid black;
        color:#FFFFFF;
        text-align:center;
        font-size:18px;
        font-weight:bold;  
    }

    .Portal_InformationDetailPriceOrdering
    {
        width:150px;
        height:20px;
        position:absolute;top:50px;left:633px;
        text-align:center;
        font-size:14px;
    }
    
#Portal_InformationLowerDescription
{
    width:834px;
    height:50px;
    margin-top:20px;
    position:relative;left:15px;
    font-size:11px; 
    text-align:center;
    color:Gray;   
}