/****
 * Superstylin'
 */

a{
color: #D11515;
text-decoration: none;
}
a:visited{
color: #D11515;
text-decoration: none;
}
a:active{
color: #D11515;
text-decoration: none;
}
a:normal{
color: #a0a0a0;
text-decoration: none;
}
a:hover{
color: #FF0000;
text-decoration: underline;
}
.body{
margin: 10px;
background-color: #B92E04;
}
.body img {
	border: 0;
}
.mainframe{
width: 930px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}

.header{
background-color: #F8A70A;
border: 2px solid #000000;
width: 930px;
margin-left: auto;
margin-right: auto;
padding: 5px;
font-family: Georgia;
font-size: 16pt;
margin-bottom: 10px;
text-align: center;
}
.article{
width: 100%;
border: 2px solid #000000;
font-family: Georgia;
font-size: 12pt;
padding: 0px;
margin-bottom: 10px;
}
.articletitle{
background-color: #f0f0f0;
border-bottom: 2px solid #000000;
padding: 5px;
font-size: 12pt;
}
.articlecontent{
background-color: #f0f0f0;
border-bottom: 2px solid #000000;
padding: 5px;
font-size: 10pt;
}
.articlefooter{
background-color: #f0f0f0;
padding: 5px;
font-size: 8pt;
text-align: right;
}
.dater{
background-color: #B92E04;
color: #ffffff;
width: 100%;
border: 2px solid #B92E04;
margin-bottom: 10px;
padding: 5px;
font-family: Georgia;
font-size: 12pt;
text-align: center;
}
.nav{
width: 160px;
border: 2px solid #000000;
margin-bottom: 10px;
margin-right: 10px;
background-color: #f0f0f0;
font-family: Tahoma;
font-size: 10pt;
}
.navlink{
width: 160px;
border: 2px solid #000000;
margin-bottom: 10px;
margin-right: 10px;
background-color: #f0f0f0;
font-family: Tahoma;
font-size: 8pt;
}
.navtop{
width: 160px;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
border-left: 2px solid #000000;
margin-right: 10px;
background-color: #F8A70A;
color: #ffffff;
font-family: Tahoma;
font-size: 10pt;
}
.footer{
width: 930px;
border: 2px solid #000000;
color: #ffffff;
margin-bottom: 10px;
background-color: #000000;
text-align: center;
font-family: Tahoma;
font-size: 8pt;
margin-left: auto;
margin-right: auto;
}
.nav a:hover{
display: block;
background-color: #ffffff;
}

.smsmall{
font-size: 8pt;
}

table.grid {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	empty-cells: show;
}
table.grid th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
}
table.grid td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	overflow: hidden;
}

.formtable tr td {
	padding-top: 10px;
}

.formtable td {
	padding: 0 15 5 0;
}

.simple-layout {
	font-family: calibri, arial, helvetica, sansserif;
	font-size: 10pt;
}

/* Events registration list */
.events-registrations-list {
	width: 900px; 
	/*height: 600px;*/
	max-height: 600px; 
	overflow: auto; 
	background: white; 
	border: 2px solid black;
}

.big-table {
	table-layout: fixed; 
	width: 1800px;
}

.alt-rows td {
	background: #ffffcc;
}

.over td {
	background: #99CCFF;
}

.error-message {
	color: red;
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center;
}

.auth-footer {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 20px; 
	background: #ffffcc;
	border: 1px black solid;
	font-family: Georgia;
	font-size: 10pt;
}

.align-left {
	/*position: absolute;*/
	float: left;
	left: 0;
	width: 48%;
	padding-left: 10px;
}

.align-right {
	/*position: absolute;*/
	float: right;
	right: 0;
	width: 48%;
	text-align: right;
	padding-right: 10px;
	
}

.notification {
	width: 90%;
	border: 1px solid black;
	background: #ffffcc;
	font-family: Georgia;
	font-size: 12pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}