* {
    padding:0px;
    margin:0px;
}
body {
    padding:15px;
}
table {
    width:100%;
}
table td, table th {
    vertical-align:top;
    text-align:left;
}
table, table td {
    border:0px solid #FFFFFF;
    border-collapse:collapse;
}
p, ul, ol {
    margin:5px 0px;
}
ol, ul, li {
    margin-left:10px;
    padding-left:10px;
}
a, a:visited, a:link, a:hover {
    color: #3948B3;
}
a img {
    border:0px solid;
}
h1 {
    font-size: 15px;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    font-weight: bold;
}
h3 {
    font-size: 13px;
    font-weight: bold;
}
h4 {
    font-size: 12px;
    font-weight: bold;
}
h5 {
    font-size: 17px;
    font-weight: bold;
}

dt {
    margin-top:5px;
    clear:both;
    overflow:hidden;
}
dd {
    clear:both;
    overflow:hidden;
}
td,input,textarea,select,body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
input[type="text"], textarea, select {
    border:1px solid #C1C1C1;
}
input[type="text"]{
    min-height:20px;
}

select {
    min-height:22px;
    background:#FFFFFF;
}

select[multiple="multiple"] {
    height: auto;
}

dd input[type="text"], dd select {
    float:left;
}
.fl{float:left;display:inline;clear:none;}
.clear {
    clear:both;
}
.spacer {
    clear:both;
    height:1px;
    overflow:hidden;
}
.green, .infoBlock .ico span.green {
    color:#334800;
}
.red, .infoBlock .ico span.red {
    color:#FF0000;
}
.purple {
    color:purple;
}
.blue {
    color:blue;
}
.yellow {
    color:gold;
}
.pink {
    color:LightCoral;
}
input[type="button"], input[type="submit"], button {
    padding:1px 5px;
}
.active_lang{
    font-size: 14px;
    font-weight: bold;
}

a.video-icon {
    background-image: url(../img/common/ic_video.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    background-size: 16px 16px;
}