* {
	font-family: Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
}

#page-container {
	text-align: center;
}

#page {
	width: 1000px;
	margin: 20px auto;
	text-align: left;
}

/* ================================================================================================ */
/* HEADER                                                                                           */
/* ------------------------------------------------------------------------------------------------ */

#header-container {
	border-bottom: 4px solid #96a7bf;
	margin-bottom: 10px;
}

#header {
	margin: 0 auto;
	padding: 5px 0 20px 0px;
	min-height: 50px;
}

#header .h1, #header .h2 {
	font-style: italic;
	font-family: Georgia, Serif;
	line-height: 24px;
}

#header .h1 { font-size: 24px; color: #074B87; }
#header .h2 { font-size: 20px; color: #88A9C3; }

/* ================================================================================================ */
/* MENU                                                                                             */
/* ------------------------------------------------------------------------------------------------ */

#menu-container {
	float: left;
	margin-top: 4px;
	width: 150px;
}

#menu ul {
	list-style-type: none;			
}

#menu li {
	border-bottom: 1px solid #ccc;
}

#menu a {
	display: block;
	padding: 8px 5px;
	font-size: 11px;
	min-height: 13px;
	color: #17588A;
	text-decoration: none;
}

#menu a:hover {
	background:	url(menu-arrow.gif) 96% 50% no-repeat;
	color: #6d96b5;
}
		
/* ================================================================================================ */
/* CONTENT                                                                                          */
/* ------------------------------------------------------------------------------------------------ */

#content-container {
	width: 800px;
	float: left;
	margin-left: 20px;	
}

#content {
	font-size: 11px;
	text-align: left;
	margin: 10px;
	padding-left:1px;
}

#content .a {
	color: #17588A;
	text-decoration: none;
}

#content .a:hover {
	color: #6d96b5;
}

#content .h1 {
	margin-bottom: 14px;
	color: #17588A;
	font-size: 20px;
	font-weight: normal;
}

#content .h2 {
	margin-bottom: 14px;
	color: #17588A;
	font-size: 22px;
	font-weight: normal;
}

#content .p {
	padding-bottom: 14px;
	font-size: 11px;
	line-height: 19px;
	color: #666;
}

#content .p2 {
	padding-bottom: 14px;
	font-size: 13px;
	line-height: 19px;
	color: #666;
}

#content .p3 {
	padding-bottom: 14px;
	font-size: 9px;
	line-height: 19px;
	color: #666;
}

#content .em {
	font-weight: bold;
	font-style: normal;
}

#content .error {
	color: #ff0000;
}

#content .help {
	font-size: 10px;
}



/* ================================================================================================ */
/* FOOTER                                                                                           */
/* ------------------------------------------------------------------------------------------------ */

#footer {
	margin-top: 20px;
	clear: both;
	font-size: 12px;
	height: 70px
}

/* ============================================================================================= */
/* TABLES                                                                                        */
/* --------------------------------------------------------------------------------------------- */

.infoDrop {
	background-color: #e5e5e5;
	padding: 5px;
}


td { font-family: Tahoma, Helvetica, Sans-Serif; font-size: 11px; }
td.h2 { cursor: default; font-weight: bold; padding: 2px 3px 0 8px; font-size: 13px; }
table.none { border-collapse: collapse; }
table.none td { border: 1px solid white; }
table.tbl { border-collapse: collapse; margin-bottom: 6px; }
table.tbl td { border: 1px solid #9D9DA1; }

table.normal td {
                      border: 0 ! important;
                      padding: 0 ! important;
                      font-weight: normal ! important;
                      height: 14px ! important;
}

table.tbl thead td {
                      font-weight: normal;
                      background-color: white;
                      cursor: default; 
                      padding: 2px 6px 2px 6px;
                      height: 21px;
}

table.tbl tbody td.bold { font-weight: bold; background-color: #E5E5E5; }
table.tbl tbody td { padding: 2px 6px 2px 6px; height: 21px; }
table.tbl tbody tr.row         { background-color: #E5E5E5; }
table.tbl tbody tr.rowAlt      { background-color: #C7C7C7; }
table.tbl tbody tr.rowCurrent  { background-color: #FFFFE1; }
table.tbl tbody tr.rowSelected { background-color: #BBBBB4; }
table.tbl tbody tr.rowBold { background-color: #E5E5E5; font-weight: bold; }
table.tbl tbody tr.rowBold a { font-weight: bold; }
table.tbl thead td.info { font-weight: bold; background-color: #E5E5E5; }

div.booktrans {padding-top: 0px; padding-left: 2px; width:800px; overflow: auto;}
div.list {padding-top: 0px; padding-left: 2px; width:800px; overflow: auto;}
div.participant {padding-top: 0px; padding-left: 2px; width:650px; overflow: auto;}

