/* GENERAL STYLES */
/* idit thirdlevel Navigation */

.iditNavHeader {
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1.2em;
	padding-bottom : 0px;
	padding-top : 0px;
	padding-left: 10px;
	margin-bottom : 8px;
}
.IDITEventDate {
	color:#666666;
	padding-bottom : 0px;
	padding-top : 8px;
	padding-left: 10px;
	margin-bottom : 0px;
}
.IDITArchiveList {
	margin-top : 8px;
	padding-top : 8px;
	border-bottom:1px #cccccc solid;
	border-top:1px #cccccc solid;
	font-weight:normal;
}
#secondLevelNavigation {
	float: left;
	width: 200px;
	list-style:none;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	line-height: 12px;

}
#secondLevelNavigation li {
	margin: 0;
}
#secondLevelNavigation li .selected {
	background-color: #eee;
	color:#666666;
}
#secondLevelNavigation a {
	display: block;
	padding: 10px 0;
	font-weight:bold;
	text-decoration: none;
	color:#0066cc;
	font-size:0.9em;
	padding-bottom : 0px;
	padding-top : 0px;
	padding-left: 10px;
	border-bottom: none;
}
#secondLevelNavigation a:hover {
	background-color: #eee;
}
#thirdLevelNavigation {
	padding:0;
	margin: 0;
	padding-bottom : 0px;
}
#thirdLevelNavigation li {
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style:none;
	color:#0066cc;
	font-weight: normal;
}
#thirdLevelNavigation li .selected {
	color:#666666;
	background-color: #fff;
	font-weight:bold;
}
#thirdLevelNavigation a {
	display: block;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	font-weight:normal;
}
#thirdLevelNavigation a:hover {
	background-color: #eee;
}


/* EDITOR PROPERTIES */
