@charset "UTF-8";
/* CSS Document */

.alpha10 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.1);/* RGBa with 0.1 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,
endColorstr=#19000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,
endColorstr=#19000000)";/* For IE 8*/
}




.alpha20 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.2);/* RGBa with 0.2 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,
endColorstr=#33000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,
endColorstr=#33000000)";/* For IE 8*/
}


.alpha30 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.3);/* RGBa with 0.3 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000,
endColorstr=#4d000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000,
endColorstr=#4d000000)";/* For IE 8*/
}



.alpha40 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.4);/* RGBa with 0.4 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,
endColorstr=#66000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,
endColorstr=#66000000)";/* For IE 8*/
}


.alpha50 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.5);/* RGBa with 0.5 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,
endColorstr=#80000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,
endColorstr=#80000000)";/* For IE 8*/
}



.alpha60 {
/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);/* RGBa with 0.6 opacity */
    background: transparent\9; /* clear solid background for ie */
zoom:1; /* required for the filters */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
endColorstr=#99000000);/* For IE 5.5 - 7*/
    -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
endColorstr=#99000000)";/* For IE 8*/
}


.alpha70 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.7);/* RGBa with 0.7 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,
endColorstr=#b2000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,
endColorstr=#b2000000)";/* For IE 8*/
}


.alpha80 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.8);/* RGBa with 0.8 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,
endColorstr=#cc000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,
endColorstr=#cc000000)";/* For IE 8*/
}




.alpha90 {
   /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.9);/* RGBa with 0.9 opacity */
   background: transparent\9; /* clear solid background for ie */
   zoom:1; /* required for the filters */

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,
endColorstr=#e5000000);/* For IE 5.5 - 7*/
   -ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,
endColorstr=#e5000000)";/* For IE 8*/
}
