﻿
.thmBackgrnd{
    /*background-color:#B2DDF0;*/
}
.thmBrandBordered
{
    /*border:4px solid #005CAB;*/
    border:4px solid #B2DDF0;
}

.thmBackgrndBright
{
    background-color:rgb(177,220,245);
}
.thmForegrnd
{
    color:#005caa;
}
.thmBorder
{
    border-color:#005caa;
}
.thmGrdBtn_prev
{
    background: #005caa; /* Old browsers */
    border:1px solid silver;
    background-image:url('/CommonFiles/Img/thmGrdBtn_MS.jpg');
    background-repeat:repeat-x;
    background: -moz-linear-gradient(top, #c5deea 0%, #8abbd7 54%, #2c7caa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(54%,#8abbd7), color-stop(100%,#2c7caa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5deea 0%,#8abbd7 54%,#2c7caa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5deea 0%,#8abbd7 54%,#2c7caa 100%); /* Opera11.10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#2c7caa',GradientType=0 ); /* IE6-9 */
    /*background: -ms-linear-gradient(top, #c5deea 0%,#8abbd7 54%,#2c7caa 100%); /* IE10+ */
    background: linear-gradient(top, #c5deea 0%,#8abbd7 54%,#2c7caa 100%); /* W3C */
}
.thmGrdBtn
{    
    border:1px solid silver;    
    background-repeat:repeat-x;
    background: #005caa; /* Old browsers */
    background-image:url('/CommonFiles/Img/thmGrdBtn_MS.jpg');
    background: -moz-linear-gradient(top,  #87c7e5 0%, #005caa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87c7e5), color-stop(100%,#005caa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #87c7e5 0%,#005caa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #87c7e5 0%,#005caa 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #87c7e5 0%,#005caa 100%); /* IE10+ */
    background: linear-gradient(top,  #87c7e5 0%,#005caa 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c7e5', endColorstr='#005caa',GradientType=0 ); /* IE6-9 */
}
.thmGrdBtn_prev:hover
{
    border:1px solid grey;
    background: #066dab; /* Old browsers */
    background-image:url('/CommonFiles/Img/thmGrdBtnHov_MS.jpg');    
    background-repeat:repeat-x;
    background: -moz-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(31%,#8abbd7), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Opera11.10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
    /*background: -ms-linear-gradient(top, #c5deea 0%,#8abbd7 31%,#066dab 100%); /* IE10+ */
    background: linear-gradient(top, #c5deea 0%,#8abbd7 31%,#066dab 100%); /* W3C */    
}
.thmGrdBtn:hover
{
    border:1px solid grey;
    background: #8bcae8; /* Old browsers */
    background-image:url('/CommonFiles/Img/thmGrdBtnHov_MS.jpg');    
    background: -moz-linear-gradient(top,  #8bcae8 0%, #005caa 31%, #8abbd7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bcae8), color-stop(31%,#005caa), color-stop(100%,#8abbd7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8bcae8 0%,#005caa 31%,#8abbd7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8bcae8 0%,#005caa 31%,#8abbd7 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #8bcae8 0%,#005caa 31%,#8abbd7 100%); /* IE10+ */
    background: linear-gradient(top,  #8bcae8 0%,#005caa 31%,#8abbd7 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcae8', endColorstr='#8abbd7',GradientType=0 ); /* IE6-9 */

}
.thmGrdBtn:active
{
    border:1px solid grey;
    background: #23538a; /* Old browsers */
    background-image:url('/CommonFiles/Img/thmGrdBtnAct_MS.jpg');
    background-repeat:repeat-x;
    background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* Opera11.10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );  IE6-9 */
    /*background: -ms-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* IE10+ */
    background: linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* W3C */    
}
#dHP-2CubeTrainingEvents, #dHP-2CubeDiscussions, #dHP-2CNws
{
background: #e8edf2; /* Old browsers */
background: -moz-linear-gradient(left,  #e8edf2 0%, #e3edf2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8edf2), color-stop(100%,#e3edf2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e8edf2 0%,#e3edf2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e8edf2 0%,#e3edf2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e8edf2 0%,#e3edf2 100%); /* IE10+ */
background: linear-gradient(left,  #e8edf2 0%,#e3edf2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8edf2', endColorstr='#e3edf2',GradientType=1 ); /* IE6-9 */

}
#dHP2CNws, #dHP2CubeUsedItems
{
}
.nthmBordered
{    
    border:1px solid #96A6B7;
}
/***************************** NEW LAYOUT ***********************************/
.prtForeClr
{
    color:#005CAA;
}
.prtForeClrHov, .prtForeClrHov:hover
{
    color:#005CAA;
}
.prtForeClrHovOnly:hover
{
    color:#005CAA;
}
.prtForeClrHovImp, .prtForeClrHovImp:hover
{
    color:#005CAA !important;
}
a.aprtForeClrLink:link, a.aprtForeClrLink:hover, a.aprtForeClrLink:visited
{
    color:#005CAA;
}
.prtBkgrndFore, .prtBkgrndFore:hover, .prtBkgrndFore:focus
{
    background-color:#005CAA;
}
.prtForeBorder
{
    /*border-color:#005CAA;*/
}
.prtAltBkg
{
    background-color:#B2DDF0;
}
.prtAltBkgHov:hover
{
    background-color:#B2DDF0;
}
.prtAltBorder
{
    border-color:#B2DDF0 !Important;
}
a.prtAllForeClr, a.prtAllForeClr:hover, a.prtAllForeClr:focus, a.prtAllForeClr:active, a.prtAllForeClr:visited, a.prtAllForeClr:link
{
    color:#005CAA;
}
.thmBrdFore:hover
{
    border-color:gray;
    color:#005CAA;
}
.lnklinkedin:hover{background: url('/commonfiles/images/buttons/buttons-all.png') no-repeat -463px 0px;width:75px;height:21px;display:block}
.lnklinkedin{background-position:-463px -30px}

.portalBckg{background-color:#92c5de;}

/*---Hot products-----*/
a:hover .catHotProdTitle:hover{background: url("/content/images/transpMS75.png") repeat scroll 0 0 rgba(0, 0, 0, 0);}
.catHotProdTitle {background: url("/content/images/transpMS50.png") repeat scroll 0 0 rgba(0, 0, 0, 0);}