﻿body
{
	
}

#Root_Div
{
	height: 100%; /*gives child divs something to inherit*/ 
	margin: 1px 1px 1px 1px; 
	padding: 0; 
}

#Layout_Calendar
{
	/*centered layout*/ 
	position: relative; 
	margin: 0 auto; 
	/*left justified layout 
	position: absolute;
	*/
	width: 700px; /* 782 - border width */ 
	/* 
	only the size is specified here since it affects the layout
	color and style of the border will be in the main style sheet;
	*/
border-width:1px; 
}

#Layout_Main
{
	/*centered layout*/ 
	position: relative; 
	margin: 0 auto; 
	/*left justified layout 
	position: absolute;
	*/
	width: 780px; /* 782 - border width */ 
	/* 
	only the size is specified here since it affects the layout
	color and style of the border will be in the main style sheet;
	*/
border-width:1px; 
}
#Layout_Contact
{
	/*centered layout*/ 
	position: relative; 
	margin: 0 auto; 
	/*left justified layout 
	position: absolute;
	*/
	width: 300px; /* 782 - border width */ 
	/* 
	only the size is specified here since it affects the layout
	color and style of the border will be in the main style sheet;
	*/
border-width:1px; 
}

.hl_calendar
{
	padding-top: 10px;
	font-family:Arial;
	font-size:9px;
}

#calendar1 td
{
	width:70px;
}

#WeeklyPanel
{
	font-family:Arial;
	font-size:9px;
}

#MonthlyPanel
{
	font-family:Arial;
	font-size:9px;
}

#pnClass
{
	font-size:1px;
	border:solid 1px #cccccc;
}

#ColorPanel
{
	width:100%;
	height:3px;
}

#EditSelectPanel
{
	font-family: Arial;
	font-size: 12px;
	color:black;
}

#ViewEvent
{
	position: relative; 
	margin: 0 auto; 
	/*left justified layout 
	position: absolute;
	*/
	width: 780px; /* 782 - border width */ 
	
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	font-weight: bold;
}

#AddForm
{
	font-family: Arial;
	font-size: 12px;
	color:#333333;
}

.Contact
{
	font-family:Arial;
	color:#404040;	
}

.Contact td
{
	vertical-align:top;
	padding-right:20px;
	padding-bottom:10px;
}
