/* @group InlinePage */

#Calendar {
	text-align: center;
	background-color: #00b2d9;
	width: 640px;
	z-index: 1000;
	border: 1px solid #595959;
	padding: 5px;
}

#CalendarContents {
	background-color: #e5faff;
	border: 1px solid #00677e;
	padding: 5px;
	height: 250px;
	overflow: auto;
}

#CalendarCloseBox {
	padding: 2px;
	margin-left: auto;
	background-color: #fff;
	text-align: center;
	z-index: 999;
	border: 2px solid #000;
	display: block;
	margin-right: auto;
	width: 60px;
	font-weight: bold;
	font-size: 75%;
	line-height: 1;
	margin-top: 3px;
	cursor: pointer;
}

#Calendar p {
	text-align: left;
	color: #155f7e;
	font-size: 10pt;
	padding: 0;
	margin: 3px 0;
}

#Calendar h1 {
	text-align: center;
	color: #155f7e;
	font-size: 13pt;
	padding: 0;
	margin: 3px 0;
}

#Calendar h2 {
	text-align: center;
	color: #155f7e;
	font-size: 13pt;
	padding: 0;
	margin: 3px 0 6px;
}

#Calendar li {
	text-align: left;
	color: #155f7e;
	font-size: 10pt;
	padding: 0;
	margin: 6px 0;
}

p.article {
	
}



/* @end */

/* @group Alert */

#alertDlog {
	width: 450px;
	background-color: #de2b00;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 5px solid #262626;
	z-index: 997;
	line-height: 1.5;
}

#alertContents {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 450px;
	color: #fff;
	font-size: 100%;
	z-index: 998;
}

#alertCloseBox {
	padding: 5px;
	margin-left: auto;
	background-color: #fff;
	text-align: center;
	z-index: 999;
	border: 2px solid #000;
	display: block;
	margin-right: auto;
	width: 60px;
	font-weight: bold;
	font-size: 75%;
	line-height: 1;
	margin-top: 3px;
	cursor: pointer;
}

#alertDlog a:link, #alertDlog a:visited {
	text-decoration: none;
	color: #000;
	font-size: 10pt;
}

#alertDlog a:hover {
	text-decoration: none;
	color: #000;
	font-size: 10pt;
	border-bottom: 5px solid #fff;
}



/* @end */

/* @group Memo */

#memo td {
	border-top: 1px solid #00a7cb;
}

#memo {
	color: #333;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}



/* @end */

/* @group Calendario */

.pastweek {
	text-decoration: line-through;
}

#timesheet {
	color: #333;
	font-size: 10pt;
}

#timesheet td {
	border-top: 1px solid #00a7cb;
}



/* @end */

/* @group Panorama */

#panorama {
	background-color: #c62808;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
	text-align: left;
}



/* @end */