/** CSS placed here will be applied to all skins */

/* Forum formatting -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }


/***********************************************************
** TABLE: MAINPAGE
*/
table.mainpage {
	width: 100%;
	background-color: #f2fff9;
	border: 1px solid #AAAAAA;
}

table.mainpage tr td, table.mainpage tr th {
	vertical-align: top;
	padding: 4px;
	width: 33%;
}

table.mainpage tr th {
	background-color: #cef2e0;
	border: 1px outset #cef2e0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

/***********************************************************
** VCL Documentation styles.
*/
div.VclDescription {
  background-color: #FFFEEB;
}
div.VclExamples {
  background-color: #FAFAFA;
}
div.VclHierarchy {
  background-color: #FFD9D9;
}
div.VclSeeAlso {
  background-color: #F9F9FF;
}
div.VclTechnicalComments {
  background-color: #FFEA94;
}
div.VclUnit {
  background-color: #80FF80;
}
div.VclUserComments {
  background-color: #FFF5F3;
}