﻿body
{
}

.meetinglist_newestitem
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 2px solid #E9A213;
    padding: 10px;
    margin: 10px;
    width: 100px;
    font-size: 18px;
    margin-left: auto; 
    margin-right: auto;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #CCFFCC;
	font-weight: bold;
}

input.largeCheckBox
{
	width: 30px;
	height: 30px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.06em;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Special formatting classes */

.status
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
}

/* Sections */
.middle
{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

/* Backgrounds */

.formbackground
{
	background-color: #CCFF99;
	padding: 10px 10px 10px 10px;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: #000000;
	background-color: #CCCCCC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: #000000;
	background-color: #999999;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #F0F0F0;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #2F4F4F #C6DDDD #C6DDDD #C6DDDD;
}
