.logo {
	background-image: url(./wiki_logo.png);
	background-repeat: no-repeat;	
	height: 57px;
	width: 78px;
}

.menuTable {
	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0d2264;
	background-color: #b7d7ff;
	width: 100%;

	font-family : sans-serif;
	font-size : 8pt;
	text-align: left;
}

.menuTableDark {
	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0d2264;
	background-color: #5d9ae5;
	width: 100%;

	font-family : sans-serif;
	font-size : 8pt;
	text-align : left;
}

.menuTableExt {
	/* used only for printer-friendly page */
}

.mainTable {
	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0d2264;
	background-color: #ffffff;
	height: 600px; 
	width: 100%;
	font-family : sans-serif;
	font-size : 8pt;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;

	background-image: url(./faded_background.png);
	background-repeat: no-repeat;
	background-position: 98% 98%;
}

.loginTable {
  	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	background-color: #f8f8f8;
	width: 100%;
	font-family : sans-serif;
	font-size : 8pt;
	background-image: url(./user_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding : 0px 0px 0px 24px;
}

.searchTableExt {
	/* used only for printer-friendly page */
}

.leftFooterExt {
	/* used only for printer-friendly page */
}

.statusTable {
  	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	background-image: url(./gradient_status.png);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
	font-family : sans-serif;
	font-size : 7pt;
	text-align: justify;
}

.breadCrumbsShadowDeep {
   background-color: #43579a;
   height: 1px;
}

.breadCrumbsTable {
  	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cfcfcf;
	background-image: url(./gradient_bc.png);
	background-repeat: repeat-x;
	font-family : sans-serif;
	font-size : 7pt;
	height: 17px;
	width: 100%;
}

.buttonsTable {
	border-style : solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0d2264;
}

.breadCrumbsLowerShadowDeep {
	background-color: #43579a;
}

.breadCrumbsLowerShadowMedium {
	background-color: #8291bf;
}

.breadCrumbsLowerShadowLight {
	background-color: #d9ddea;
}

div.calendar { background-color: #f0f0f0; 
               font-family: monospace; font-size: 
               small; 
               font-weight: normal; }
div.calendartitle       { background-color: #5d9ae5; }
div.calendar a          { font-weight: lighter; }
div.calendar a.today    { color: #000000; }
div.calendar a.selected { color: #ffffff; background-color: #43579a; }
div.calendar a.exists   { color: #000000; background-color: #8291bf; }
div.calendarentry       { border: 1px solid #a0a0a0; padding: 4px; }
div.calendarentryheader { background-color: #5d9ae5; }
div.calendarentryfooter { background-color: #f0f0f0; }

