/* CSS Document */

body{margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 background-color: #41A2D9;}
	 
p {font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#043B69;
			text-decoration:none;
			line-height:20px;}

.leftdropshadow{background-image:url(images/left_dropshadow.jpg); background-repeat:repeat-y;}
.rightdropshadow{background-image:url(images/right_dropshadow.jpg); background-repeat:repeat-y;}

.highlight{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#146AB4;
			text-decoration:none;
			}
			
.highlight a {font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#146AB4;
			text-decoration:underline;
			}
			
			
.highlight a:hover {font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
			text-decoration:none;
			}			





.text{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#043B69;
			text-decoration:none;
			line-height:20px;
			text-align:justify;}
			
.text a{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#043B69;
			text-decoration:underline;
			line-height:20px;
			text-align:justify;}
			
.text a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#043B69;
			text-decoration:none;
			line-height:20px;
			text-align:justify;}
			
.text1 {font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		line-height: 17px;
		font-weight:normal;
		font-variant: normal;
		text-transform: none;
		color: #146AB4;
		letter-spacing: normal;
		text-decoration:none;
		}
		
.text1 a {font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		line-height: 17px;
		font-weight:normal;
		font-variant: normal;
		text-transform: none;
		color: #146AB4;
		letter-spacing: normal;
		text-decoration:none;
		}
		
		
.text1 a:hover {font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		line-height: 17px;
		font-weight:normal;
		font-variant: normal;
		text-transform: none;
		color: #146AB4;
		letter-spacing: normal;
		text-decoration:none;
		}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #146AB4;
}


.bg_footer{background-image:url(images/footer.jpg); background-repeat:no-repeat;}
.copyrighttext{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#7F7F7F;
			text-decoration:none;
			}
.footertext{font-family:Tahoma;
			color:#FFFFFF;
			text-decoration:none;
			font-size:12px;
			}
.webdesign{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#FFFFFF;
			text-decoration:none;
			}
			
			
.line{ background:url(images/line.jpg) repeat-x left top;}

.form2 {
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #F6B300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

table.calendar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  border-collapse: collapse;
  background-color: white;
  border: solid #999999 1px;
  background-color: white;
  width: 200px;
  text-align: center;
  /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
  -moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
  font-size: 10px;
}
table.calendar td {
  border: 0;
  font-size: 10px;
  text-align: center;
}
div.mainheading {
  margin: 2px;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 6px 0 6px;
}
table.caldayheading td {
  border: solid #CCCCCC 1px;
  text-align: left;
  color: #0054E3;
  font-weight: bold;
  width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 6px 0 6px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  width: 22px;
  height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #0054E3;
}
table.calcells td.wkday {
  background-color: #DDDDDD;
}
table.calcells td.wkend {
  background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
  background-color: #99CCFF;
  color: black;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
  background-color: #999999;
}