/****************************************

	GENERAL STYLE FOR TYPO3 BACKEND:

Stylesheet for the TYPO3 backend.
You can configure another/additional stylesheet for use by the $TBE_STYLES global var

TYPO3 CVS ID: $Id: stylesheet.css,v 1.45.2.1 2005/05/22 13:57:31 typo3 Exp $

*****************************************/




/*********************************************
 * MAIN STYLES:
 *********************************************/

H1, H2, H3, H4, H5, H6, H7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* Occasionally used, eg. in About Modules: */
H1 {
	color: #FF9900;
	font-size: 12px;
	text-align: center;
}

/* MAIN page header: */
H2 {
                color: #FF9900;
	font-size: 10px;
	text-align: justify;
}

/* Normal section headers */
H3 {
	padding: 1px 3px 1px 3px;
	background-color: #E7DBA8;
}

/* Discrete section headers (no background) */
H4 {
	color: #333333;
}

H5 {
        color: #FF9900;
        font-size: 12px;
}

H6 {
        font-size: 8px;
}

H7 {
        color: #FF9900;
        font-size: 6px;
}

td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Links in general */
A {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00008B;
/*	text-decoration: underline; */
}
A:hover {color: #254D7B}

/* horizontal ruler */
HR, DIV.hr {
/*	height:2.5px;  */
/*	color: #FF9900; */
        color: #808080;
/*        background-color: #808080; */
/*	background-color: #FF9900; */
/*	border-top: 1px solid #7a7a7a; */

/*	border-bottom: 1px solid #000;  */
}

DIV {
overflow-x: hidden
overflow-y: auto
}

/*********************************************
 * Various body tags:
 *********************************************/

 /* Set default values for bodytags: */
BODY {
	background-color: white;
}

H5 {
	background-color: red;

}
