 /* 
	Databases Archives pages style
	Author: Bozhidar Zakhariev Iliev
	© Bozho ©
	Table of Contents:
		layout
		typography
*/


/* layout
----------------------------------------------- */
body {
	background-color: #CCC58E;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: inherit;
	line-height: 145%;
}
a:link {
	color: #0000CC;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
	line-height: 145%;
}
a:visited {
	color: #7D028E;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: hidden;
	border-left-style: hidden;
	line-height: 145%;
}
a:hover {
	color: #004600;
	background-color: #FEE481;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: hidden;
	border-bottom-style: solid;
	border-left-style: hidden;
	border-color: #FF0000;
	border-radius: 10px;
}
a:active {
	color: #800000;
	background-color: #CCFF33;
	text-decoration: underline;
	font-size: inherit;
	border-radius: 10px;
}

.style-EVEnt_name_SuperTitle {
	color: #660000;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 29px;
}
.style-EVEnt_name {
	color: #660000;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
}
.style-EVEnt_name_SubTitle {
	color: #DF002D;
	font-size: 21px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}
.style-EVEnt_name_Dates {
	color: #DF002D;
	font-size: 21px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}
.style-EVEnt_name_Details {
	color: #84001B;
	font-size: 21px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
.Language-Change-table {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	position: relative;
	right: 0px;
	top: 16px;
	background: #D5D6C0;
	background-color: #D5D6C0;
	display: table;
	z-index: 6;
	visibility: visible;
}


/* typography
----------------------------------------------- */
.Announcement_Requested_Info {
	color: #95001E;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	color: #420000;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEFF59;
	border: 2px dotted black;
	border-radius: 5px;
}
.Menu_option {
	padding: 0 20px 0 20px;
	border:1px solid black;
	border-radius:200px / 20px;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: black; /* background-color: lightyellow; */
	width: 150px; /*Default width of hint.*/
	padding: 13px;
	border:3px solid #F00;
	border-radius: 18px;
	color: #FF3;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	margin: 2px;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
	font-size: 29px;
}