﻿.btnprev
{
	font-family:Tahoma;
	 
	font-size:9px;
	color:Red;
}
.header
{
	font-family:Tahoma;
	color:Yellow;
	font-size:11px;
	font-weight:bold;
	background-color:Purple ;
	}
	
.btncsss
	{
		height:20px;
		color:Black;
		text-decoration:none;
		 font-size:12;
		}
.btncsss:hover
	{
		height:20px;
		color:white;
		 background-color:Gray ;
		text-decoration:none;
		 font-size:12px;
		}
		
		
.btncsssselected
	{
		height:10px;
		color:white;
		text-decoration:none;
		 background-color:Gray ;
		  font-size:10px;
		}
.btncsssselected:hover
	{
		height:10px;
		color:black;
		 font-size:10px;
		text-decoration:none;
	}
	.mainday
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px;
	}
	
.lblprevm
{
	font-family:Tahoma;
	font-size:9px;
	}
	
.lblnextm
{
	font-family:Tahoma;
	font-size:9px;
	}	
	
.btnnext
{
	font-family:Tahoma;
	 
	color:Red;
	font-size:9px;
	}