/*Calendar Customizing
Custom chart styling*/
.jOrgChart
{
	margin: 10px;
	padding: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
/*Custom node styling*/
.jOrgChart .node
{
	margin: 0 0.5em;
	padding: 3px;
	height: 1%;
	min-height: 50px;
	width: 150px;
	font-size: 14px;
	background-color: #C0C0C0;
	border-radius: 8px;
	border: 3px solid #000000;
	color: #000000;
	-moz-border-radius: 8px;
}
.node P
{
	line-height: 20px;
	padding: 2px;
	text-align: left;
}
.ui-timepicker-div .ui-widget-header
{
	margin-bottom: 8px;
}
.ui-timepicker-div DL
{
	text-align: left;
}
.ui-timepicker-div DL DT
{
	height: 25px;
	margin-bottom: -25px;
}
.ui-timepicker-div DL DD
{
	margin: 0 10px 10px 65px;
}
.ui-timepicker-div TD
{
	font-size: 90%;
}
.ui-tpicker-grid-label
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
