div, td, select, input
{
	font-family: Arial;
}

/*
*
{
	border: 0px dashed green;
}
*/
table
{
	border: 0px solid black;
}

td
{
	border: 0px dashed gray;
}

body
{
	direction: rtl;
	text-align: center;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #e7e7e7;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #e7e7e7;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}

form
{
	display: inline;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: Black;
}

.ltr
{
	direction: ltr;
}

.rtl
{
	direction: rtl;
}

.marked
{
	border: 1px dashed gray;
}

.smallText
{
	font-family:Arial;
	font-size:10px;
	color:#174F88;
}

.titleSmallText
{
	font-family:Arial;
	font-size:14px;
	color:#E00911;
	font-weight:bold;
}

.smallTextBlue1
{
	font-family:Arial;
	font-size:12px;
	color:#2D5883; 
	font-weight:bold;
}

.smallTextRed1
{
	font-family:Arial;
	font-size:12px;
	color:#E00911;
	font-weight:bold;
}

.titleTextRed
{
	font-family:Arial;
	font-size:20px;
	color:#E00911;
	font-weight:bold;
}
.smallTextBlack1
{
	font-family:Arial;
	font-size:12px;
	color:#444444;
	font-weight:bold;
}

.smallTextBlack2
{
	font-family:Arial;
	font-size:12px;
	color:#0000ff;
	font-weight:bold;
}

.titleTextBlue
{
	font-family:Arial;
	font-size:20px;
	color:#507CA3;
	font-weight:bold;
}

.uploadFile
{
	border:solid 2px #A9BED3;
}

.positionText
{	
	font-family:Arial;
	font-size:12px;
	color:#5C5C5C;		
}


/* OPEN TAB */
.tab1
{
	/*background-image: url(../Web/Images/tabonRight.jpg);*/
	background-repeat:no-repeat;
	width:10px;
	height:21px;
	float:right;
	clear:none;	
}
.tab2
{
	/*background-image:url(../Web/Images/tabonText.jpg);*/
	background-repeat:repeat-x;
	height:21px;
	padding-top:3px;
	float:right;
	clear:none;
	cursor:pointer;	
	
}
.tab3
{
	/*background-image:url(../Web/Images/tabonLeft.jpg);*/	
	background-repeat:no-repeat;
	width:10px;
	height:21px;
	float:right;
	clear:none;
	
}

.divTabOpen .tab1
{
	background-image: url(../Web/Images/tabonRight.jpg);
	background-repeat:no-repeat;
	
}

.divTabOpen .tab2
{
	background-image:url(../Web/Images/tabonText.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
	color:#E00911;
	font-weight:bold;
	
}
.divTabOpen .tab3
{
	background-image:url(../Web/Images/tabonLeft.jpg);	
	background-repeat:no-repeat;
	
}


/* CLOSED TAB */

.divTabClose .tab1
{
	background-image:url(../Web/Images/taboffRight.jpg); 
	background-repeat:no-repeat;
	/*border-bottom:solid 1px #6C7793;*/
}

.divTabClose .tab2
{
	background-image:url(../Web/Images/taboffText.jpg); 
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
	color:#2D5883; 
	font-weight:bold;
	/*border-bottom:solid 1px #6C7793;*/
}

.divTabClose .tab3
{
	background-image:url(../Web/Images/tabofLeft.jpg); 
	background-repeat:no-repeat;
	/*border-bottom:solid 1px #6C7793;*/
}

/* TAB FRAMES */
.tabsParent
{
	/*WIDTH: 780px;
	float:left;
	height:65px; */
	text-align:right; 
	direction:rtl;
	float:none;
	clear:both;
	/*position:absolute;
	Z-INDEX: 3;*/
	
}

.tabsBackground
{
	Z-INDEX: 3;
	WIDTH: 780px; 
	POSITION: absolute;
	background-image:url(../Web/Images/tabsBlankSpace.JPG); 
	background-repeat:repeat-x;
	height:25px;
	text-align:right;
	direction:rtl; 
	
}














