html,body{ 
	height:98%;
	width:100%;
	padding:0px;
	margin:0px;
}
html,body,input,p,div,td,th,select,textarea,button,a{
	font-family: 'Noto Sans Kufi Arabic','Open Sans Condensed', sans-serif !important;
}
.btn-group{
	margin:10px 20px;
}
.hint{
	color:gray;
	font-size:10px;
}
.section{
	font-size: 14px;
    width: 100%;
    padding-top: 20px;
    font-weight: bold;
    color: gray;
}
textarea,input,select{
	background-color:rgba(255,255,255,0.5);
}
body{
	background-color:#ecedef;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
table{
	border-collapse:collapse;
}
.center{margin: 0 auto;}
.small{font-size:10px;}
.title{
	font-size:24px;
	font-weight:bold;
}
.dot{
	border-top:1px dotted gray;
	height:1px;
	border-bottom:0px;
}
div.header{
	border-bottom:solid 1px white;
	margin:0px;
	padding:2px;
	background-color:rgba(255,255,255,0.3);
	position:fixed;
	width:100%;
	top:0px;
	z-index: 3;
}
div.body{
	padding:15px;
}
.shadow{
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.diag666 {
	background: #666666 url(ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.diagred {
	background: #b81900 url(ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.link{
  cursor:hand;
  cursor:pointer;
}
.msg{
	width:98%;
	border:solid 0px black;
	border-bottom-width:2px;
	position:absolute;
	top:0px;
	background:rgba(0,0,0,0.5);
	color:white;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	text-align:center;
	display:none;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.bot{
	border-bottom:solid 1px gray;
}
.small-button {
   font-size: 0.8em !important;
}

.today{
	border-style:solid;
	border-color:gold;
	border-width:5px;
}
a{
	text-decoration:none;
}
.error{
	color:red;
}