﻿/* Common style for all WebMultiMedia 2.0 */

.wmm2shadow { 
    /* Mozilla Firefox */
    -moz-box-shadow: 0px 0px 5px #252525; 

    /* Webkit */
    -webkit-box-shadow: 0px 0px 5px #252525; 

    /* W3C Markup */
    box-shadow: 0px 0px 5px #252525; 

    /* For IE 8 */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#252525', direction=90, strength=4)", "progid:DXImageTransform.Microsoft.Shadow(color='#252525', direction=270, strength=4)"; */
    
    /* For IE 5.5 - 7 */
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color='#252525', direction=90, strength=4), progid:DXImageTransform.Microsoft.Shadow(color='#252525', direction=270, strength=4); */
}

.wmm2gradientbackground { 
         background-repeat: repeat-x;
   -webkit-background-size: 100% 100%; /* Safari 3.0 */
      -moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
        -o-background-size: 100% 100%; /* Opera 9.5 */
           background-size: 100% 100%; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
}


.wmm2gradientbackground1 {
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#292929');

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #757575 0%, #292929 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #757575 0%, #292929 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #757575 0%, #292929 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #757575), color-stop(1, #292929));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #757575 0%, #292929 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #757575 0%, #292929 100%);

    background-color: #525252; }


.wmm2title { font-size: 14px; }

.wmm2text1 { font-size: 12px; }
.wmm2text1 a { font-size: 12px; text-decoration: underline; }
.wmm2text1 a:hover { font-size: 12px; text-decoration: underline; }

.wmm2text2 { font-size: 12px; color: #b7b7b7; }

.wmm2button1 { margin-top: 7px; margin-bottom: 7px; font-size: 12px; color: white; background-color: #151515; border: solid 1px #c0c0c0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; }

.wmm2button2 { margin-top: 7px; margin-bottom: 7px; font-size: 12px; color: white; border: solid 1px #c0c0c0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; }

