﻿body {
	background-color: #858585;
	margin: 0;
	font-size: 11pt;
	font-family: arial;
	color: black;
	line-height: 18px;
}
A:link {
	color: black;
	text-decoration: none;
	border: 0;
	font-size: 11pt;
	font-weight: bold;
}
A:hover {
	color: #047677;
	text-decoration: underline;
	font-size: 11pt;
	font-weight: bold;
}
A:visited {
	color: black;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.MainDiv {
	width: 1000px;
	margin: 0 auto;
	direction: rtl;
}
.Header{
	width:1000px;
	height:139px;
	background-image:url('images/Banner.png');
	background-repeat:no-repeat
}
.Menu{
	width:1000px;
	height:38px;
	margin:5px auto;
	
}
.ContendDiv{
	width:1000px;
	background-color:#fff;
	
}
.CalanderBG{
	width:282px;
	height:340px;
	background-color:#27556A;
	padding-right:8px;
	color:White ;
  	
}
.GovarBG{
	width:290px;
	height:250px;
	background-color:#cccccc;
	margin:8px auto
}
.style1 {
	border-width: 0px;
}

.jmareyGovar{
	color:white;
	font-weight:bold;
	padding:4px
}
.jmareyGovar A:link{
	color:white;
	font-weight:bold;
	text-decoration:none
}
.jmareyGovar A:visited{
	color:white;
	font-weight:bold;
	text-decoration:none
}
.jmareyGovar A:hover{
	color:black;
	font-weight:bold;
	text-decoration:underline
}
.darbara{
	width:290px;
	height:63px
	
}
.ContendTB{
	width:686px;
	margin:6px auto
}
.ContendTiitleBG{
	width:339px;
	 height:42px;
	  background-image:url('images/ContendTiitleBG.gif');
	  background-repeat:no-repeat;
}
.ContendPicTD{
	 width:75px; height:75px; vertical-align:top
}
.ContendpicDiv{
height:75px; border:1px #999999 solid
}
.ContendTxtTD{
	; padding: 2px; vertical-align: top
}
.ContendTD{
	width: 339px; vertical-align: top; background-color: #eee;
}
.ContendBLueTittles{
	color:#006d9c
}
.ContendBLueTittles A:link{
	 color:#006d9c;
	  text-decoration:none;
}
.ContendBLueTittles A:visited{
	 color:#006d9c;
	  text-decoration:none;
}
.ContendBLueTittles A:hover{
	 color:#000;
	  text-decoration:underline
}
.ContendTBs{
	width:323px;
	margin:6px
}
.RightTittles{
	width: 321px; margin:8px;
}
.IconTD{
	width: 5px; height: 5px; padding-top: 5px; vertical-align: top
}
.DrawTiitleBG{
	width:290px;
	height:33px;
	background-image:url('images/drawBG.gif');
	background-repeat:repeat;
	margin-top:8px
}
.DrawContendBG{
	   background-color:#383838;
	    width:290px;
	    margin:0 auto;
	    padding:8px 0
}
.drawDIVBG{
	width:278px;
	 height:35px;
	 background-image:url('images/drawDIVBG.gif');
	 background-repeat:no-repeat;
	 margin:6px
}

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 275px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 275px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #66889E;
}
.calcurrentday
{
    background-color: #fff;
    color:Black 
}
.calweekend
{
    background-color: #bbb;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 30px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
.hover{
padding:5px;
}
.hover:hover{
 background-color:#E9F0F3
}