body 
{  
  font-family: Arial, Helvetica, sans-serif; 
  background-color: #FFEECC;
  font-size: 12pt; 
  text-align: left;
}

td {
	padding: 0px;
	border-spacing: 0px;
}
td.menu
{
  font-weight: bold;
  color: #FFEECC;
  padding-left: 4px;
  border-top:2px solid #FDEECC;
  font-size: 12pt;
}

.menu_background {
	background-image: url('../images/navi_bg.png');
	background-repeat: no-repeat;
	padding: 0px;
	border-spacing: 5px;
}

a:link,
a:active,
a:visited {
	color: #002A46;
	text-decoration: none;
}

a:hover,
a.menu:active
 {
	color: #FF3333;
}

a.menu 
{
  text-decoration: none;
}

a.menu:link,
a.menu:visited
{
  color: #FFEECC;
}

a.menu:hover
{
  color: #FF3333;
}

a.selected
{
  color: #FF3333 !important;
  text-decoration: none;
}

a.greenlink
{
  color: #215725; 
  text-decoration: none;
}
a.submenu {
  font-size: 8pt;
  color: #FFFFEC; 
  text-decoration: none;
  font-weight: normal;
}

a.submenu:hover {
  font-size: 8pt;
  color: #FF3333; 
  text-decoration: none;
  font-weight: normal;
}

a.thlink {
	text-decoration: none;
}

a.thlink:link,
a.thlink:visited
{
  color: #FFFFF0;
}
a.thlink:hover
{
  color: #FF3333;
}

table {
	padding: 0px;
	border-spacing: 0px;
}

table.scorebox
{
  border-spacing: 0px;
  padding: 0px;
  background-color: #FFFFF0;
  margin: 0px;
  font-size: 10pt;
}

.scorebox td {
	padding: 2px;
}

thead {
  font-size: 11pt;
  height: 28px;
  text-align: center;
  background: #215725;
  color: #FFFFF0;
  font-weight: bold;
  background-image: url('../images/table-header.png');
}

th {
	padding: 4px;
}

th.header { 
    background-image: url('../images/doppelPfeil.png');     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: right; 
    border-right: 1px solid #050505;
    margin-left: -1px; 
}
th.headerSortUp { 
    background-image: url('../images/PfeilNachOben.png'); 
    /*background-color: #3399FF;*/ 
	color: #FF3333;
}
th.headerSortDown { 
    background-image: url('../images/PfeilNachUnten.png'); 
    /*background-color: #3399FF; */
	color: #FF3333;
}

textarea
	   {
	      font-family: arial, helvetica, sans-serif;
          font-size:10pt;
          font-style:normal;
          border: 1px solid gray;
          padding:2px;
       }

select
       {
	      font-family: arial, helvetica, sans-serif;
          font-size:10pt;
          font-style:normal;
          border: 1px solid gray;
          padding:2px;
       }

.line0
       {
       	  background: #FFFFF3;
	   }

.line1
       {
       	  background: lightgrey;
	   }

.update_success {
	color: #449944;
}

.btn_add {
	text-align: right;
	cursor: pointer;
	font-weight: bold;
	font-size: 10pt;
	display: block;
}

.field_add {
	display: none;
}

.match_won {
	color: #449944;
}
.match_lost {
	color: #FF3333;
}

.no_error {
	color: #449944;
	text-align: center;
}
.error {
 	color: #FF3333;
	text-align: center;
}
.support_admin_posted {
	background-color: #BBFFBB;
}
.support_user_posted {
	background-color: #FFEECC;
}
.support_system_posted {
	background-color: #BBBBBB;
}
.support_admin_posted_intern {
	background-color: #BBBBBB;
}
/*-----------------------------------------------------------------------*/

div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
	background-color: white;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/swfupload/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

/* NRWBasketImport-Tabelle */
.r1 {	font-size: 11pt;
	  	height: 28px;
	  	text-align: center;
	  	background: #215725;
	  	color: #FFFFF0;
	  	font-weight: bold;
	  	padding:0px;
	  	background-image: url('../images/table-header.png');
	} /* brauner Hintergrund */

.rt { 	background-color:#FFE8B8;
	} /* heller brauner Hintergrund */

.r2 { 	background-color:#FFFFFF;
	} /* weißer Hintergrund */

.c1{	font-family: Arial,Avantgarde,Helvetica,sans-serif;
 	font-size:10pt;font-style:normal;
 	line-height:normal;font-weight:700;
	padding: 5px;
	}

.ct{	font-family: Arial,Avantgarde,Helvetica,sans-serif;
 	font-size:10pt;font-style:normal;
 	line-height:normal;font-weight:700; color:#991111;padding: 5px;}

.c2{  	font-family: Arial,Avantgarde,Helvetica,sans-serif;
 	font-size:10pt;font-style:normal;
 	line-height:normal;font-weight:normal;padding: 5px;}

.c3{  	font-family: Arial,Avantgarde,Helvetica,sans-serif;
 	font-size:8pt;font-style:normal;
 	line-height:normal;font-weight:normal;padding: 5px;}
	
	
/* BB-Code */
.quotecontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 1px;
	border-style: solid;
	background-color: #FFEECC;
}

.quotewrapper {
	padding: 5px;
	margin: 0px 30px 0px 30px;
}

.quotetitle {
	font-weight: bold;
}