@charset "utf-8";
/* CSS Document */

body, *{
	margin:0px auto;
	padding:0px;
}

body{
	background-color:#E4F8FF;
	direction: rtl;
	margin-bottom:15px;
}

#header{
	width:1100px;
	height:110px;
	position:relative;
	/*border:2px solid #1B6A84;
	background-color:#FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;*/
}

#header img {
    position: absolute;
    top: 5px;
    right: 40px;
}

#header h2{
	position: absolute;
	top: 35px;
	right: 170px;
    color:#1B6A84;
}

#header form{
    position: absolute;
    top: 15px;
    left: 20px;
}

#header h4{
	position: absolute;
	left: 20px;
	background-color: #1B6A84;
	color: #ffffff;
	padding: 6px 15px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* #header .h4_2{
	position:absolute;
	left: 80px;
} */

#header .logOut{
	background: url(../icons/logout.png) no-repeat;
	text-decoration:none;
	position:absolute;
	top: 75px;
	left: 60px;
	width: 35px;
	height: 35px;
}

#header .logOut:hover{
	background: url(../icons/logout_h.png) no-repeat;
}

#header .keyChng{
	background: url(../icons/key.png) no-repeat;
	text-decoration:none;
	position:absolute;
	top: 75px;
	left: 100px;
	width: 35px;
	height: 35px;
}

#header .keyChng:hover{
	background: url(../icons/key_h.png) no-repeat;
}

#header .contactUs{
	background: url(../icons/contactus.png) no-repeat;
	text-decoration:none;
	position:absolute;
	top: 75px;
	left: 140px;
	width: 35px;
	height: 35px;
}

#header .contactUs:hover{
	background: url(../icons/contactus_h.png) no-repeat;
}

#header .home{
	background: url(../icons/home.png) no-repeat;
	text-decoration:none;
	position:absolute;
	top: 75px;
	left: 180px;
	width: 35px;
	height: 35px;
}

#header .home:hover{
	background: url(../icons/home_h.png) no-repeat;
}

#header .subMenu{
	background: url(../icons/back.png) no-repeat;
	text-decoration: none;
	position: absolute;
	top: 75px;
	left: 220px;
	width: 35px;
	height: 35px;
}

#header .subMenu:hover{
	background: url(../icons/back_h.png) no-repeat;
}

#header .newFile{
	background: url(../icons/new.png) no-repeat;
	text-decoration: none;
	position: absolute;
	top: 75px;
	left: 260px;
	width: 35px;
	height: 35px;
}

#header .newFile:hover{
	background: url(../icons/new_h.png) no-repeat;
}

#top_menu{
	width:1100px;
	height:32px;
	border:2px solid #1B6A84;
	background-color:#1B6A84;
	position:relative;
    padding-top: 2px;
}

#top_menu ul, #top_menu ul ul{
	list-style:none;
	line-height:30px;
}

#top_menu ul ul{
	display:none;
	position:absolute; 
	top:100%;
	/*background-color:#EEE;*/
	text-align:center;
}

#top_menu ul ul ul{
	display:none;
	position:absolute; 
	top:40%;
	right:90%;
	/*background-color:#EEE;*/
	text-align:center;
	z-index:1;
}

#top_menu ul li{
	display:inline;
	float:right;
	position:relative;
}

#top_menu ul li{
	display:block;
	width:90px;
	height:32px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	/*border-left:2px solid #1B6A84;
	border-right:2px solid #1B6A84;*/
    cursor: pointer;
}

#top_menu ul ul li{
    background-color:#1B6A84;
	/*border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;*/
}

#top_menu ul li:hover{
	background-color:#3C8EA9;
}

#top_menu ul li:hover > ul{
	display:block;
    z-index: 1;
}

/*#home_cont{
    width: 1000px;
    height: 400px;
    background: url(../images/home.png) no-repeat;
    border-left: 2px solid #1B6A84;
    border-right: 2px solid #1B6A84;
}*/

#content{
	width:1096px;
	padding:5px;
	min-height: 400px;
    border: 2px solid #D5DDE0;
	border-radius: 10px;
	/*border:2px solid #ccc; border-right: 2px solid #D5DDE0; */
	background-color:#FFFFFF;
	margin-bottom: 50px;
}

.logOn{
	width: 270px;
	height: 330px;
	float: left;
	margin: 10px 0px;
    border: 1px solid #D5DDE0;
    background-color: #F5F6F7;
	padding-top: 130px;
	padding-right: 70px;
	padding-left: 70px;
}

.home_left{
    float: left;
	margin: 10px 0px 10px 130px;
	border: 1px solid #D5DDE0;
    /* border: 1px solid #3C8EA9;
    background-color: #F5F6F7; */
}

.home_table{
	border: 1px solid #D5DDE0;
    background-color: #F5F6F7;
}

/* .home_right{
    width: 480px;
    float: right;
    background-color: #c9ff8b;
}

.add_board{
    border: 1px solid #3C8EA9;
    padding: 4px;
} */

th{
	background:#B4D0DA;
}

tr{
    height: 30px;
}

.pageTitle{
    padding:10px;
    color:#1B6A84;
	margin-bottom: 5px;
}

.formbutton{
    border: 1px solid #1B6A84;
    background-color: #1B6A84;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    width: auto;
	margin-top: 10px;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
}

.formbutton:hover{
    cursor: pointer;
    border: 1px solid #1B6A84;
    background-color: #3C8EA9;
}

.menuButton {
	width: 160px;
	height: 60px;
	border: 1px solid #3C8EA9;
    background-color: #3C8EA9;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 1px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	white-space: normal;
	word-wrap: break-word;
}

.menuButton:hover{
    cursor: pointer;
    border: 1px solid #3C8EA9;
    background-color: #1B6A84;
}

.padbutton {
	border: 1px solid #1B6A84;
    background-color: #1B6A84;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 40px;
    overflow: visible;
	border-radius: 5px;
	font-family:"Times New Roman", Times, serif;
}

.padbtn {
	border: 1px solid #1B6A84;
    background-color: #1B6A84;
    color: #FFFFFF;
    font-weight: bold;
	text-align: center;
	padding: 6px 0px;
	font-size: 14px;
    letter-spacing: 1px;
    width: 80px;
	border-radius: 5px;
	font-family:"Times New Roman", Times, serif;
}

.padbutton:hover, .padbtn:hover{
    cursor: pointer;
    border: 1px solid #1B6A84;
    background-color: #3C8EA9;
}

.pagelabel{
	font-weight: bold;
	padding-right: 10px;
	line-height: 22px;
}

#cols{
    width: 120px;
    line-height: 25px;
    padding: 7px;
    border: 1px solid #3C8EA9;
}

#reportTable{
    padding: 0px 10px;
}

.clear{ 
	clear: both; 
}

#footer{
	position: fixed;
	width: 100%;
	min-width: 1100px;
	background-color: #1B6A84;
	bottom: 0px;
}

#footer span{
	font-weight:bold;
	color:#FFFFFF;
    line-height: 25px;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	padding: 5px 0px 10px 0px;
}

#footer .rightAlign{
	float: right;
	margin-right: 80px;
}

#footer .leftAlign{
	float: left;
	margin-left: 80px;
}

/* Calender CSS */

.calendar-box {
    display:block;
    background-color:#fff;
    border:1px solid #444;
    position:absolute;
    width:280px;
    padding:0;
    z-index:1000;
}
.calendar-box select.calendar-month {
    width:90px;
}
.calendar-box select.calendar-year {
    width:70px;
}
.calendar-box .calendar-cancel {
    width:100%;
    border: 2px solid #1B6A84;
    background-color: #1B6A84;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 10px;
}

.calendar-box .calendar-cancel:hover {
    cursor: pointer;
    border: 2px solid #3C8EA9;
    background-color: #3C8EA9;
}

.calendar-box table td {
    width:14%;
}
.calendar-box .calendar-title {
    text-align: center;
}
.calendar-box a {
    text-decoration: none;
}
.calendar-box .today a {
    padding:0 5px;
    margin-left:-5px;
    background-color:#ffe9c6;
}
.calendar-box .selected a {
    padding:0 5px;
    margin-left:-5px;
    background-color:#c9ff8b;
}