.center_div2,
.videoWrapper iframe {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.pagnation,
ul.liveNews li {
    color: #000;
}
img {
    border: 0;
}
.tablePagnation {
    font-size: 17px;
    text-decoration: none;
    display: block;
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.pagnation,
.pagnation_selected {
    font-size: 17px;
    padding: 4px 10px 5px !important;
    overflow: visible;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.tablePagnation label {
    font-size: 17px;
    text-decoration: none;
}
.pagnation {
    border: 1px solid #000;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 8px;
}
.pagnation_selected {
    border: 1px solid #000;
    background: #2a709b;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 8px;
}
.pagnation:hover {
    border-color: #000;
    background: #646464;
    outline: 0;
    text-decoration: none;
    color: #fff;
}
.btn3d {
    border: 1px solid #ccc;
    background: #f6f6f6;
    background-image: -moz-linear-gradient(top, #fff, #efefef);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    color: #900000;
}
.infoHeader,
.infoSpace {
    border: 1px solid #ccc;
    background: #f6f6f6;
}
.btn3d:hover {
    border-color: #999;
    background: #f3f3f3;
    background-image: -moz-linear-gradient(top, #fff, #ebebeb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    outline: 0;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    text-decoration: none;
}
.infoSpace {
    background-image: -moz-linear-gradient(top, #fff, #dfdfdf);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.infoHeader {
    background-image: -moz-linear-gradient(top, #fff, #dfdfdf);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    direction: rtl;
}
.infoFooter {
    border: 1px solid #ccc;
    background: #f6f6f6;
    background-image: -moz-linear-gradient(top, #fff, #afafaf);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#afafaf));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.textArea {
    background: #dfe3e4;
    background: -webkit-gradient(linear, left top, left bottom, from(#edeff0), to(#fff));
    background: -moz-linear-gradient(top, #edeff0, #fff);
    background: linear-gradient(top, #edeff0, #fff);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tableData,
.tableHeader {
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 0 #fff;
}
.tableHeader {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background: -moz-linear-gradient(top, #fff, #ddd);
    background: linear-gradient(top, #fff, #ddd);
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
    color: #555;
    text-align: center;
}
.center_div,
.center_div2 {
    display: none;
    position: fixed;
    margin: auto;
    text-align: right;
}
.tableData {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    background: linear-gradient(top, #fff, #ededed);
    border: 1px solid #dfd780;
    border-top-color: #fff;
    border-left-color: #fff;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
    color: #3a3a3a;
}
.btnSendclass,
.green_btn {
    font-family: kufi;
    color: #fff;
}
.tableData:hover {
    background: #fbf5b1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf8c9), to(#f9f299));
    background: -moz-linear-gradient(top, #fcf8c9, #f9f299);
    background: linear-gradient(top, #fcf8c9, #f9f299);
    border: 1px solid #dfd780;
    border-top-color: #fbf5b1;
    border-left-color: #fbf5b1;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#commentForm input[type="text"],
.btnSendclass {
    -moz-box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    padding: 5px;
    webkit-box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
}
.center_div {
    width: 400px;
    z-index: 9999999;
}
.center_div2 {
    z-index: 9999998;
    background-color: #000;
    opacity: 0.7;
}
.btnSendclass {
    border-radius: 7px;
    width: 176px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    cursor: pointer;
    cursor: hand;
    font-weight: 400;
    font-size: 15px;
    background: #b50000;
    background-image: -webkit-linear-gradient(top, #b50000, #e06e6e);
    background-image: -moz-linear-gradient(top, #b50000, #e06e6e);
    background-image: -ms-linear-gradient(top, #b50000, #e06e6e);
    background-image: -o-linear-gradient(top, #b50000, #e06e6e);
    background-image: linear-gradient(to bottom, #b50000, #e06e6e);
}
.green_btn,
.orange_btn {
    text-align: center;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
}
.btnSendclass:hover {
    background: #e06e6e;
    background-image: -webkit-linear-gradient(top, #e06e6e, #b50000);
    background-image: -moz-linear-gradient(top, #e06e6e, #b50000);
    background-image: -ms-linear-gradient(top, #e06e6e, #b50000);
    background-image: -o-linear-gradient(top, #e06e6e, #b50000);
    background-image: linear-gradient(to bottom, #e06e6e, #b50000);
}
.green_btn {
    background: #6ba529;
    background-image: -webkit-linear-gradient(top, #6ba529, #1e8e21);
    background-image: -moz-linear-gradient(top, #6ba529, #1e8e21);
    background-image: -ms-linear-gradient(top, #6ba529, #1e8e21);
    background-image: -o-linear-gradient(top, #6ba529, #1e8e21);
    background-image: linear-gradient(to bottom, #6ba529, #1e8e21);
    border-radius: 4px;
    box-shadow: 0 1px 3px #666;
    font-size: 14px;
    padding: 7px 20px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 3px;
}
.green_btn:hover {
    background: #1e8e21;
    background-image: -webkit-linear-gradient(top, #1e8e21, #6ba529);
    background-image: -moz-linear-gradient(top, #1e8e21, #6ba529);
    background-image: -ms-linear-gradient(top, #1e8e21, #6ba529);
    background-image: -o-linear-gradient(top, #1e8e21, #6ba529);
    background-image: linear-gradient(to bottom, #1e8e21, #6ba529);
    text-decoration: none;
}
.orange_btn {
    background: #ca9d9d;
    background-image: -webkit-linear-gradient(top, #ca9d9d, #c77878);
    background-image: -moz-linear-gradient(top, #ca9d9d, #c77878);
    background-image: -ms-linear-gradient(top, #ca9d9d, #c77878);
    background-image: -o-linear-gradient(top, #ca9d9d, #c77878);
    background-image: linear-gradient(to bottom, #ca9d9d, #c77878);
    border-radius: 4px;
    box-shadow: 0 1px 3px #666;
    font-family: kufi;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 3px;
}
.blue_btn,
.red_btn {
    text-align: center;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
    font-family: kufi;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 3px;
}
.orange_btn:hover {
    background: #c77878;
    background-image: -webkit-linear-gradient(top, #c77878, #ca9d9d);
    background-image: -moz-linear-gradient(top, #c77878, #ca9d9d);
    background-image: -ms-linear-gradient(top, #c77878, #ca9d9d);
    background-image: -o-linear-gradient(top, #c77878, #ca9d9d);
    background-image: linear-gradient(to bottom, #c77878, #ca9d9d);
    text-decoration: none;
}
.red_btn {
    background: #e06e6e;
    background-image: -webkit-linear-gradient(top, #e06e6e, #b50000);
    background-image: -moz-linear-gradient(top, #e06e6e, #b50000);
    background-image: -ms-linear-gradient(top, #e06e6e, #b50000);
    background-image: -o-linear-gradient(top, #e06e6e, #b50000);
    background-image: linear-gradient(to bottom, #e06e6e, #b50000);
    border-radius: 4px;
    box-shadow: 0 1px 3px #666;
}
.red_btn:hover {
    background: #b50000;
    background-image: -webkit-linear-gradient(top, #b50000, #e06e6e);
    background-image: -moz-linear-gradient(top, #b50000, #e06e6e);
    background-image: -ms-linear-gradient(top, #b50000, #e06e6e);
    background-image: -o-linear-gradient(top, #b50000, #e06e6e);
    background-image: linear-gradient(to bottom, #b50000, #e06e6e);
    text-decoration: none;
}
.blue_btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 4px;
    box-shadow: 0 1px 3px #666;
}
.cbtnSelected,
.cbtnSelected:hover {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    -webkit-box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
}
.cbtn,
.cbtnSelected,
.cbtnSelected:hover {
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    text-decoration: none;
    font-weight: 700;
    display: -webkit-inline-box;
    font-family: kufi;
}
.blue_btn:hover,
.cbtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
.cbtnSelected {
    background: #75b0d8;
    background-image: -webkit-linear-gradient(top, #75b0d8, #033d63);
    background-image: -moz-linear-gradient(top, #75b0d8, #033d63);
    background-image: -ms-linear-gradient(top, #75b0d8, #033d63);
    background-image: -o-linear-gradient(top, #75b0d8, #033d63);
    background-image: linear-gradient(to bottom, #75b0d8, #033d63);
    border-radius: 4px;
    box-shadow: 0 1px 3px #666;
}
.cbtnSelected:hover {
    background: #033d63;
    background-image: -webkit-linear-gradient(top, #033d63, #75b0d8);
    background-image: -moz-linear-gradient(top, #033d63, #75b0d8);
    background-image: -ms-linear-gradient(top, #033d63, #75b0d8);
    background-image: -o-linear-gradient(top, #033d63, #75b0d8);
    background-image: linear-gradient(to bottom, #033d63, #75b0d8);
    border-radius: 4px;
    box-shadow: 0 1px 3px #666;
}
.cbtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
    box-shadow: 0 1px 3px #666;
}
/*
.video-container,
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
*/
#commentForm input[type="text"] {
    border-radius: 0;
    width: 80%;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    font-family: kufi;
}
#commentForm textarea {
    border-radius: 0;
    padding: 5px;
    width: 100%;
    height: 125px;
    border: 1px solid #e0e0e0;
    webkit-box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    font-family: kufi;
}
.videoWrapper {
    padding-top: 25px;
}
/*
.videoWrapper iframe {
    position: absolute;
}
,
.videoWrapper embed,
.videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
video {
    width: 100% !important;
    height: auto !important;
}
.video-container {
    padding-top: 30px;
    overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
