﻿.padding2 {
    margin-top:5px;
    margin-right:3px;    
    padding: 8px;
    border: solid 1px black;
    background-color: white;
    box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 1px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 1px 5px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 3px 1px 5px 0 rgba(0,0,0,0.2);
}

    .padding2:hover {
        -webkit-animation-name: rotate;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        -webkit-transition-timing-function: ease-in;
    }
.td_continue {    
    padding:1px 8px 1px 8px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color: #003366;
    color: #FFFFFF;    
    font-size: 15px;    
}
.td_continue:hover {
 background-color: #2b6cac;
}
.tbl_news_header {
    border: 1px solid #1a487b;
    direction: rtl;
    color: white;
    background-color: #003366;
    position:relative;
    width:100%;
    right:-10px;     
    font-family:'BYekan',Tahoma;
    font-size: 11px;
    background-image: url('../images/mosaic-overlay.png');
}
.tbl_news {    
    background-color: white;
    width: 310px;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    vertical-align: top;
    margin-right: 10px;
    background-image: url('image/bk/jbg.png');
}
.tbl_news {
       border: 1px dashed #99CCFF; 
       margin-bottom:10px;     
}
    .tbl_news:hover  {
        border: 1px dashed #ff4135;
    }   
div#body1 {
    clear: both;
    height: 310px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
div#body2 {
    clear: both;
    height: 245px;
}
div#body3 {
    clear:both;   
    padding-bottom:10px;     
    padding-top:10px;    
}
div#slider {
    float:right;    
}
div.mainBox {
    height: 180px;
    width: 215px;
    float: right;
    margin-right: 20px;
    margin-left: 12px;
    margin-top:10px;
    background-image: url('../image/bk/ww02_01.jpg');
    background-repeat: no-repeat;     
}
    div.mainBox:hover {
        background-color:black;
    }
    div.mainBox:hover div.mainBoxTitle {
        display:block;             
    }
div#mainBox1 {
    background-position:0px center;    
}
div#mainBox2 {

    background-position:-215px center;
}
div#mainBox3 {
   background-position:-430px center;     
}
div.mainBoxTitle {
    height:115px;
    padding-top:65px;
    color:white;
    text-align:center;
    font-size:30px;
    font-weight:400;
    background-color:black;
    opacity:0.8;
    filter:alpha(opacity=80);
    display:none;
}