/*******************************************************************************
* Datei :           admin.css   ***INCLUDE***                                  *
*                                                                              *
* Projekt :         NC EveCal                                                  *
* Version :         3.3                                                        *
* Datum :           30.06.2004                                                 *
* Autor :           Manuel Rennecke <info@netconcept24.de>                     *
* Herausgeber :     (c) 2001-2004 - Net Concept 24                             *
*                                                                              *
* Cascading Style Sheets für AdminCenter                                       *
*******************************************************************************/

body {
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    font-family: Arial;
    margin: 1px;
}

a.left:link, a.left:visited {
	display: block;
	color: #000066;
	text-decoration: none;
	font-family: Arial;
    font-size: 12px;
	padding: 4px;
	background-color: none;
	width: 100%;
}

a.left:active, a.left:hover {
	display: block;
	color: #000066;
	text-decoration: none;
	font-family: Arial;
    font-size: 12px;
	padding: 4px;
	background-color: #AFAFAF;
	width: 100%;
}

a.top1:link, a.top1:visited, a.top1:active, a.top1:hover {
    font-weight: bold;
	color: #FFFFFF;
    font-size: 13px;
    font-family: Verdana;
	text-decoration: none;
}

a.top0:link, a.top0:visited {
    font-weight: bold;
	color: #666666;
    font-size: 13px;
    font-family: Verdana;
	text-decoration: none;
}

a.top0:active, a.top0:hover {
    font-weight: bold;
	color: #000000;
    font-size: 13px;
    font-family: Verdana;
	text-decoration: none;
}
a.normal:link, a.normal:visited {
	color: #000066;
	text-decoration: underline;
}

a.normal:active, a.normal:hover {
	color: #000066;
	text-decoration: none;
}

.normal1 {
    font-weight: normal;
    font-size: 13px;
    color: #444444;
    font-family: Verdana;
}
.hilite {
    font-weight: normal;
    font-size: 13px;
    color: #000066;
    font-family: Verdana;
}
.error {
    color: #990000;
}
.normal2 {
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    font-family: Arial;
}

.small {
    font-weight: normal;
    font-size: 10px;
    color: #222222;
    font-family: Verdana;
}
.headline {
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    font-family: Verdana;
}

.textfield {
    font-size: 12px;
    color: #000000;
    font-family: Arial;
}

.textfield_small {
	font-family: Verdana; 
	font-color: #333333; 
	text-align: right; 
	font-size: 10px; 
	width: 35px;
}

.codefield {
    font-size: 12px;
    color: #000000;
    font-family: Courier New;
}

.timetable {
    border: 1px solid #999999;
    background-color: #CFCFCF;
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial;
}
