/*=============================================================================
** CSS-Stylesheet for Journey-Administration at Hompage 'SC Freiburg Fanclub "Knaddly's"
**-----------------------------------------------------------------------------
** copyright (c) by Stefan Kientzler, 2009
\*===========================================================================*/

.inputOK
{
	border: 1px solid dimgray;
}

.inputMand
{
	border: 1px solid dimgray;
	background-color:#E0FFE0;
}

.inputError, .inputMError
{
	border: 2px solid red;
}

.inputOK_R
{
	border: 1px solid dimgray;
	text-align:right;
}

.inputMand_R
{
	border: 1px solid dimgray;
	background-color:#E0FFE0;
	text-align:right;
}

.inputError_R, .inputMError_R
{
	border: 2px solid red;
	text-align:right;
}

#contentCol .locked
{
	color: red;
	font-weight: bold;
}
#contentCol .soldout
{
	color: blue;
	font-weight: bold;
}
#contentCol .active
{
	color: darkgreen;
	font-weight: bold;
}

#contentCol .edit
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_edit.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

#contentCol .notice
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_notice.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

#contentCol .edit:hover, #contentCol .copy:hover, #contentCol .delete:hover, #contentCol .list:hover
{
	text-decoration:none;
}

#contentCol .copy
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_copy.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

#contentCol .delete
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_delete.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

#contentCol .list
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_list.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

#contentCol .remark
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_remark.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}
#contentCol .issued
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_issued.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}
#contentCol .not_issued
{
	color:darkblue;
	font-size: 10pt;
	background: url(../images/admin_not_issued.png) no-repeat right 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

#navigationcol .summary_header, #navigationcol .summary_header td
{
	color: white;
	background-color:#004000;
	font-weight: bold;
}
#navigationcol .summary_unconfirmed, #navigationcol .summary_unconfirmed td
{
	color: white;
	background-color: red;
}
#navigationcol .summary_reserved, #navigationcol .summary_reserved td
{
	color: white;
	background-color: blue;
}
#navigationcol .summary_subtitle
{
	color: darkgreen;
	background-color:#E0FFE0;
}
#navigationcol .summary_row
{
	color: darkgreen;
	background-color:lightgrey;
}

/*###################*/
/* Beginn Navigation */
/*###################*/
#navi, #navi ul, #navcontainer .navi
{
	list-style:none; 
	margin:0; 
	padding:0; 
}

#navi li
{ 
	width:120px; 
	float:left; 
} /* Horizontale Anordnung */
	
#navi li ul
{
	display:none;
} /* Normalzustand eingeklappt */

#navi li:hover ul 
{ 
	display:block; 
} /* Ausgeklappt */
	
  
#navcontainer 
{ 
	height:18px; 
	position:relative; 
}
  
#navi 
{ 
	position:absolute; 
}
  
#navi li 
{ 
	margin:0 10px 0 0; 
}

#navi ul li 
{ 
	border:none; margin:0; 
}
	
#navi a 
{ 
	border:1px solid #000; 
	font-size: 9pt;
	font-weight:bold; 
	text-align:center; 
	display:block; 
	height:21;
	padding:0px; 
	padding-top:3px;
}

#navi a:link, #navi a:visited 
{ 
	color:white; 
	background: url(../images/header2.bmp) repeat-x 0px 0px;
	text-decoration:none; 
}

#navi a:active, #navi a:hover 
{ 
	color:black; 
	background: url(../images/header1.bmp) repeat-x 0px 0px;
	text-decoration:none; 
}


