﻿/*
This stylesheet is strictly for the Measuring.aspx page.

*/
.MeasureTabs
{
    padding-right:20px;
    display:block;
}

.TabVenetionInside
{
    background-image: url(images/horizontalblinds.jpg);
    background-repeat: no-repeat;
    padding-left:260px;
    height:300px;
}
.TabVenetionOutside
{
    background-image: url(images/horizontalblindsout.gif);
    background-repeat: no-repeat;
    padding-left:260px;
    height:250px;
}

.TabBlindsInside
{
    background-image: url(images/vertin.jpg);
    background-repeat: no-repeat;
    padding-left:260px;
    height:250px;
}

.TabBlindsOutside
{
    background-image: url(images/vertout.jpg);
    background-repeat: no-repeat;
    padding-left:260px;
    height:250px;
}

.TabShadeInside
{
    background-image: url(images/shadin.jpg);
    background-repeat: no-repeat;
    padding-left:260px;
    height:250px;
}

.TabShadeOutside
{
    background-image: url(images/shadout.jpg);
    background-repeat: no-repeat;
    padding-left:260px;
    height:250px;
}

.TabPatioInside
{
    background-image: url(images/patio.jpg);
    background-repeat: no-repeat;
    padding-left:260px;
    height:250px;
}

.TabPatioOutside
{
    background-image: url(images/patioout.jpg);
    background-repeat: no-repeat;
    padding-left:370px;
    height:250px;
}

.QuickLinks
{
    text-align: center;
    margin-bottom: 25px;
}

.QuickLinks span
{
    display: inline;
    margin-right: 25px;
    text-decoration: underline;
    font-size: 1.1em;
    cursor:default;
    font-weight: bold;
    font-style:italic ;        
}

.Caption
{
    text-align: center;
}

.bold
{
    font-weight: bold;
}

