/****************** AGENDA STYLES ******************/
/*    - initial                                    */
/*    - agenda                                      */
/***************************************************/
/* ----------------- agenda main ------------------ */
.aLine0 {
	background-color : #FFFFFF;
	height: 18px;
	clear: both;
}
.aLine1 {
	background-color : #F0F0F0;
	height: 18px;
	clear: both;
}
.aTitle {
	padding-top: 2px;
	font-size : xx-small;	
	font-weight: bold;	
	text-decoration : none;
	color : #D2232C;
	float: left;
}
.aTitle a {
	font-size : x-small;	
	font-weight: bold;	
	text-decoration : none;
	color : #008D46;
}
.aTitle a:hover {
	font-weight: bold;	
	text-decoration : underline;
	color : #D2232C;
}
.aDate {
	padding-top: 2px;
	float: left;
	width: 200px;
}
/* ----------------- agenda detail ------------------ */
.adSubTitle {
	font-size : x-small;
	font-weight: bold;	
	text-decoration : none;
	border-bottom: 1px solid #A0A0A0;	
	color : #D2232C;
	padding-bottom: 2px;
	margin: 5px 0px;
	clear: both;
}
.adLink {
	font-size : xx-small;
	font-weight: bold;	
	text-decoration : none;
	color : #D2232C ;
}
.adLink A {
	font-size : x-small;
	font-weight: bold;	
	text-decoration : none;
	color : #008D46 ;
}
.adLink A:HOVER {
	font-weight: bold;	
	text-decoration : underline;
	color : #D2232C ;
}
.adDiv {
	clear: both;
	margin-top:15px;
	border-top: 1px solid #000000;
}
.adTag {
	font-size : x-small;
	font-weight: normal;	
	text-decoration : none;
	color : #000000;
}
.adTag A {
	font-size : x-small;
	font-weight: bold;	
	text-decoration : underline;
	color : #D2232C;
}
.adTag A:HOVER {
	font-weight: bold;	
	text-decoration : underline;
	color : #008D46;
}
.adLine {
	clear: both;
}
.adLabel {
	padding-top:2px;
	font-weight: bold;	
	float:left;
	width: 100px;
}
.adInput {
	float:left;
}
.adDate {
	font-size : x-small;
	font-weight: normal;	
	text-decoration : none;
	color : #000000;
}
.adLocation {
	font-size : x-small;
	font-weight: normal;	
	text-decoration : none;
	color : #000000;
}
.adContact {
	font-size : x-small;
	font-weight: normal;	
	text-decoration : none;
	color : #000000;
}
