
body
{
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    direction: rtl;
    background-image: url(images/q.bmp);
}
a
{
    text-decoration:none;
}

.thrColFixHdr #container {
	width: 955px;
	margin: 0;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg_color.gif);
	border-right: #e0e0e0 1px solid;
    border-left: #e0e0e0 1px solid;
   } 

.thrColFixHdr #Scontainer {
	width: 955px;
	margin: 0;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.thrColFixHdr #header
{
    height: 90px;
    background-image: url(images/header.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2
{
    float: right; /* since this element is floated, a width must be given */
    width: 145px; /* padding keeps the content of the div away from the edges */
    
}

.lblLink
{
	color: #2b2c51;
	text-decoration:none;
	font-weight:600;
	font-size:8pt;
	cursor:hand;
}
.lblLinkHover
{
	color:#0066cc;
	text-decoration:none;
	font-weight:600;
	font-size:8pt;
	cursor:hand;
}


#motto {
	height:2px;
	width:600px;
	font-size:small;
	color:#f84537;
}
#nav
{
    height: 30px;
    position: relative;
    background-image: url(images/nav.jpg);
    direction:ltr;
}

#contenet
{
    height: 640px;
   
    }
    
   #Scontenet
{
   width: 750px;
   direction:rtl;
   
    }
     
#aks
{
    width: 180px;
    height: 100px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#abouttxt 
{
    width:380px;
    height: 200px;
    float:right;
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;
    text-align:justify;
    direction:rtl;
    line-height:20px;
}

#defaultnews
{
}
    

.thrColFixHdr #mainContent
{
    width: 640px;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    text-align:center;
}
 
.thrColFixHdr #footer {
	background:#DDDDDD;
	text-align: center;
	direction:rtl;
	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.thrColFixHdr #footer a 
{
    text-decoration:none;
    color:Black;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#searchbox {
	width: 140px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
#btn_elearning {
}
#btn_ostan {
}
#sidebar_blg
{
    font-family: Tahoma, "Arabic Style";
    font-size: 11px;
    color: #333333;
    background-color: #EDEDED;
    margin: 5px;
    padding: 5px;
    direction: rtl;
    text-align: justify;
}
#monaghsat
{
    font-family: Tahoma, "Arabic Style";
    font-size: 11px;
    margin:5px;
    color: #333333;
    background-color: #EDEDED;
    direction: rtl;
    text-align: justify;
}

#sidebar_blg a {
	color: #FF6600;
	text-decoration: none;
}
#menue {
	width: 138px;
	position: relative;
}


#defaultnews
{
    margin-right:5px;
    border:1px;
    
}
#formheader
{
    height:2px;
    width:50px;
    background-image: url(images/border_right.gif);
}

#cptable
{
    border-right: thin solid;
    border-top: thin solid;
    border-left: thin solid;
    width: 80%;
    direction: rtl;
    border-bottom: thin solid;
    text-align: justify;
    text-decoration:none;
}

#Poll Control
{
    border-right: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}
.pollbox
{
    font-size: 11px;
    border-right: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    background-color: ghostwhite;
}

.pollcontent
{
   
}

.pollquestion
{
   font-size: 12px;
 
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: GrayText;
   font-size: 2px;   
}