div.optionsBar{
	padding: 8px 0;
	background: #006687;
	margin-bottom: 20px;
	text-align: center;
	direction: rtl;
}
div.optionsBar ul{
	width: 900px;
	margin: 0 auto;
}
div.optionsBar ul li{
	display: inline-block;
	padding: 0 15px;
}
div.optionsBar ul li a, div.optionsBar ul li i{
	color: #fff;
	text-decoration: none;
}
div.centerErapper{
	text-align: center;
	direction: rtl;
}
div.confirmData{
	margin: 10px auto;
	display: inline-block;
	background: #fdf8e4;
	padding: 15px 20px;
	border: 3px solid #f7f2f6;
}
div.confirmData a{
	text-decoration: none;
	color: #006687;
}
ul.profileMenu li{
	background: #f1f6fa;
	display: inline-block;
	line-height: 35px;
	margin: 0 7px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	z-index: 0;
}
ul.profileMenu li.current{
	background: #159df3;
}
ul.profileMenu li a{
	color: #6e8386;
	text-decoration: none;
	margin: 0 10px;
}
ul.profileMenu li.current a{
	color: #000;
}
ul.profileMenu li i{
	background: #e0eaf3;
	color: #b5ccd4;
	line-height: 35px;
	width: 25px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
ul.profileMenu li.current i{
	background: #1093e5;
	color: #fff;
}
div.profileForm{
	background: #f5f5f5;
	padding: 10px;
	display: inline-block;
	direction: rtl;
	border: 4px solid #1093e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin: 0 0 20px;
	width: 100%;
	position: relative;
	z-index: 0;
}
div.acc{
	position: absolute;
	right: 0;	
}
div.acc ul{
	width: 300px;
	border-bottom: 1px solid #ccc;
}
div.acc ul li{
	width: 100%;
	display: block;
	background: transparent;
	font-size: 75%;
	text-align: right;
	direction: rtl;
	line-height: 17px;
}
div.acc ul li label{
	width: 100px;
	font-weight: bold;
	display: inline-block;
}
div.profileForm p{
	padding: 5px 0;
	text-align: right;
	width: 400px;
}
span.approved{
	color: #2b6318;
	margin-right: 5px;
	font-size: 90%;
}
a.approved{
	color: #026585;
	margin-right: 5px;
	text-decoration: none;
	font-size: 90%;
}
div.profileForm p input, div.profileForm p select{
	display: block;
	width: 100%;
	margin: 5px 0;
}
div.profileForm p span{
	display: block;
	width: 100%;
	margin: 5px 0;
	color: #6d7577;
	font-size: 90%;
}
input.profileSubmitter{
	display: inline-block;
	padding: 10px;
	background: #e9e9e9;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 150px;
}
input.profileSubmitter:hover{
	background: #249fdb;
	color: #fff;
}
table.grid{
	border: 1px solid #ccc;
	margin: 15px auto;
	width: 98%;
}
table.grid thead tr th{
	border: 1px solid #ccc;
	padding: 10px 15px;
	font-size: 90%;
	background: #f9f9f9;
}
table.grid tbody tr td{
	border: 1px solid #ccc;
	padding: 10px 15px;
	direction: rtl;
}
table.grid tbody tr td a{
	text-decoration: none;
}
table.grid tbody tr th{
	border: 1px solid #ccc;
	padding: 10px 15px;
	background: #d6e5ec;
	font-size: 90%;
}
table.grid tbody tr th span{
	float: left;
}
table.grid tbody tr th a{
	color: #c5c5c5;
	text-decoration: none;
	margin: 0 10px;
}
table.grid tbody tr td table, table.grid tbody tr td table tr, table.grid tbody tr td table tr td{
	border: 0;
	padding: 2px;
}
.statusSpan{
	display: block;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}