﻿@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

#plan-box {
    width: 220px;
    height: auto;
    padding: 10px;
    display: inline-block;
}

#plan-box-title {
    width: 200px;
    height: 45px;
    padding: 10px 0px 0px 20px;
    margin-bottom: 3px;
    background-color: #f89840;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    box-shadow: #999 0px 2px;
}

#plan-box-content {
    width: 204px;
    height: auto;
    padding: 8px;
    background-color: #f7f1f1;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: #999 0px 2px;
}

.box-title {
    font-family: 'PT Sans', sans-serif;
    /*	font-family:Tahoma,Verdana, Geneva, sans-serif;*/
    font-size: 19px;
    font-weight: 700;
    color: #FFF;
}

.popup-title {
    font-family: 'PT Sans', sans-serif;
    /*font-family:Tahoma,Verdana, Geneva, sans-serif;*/
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}



.box-text {
    /*font-family:Tahoma,Verdana, Geneva, sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 11px;
    color: #616161;
}

.box-text-blue {
    font-family: 'PT Sans', sans-serif;
    /*	
	font-family:Tahoma,Verdana, Geneva, sans-serif;*/
    font-size: 16px;
    color: #0099ce;
    font-weight: 700;
    text-decoration: underline;
    line-height: 40px;
}



.box-title-blue {
    font-family: 'PT Sans', sans-serif;
    /*	
	font-family:Tahoma,"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-size: 37px;
    color: #0099ce;
    font-weight: bold;
}


.runtext01 {
    font-family: 'PT Sans', sans-serif;
    /*
	font-family:Tahoma,Verdana, Geneva, sans-serif;*/
    font-size: 12px;
    color: #392c22;
    font-style: italic;
}

.runtext {
    /*
	font-family:Tahoma,Verdana, Geneva, sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #606261;
}

.green-title {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #4eb748;
    font-weight: 700;
}

#lnkSavings {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #4eb748;
    font-weight: 700;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    pointer-events: none;
}

.tooltip {
    color: #4eb748;
    background-color: Yellow;
    position: absolute;
    border-style: solid;
    border-width: 1px;
}
