﻿body
{
    color: #434241;
    background-color: #e8e7e4;
    padding-top: 17px;
    margin: 0px 10px 4px 10px;
    font-family: Tahoma;
    font-size: 12px;
    direction: rtl;
    background-image: url('images/BackGround.jpg');
    background-repeat: repeat-x;
}
.MainLayout
{
   width: 1024px;
  
}
.BackGroundFooter
{
    background-image: url('images/footer-bg.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    height: 129px;
}
.header-box-right
{
    background-image: url('images/header-box-right.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    /*width: 20px;*/
    height: 110px;
 
}
.header-box-center
{
    background-position: center top;
    background-image: url('images/header-box-center.jpg');
    height: 110px;
    background-repeat: repeat-x; /* width:984px;*/
    margin: 0px;
    padding: 0px;
  
    
}

.header-box-center1
{
    background-position: center top;
    background-image: url('images/header-box-center.png');
    height: 110px;
    background-repeat: no-repeat;
    width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
}
.header-box-left
{
    background-image: url('images/header-box-left.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    /*width: 20px;*/
    height: 110px;
}
.logo-box-right
{
    background-image: url('images/logo-box-right.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 8px;
    height: 47px;
}
.logo-box-center
{
    background-position: center bottom;
    background-image: url('images/logo-box-center.jpg');
    background-repeat: repeat-x;
    width: 176px;
    color: #F1F0E2;
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}
.logo-box-left
{
    background-image: url('images/logo-box-left.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 8px;
    height: 47px;
}
.txtSearch
{
    border-style: solid;
    border-width: 1px;
    border-color: #6B200A #D96643 #D96643 #962D0E;
    width: 155px;
    background-color: #A63210;
    color: #FBDDCE;
}

.btnSearch{cursor:pointer;}

.btnSearch, .validate
{
    color: #FBDDCE !important;
    font: 10px tahoma;
    margin: 0px 3px 0px 0px;
    padding: 4px 0px 5px 0px !important;
    line-height: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    background: url(images/Searchbtn.jpg) 0 0 no-repeat;
    width: 55px;
    display: block;
    border: none;
}

.btnArchive{cursor:pointer;}

.btnArchive, .validate
{
    color: #A63210 !important;
    font: 10px tahoma;
    margin: 0px 3px 0px 0px;
    padding: 4px 0px 5px 0px !important;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    background: url('images/AR.gif') no-repeat 0 0;
    width: 78px;
    display: block;
    border: none;
}

.btnRss{cursor:pointer;}

.btnRss, .validate
{
    color: #A63210 !important;
    font: 10px tahoma;
    margin: 10px 3px 0px 0px;

    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    background: url('images/AR_rss.png') no-repeat 0 0;
    width: 32px;
    height: 30px;
    display: block;
    border: none;
}

/*------------------------------------------------------------------*/


.main_image
{
    width:429px;
    height: 329px;
    float: right;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-color: #d6d2cd;
    border-right-color: #d6d2cd;
    /*margin-right:4px;*/
 
}
.main_image h2
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0px 0;
    padding: 5px 5px 0px 5px;
  
}
.main_image p
{
    font-size: 1.1em;
    line-height: 1em;
    padding: 5px 5px 8px 5px;
    margin: 0;
}
 /*.block small
{
   --We'll be using this same style on our thumbnail list--
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small
{
   
}*/
.main_image .desc
{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
    margin-top:0px;
}
.main_image .block
{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse
{
    color: #fff;
    font-size: 10px;
    margin: 0px 0px 5px 5px;
    font-weight: bold;
    float: left; /* background-image: url('images/arrow-down-icon.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;*/
}
.main_image a.show
{
    background-position: left bottom;
}

/*----------------------------------*/

.image_thumb
{
    
     /* width:329px;*/
     height: 329px;
    float: right;
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
    margin-left: 0px;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ccc;
}
.image_thumb img
{
    border: 1px solid #d6d2cd;
   /* padding: 5px;*/
    background: #fff;
    float: right;
   /* margin: 5px 6px 5px 5px;*/
    text-decoration: none;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
 
}
.image_thumb ul li
{
    background-position: left top;
    
     width:100.5%;
    float: right;
    color: #0060aa;
    height: 63px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaaaaa;
    background-color: transparent;
    background-color: #f3f3f3;
    margin-right:-1px;

}
.image_thumb ul li.hover
{
    /*--Hover State--*/
    cursor: pointer;
     color: #434241
    
}
.image_thumb ul li.active
{
    /*--Active State--*/
    height: 63px;
    color: #B52F0A;
    cursor: pointer;
    background-color: #E8E7E4;
   width:100.5%;
}
html .image_thumb ul li h3
{
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
    padding-left: 5px;
}
html .image_thumb ul li h2
{
     font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-left: 5px;
}
.image_thumb ul li .block {
    float:right;
     margin:0px;
    padding:0px;
  
    font-size: 12px;
}

.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/


/*------------------------------------------------------------------------------Ipad style*/

.NewsRight
{
    background-image: url('images/right-bot-corner.jpg');
    background-repeat: no-repeat;
    height: 350px;
    width: 5px;

}
.NewsLeft
{
    background-image: url('images/left-bot-corner.jpg');
    background-repeat: no-repeat;
    height: 350px;
    width: 5px;

}
.NewsCenter
{
    background-image: url('images/center-bot-corner.jpg');
    background-repeat: repeat-x;
    height: 350px;
   
}
.ReadMoreNewsSlide
{
    color: #93A9C8;
    text-decoration: none;
}

.ReadMoreNewsSlide:hover
{
    
   text-decoration: none;
}
.ReadMoreNewsSlideTitle
{
    color: #93A9C8;
    text-decoration: none;
    font-weight: bold;
   
}

.ReadMoreNewsSlideTitle:hover
{
    
    text-decoration: none;
}
.title-box3-right
{
    background-image: url('images/title-box3-right.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 25px;
}

.title-box3-center
{
    background-image: url('images/title-box3-center.gif');
    background-repeat: repeat;
    height: 25px;
  /*  width: 223px;*/
}
.title-box3-center1
{
    background-image: url('images/title-box3-center.gif');
    background-repeat: repeat;
    height: 25px;
    width: 770px;
    color: #FFFFFF;
    font-weight: bold;
}
.TitleOld
{
    color: #AC4518 /*DE6D00*/;
    font-family: inherit;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
   
}
.TitleOld:hover
{
    color: #1B3C58;
}

.title-box3-left
{
    background-image: url('images/title-box3-left.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 25px;
}
.titleTopbox
{
    background-image: url('images/Topbox.jpg');
    background-repeat: repeat-x;
    background-color: #f6f5f4;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #aca8a2;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #aca8a2;
  

}
.titleTopbox1
{
    background-image: url('images/Topbox.jpg');
    background-repeat: repeat-x;
    background-color: #f6f5f4;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #aca8a2;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #aca8a2;

}

.title-box4-right
{
    background-image: url('images/title-box4-right.gif');
    background-repeat: no-repeat;
    width: 6px;
    height: 25px;
}

.title-box4-center
{
    background-image: url('images/title-box4-center.jpg');
    background-repeat: repeat;
    height: 25px;
   /* width: 223px;*/
    color: #FFFFFF;
    font-weight: bold;
}

.title-box4-left
{
    background-image: url('images/title-box4-left.gif');
    background-repeat: no-repeat;
    width: 6px;
    height: 25px;
}
.titleLastbox
{
    background-position: center top;
    background-image: url('images/Lastbox.jpg');
    background-repeat: no-repeat;
    width: 234px;
    height: 5px;
   
}

.titleLastbox1
{
    background-image: url('images/Lastbox1.jpg');
    background-repeat: no-repeat;
    width: 232px;
    height: 5px;
 
}
.Green_midnews
{
    background-image: url('images/mid_Green.jpg');
    background-repeat: repeat-x;
    height: 30px;
    width: 195px;
    color: #FFFFFF;
    font-weight: bold;
   
}

.top_bg_latest
{
   background-image: url('images/top_bg_latest.jpg');
    background-repeat: no-repeat;
    width:184px;
    height: 3px;
}

.last_bg_latest
{
    background-image: url('images/last_bg_latest.jpg');
    background-repeat: no-repeat;
    width: 184px;
    height: 3px;
   
}
.Green_mid
{
    background-image: url('images/mid_Green.jpg');
    background-repeat: repeat-x;
    height: 30px;
    /*width: 770px;*/
    color: #FFFFFF;
    font-weight: bold;
   
}
.Green_left
{
    background-image: url('images/left_green.gif');
    background-repeat: no-repeat;
    width: 5px;
    height:30px;
}
.Green_right
{ background-image: url('images/right_Green.gif');
    background-repeat: no-repeat;
    width: 5px;
    height:30px;
}

.Orange_mid
{
    background-image: url('images/mid_Orange.jpg');
    background-repeat: repeat-x;
    height: 30px;
    /*width: 770px;*/
    color: #FFFFFF;
    font-weight: bold;
}
.Orange_left
{
    background-image: url('images/left_Orange.gif');
    background-repeat: no-repeat;
    width: 5px;
    height:30px;
}
.Orange_right
{ background-image: url('images/right_Orange.gif');
    background-repeat: no-repeat;
    width: 5px;
    height:30px;
}
.Orange_left_Accessory
{
    background-image: url('images/left_Orange_Accessory.gif');
    background-repeat: no-repeat;
    width: 5px;
    height:30px;
}
.Orange_right_Accessory
{ background-image: url('images/right_Orange_Accessory.gif');
    background-repeat: no-repeat;
    width: 5px;
    height:30px;
}
.gray_left
{
   
    background-image: url('images/left_gray.jpg');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    
}
.gray_right
{
    
    background-image: url('images/right_gray.jpg');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
   
}

.gray_mid
{
    background-image: url('images/min_gray.jpg');
    background-repeat: repeat-x;
    height: 5px;
}

.art_mid_archives
{
    padding: 10px 10px 3px 11px;
    margin: 0px;
    background-image: url('images/art_mid_bg.jpg');
    background-repeat: repeat-x;
    background-color: #c3c0bb;

}
.art_mid_bg
{
    padding: 10px 10px 3px 11px;
    margin: 0px;
    background-image: url('images/art_mid_bg.jpg');
    background-repeat: repeat-x;
    background-color: #c3c0bb;

}
.art_mid_bgdef
{
    padding: 10px 14px 0px 14px;
    margin: 0px;
    background-image: url('images/art_mid_bg.jpg');
    background-repeat: repeat-x;
    background-color: #c3c0bb;
  
}

.art_mid_bg_Accessory
{
    padding: 10px 14px 6px 14px;
    margin: 0px;
    background-color: #C4C1BC; /* width: 779px;*/
}
.art_top
{
    /* background-image: url('images/top_bg_art.jpg');
    background-repeat: no-repeat;
    width: 375px;
    height: 6px;*/
    background-image: url('images/title-box4-center.jpg');
    background-repeat: repeat;
    height: 25px;
    width: 363px;
    color: #FFFFFF;
    font-weight: bold;

}
.top_bg_art
{
   background-image: url('images/top_bg_art.jpg');
    background-repeat: no-repeat;
    width: 375px;
    height: 6px;
}

.mid_bg_art
{
    padding: 0px;
    background-image: url('images/art_mid.jpg');
    background-repeat: repeat-x;
    height: 124px;
    background-color: #FFFFFF;
}
.last_bg_art
{
    background-image: url('images/last_bg_art.jpg');
    background-repeat: no-repeat;
    width: 375px;
    height: 10px;
   
}
.art_mid
{
  /* padding: 0px;
    background-image: url('images/art_mid.jpg');
    background-repeat: repeat-x;
    height: 124px;*/
    background-color:#fff;
    
}
.topdef
{
    background-image: url('images/TopDef.jpg');
    background-repeat: no-repeat;
    width: 754px;
    height: 25px;
}
.botdef
{
    background-image: url('images/Botdef.jpg');
    background-repeat: no-repeat;
    width: 754px;
    height: 5px;
}
.middef
{
    background-image: url('images/MidDef.jpg');
    background-repeat: repeat-y;
    width: 754px;
}
.art_bottom
{
    background-image: url('images/last_bg_art.jpg');
    background-repeat: no-repeat;
    width: 375px;
    height: 10px;
   
}

.Title
{
    text-align: justify;
    margin-bottom: 7px;
    color: #AC4518 /*DE6D00*/;
    font-family: inherit;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
}
.Title:hover
{
    color: #1B3C58;
}

.TitleDef
{
    text-align: justify;
 
    color: #434241;
    font-family: inherit;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
.TitleDef:hover
{
    color: #1B3C58;
}
.SubTitle
{
    font-weight: bold;
}
.button{cursor:pointer;}

.button, .validate
{
    color: #74726b !important;
    font: 10px tahoma;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    background: url('images/info_buttun1.jpg') no-repeat center center;
    width: 61px;
    display: block;
    border: none;
    height: 18px;
}

.PartMore
{
    cursor: pointer;
    color: #434241 !important;
    font: 10px tahoma;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    background: url('images/info_buttun.jpg') no-repeat center center;
    width: 61px; /* display:block;*/
    border: none;
    height: 18px;
    padding-top: 0px;
}

.PartMore:hover
{
    cursor:pointer;
    color: #FFFFFF !important;
    font: 10px tahoma;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    background: url('images/link.gif') no-repeat center center;
    width: 61px;
   /* display: block;*/
    border: none;
    height: 18px;
    padding-top: 0px;
}
.TopNavigation
{
    color: #6B6A68;
    font-weight: bold;
    text-decoration: none;
}
.TopNavigation:hover
{
    color: #000000;
}

.TopNavigationDEF
{
    color: #9E9B96;
    font-weight: bold;
    text-decoration: none;
}
.TopNavigationDEF:hover
{
    color: #9E9B96;
    text-decoration: underline;
}

.BottomNavigation
{
     color: #6B6A68;
    text-decoration: none;
}
.BottomNavigation:hover
{
    text-decoration: underline;
}
.top_bg_news
{
    background-image: url('images/top_bg_news.jpg');
    background-repeat: no-repeat;
    height: 6px;
    width: 759px;
}

.mid_bg_news
{
    width: 757px;
    background-color: #FFFFFF;
  
}
.mid_bg_archives
{
    width: 759px;
    background-color: #FFFFFF;
  
}

.last_bg_news
{
     background-image: url('images/last_bg_news.jpg');
    background-repeat: no-repeat;
    height: 6px;
    width: 759px;
}
.top_bg_part
{
    background-image: url('images/top_bg_part.jpg');
    background-repeat: no-repeat;
    height: 6px;
    width: 757px;
}
.last_bg_part
{
    background-image: url('images/last_bg_part.jpg');
    background-repeat: no-repeat;
    height: 6px;
    width: 757px;
}
.DownloadPDF
{
    color: #A41616;
    text-decoration: underline;
}
.DownloadPDF:hover
{
    color: #6B6A68;
    text-decoration:none;
}
.makesolution
{
    text-decoration: none;
    color: #ffffff;
    font-weight: lighter;
}
.makesolution:hover
{
    text-decoration: underline;
    color: #ffffff;
}

A.Home_Title_TopNews, A.Home_Title_TopNews:link, A.Home_Title_TopNews:visited
{
    text-align:justify;
    margin-bottom: 7px;
    color: #3F5C1D/*DE6D00*/;
    font-family: inherit;
    text-decoration: none;
    font-size: 11px;
    
}
A.Home_Title_TopNews:hover
{
    color: #1B3C58;
}
.TitleHyperLink
{
    text-align: justify;
    margin-bottom: 7px;
    color: #3F5C1D /*DE6D00*/;
    text-align:justify;
    text-decoration: none;
    font-size:0.96em;
    font-weight: bold;
}

.TitleHyperLink:hover
{
      color: #1B3C58;
  /*  color:#507525;*/
}
.Archive
{
     text-align: justify;
    margin-bottom: 7px;
    color: #3F5C1D /*DE6D00*/;
    font-family: inherit;

    font-size:11px;
    font-weight: bold;
}
.Archive:hover
{
      color: #1B3C58;
  /*  color:#507525;*/
}

.Archive1
{
    color: #215294;
    font-weight: bold;
    text-decoration: underline;

}
.Archive1:hover
{
    color: #000000;
    text-decoration: none;
}

.Title:hover
{
      color: #1B3C58;
  /*  color:#507525;*/
}
.DefualtImageFileName
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}
.OldImageFileName
{ 
   
    border: 1px solid #000000;
    float: right;
    margin-left: 5px;
    margin-bottom:5px;
    text-decoration: none;
   
}
.ReadMore
{
    font-weight: bold;
    color: #ffffff;
    padding-right: 5px;
    text-decoration: none;
}

.ReadMore:hover
{
    font-weight: bold;
    color: #ffffff;
    padding-right: 5px;
    text-decoration: underline;
}

.ReadMorePart
{
    font-weight: bold;
    color: #FF3A00;
    padding-right: 5px;
    text-decoration: none;
}

.ReadMorePart:hover
{
    font-weight: bold;
    color: #FF3A00;
    padding-right: 5px;
    text-decoration: underline;
}

.ReadMoreDef
{
    font-weight: bold;
    color: #FF3A00;
    padding-right: 5px;
    text-decoration: none;
}

.ReadMoreDef:hover
{
    font-weight: bold;
    color: #FF3A00;
    padding-right: 5px;
    text-decoration: underline;
}
.ReadMoreSlide
{
    font-weight: bold;
    color:#AF2F16;
    padding-right: 5px;
    text-decoration: none;
}

.ReadMoreSlide:hover
{
    font-weight: bold;
    color: #fff;
    padding-right: 5px;
    text-decoration: underline;
}

.NewsSubtitle
{
    font-weight: bold;
    font-size: 14px;
}
.PartSubtitle
{
    font-weight: bold;
    color: #434241;
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 14px;
}
.PartTitle
{
    color: #164C7A;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
.NewsTitle
{
    color: #164C7A;
    font-family: 14;
    font-weight: bold;
    text-decoration: none;
}
.bbc
{
    background-image: url('images/bbc/blue_arrow_rtl.gif');
    background-repeat: no-repeat;
    background-position: right 6px;
}
.TitleHyperIMG
{
     background-image: url('images/arrow.gif');
    background-repeat: no-repeat;
    background-position: right 4px;
  
}
.ImageDescription
{
    padding: 5px;
   
}
.ImgBorder
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    float: right;
    margin: 0px 0px 5px 5px;
    padding: 0px;
}
  .NewsDefualt
{
    
    padding-top: 5px;
    padding-bottom: 5px;
}

  .Writers
{
    color: #000000;
    text-align: center;
    padding: 2px 5px 5px 5px;

}
.TitleSub
{
    font-weight: bold;
  
}
.BodyOld
{
    text-align:justify;
}
.TitleLatest
{
  
    /*font-weight: 600;
    text-decoration: none; 
    color: #434241;
    font-size: 8 pt;*/
   
   font-weight: 400;
    color: #3F5C1D /*DE6D00*/;
    text-decoration: none;
    font-size:8bpt;
    font-weight: bold;

}

.TitleLatest:hover
{
    color: #164C7A;
   
}
.NewsBody
{
    text-align:justify;
}
 .ArchivDefualt
{
    text-align: justify;
    padding: 2px 8px 5px 8px;
}

/*.active
{
    background-color: #800000;
    text-align: justify;
    margin-bottom: 7px;
    color: #3F5C1D
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
}*/
.SubTitleSlide
{
    color: #000000;
    font-weight: bold;
}

.SubTitleSlide:hover
{
    color: #000000;
    font-weight: bold;
}
.TitleWriter
{
    color: #AC4518 /*DE6D00*/;
    font-family: inherit;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;

}
.BodyWiter
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
   
}

.WritersDataList
{
    padding-bottom: 10px; /*margin-bottom:17px;*/
    padding-top: 0px;
   
}
.MoreWriters
{
    color: #ffffff;
    text-decoration:none;
    font-weight: bold;
}

.MoreWriters:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}



.temp{
    font-size:22px;
    font-family:Tahoma;
    }

.cc{
    font-size: 11px;
    font-family:Tahoma;
    }

.fcastWeekDay{
    font-weight: bold;
    }
    
.ccLoc{
    font-weight: bold;
    }

.fcastDate{
    font-size: 11px;
    font-family:Tahoma;
    }

.curWind{
    font-size: 11px;
    font-family:Tahoma;
    }

.weatherTable{
    padding:5px;
  
    text-align: center;
  
    margin-left:auto;
    margin-right:auto;
    }
    
.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    }

.weatherError{
   color: #ff0000;
   font-size: 12px;
   margin: 5px 0 5px 0;
} 
/*--------------------------------------*/
    .round_span3 {
        background: #FFFFFF;
        display: block;
        line-height: 1px;
        overflow: hidden;
        height: 1px;
        margin: 0 3px;
    }
 
    .round_span2 {
        background: #FFFFFF;
        display: block;
        line-height: 1px;
        overflow: hidden;
        height: 1px;
        margin: 0 2px;
    }
 
    .round_span1 {
        background: #FFFFFF;
        display: block;
        line-height: 1px;
        overflow: hidden;
        height: 1px;
        margin: 0 1px;
    }
    /*-------------------------------------*/
    #rnd_container {background: #DFD5B9; margin:1px;}
    
    .rnd_top, .rnd_bottom {display:block; background:#E8E7E4; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:#F6F5F4; border-left:1px solid #A6A69B; border-right:1px solid #A6A69B;}
    .rnd_b1 {margin:0 5px; background:#A6A69B;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    
    .rnd_content {
    display:block;
    border:0 solid #A6A69B;
    border-width:0 1px;
    padding: 4px;
    background:#EDEDEB;
    color:#000000;
