﻿/* PNG BACKGROUNDS */

.yellowLinks li.mainlink .linkItem.highlight{-moz-box-shadow: 0px 0px 50px rgba(192, 176, 18, 0.7); -webkit-box-shadow: 0px 0px 50px rgba(192, 176, 18, 0.7);}
.blueLinks li.mainlink .linkItem.highlight{-moz-box-shadow: 0px 0px 50px rgba(42, 54, 138, 0.7); -webkit-box-shadow: 0px 0px 50px rgba(42, 54, 138, 0.7);}
.redLinks li.mainlink .linkItem.highlight{-moz-box-shadow: 0px 0px 50px rgba(208, 70, 77, 0.7); -webkit-box-shadow: 0px 0px 50px rgba(208, 70, 77, 0.7);}

.lowerFade-25{background-image: url(../images/columnheader-fade25.png); background-position: bottom center; background-repeat:repeat-x;}
.lowerFade-50{background-image: url(../images/columnheader-fade50.png); background-position: bottom center; background-repeat:repeat-x;}
.lowerFade{background-image: url(../images/columnheader-fade.png); background-position: bottom center; background-repeat:repeat-x;}

.striped-lowerfade{background-image: url(../images/sprites/bars.png); background-position: bottom center; background-repeat:repeat-x;}

.upperFade-25{background-image: url(../images/columnheader-fade25-top.png); background-position: top center; background-repeat:repeat-x;}
.upperFade-50{background-image: url(../images/columnheader-fade50-top.png); background-position: top center; background-repeat:repeat-x;}
.upperFade{background-image: url(../images/columnheader-fade-top.png); background-position: top center; background-repeat:repeat-x;}

.halo-white, #SummaryModal{-moz-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.6); -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.6);}

.dropshadow-black{-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
.dropshadow-black-heavy{-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);}
.dropshadow-black-inset{-moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.3);}

.reflect{float: left;}

.roundedbutton, .inner-text h2, .inner-text h3, .Resources h1, .Resources h2, 
.Resources h3, .homelinks a.linktastic:hover, .homelinks a.selected, 
.homelinks a.current, input[type=submit], input.rounded, textarea.rounded, .twocol-left,
.Resources .col1{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

#product-list a.selected
{
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
    -moz-outline-style: none;
}    

.OrdRep .panes{
-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}

.rounded-corner-topleft{-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;}
.rounded-corner-topright{-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;}
.rounded-corner-bottomleft{-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;}
.rounded-corner-bottomright{-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;}
.rounded-corners-all{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

#Page-Intro .rounded-corners-all,
.rounded-corners-page{-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;}

.rounded-corners-top{
-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;
-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
}

.rounded-corners-bottom{
-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}

.rounded-corners-left{
-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
}

.rounded-corners-right{
-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}


#LinkList ul:first-child,
ul#myResources li:first-child a
{
-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;
-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
}

#LinkList ul:last-child,
ul#myResources li:last-child a,
ul#IndividualLinks li:last-child a,
ul#ProfessionalLinks li:last-child a
{
-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}
