/* CSS Document */
table{
border-collapse:collapse;
}
.titleListMaker{
background:#D3DCE3;
font:normal 12px Tahoma, Verdana, Arial;
color:#0000FF;
height:20px;
}
.table_list{
border-style:solid;
border-collapse:collapse;
direction:rtl;
font:normal 12px Tahoma, Verdana, "Times New Roman";
padding:2px;
}
.messageErrorQuery{
text-align:center;
font-family:Tahoma, Verdana, Arial;
font-size:12px;
color:#CC0000;
}
.rowPagesNumber{
text-align:center;
background-color:#D3DCE3;
font-family:Tahoma, Verdana, Arial;
font-size:12px;
}
.tdNumberPage{
width:auto;
text-align:center;
}
.infoPages{
width:auto;
text-align:center;
direction:rtl;
font-family:Tahoma, Verdana, Arial;
font-size:11px;
}
/* this section for styles(over,out,click) Rows*/
.firstType{
	background:#E5E5E5;
}
.firstTypeRollOver{
	background-color:#9BFF9B;
}
.firstTypeClicked{
	background-color:#9BFF9B;
}
.secondType{
	background:#D2D2D2;
}
.secondTypeRollOver{
	background-color:#B9FFB9;
}
.secondTypeClicked{
	background-color:#B9FFB9;
}
/* end section */

/* this section for bgcolor&font current_link_sort */
.linkSort{
background-color:#D1D1D1;
width:auto;
height:20px;

}
/* end section */

/*this section for current_link_sort*/
a:link.sort {
	color: #0000FF;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	text-decoration: none;
}
a:visited.sort {
	text-decoration: none;
	color: #0000FF;
}
a:hover.sort {
	text-decoration: underline;
	color: #CC0000;
}
a:active.sort {
	text-decoration: none;
}
/* end section */
