﻿/*Containers*/
.Container-MasterPageTable
{
    padding: 0;
    width: 100%;
    height: 52px;
}
.Container-Body
{
    background-color: #ffffcc;
    text-align: left;
}
.Container-Header
{
    background-color: #003300; /*background-image:Url("./images/texturebackground.png");*/
    border-bottom-color: #8aba53;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    height: 100px;
}
.Container-Header old
{
    background-color: #003300;
    border-bottom-color: #003300;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    height: 100px;
}
.Container-Nav
{
    background-color: #003300;
    height: 25px;
    border-right-style: ridge;
    border-left-style: ridge;
}
.Container-Breadcrum
{
    background-color: #003300; /*background-image:Url("../images/texturebackground.png");*/
    height: 20px;
    border-bottom-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
}
.Container-MainContent
{
    background-color: #ffffcc;
    /*background-position: top center;
    background-position: center;
    background-repeat: no-repeat;*/
    height: auto;
    min-height: 100px;
    border-style: ridge;
    border-width: thin;
    
}
.Container-MainContent-MainDiv
{
    width: 90%;
}
.Container-Footer
{
    border-right-style: ridge;
    border-left-style: ridge;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
    height: auto;
    background-color: #003300; /*003300*/
    color: #FFFFFF;
}
.Container-GridViewProductsList
{
    font: arial;
    font-size: small;
}
.Message
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: medium;
    color: Red;
}
.Login-top-status
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: small;
    color: white;
}

.Login-Windows
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: small;
    color: Black;
}

.QuoteWizard
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: medium;
    color: Black;
}

.Container-Accordian-Header
{
    background-color: #003300;
    border: 1px solid black;
    color: #FFFFCC;
    font-style: normal;
    font-size: medium;
}
.Container-Accordian-Content
{
    background-color: #ffffcc;
    border: 2px solid black;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: medium;
}
a
{
    border-style: none;
    text-decoration: none;
    font-style: italic;
    color: #000000;
    font-size: medium;
    font-family: "Times New Roman" , Times, serif;
    text-align: center;
}

/*Validation
----------------------------------------------------------------*/
.validatorCalloutHighlight
{
    background-color: Yellow;
}
/*Rotator
----------------------------------------------------------------*/
.itemTemplate
{
    border-width: medium;
    width: 150px;
    height: 25px;
    color: #ffffcc;
    background-color: #003300;
    border-right-style: outset;
    border-left-style: outset;
}

.floatRotator
{
  padding:-5px; 
    float: left;
    }
/*silverlight */
 .fadeSome {
        opacity:0.30;
        filter:alpha(opacity=30);
        -moz-opacity: 30%;        
    }
    .fadeLots {
        opacity:0.50;
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;        
    }  
    .fadeCompletely {
        opacity:0.0;
        filter:alpha(opacity=0);
        -moz-opacity: 0.0;
    }     
    #silverlightControlHost {
        height: 100%;
    }