<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------
	colorscheme1.css for office colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.


----------------------------------------------------------------------------*/

/*--- main navigation - color 3 --------------------------------------------*/
#main_nav_container {
	background: #6caee1;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #696969;
	/* color 6 */
	background: #cce9ff url(images/static/pgbk.gif) repeat-x;
}

/*--- button ---------------------------------------------------------------*/

.content button {
	color: #ffffff;
	/* color 3 */
	background-color: #4394d1;
	/* color 1 */
	border-color: #0065b3;
	border-style:solid;
	border-width: 1px;
}
	
.content button:hover {
	/* color 6 */
	border-color: #cce9ff;
}

.content button:active {
	color: 333333;
	border-color: #333333;
}
	
/*--- tables ---------------------------------------------------------------*/

.content th {
	color: #ffffff;
	/* color 3 */
	background-color: #4394d1;
}

.content tr.odd {
	color: #696969;
	/* color 5 */
	background-color: #9acbf0;
}

.content tr.even {
	color: #696969;
	/* color 6 */
	background-color: #cce9ff;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	color: #696969;
	/* color 5 */
	background-color: #9acbf0;
	/* color 2 */
	border-color: #0b73c2;
}

.content legend{
	/*background-color: #B3DEFE;*/
	border-color: blue;
	color: #696969;
}

.content label {
	color: #696969;
}

.content input {
	/*background-color: red;*/
	border-color: #84685e;
}

.content textarea {
	border-color: #84685e;
}

/*--------------------------------------------------------------------------*/
</pre></body></html>