﻿
	.booknowbutton  {display: block;
		width: 8em;
		height: 1.5em;
		background-color: #dddddd;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333; border-left: 1px solid #CCCCCC;
		text-decoration: none;
		test-align: middle;
		font-weight: 600;
		color: #000000;
		cursor: default;
		font-family: helvetica,arial;
		text-align: center;
		font-size: 16px;
		/* rounded corners on Mozilla/Google  */		
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;

	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px

	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px
		
		
	}

	.monthbutton  {
		display: block;
		width: 80px;
		height: 12px;
		background-color: #dfdfdf;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		border-left: 1px solid #CCCCCC;
		text-decoration: none;
		color: #000000;
		cursor: text;
		font-family: helvetica,arial;
		font-size: 10px;
		font-weight: 500;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 1px;
		text-indent: 8px;
		
	/* rounded corners on Mozilla/Google  */		
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;

	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px
		
		
	}

	.monthbutton:hover  {display: block;
		width: 80px;
		height: 12px;
		background-color:#efefef;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		border-left: 1px solid #CCCCCC;
		text-decoration: none;
		color: #000000;
		cursor: pointer;
		font-family: helvetica,arial;
		font-size: 10px;
		font-weight: 700;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 1px;
		text-indent: 8px;

	/* IE */
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='green', Positive='true');
	/* Mozilla */
		box-shadow: 2px 2px 2px #818181;
		-webkit-box-shadow: 2px 2px 2px #818181;
		-moz-box-shadow: 2px 2px 3px #818181;

	}

.monthbutton a:link {color:#000000; text-decoration: none;}    /* unvisited link */
.monthbutton a:visited {color:purple; text-decoration: none;} /* visited link */	
.monthbutton a:hover {color:#FF00FF;  
         text-decoration: none;
		background-color: black;
		color: white;
		font-weight: 700;  }
.monthbutton a:active {color:#0000FF;text-decoration: none; }  /* selected link */
	
	
	
/*CSS for example Accordion #hc2*/

#hc2 li{
margin:0 0 0 0; /*Spacing between each LI container*/
border: 0px solid transparent;
}

#hc2 li .hpanel{
padding: 0px; /*Padding inside each content*/
background: inherit;
cursor: inherit; //pointer;
}
	
	
	
	
	.V12shadowcss    {
	border: 2px solid #dfdfdf;
	position: relative;
	top: -1px;
	left: -1px;
	

	box-shadow: 2px 2px 2px #818181;
	-webkit-box-shadow: 2px 2px 2px #818181;
	-moz-box-shadow: 2px 2px 3px #818181;
	
		 
		 } 
		 



