/* 
	Databases main pages style
	Author: Bozho
	Table of Contents:
		layout
		typography
*/




/* layout
----------------------------------------------- */

body {
	background-color: #FDDAA6;
	color: #000;
}
a {
	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: 29px;
	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;
}
