div.optionsBar{
	padding: 8px 0;
	background: #006687;
	margin-bottom: 20px;
	text-align: center;
	direction: rtl;
}
div.optionsBar ul{
	width: 720px;
	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;
	min-width: 190px;
}
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%;
}
div.profileForm p{
	padding: 5px 0;
	text-align: right;
	width: 500px;
	margin-bottom:	10px;
}
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 label{
	display: inline-block;
	width: 150px;
	vertical-align: top;
	line-height: 50px;
}
div.profileForm p input, div.profileForm p select, div.profileForm p  textarea{
	display: inline-block;
	width: 343px;
	margin: 5px 0;
}
div.profileForm p  textarea{
	height: 150px;
}
div.profileForm p input.mini-width{
	display: inline-block;
	width: 150px;
	margin: 5px 0;
}
input.profileSubmitter{
	display: inline-block;
	padding: 10px;
	background: #e9e9e9;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 150px;
}
input.profileSubmitter:hover{
	background: #249fdb;
	color: #fff;
}
span.hText{
	font-size: 90%;
	color: #505050;
	display: block;
}
a.addRequest{
	margin: 0 5px;
	background: #5bbfe3;
	display: inline-block;
	padding: 11px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.removeRequest{
	margin: 0 5px;
	background: #da5350;
	display: inline-block;
	padding: 11px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.attachment{
	text-decoration: none;
	color: #a5a5a5;
	line-height: 50px;
}
a.rSubmit{
	margin: 0 5px;
	background: #25d601;
	display: inline-block;
	padding: 11px;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.label{
	color: #050505;
	margin-left: 20px;
}
input.ticketSearch{
	min-width: 500px;
	max-width: 600px;
	width: 600px;
	margin: 5px auto;
	clear: both;
	background: transparent url(../images/search.png) 10px center no-repeat;
}
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: #159df3;
	text-align: center;
	min-width: 15px;
	display: inline-block;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 2px;
	border: 1px solid #159df3;
}
div.rules{
	display: none;
}
input#file,input#file2,input#file3,input#file4{
	display: none;
}
.hide{
	display: none;
}
.statusSpan{
	display: block;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blueAnchor{
	color: blue;
}