/* design by www.tahasystem.com */
BODY {
	DIRECTION:rtl;
	background-image: url(bg.gif);	
	FONT-FAMILY: tahoma;
	unicode-bidi: bidi-override;
	margin: 0px;
	padding: 0px;
    text-align: center;
	height:100%;
	min-height:100%;/*for mozilla*/
}

/*template layouts**************************************/
#container { 
	width: 865px; /* set size template */
	margin: 0 auto; /* set center the page */	
	height:100%; 	
	font-family: tahoma;
	font-size: 13px;
}

#main { 
    height:100%; 
    background-color: FFFAEA;
    background-image: url(bgdata.jpg);
	background-repeat: repeat-y;	
	background-position: right top;
} 

#header {
	font-family: tahoma;
	font-size: 13px;
	background-color: #FAFAFA;
	width: 865px;
	height:150px;
	background-image: url(head.jpg);
	background-position: center top;
}

.clearfloat { /* insert <br class="clearfloat"/> before <div id="footer"> */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	font-family: tahoma;
	font-size: 12px;
	width: 865px;
	color: #FFFFFF;
	height: 33px;
	background-image: url(topmenu.jpg);
	background-repeat: repeat-x;
}

/*box layouts=======================================*/
.box{
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.box div.title{
	text-align: right;
	background-image: url(boxtitle.gif);
	background-repeat: repeat-x;
	border: 1px solid #333333;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	height: 22px;
}

.box div.data {
	display: block;
	height: auto;
	padding: 5px;
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-align: justify;
	list-style-image: url(b.gif);
	line-height: 20px;
}

/*links=============================================*/
a:link,a:visited                {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
a:hover                         {
	color: #FF0000;
	font-family: tahoma;
	font-size: 11x;
}
.a.link1:link,.a.link1:visited  {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.a.link1:hover                  {
	font-family: tahoma;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

.a.link2:link,.a.link2:visited  {font-family: tahoma; font-size: 12px;  color: #000;  text-decoration: none;}
.a.link2:hover                  {font-family: tahoma; font-size: 12px;  color: #CC0033;  text-decoration: none;}
.a.link3:link,.a.link3:visited  {font-family: tahoma; font-size: 11px;  color: #FF3232;  text-decoration: none;}
.a.link3:hover                  {font-family: tahoma; font-size: 11px;  color: #9B1E1E;  text-decoration: none;}

/*text=============================================*/
.text,P,font {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	line-height: 24px;
}

/*forms=============================================*/
.button {font-family: tahoma;font-size: 11px;color: #FFFFFF;background-color: #666666;font-weight: bold;border: 1px solid #666666;margin: 1px;padding: 2px;}
.input {font-family: tahoma;font-size: 13px;color: #333333;border: 1px solid #999999;width: 250px;HEIGHT: 22px;padding: 2px;background-color: #FBFEDA;}
textarea {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	border: 1px solid #999999;
	background-color: #FBFEDA;
	height: 100px;
	width: 430px;
}

/*misc template ========================================*/
.topmenu {
	font-family: tahoma;
	font-size: 12px;
	background-image: url(topmenu.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width: 865px;
	
}.footer_left {
	float: left;
	width: 200px;	
    padding: 10px;
	text-align: left;
}
.footer_right {
	float: right;
	width: 600px;
	padding: 10px;
	text-align: right;
}

.col_page_left {
	float: left;
	width: 570px;	
    padding: 10px;
	text-align: left;
}
.col_page_right {
	float: right;
	width: 230px;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.data_friends{
	display: block;
	height: auto;
	padding: 5px;
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-align: justify;
	list-style-image: url(b2.gif);
	
}
.pic-border {
	border: 2px solid #333333;
}
.box_head_line{
 background-image: url(files/template/b_line.gif);
 background-repeat: repeat-x;
}
.list-head{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: justify;
	padding-top: 14px;
}
   
