body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* General */
input {
	font-size: 8pt;
}
select {
	font-size: 8pt;
	border: 0px
	margin: 0px;
}
img {
	border: none;
}

a:link, a.visited  {
	text-decoration: none;
	border: none;
}



table.underline {
  border: none ;
  width: 100%; 
  border-collapse: collapse;
  font-size: 10pt;

}
table.underline td {
  padding-top: 10px;
  border-bottom: 1px dotted #808080; 

}


/* End general */

/* table & record editors */
TABLE.editor
{
	font-weight: bolder;
	font-size: 8pt;
	font-family: Arial, Verdana;
	border-collapse: collapse;
}

TABLE.editor TD
{
	border-bottom: #c5daeb 1px dotted;
	padding: 2px 2px 2px 2px;
}


TR.editorHead
{
	color: #101090;
	background-color: #c5daeb;
	border-bottom: none;
}
TR.editorHead A
{
	color: #101090;
}
TR.editorHead TD
{
	border-bottom: none;
}

tr.editorFilter {

}
TR.editorFilter TD
{
	border-bottom: #c5daeb thin solid;
}
TR.newLine
{
}
TR.newLine TD
{
	background-color: #E0E0E0;
}

input.unavailable
{
	border-right: teal 1px solid;
	border-top: teal 1px solid;
	border-left: teal 1px solid;
	color: gray;
	border-bottom: teal 1px solid;
	background-color: silver;
}

input.computed
{
	border-right: teal 1px solid;
	border-top: teal 1px solid;
	border-left: teal 1px solid;
	color: black;
	border-bottom: teal 1px solid;
	background-color: #E0E0E0;
}


div.navigation
{
	font-weight: bolder;
	font-size: 8pt;
	font-family: Arial, Verdana;
	text-align: center;
}


.error {
	color: red;
	font-size:10px;
}

/* End table & record editors */


/* Header and menu */
table.layout {
	border-collapse: collapse;
}
td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.menu {
	background-color: #c5daeb;
	vertical-align: top;
	width: 212px;
}
td.menu a{
	font-size: 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}



td.header {
	background-color: #3333ff;
	color: #ffffff;
	background-image: url(../images/header.jpg);
	vertical-align: bottom;
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-weight: bold;
}


div.heading2 {
	font-size: 14pt;
}
div.heading1 {
	font-size: 18pt;
}
div.info {
	font-size: 10pt;
}
div.small {
	font-size: 8pt;
	font-style: italic;
}


span.header {
	font-size: 14pt;
}
td.content {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
td.footer {
	background-color: #ffffff;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 10px 10px 10px 10px;
}

td.menuitem {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #101090;
	padding: 0px 0px 0px 25px;
	vertical-align: center;
	background-image: url(../images/off.gif);
	width: 212px;
	height: 25px;
	cursor: pointer;
}
td.menuitemHover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7070a0;
	padding: 0px 0px 0px 25px;
	vertical-align: center;
	background-image: url(../images/on.gif);
	width: 212px;
	height: 25px;
	cursor: pointer;
}

td.menuitem a{
	font-size: 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #101090;
	text-decoration: none;
}
td.menuitemHover a{
	font-size: 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7070a0;
	text-decoration: none;
}


td.menuitemTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #7070a0;
	padding: 0px 0px 0px 25px;
	vertical-align: center;
	background-image: url(../images/on.gif);
	width: 212px;
	height: 25px;
	cursor: auto;
}
/* End Header and menu */

/* index.php */

table.organizers {
	width: 100%;
}

table.organizers td {	
	text-align: center;
	font-size: 10pt
}
/*end index.php */