﻿
BODY
{
    margin: 10px;
    padding: 0;
    font: 0.75em tahoma;
}
H1
{
margin-bottom: 0;
font-family: Tahoma;
font-size:11px;
text-decoration:none;
color:#000000;
}
DIV.container
{
}
TEXTAREA
{
    width: 90%;
}
FIELDSET
{
    border: 1px solid #ccc;
    margin: 0;
}
LEGEND
{
    color: #ccc;
    font-size:0.75em;
}
INPUT, TEXTAREA
{
    font-family: Arial, verdana;
    font-size:0.75em;
    padding: 7px;
    border: 1px solid #999;
}
LABEL
{
    display: block;
    margin-top: 10px;
}
IMG
{
    margin: 0px;
}

UL.tabNavigation /* it's true */
{
    list-style: none;
    direction:rtl;
    margin:0px;
    margin-right:10px;
    padding:0;

}
UL.tabNavigation LI /* it's true */
{
  display: inline;
text-align:center;
  color: #000000;
  float:right; /* Important */
  width:118px;
  /* background: #E6F7E2 url(http://baharestan.ir/dorsapax/images/tab_bg.gif); */
  border: 0px solid #CBF4A0; 
  cursor: pointer; 
  font:12px Tahoma;


}

UL.tabNavigation LI A /* it's true */
{
font-size:11px;
font-family:tahoma;
    text-decoration:none;
	display:block; 
    color: #000000;
    background-image: url(http://baharestan.ir/dorsapax/images/tab_bg.gif);
padding:5px;

}

UL.tabNavigation LI A:hover /* it's true */
{


  color: #000000;
  display:block; 
  background-image: url(http://baharestan.ir/dorsapax/images/tab_bg.gif); 
padding:5px;

}
UL.tabNavigation LI A.selected /* it's true */
{
font-size:11px;
font-family:tahoma;
  color: #ffffff;
  display:block; 
  background-image: url(http://baharestan.ir/dorsapax/images/selected_tab_bg.gif); 
  border-bottom-width:0px; 
padding:5px;
}

UL.tabNavigation LI A:focus
{
    outline: 0;
	display:block; 
padding:5px;
}


div.tabs > div /* it's true */
{
  padding: 0px;
  clear:both;
margin:5px;
  background-color:White;
  border-top:1px solid #B2E765;
}

div.tabs > div h2
{
    margin-top: 0;
}

#first
{
    background-color: #f00;
}

#second
{
    background-color: #0f0;
}

#third
{
    background-color: #00f;
}

.waste
{
    min-height: 1000px;
}

