body
{
	
}

.inactiveTab 
{
	text-decoration: none;
	text-align: left;
	float:right;
	
	border: solid 1px #aaa;	
	background-color: #eee;
	width: 140px;
}

.activeTab
{
	text-decoration: none;
	text-align: left;
	float:right;
	
	border: solid 1px #aaa;
	border-right: none;
	width: 150px;
}

.tabHolder 
{
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;	
	width: 150px;
	background-color: White;
	
}
.contentPane
{
	border: solid 1px #aaa;
	border-left: none;
	font-family: Verdana;
	font-size: 10px;
	vertical-align:top;
	padding-top:5;
	padding-bottom:5;
	padding-left:5;
	padding-right:2;
		
}

a 
{
	font-family: Verdana;
	font-size: 10px;
}

p
{
	font-family: Verdana;
	font-size: 11px;
}

.calendar-title
{
	border: solid 1px #aaa;
	border-left: none;
	border-right: none;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	font-family: Verdana;
	font-size: 10px;
		
}

deadline-title
{
	font-family: Verdana;
	font-size: 20px;
		
}
