/*----------------------------------------------------------------------------
	colorscheme1.css for office colorscheme 3

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


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


/*--- main navigation - color 3 --------------------------------------------*/

#main_nav_container {
	/* color 3 */
	background: #ffa723;
}

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

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

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

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

.content button {
	color: #ffffff;
	/* color 3 */
	background-color: #ffa723;
	/* color 1 */
	border-color: #d16e00;
	border-style:solid;
	border-width: 1px;
}
	
.content button:hover {
	/* color 6 */
	border-color: #ffe5bd;
}

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

/*--- tables ---------------------------------------------------------------*/

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

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

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

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

.content fieldset {
	color: #696969;
	/* color 5 */
	background-color: #ffd391;
	/* color 2 */
	border-color: #fa8e00;
}

.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;
}

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