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

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

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

#header{
	width:950px;
	height:259px;
	background-image:url(../banner.png);
	position:relative;
}

#leftBanner{
	width:200px;
	height:392px;
	float:left;
	margin:0px 0px;
	background-image:url(../left_pic.png);
	position:relative;
}

#header #right_h1{
	position:absolute;
	top:15px;
	right:15px;
	color:#FDFDFD;
	font-size:36px;
}

#header #left_h1{
	position:absolute;
	top:90px;
	left:10px;
	color:#4C7DAD;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
}

#content{
	width:950px;
	background-color:#fff;
	padding-bottom:5px;
}

#content #rightSide{
	width:750px;
	float:right;
}

#content #menu{
	width:928px;
	height:19px;
	border: 1px solid #CEDAFC;
	float:right;
	padding:2px 10px;
	border-bottom:none;
background-color: #ffffff; 
@include filter-gradient(#ffffff, #ededed, vertical); 
@include background-image(linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%));

}

#content #mainContent{
	width:928px;
	float:right;
	padding:10px;
	border: 1px solid #CEDAFC;
	border-top:none;
	text-align:right;
}

#content #flash{
	width:200px;
	height:360px;
	float:left;
	margin:10px 0px;
}

.clear{ 
	clear: both 
}

.inputButton{
	padding:0.75px 5px;
	font-weight:normal;
	font-size:13px;
	background-color:#ffffff;
}

.home_td{
	font-weight:bold;
	padding-bottom:15px;
	line-height:22px;
}

.home_h3{
	padding-bottom:5px;
	color:#4C7DAD;
	line-height:10px;
}

#message{
	width:100%;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}

.errorMsg{
	color:#F00;
}

.successMsg{
	color:#060;
}

.formStyle{
	text-align:right;
	padding:10px;
}

.button_td{
	padding-top:10px;
}

.tableStyle{
	width:100%;
	text-align:center;
	empty-cells:show;
	font-size:13px;
	overflow:scroll;
}

th{	
	background: #F1F1F8;
}

a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#4C7DAD;
}

a:hover{
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.h3Style{
	padding:15px;
	color:#4C7DAD;
}

#footer{
	width:950px;
	height:25px;
	position:relative;
	background-color:#F1F1F8;
	text-align:center;
}

#footer p{
	font-weight:normal;
	color:#000;
	padding-top:3px;
}

/* Calender CSS */

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


/* .calendar-box { */
	/* display:block; */
	/* background-color:#fff; */
	/* border:1px solid #444; */
	/* position:absolute; */
	/* width:305px; */
	/* padding:0 2px; */
	/* z-index:1000; */
/* } */
/* .calendar-box select.calendar-month { */
	/* width:90px; */
/* } */
/* .calendar-box select.calendar-year { */
	/* width:70px; */
/* } */
/* .calendar-box .calendar-cancel { */
	/* width:100%; */
/* } */
/* .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; */
/* } */
