/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/contentbg.jpg) repeat-y;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background: #fff;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: #fff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	color: #036;
	background : #ccc;
}

#content_container table {
	border-color: #fff;
}

#content_container th {
	color: #fff;
	background-color:#369;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #369;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #369;
	background-color:#def;
	padding: 3px 2px 3px 2px;
}

#header_text {
        background-color: #11006D;
        color: white;
}

#header_text2 {
        background-color: #FFFFFF;
        color: darkblue;
}

#page_back {
        background-color: #11006D;
}

#page_header {
        background-color: yellow;
        color: darkblue;
}

#detail_page {
        background-color: white;
        color: darkblue;
}

#stats_header {
        background-color: lightblue;
        color:darkblue;
}

#wins_header {
        background-color: green;
        color:darkblue;
}
#draw_header {
        background-color: yellow;
        color:darkblue;
}
#lost_header {
        background-color: red;
        color:darkblue;
}
#stats_header2 {
        background-color: lightblue;
        color:darkblue;
}

#stats_header3 {
        background-color: lightblue;
        color:darkblue;
}

#stats_header4 {
        background-color: #F0F0F0;
        color:darkblue;
}

#spurs_header {
        background-color: #FFFC17;
        color:darkblue;
}

#releg_header {
        background-color: #6D7B8D;
        color:white;
}

#mdtab_header {
        background-color: #F0F0F0;
        color:darkblue;
}
#world_header {
        background-color: ORANGE;
        color:darkblue;
}

#world_header2 {
        background-color: KHAKI;
        color:darkblue;
}

#world_text {
        background-color: #FFF8C6;
        color:darkblue;
}
#world_text2 {
        background-color: #ECF7FF;
        color:darkblue;
}

#eng_header {
        background-color: #C11B17;
        color:white;
}

#eng_header2 {
        background-color: white;
        color:RED;
}

#eng_header3 {
        background-color: white;
        color:RED;
}

#usa_header {
        background-color: #151B54;
        color:#FDEEF4;
}

#usa_header2 {
        background-color: #C11B17;
        color:#FDEEF4;
}

#usa_header3 {
        background-color: white;
        color:#E41B17;
}

#r16_header {
        background-color: #4AA02C;
        color:white;
}

#qtr_header {
        background-color: #FF00FF;
        color:black;
}

#sem_header {
        background-color: blue;
        color:white;
}

#fin_header {
        background-color: #F535AA;
        color:white;
}

#picture_bg {
        background-color: lightblue;;
        color:darkblue;
}

#footer_text {
        background-color: #11006D;
        color: white;
}

#footer_text2 {
        background-color: #EEEE00;
        color: darkblue;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #369;
}

legend {
	color: #369;
}

label {
	color: #369;
}

input {
	border-color: #369;
}

textarea {
	border-color: #369;
}


/*--------------------------------------------------------------------------*/

