/**************************************************************/
/* File:			styles.css 		                          */
/* Description:		OpenDB Pepperchannel Theme Stylesheet     */
/* Author:         	Oliver Flammer				              */
/* Created:        	13.09.2006 / Copyright 2006 Pepperchannel */
/* Last Modified:   08.10.2006                                */
/**************************************************************/


/* OpenDb statistics specific options - these are not CSS options, but
will be parsed by OpenDb when generating the stats graphs */
.OpendbStatsGraphs
{
	image-size: 180;
	font-size: 2px;
	transparent: false;
	text-color: #FF9203;
	caption-color: #7E828D; 
	light-color: ##5C5C66;
	dark-color: #444454;
	light-border-color: #7E828D;
	dark-border-color: #444454;
	background-color: #1D1D29;
}


/* ------------------------------------------------------------ */
/* THE FOLLOWING SECTION FORMATS ALL LINKS AND THEIR VARIATIONS */
/* ------------------------------------------------------------ */

/* UNDEFINED LINKS */
A {
	color: #7E828D;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/* UNDEFINED LINKS (HOVER) */
A:hover {
	color: #FF9203;
	text-decoration: underline;
}

/* MENU LINKS */
.menuItem A {
	color: #FF9203;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* MENU LINKS (HOVER) */
.menuItem A:hover {
	color: #FF9203;
	font-weight: bold;
	text-decoration: underline;
}

/* FORMAT ALPHA-LIST */
.alphalist {
	color: #7E828D;
	font-weight: bold;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
}

/* ALPHA-LIST LINKS */
A.alphalist {
	color: #7E828D;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ALPHA-LIST LINKS (HOVER) */
A:hover.alphalist {
	color: #000000;
	font-weight: bold;
	background-color: #FF9203;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* FORMATS TABLE HEADERS */
.navbar {
	color: #7E828D;
	background-color: #444454; /* Hintergrundfarbe der Tabellenüberschriften */
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #444454;
	border-right: 1px solid #444454;
	border-top: 1px solid #444454;
	border-bottom: 1px solid #444454;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 3px;
	padding-bottom: 3px;
}

/* NAVBAR LINKS */
.navbar A {
	color: #7E828D; /* Farbe der Links in den Tabellenüberschriften */
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	border: 0px;
}

/* NAVBAR LINKS (HOVER) */
.navbar A:hover {
	color: #FF9203;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* FORMAT NAVIGATION LINKS SUCH AS NEXT, PREVIOUS, PAGE NUMBERS, AND OTHER NAV LINKS */
.footer {
	color: #7A7E89;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
}

/* FORMATS SORT MENU ON LISTINGS PAGE */
select.footer {
	color: #000000;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
}

/* FORMAT APPEARANCE OF FOOTER LINKS */
A.footer {
	color: #7E828D;
	font-weight: bold;
	text-decoration: none;
}

/* FORMAT HOVER APPEARANCE OF FOOTER LINKS */
A:hover.footer {
	color: #FF9203;
	font-weight: bold;
	text-decoration: none;
}

/* FORMAT THE LISTING LINKS IF NO IMAGE IS DEFINED (EDIT, REFRESH, DELETE, UPDATE, QUICK CHECKOUT) */
.smlink {
	color: #7E828D;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
}

/* ------------------------------------------------------------ */
/*                      END OF LINK SECTION                     */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/*             STANDARD ELEMENTS (BODY, H1, H2, H3)             */
/* ------------------------------------------------------------ */
/* FORMAT THE MAIN BODY */

HTML {

}

body {
	background: #2d2c3a; /* url(images/bg.gif); */
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size:10px;
	color:#7E828D;
	scrollbar-face-color:#51525F;
	scrollbar-highlight-color:#87889A;
	scrollbar-3dlight-color:#A4A5B0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#40424A;
	scrollbar-arrow-color:#FF9203;
	scrollbar-track-color:#676878;
}

p{
	font-size:10px;
}

ul{
	font-size:10px;
}

li{
	font-size:10px;
}

/* FORMAT LARGE-SIZED HEADINGS (TITLE) */
h1 {
	color: #FF9203;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* FORMAT MEDIUM-SIZED HEADINGS (TABLE TITLE) */
h2 {
	color: #FF9203;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* FORMAT SMALL-SIZED HEADINGS */
h3 {
	color: #FF9203;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* ------------------------------------------------------------ */
/*                END OF STANDARD ELEMENTS SECTION              */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/*                        MENU FORMATTING                       */
/* ------------------------------------------------------------ */

/* MENU TEXT FORMATTING */
.menutext {
	color: #7E828D;
}

/* MENU SELECTOR-FORMATTING */
select.menutext {
	color: #000000;
}

/* MENU BUTTON-FORMATTING */
input.menutext {
	color: #000000;
}

/* FORMAT IMAGES USED TO CREATE THE MENU */
.menuItem IMG {
	border: 0px;
}

/* FORMAT MENU CELL BACKGROUND COLOR */
.menutext td {
	background-color: #1D1D29;
}

/* ------------------------------------------------------------ */
/*                     END OF MENU FORMATTING                   */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/*                        USER INPUT BOXES                      */
/* ------------------------------------------------------------ */

/* FORMAT TEXT AND TEXT AREA BOXES (INPUT) */

	select, input, textarea {
	color: #000000;
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	background-color: #7a7e89; /* Farbe der Eingabefelder --- ACHTUNG: Steuert alle Felder inkl. Suche etc. */
	border-style: none;
	padding-left: 5px;
 	margin-top: 2px;
	margin-bottom: 2px;
	}



/* FORMAT INPUT FIELD - PROMPT CELL DEFINITION */

	.prompt {

		background-color: #1D1D29;

		color: #7E828D; /* Beschreibung der einzelnen Suchfelder/Eingabefelder */
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
	}



/* FORMAT INPUT FIELD - DATA CELL DEFINITION */

	.data {

		background-color: #1D1D29;

		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
		font-weight: normal;

		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
	}



/* FORMAT INPUT FIELD - PROMPT CELL DEFINITION */

	.promptlight {

		color: #7E828D; /* Beschreibung der einzelnen Suchfelder/Eingabefelder */
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
	}



/* LOGIN FORMAT INPUT FIELD - DATA CELL DEFINITION */

	.datalight {

		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
		font-weight: normal;

		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
	}




/* ------------------------------------------------------------ */
/*                    END OF USER INPUT BOXES                   */
/* ------------------------------------------------------------ */





/* ------------------------------------------------------------ */
/*            ALTERNATING ROW FORMATTING FOR LISTINGS           */
/*           ".top" ALSO FORMATS DATA ON DETAILS PAGE           */
/* ------------------------------------------------------------ */

/* FORMAT 1ST ROW OF LISTINGS AND DETAILS OF MEDIA */

	.top	{

		background-color: #1D1D29;

		font-size: 10px;

		padding-top: 2px;
		padding-bottom: 3px;
		padding-left: 4px;
		padding-right: 4px;

		border-top: 1px solid #444454;
		border-left: 1px solid #444454;
		border-right: 1px solid #444454;
		border-bottom: 1px solid #444454;
	}



/* FORMAT 2ND ROW OF LISTINGS */

	.top2 {

		background-color: #1D1D29;

		font-size: 10px;

		padding-top: 2px;
		padding-bottom: 3px;
		padding-left: 4px;
		padding-right: 4px;

		border-top: 1px solid #444454;
		border-left: 1px solid #444454;
		border-right: 1px solid #444454;
		border-bottom: 1px solid #444454;
	}

/* ------------------------------------------------------------ */
/*         END OF ALTERNATING ROW FORMATTING FOR LISTINGS       */
/* ------------------------------------------------------------ */





/* ------------------------------------------------------------ */
/*                    SYSTEM ERRORS & MESSAGES                  */
/* ------------------------------------------------------------ */

/* FORMAT VARIOUS MESSAGES */

	.success {

		color: #FF9203;
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}



/* FORMAT THE DETAILS OF A SUCCESSFUL COMPLETION */

	.smsuccess {

		color: #FF9203;
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
	}



/* FORMAT ERROR MESSAGES */

	.error {

		color: red;
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}



/* FORMAT ERROR DETAILS */

	.smerror {

		color: red;
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}



/* FORMAT SMALL TEXT FOR MESSAGES, ETC */

	.fineprint {

		color: #FF9203;
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
	}



/* FORMAT CONNECTED TO DATABASE MESSAGE IN FOOTER */

	.dbconnected {

		color: #7E828D;
		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
	}

/* ------------------------------------------------------------ */
/*                END OF SYSTEM ERRORS & MESSAGES               */
/* ------------------------------------------------------------ */





/* ------------------------------------------------------------ */
/*                         MISCELLANEOUS                        */
/* ------------------------------------------------------------ */

/* UNLESS DEFINED ELSEWHERE, THIS FORMATS MOST OTHER TEXT */

	.colortext {

		color: #7E828D;

		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
	}



/* FORMAT HEADER DISPLAYED WHEN LINKING TO AN EXTERNAL SITE */

	.externalheader {

		color: #7E828D;

		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
	}



/* FORMAT ALL HELP TEXT */

	.help {

		color: #FF9203;

		font-family:tahoma, helvetica, arial, sans-serif;
		font-size: 10px;
	}

/* ------------------------------------------------------------ */
/*                     END OF MISCELLANEOUS                     */
/* ------------------------------------------------------------ */
