.selectFields {
	font-family: Tahoma;
	font-size: 10px;
	color: #003366;
	background-color: #EFF3FA;
	text-align: center;
	border: thin solid #CCCCCC;
	direction:rtl;
}
.colHeader {
	font-family: "Simplified Arabic";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #B3C8E6;
	color: #003366;
}
tr {
	font-family: Tahoma;
	color: #333333;
	background-color: #F4F4F4;
	border: none;
	font-size: 12px;
	text-align: center;
}
table {
    border: none;
	background-position: center;
}
.textField {
	background-color: #FFFFFF;
	text-align: center;
	width:120px;
	border: thin solid #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
}
.button {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	background-color: #B3C8E6;
	border: thin #003366;
	display: table-cell;
	cursor: hand;
}
.selectionHeader {
	font-family: "Simplified Arabic";
	font-size: 14px;
	color: #003366;
	background-color: #B3C8E6;
}
.wellcomeMsg {
    font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #EFF3FA;
	padding: 10px;
	position: relative;
	margin-right: 100px;
	margin-left: 100px;
}
.myLink {
	font-family: "Simplified Arabic";
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}
.ErrMsg {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	background-color: #EFF3FA;
}

body {
	background-color: #ffffff;
}
table {
	text-align: center;
}
/***********************************************/
/*************************** administrator tables**************************/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 700px;
	text-align:center;
	border-collapse: collapse;
	
}

#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
	text-align:center;
}
#rounded-corner thead th.not-rounded-company
{

	text-align:center;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 5px;
	font-weight: normal;
	font-size: 20px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 5px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

