@charset "utf-8";
/* Horizontal menu style list of the calander's months - CSS Document */
/* Horizontal menu style list of the alpphabet - CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#monthname{
	width: 90%;
	height: 50px;
	padding: 0px;
	margin-left: 20px;
}

#monthname ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align monthname interface*/
	font-size: 14px;
}

#monthname li{
	list-style-type: none;
	display: inline;	
}

#monthname a:link, #monthname a:visited{
	list-style-type: none;
	text-decoration: none;
	color: #333;
	background-color: #999;
	padding: 0;
	width: 40px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #666;
	border-left-color: #666;
}

#monthname a:hover, #monthname a:active{
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #333;
}

#monthname a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

#monthname a.disablelink, #monthname a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	font-weight: normal !important;
	border-top-color: #929292;
	border-right-color: #929292;
	border-bottom-color: #333;
	border-left-color: #333;
}

#monthname a.prevnext{
font-weight: bold;
}


#alphaname{
	width: 95%;
	height: 50px;
	padding: 0px;
	margin-left: 20px;
}

#alphaname ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align alphaname interface*/
	font-size: 14px;
}

#alphaname li{
	list-style-type: none;
	display: inline;	
}

#alphaname a:link, #alphaname a:visited{
	list-style-type: none;
	text-decoration: none;
	color: #333;
	background-color: #999;
	padding: 0;
	width: 16px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #666;
	border-left-color: #666;
}

#alphaname a:hover, #alphaname a:active{
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #333;
}

#alphaname a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

#alphaname a.disablelink, #alphaname a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	font-weight: normal !important;
	border-top-color: #929292;
	border-right-color: #929292;
	border-bottom-color: #333;
	border-left-color: #333;
}

#alphaname a.prevnext{
font-weight: bold;
}

