td.title{
direction:rtl;
border-width: 0px;
border-left-width: 1px;
border-left-color: #CCCCFF;
border-right-width: 1px;
border-right-color: #CCCCFF;
margin-left:3px;
margin-right:3px;
height: 25px; 
background-image: url('http://www.takbarg.ir/bg_mennu.png'); 
color:#003366; 
text-align: right; 
font-family: Tahoma; 
font-size: 9pt; 
font-weight: 600;" 
width="96%">
}





.dhtmlwindow{
position: absolute;
border: 1px solid gray;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
direction:ltr;
padding: 1px;
text-indent: 3px;
font-family:Tahoma;
font-size:small;
font-weight:500;
background-color: #CCCCFF;
color:#003366;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 0px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 0px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}




textarea { font-family: Tahoma;
	font-size: 10pt;
	/*border: 1px solid #B69292;
    padding: 1px 1px 1px 1px;
    background-color: #E8EEF0 */}

td{
	font-family:Tahoma;
	font-size:9pt;
	color: #006699;
}
a.bbar{
	color: #006699;
	}

div#karbarmenu
{
	overflow: auto;
	width: 150px;

	position: absolute;
	bottom: 30px;
	right:3%;
	background: #FFFFFF;
	color: #006699;
	border-top: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;

	
}
  div#bottom
    {
	overflow:hidden;
	width: 98%;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: #ECF5FF;
	color: #006699;
	border-top: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
    }
  div#content
    {
    padding: 1em;
    }
@media screen
  {
  body>div#content
    {
    position: fixed;
    }
  }

