/* generated by Maziar */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #ffeeca;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #e8d8b7; 
} 
 
#header{
 position:relative; 
 height:302px; 
 width:100%;
	top: 0px;
	left: 0px;
} 
#login{
	background-color:#e8d8b7;
}
#rightcol{
 background-color: #e8d8b7; 
 float:right;
 display:inline; 
 position: relative;
 min-height:708px;
  
 }
 #rightcolLogin{
 background-color: #e8d8b7; 
 float:right;
 display:inline; 
 position: relative;
 min-height:10px;
  
 }
 #maincol {
	 background-color:#e8d8b7;
	 position: relative; 
	 float:left;
	 width:578px;
	 min-height:708px;
 }
 #maincolAdmin {
	 background-color:#e8d8b7;
	 position: relative; 
	 float:left;
	 width:908px;
	 min-height:708px;
 }
 
#footer{
	height:50px;
	clear:both;
	background-color:#e8d8b7;
	background-image: url('images/Footer_background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
 } 
 
/* white rounded box*/ 
.rbroundbox { background: url(../css/images/nt.gif) repeat; margin: 0 7px; }
.rbtop div { background: url(../css/images/tl.gif) no-repeat top left; }
.rbtop { background: url(../css/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../css/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../css/images/br.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot 
{
width: 100%;
height: 5px;
font-size: 10px;
}
.rbcontent { margin: 0 7px;
	height: 197px;
	width: 566px;
}
.rbroundbox { width: 86%; 
margin: 1em auto;
}
 
 /*  Float containers fix: */
.clearfix:after {
 content: "."; 
 display: block; 
 height: 1400; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;
	height: 732px;
}
/* End hide from IE-mac */  

/* Accordion */
.accordionHeader
{
    border: 0px solid #2F4F4F;
    color: white;
   /* background-color: #2E4d7B;*/
     background-color: #ffeeca;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    direction:rtl;
    text-align:right;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*background-color: #D3DEEF;*/
    background-color: #FFFFFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

    #navigation {
       float: left;
       width: 184px;
       margin: 10px 0 0 10px;
   }
   #navigation ul {
    background-color: #ffeeca;
    border : 2px solid #2F4F4F;
       list-style-type: none;
       margin: 0; padding: 0px;
  }
  #navigation li 
  {
  	     background-color: #ffeeca;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
    padding: 1px;
    margin-top: 2px;
    cursor: pointer;
    direction:rtl;
    text-align:right;
       border-bottom: 1px solid #ED9F9F;
   }
   
   #navigation li a {
      display: block;
       padding: 5px;
      border-left: 1px solid #711515;
      border-right: 12px solid #711515;
       background-color: #D8A878;
       color: #fff;
       text-decoration: none;
   }
   #navigation li a:hover {
       background-color: #711515;
       color: #FFFFFF;
   }
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

