/**
*       MihanPal Template
*
*    Author : RezaOnline.net
*
**/

*
{
  padding: 0;
  margin:0;
  font-size:11px;
  line-height:1.6em;
  font-family: tahoma , sans-serif,arial ;
}
body
{
  background:#EBEBEB url(/css/images/bg.png);
  direction:rtl;
  color:#353535;
  text-shadow:1px 1px 0 white;
}
#main
{
  width:900px;
  margin:0 auto;
  background:url(/css/images/biglogo.png) no-repeat top right;
}
#header
{
  height:120px;
  background: url(/css/images/logo.png) no-repeat left center;

}
a
{
  color:#292929;
  text-decoration:none;
}
a:hover
{
  color:#660000
}
ul
{
  list-style:none;
}
#menu li
{
  float:right;
}
#menu li a
{
  display:inline-block;
  padding:4px 9px;
  background:#B8DB4D url(/css/images/limenu.png) repeat-x bottom;
  margin-left:8px;
  color:white;
  text-shadow:1px 1px 0 #3A5100;
  border-radius:8px;
  border:1px solid #668C00;
  box-shadow:0 1px 2px #6A9300 , 0 0 1px 1px #93CA00 inset
}


#menu li a:hover
{
  box-shadow:none;
}
#menu li a:active
{
  box-shadow:0 0 8px #A6DD00 inset
  ;
   border:1px solid #749F00;
}
#menu , #content
{
  background:#F0F0F0;
  background:rgba(249,249,249,0.5) ;
  padding:8px;
  border:1px solid #D1D1D1;
  border-bottom:1px solid #B4B4B4;
  border-radius:8px;
  box-shadow:0 0 0 3px #E0E0E0 inset ;

  ;
  text-align:justify;
}

#sidebar{

  float:right;
  width:240px;
  margin-left:10px;
}

#left{

  float:right;
  width:632px;

}

/* :) */
.post
{
  background:white url(/css/images/p.png) repeat-x bottom;
  padding:6px;
  border-radius:8px;
  border:1px solid #D2D2D2;
  box-shadow:0 0 5px #D2D2D2;
    text-align:justify;
    margin-top:8px;
    border-bottom:1px solid #B6B6B6;

}

.posttitle
{
   display:inline-block;
   background:#C72808 url(/css/images/pt.png) repeat-x bottom;
   color:#FFFF00;
   text-shadow:1px 1px 0 #841B04 ;
   padding:4px 8px;
   border-radius:8px;
  border:0px solid #D2D2D2;
  box-shadow:0 0 5px #A8A8A8;
  position: relative;
  top:-17px;


}
a .posttitle:hover
{
  color:white;
}
#bank
{
  width:769px;
  height:24px;
  background:url(bank.png);
  margin:5px auto;
}

.list a
{
  display: block;
  padding: 3px 8px 2px 8px;
  margin-bottom:2px;
  background:#EFEFEF;
  border-radius:4px;
  border-bottom:1px solid #D1D1D1;
  box-shadow:1px 5px 15px 3px #F9F9F9 inset;
  color:#330000
}
.list a:hover
{
  background:#F4F4F4;
  box-shadow:none;
  color:#353535
}
/**/
.submit
{
  display:inline-block;
  padding:3px 7px !important;
  background:#B8DB4D url(/css/images/limenu.png) repeat-x bottom;
  margin-left:8px;
  color:white;
  text-shadow:1px 1px 0 #3A5100;
  border-radius:2px !important;
  border:1px solid #668C00 !important;
  box-shadow:0 0px 2px #6A9300 , 0 0 1px 1px #93CA00 inset
}


.submit:hover
{
  box-shadow:0 1px 2px #6A9300 ;
}
.submit:active
{
  box-shadow:0 0 8px #A6DD00 inset
  ;
   border:1px solid #749F00;
}
textarea , input{border:1px solid rgb(240,240,240);padding:3px;background:rgb(250,250,250);border-radius:4px;}

.status1 , .status0 , .status2 , .status
{
	display:inline-block;
	width:14px;
	height:15px;
}
.status1
{
	background: url(/css/images/status1.png) no-repeat;
}
.status0
{
	background: url(/css/images/status0.png) no-repeat;
}
.status2
{
	background: url(/css/images/status2.png) no-repeat;
}

/*table*/


.content tr:first-child
{
  height:27px;
  background:#F0F1F4 url(/css/images/h.png) repeat-x bottom ;
  box-shadow:0 1px 2px #3D4150

}
.content td
{
  padding:3px 6px 3px 2px;

}
.content tr
{
  min-height:32px;
  background:url(/css/images/ddd.png) repeat-x bottom;
}
.content tr:last-child
{
  background-image:none;
}

