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

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

body{
	/*background-color:#E6F2F7;*/
	direction: rtl;
	margin-bottom:15px;
}

#header{
	width:1000px;
	height:100px;
	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: 0px;
}

#header h2{
	position: absolute;
	top: 30px;
	right: 130px;
    color:#082D8A;
}

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

#header h4{
	position:absolute;
	left: 20px;
}

#header a img {
    position: relative;
}

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

#header a{
	text-decoration:none;
	color:#1B6A84;
}

#header a:hover{
	color:#3C8EA9;
}

#top_menu{
	width:1000px;
	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:990px;
	padding:5px;
	min-height: 380px;
    border-left: 2px solid #1B6A84;
    border-right: 2px solid #1B6A84;
	/*border:2px solid #ccc;*/
	background-color:#FFFFFF;
}

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

.logOn{
    border: 1px solid #3C8EA9;
    background-color: #F1FBFE;
    margin-bottom: 5px;
}

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

.home_left{
    width: 503px;
    float: left;
    border: 1px solid #3C8EA9;
    background-color: #F1FBFE;
}

th{
	background:#B4D0DA;
}

tr{
    height: 30px;
}

.pageTitle{
    padding-right:10px;
    padding-top:10px;
    color:#082D8A;
}

.formbutton{
    border: 2px solid #1B6A84;
    background-color: #1B6A84;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    overflow: visible;
    margin-top: 10px;
}

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

#cols{
    width: 100px;
    line-height: 25px;
    padding: 7px 10px;
    float: right;
    border: 1px solid #3C8EA9;
}

#reportTable{
    float: right;
    padding: 0px 10px;
}

.clear{ 
	clear: both; 
}

#footer{
	width:1000px;
	height:25px;
	position:relative;
	background-color:#1B6A84;
	text-align:center;
	border:2px solid #1B6A84;
}

#footer p{
	font-weight:bold;
	color:#FFFFFF;
    line-height: 25px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

/* 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;
}