﻿        a, div, ul, li, input
        {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2 s ease-in-out;
        }
        .A_Wrapper
        {
            color: #222222;
            direction: rtl;
            font-family: Trafic,Tahoma;
            margin: 0 auto;
            padding: 3px 10px;
            border-bottom: 1px solid #DDDDDD;
            border-left: 1px solid #DDDDDD;
            border-radius: 0 0 10px 10px;
            border-right: 1px solid #DDDDDD;
        }
        .A_Wrapper a
        {
            text-decoration: none;
            outline:none;
        }
        .A_Wrapper div:first-child
        {
            font-size: large;
            overflow: hidden;
        }
        .A_Wrapper ul.H, .A_Wrapper ul.V
        {
            margin: 0 0 10px;
            padding: 0;
            list-style: none;
			text-align:right;
        }
        .A_Wrapper ul.H li:first-child
        {
            font-size: large;
            padding-top: 6px;
        }
        .A_Wrapper ul.H li
        {
            float: right;
            display: inline;
        }
        .A_Wrapper ul.H li input
        {
			border: 1px solid #DDDDDD;
			font-size: 14pt;
			height: 40px;
			margin-right: 5px;
			padding: 3px 5px;
			text-align: center;
			width: 41px;
        }
        .A_Wrapper ul.H li a
        {
            display: inline-block;
            padding: 3px 5px;
            background-color: #ddd;
            margin-right: 5px;
            color: #fff;
            border-radius: 5px;
            border: 1px solid #ddd;
        }
        .A_Wrapper ul.V li a
        {
            color: brown;
text-shadow: 0 1px 0 #CCCCCC;
        }
        .A_Wrapper ul.V li a:hover
        {
            color: #222;
        }
        .A_Wrapper ul.H li a:hover, .A_Wrapper ul.H li input:hover
        {
            border: 1px solid #aaa;
        }
        .A_Wrapper div.Fix
        {
            clear: both;
        }
        .Audio 
        {
	border: 1px solid #DDDDDD;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 4px #444444, 0 0 5px #666666 inset;
	min-width: 250px;
         }
        .Audio .Header
        {
            border-radius: 10px 10px 0 0;
            color: #222222;
            font-family: trafic,tahoma;
            font-size: large;
            padding: 4px 5px;
            text-align: right;
            border-left: 1px solid #DDDDDD;
            border-right: 1px solid #DDDDDD;
                text-align: center;
    text-shadow: 0 0 2px #444444;
        }
        
        
        .Gr1
        {
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
            background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        }
        .Gr2
        {
            background: #e2e2e2; /* Old browsers */
            background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
            background: linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
        }