@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

#leftpanel  {
   visibility: visible;
   position: absolute;
   left: 20px;
   top: 270px;
   z-index: 2;
   width: 230px;
}

#default  {
   margin: 0px auto 0px auto;
   width: 810px;
   position: relative;
   background:#2f1c0d;
}




#header  {
   background: url(images/header.jpg) no-repeat;
   visibility: visible;
   left: 0px;
   top: 0px;
   z-index: 1;
   width: 810px;
   height: 260px;
}

#header p {
position:absolute;
left:25px;
top:235px;
text-align:right;
margin:0;
padding:0;
}

#down  {
   background:#2f1c0d url(images/content-down.jpg) no-repeat;
   visibility: visible;
   width: 810px;
   height: 34px;
   font-size:10px;
   z-index:5;
}

#down p {
text-align:center;
margin-top:15px;
color:#FFFFFF;
}

#down a{
color:#FFCC00;
}
#down a:hover{
color:#FFFFFF;
}

#content-top {
background: #2f1c0d url(images/content-top.jpg) no-repeat;
width:810px;
height:20px;
}

#content {
background: #2f1c0d url(images/content-body.jpg) repeat-y;
width:810px;
overflow:visible;
line-height:25px;
padding-bottom:30px;
}

#content a{
color:#993300;
}

#content a:hover {
color:#006600;
}

.pBox {

position:relative;
top:5px;
padding:10px;
margin-right:20px;
width:510px;
}

.pBox .title {
background:#FFFFFF url(images/content-title.jpg) no-repeat top;
width:464px;
height:52px;
padding-top:15px;
padding-right:60px;
}

.pBox .content {
padding:5px;
margin:20px;
margin-top:3px;
}

.pBox .footer {
border-top:1px solid #CCCCCC;
font-size:10px;
}

html, body  {
    direction:rtl;
   padding: 0px;
   margin: 0px;
   background:#2f1c0d repeat top; 
   font-family:Tahoma, Verdana;
   font-size:12px;
}


a {
color:#996600;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
}

.BoxWhite {
background:#EEE;
border:1px solid;
color:#006600;
padding:5px;
}

input,textarea,button,select {
font-family:Tahoma, Verdana;
font-size:12px;
background:#EEE;
border:1px solid;
}

input:hover,textarea:hover,button:hover {
border:1px solid #006600;
}

h1,h2,h3,h4,h5,h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size:16px;
font-weight:bold;
}

.RedText {
color:#FF0000;
}

#leftpanel .title {
background:#2f1c0d url(images/left-title.jpg) no-repeat;
height:47px;
color:#FFFFFF;
padding-top:15px;
padding-right:50px;
}

#leftpanel .content {
padding-top:20px;
padding-right:40px;
color:#FFFFCC;
}

#leftpanel a {
color:#FFCC00;
}
#leftpanel a:hover {
color:#FFFFFF;
}

.newsLead {
margin:5px;
padding:10px;
font-size:10px;
line-height:20px;
background:#EEE;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}

.newsWriter {
font-style:italic;
font-weight:bold;
font-size:10px;
}

.infoTxt {
font-size:10px;
color:#996600;
}