html {
    direction: rtl;
}
/**
 * Generic elements
*/
body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font: 12px/120% Tahoma;
    background:#edf5fa;
}

#container {
    margin:auto;
    width: 960px;
    background:#fff;
}

#header {
    text-align: center;
    height:180px;
}

#sideBar {
    text-align: center;
    float:right;
    width: 140px;
}

#content {
    float:right;
    width:100%;
}

#mainContent {
    float:left;
    width:820px;
    text-align: center;
}

#block {
    float:right;
    width: 50%;
}

#category {
    float:right;
    text-align: center;
    width:10%;
    height:100%;
}

#mainArticle {
    float:right;
    text-align: center;
    width:100%;
}

#groupedArticles {
    float:right;
    text-align: center;
    width:100%;
}

#articlesBlock {
    float:right;
    background-color: #cdcde6;
    text-align: center;
    width:89%;
    border: 1px solid #e0e5fb;
}

#mainTitle{
    color: black;
    font-size: 1.1em;
    text-align:center;
}

#title{
    color:black;
    font-size: 1em;
    background-color: #cdcde6;
    text-align:center;
}

#article{
    float:right;
    background-color: #cdcde6;
    text-align: right;
}

#author{
    float:right;
    background-color: #cdcde6;
    text-align: center;
    width:50%;
    color:blue;
}
#date{
    float:right;
    background-color: #cdcde6;
    text-align: center;
    width:20%;
    color:blue;
}
#newspaper{
    float:right;
    background-color: #cdcde6;
    text-align: center;
    width:30%;
    color:blue;
}

#footer {
    clear:both;
    text-align: center;
    border-top:4px solid #0a325a;
    position:relative;
    top:15px;
}

table.Tbl_sun4 caption.TblTtlTxt_sun4 {
    text-align: center;
}

#centeredmenu {
    float:right;
    width:100%;
    background:#fff;
    border-bottom:4px solid #0a325a;
    overflow:hidden;
    position:relative;
}
#centeredmenu ul {
    clear:right;
    float:right;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
    text-align:center;
    font-weight: bold;
}
#centeredmenu ul li {
    display:block;
    float:right;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
}
#centeredmenu ul li a {
    display:block;
    margin:0 0 0 3px;
    padding:3px 0;
    background:#c6d5e4;
    color:#000;
    text-decoration:none;
    line-height:1.3em;
}
#centeredmenu ul li a:hover {
    background:#369;
    color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
    color:#fff;
    background:#0a325a;
    font-weight:bold;
}

#sidebarmenu {
    width:100%;
    background:#fff;
    position:relative;
}
#sidebarmenu ul {
    width:100%;
    clear:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    text-align:center;
    font-weight: bold;
}
#sidebarmenu ul li {
    width:136px;
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
}
#sidebarmenu ul li a {
    width:100%;
    display:block;
    background:#c6d5e4;
    color:#000;
    text-decoration:none;
    line-height:2em;
}
#sidebarmenu ul li a:hover {
    background:#369;
    color:#fff;
}
#sidebarmenu ul li a.active,
#sidebarmenu ul li a.active:hover {
    color:#fff;
    background:#0a325a;
    font-weight:bold;
}

#footermenu {
    float:right;
    width:100%;
    background:#fff;
    border-top:1px solid #0a325a;
    overflow:hidden;
    position:relative;
}
#footermenu ul {
    clear:right;
    float:right;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
    text-align:center;
    font-weight: bold;
}
#footermenu ul li {
    display:block;
    float:right;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
}
#footermenu ul li a {
    display:block;
    margin:0 0 0 3px;
    padding:3px 10px;
    background:#c6d5e4;
    color:#000;
    text-decoration:none;
    line-height:1.3em;
}
#footermenu ul li a:hover {
    background:#369;
    color:#fff;
}
#footermenu ul li a.active,
#footermenu ul li a.active:hover {
    color:#fff;
    background:#0a325a;
    font-weight:bold;
}

.carousel{
    position:relative;
    right:3px;
    width:552px;
    height:250px
}

.carousel .carousel-container{
    overflow: hidden;
    position: relative;
    margin: 0;
}

.carousel .yui-carousel-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    width: 365px;
    text-align: center;
    height: 31px;
    line-height: 30px;
    background: transparent;
}

.carousel .yui-carousel-nav ul li{
    float: left;
    height: 8px;
    width: 8px;
    background: #c6d5e4;
    margin: 10px;
    border: 1px solid #0a325a;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.carousel .yui-carousel-nav ul li:hover,
.carousel .yui-carousel-nav ul li.hover,
.carousel .yui-carousel-nav ul li.yui-carousel-nav-page-selected {
    background: #0a325a;
    cursor: pointer;
}

.carousel .yui-carousel-nav span{
    position: absolute;
    bottom: 0px;
    width: 25px;
    height: 25px;
}

.carousel .yui-carousel-nav span button, #carousel-2 .yui-carousel-nav span button:focus{
    background: transparent;
    border: none;
    padding: 30px 0 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.carousel .yui-carousel-nav span.yui-carousel-first-button{
    left: 75px;
    background: url('prev-arrow.gif') no-repeat top left;
}

.carousel .yui-carousel-nav span.yui-carousel-next-button{
    right: 157px;
    background: url('next-arrow.gif') no-repeat top left;
}

.carousel .yui-carousel-nav span.yui-carousel-first-button:hover,
.carousel .yui-carousel-nav span.prev-hover{
    background: url('prev-arrow-hover.gif') no-repeat top left;
}

.carousel .yui-carousel-nav span.yui-carousel-next-button:hover,
.carousel .yui-carousel-nav span.next-hover{
    background: url('next-arrow-hover.gif') no-repeat top left;
}

.yui-skin-sam .yui-carousel,.yui-skin-sam .yui-carousel-vertical{
    border:1px solid #3e627a;
}

.yui-carousel .yui-carousel-item-selected{
    border:0;
    margin:0;
}

#adsense{
    position:relative;
    left:3px;
    width:252px;
    float:left;
}

#adsensesearch{
    width:160px;
    float:left;
    margin-left:5px;
    margin-top:20px;
}

#search{
    width:645px;
    float:right;
    margin-right:5px;
}

#twitter{
    position:absolute;
    left:5px;
    bottom:11px;
}
