﻿#monthView{
	font:normal 8px/10px Arial, Helvetica, sans-serif; text-transform:uppercase;
	width:750px; 
padding:0 0px; float:left;
}

#monthView #Calendar
{
	padding:1px 1px 1px 2px;
	background-color:Green; color:White;
	margin              : 0 0 0 0;
	width:603px;
height:415px;
float:left;
}

#monthView #Calendar #calRoomOverview{
	width:500px;height:500px;}

#monthView #Navigate{
	width:138px;
height:417px;
float:right;
}

#monthView #Navigate #thisMonth{
		padding:1px 1px 1px 2px;
	background-color:Orange; color:White;
	margin              : 0 0 10px 0px;
	width:127px;
height:168px; }

#monthView #Navigate #thisMonth #calThis{

	width:70px;height:150px;font:normal 8px/8px Arial, Helvetica, sans-serif; text-transform:uppercase;	}

#monthView #Navigate #nextMonth
{
	padding:1px 1px 1px 2px;
	background-color:Navy; color:White;
	margin              : 10px 0 0 0px;
	width:128px;
height:168px; }

#monthView #Navigate #nextMonth #calNext{
	width:70px;height:150px;font:normal 8px/8px Arial, Helvetica, sans-serif; text-transform:uppercase;float:right;	}


#monthView #Calendar #calRoomOverview .CalendarInside
{
	font:normal 9px/9px Arial, Helvetica, sans-serif; text-transform:uppercase;
	text-decoration	    : none; 
	color			    : black; 
	border              : gray 1px solid;		
	padding			    : 1px 0px 0px 1px;  
	width               : 80px; 
	height              : 18px; 
	margin              : 1px 0 1px 0;
	cursor              : default;}
	
#monthView #Calendar #calRoomOverview .CalendarInside img{
	width               : 8px; 
	height              : 8px; 
	margin              : 0 0 0 0;}
	
#monthView #Calendar #calRoomOverview .CalendarHover
{
	text-decoration	    : none; 
	color			    : Red; 
	border              : orange 2px solid;		
	padding			    : 1px 2px 2px 2px;  
	width               : 110px; 
	height              : 10px; 
	margin              : 0 0 0 0;
	cursor              : pointer;
}

.divCalendar
{
	font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;
	text-decoration	    : none; 
	font-weight		    : normal;
	color			    : white;
	background-color    : #800000;
	border              : #4B92D9 1px solid;		
	padding			    : 2px 2px 2px 2px;	
	cursor              : pointer;
	overflow            : hidden;
	float:left;
	width:340px;
	height:100px;
}

.Cal{ z-index:1000px; font: normal 10px/13px Arial, Helvetica, sans-serif;text-decoration: none;padding: 1px 1px 1px 1px; width: 210px;height: 10px;cursor: pointer;margin: 0 0 0 0;}


