﻿/* Wait-Infobox */
.RunningProcessDiv
{
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color: transparent;
    text-align: center;
    
    /* Transparenz würde so gehen:
    Entweder per Gif:
    background-image: url(images/bg_whiter.gif);
    Oder transparenten Hintergrund:
    background-color:#ffffff;
    filter:Alpha(opacity=70, finishopacity=60, style=2);	
 
    class of dragged element in access-wizard 
    .clsDragWindow
    {
        border:solid 2px #000000;
        background-color:#666666;
        filter:alpha( opacity=40 );
        position:absolute;
        display:none;
    }
    */
}
.RunningProcessTable
{
    width: 280px;
    height: 80px;
    text-align: center;
    border: #59513c 1px solid;
    background-color: #efede9;
}
.CalendarPicker
{
    background-color: #f0f0f0;
    border: #59513c 2px solid;
    padding: 5px;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{ 
    background-color: #efede9; /* #f7f5f2; */
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0em;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by WebPortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
    font-weight: bold;
    font-size: 20px;
    color: #59513c;
    font-family: Verdana Bold, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
/* Org: 
    background-color: #a9a18c;
    border-color: white;
*/
.TabBg {
    background-color: #f0f0f0;
    border-top: #a9a18c 1px solid;
    border-left: #a9a18c 1px solid;
    border-right: #a9a18c 1px solid;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    background-color: #c3bdae;
    border-top: #59513c 2px solid;
    border-bottom-color: #59513c;
    border-left: #59513c 1px solid;
    border-right: #59513c 1px solid;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#8b0000;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#59513c; /* #59513c */
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#59513c;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#59513c;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#59513c;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:red;  /*#29210c*/
}
    
/* background/border colors for the selected tab */
.ChildTabBg {
    border-right: #9196A2 1px solid;
    border-left: #9196A2 1px solid;
    border-bottom: #9196A2 1px solid;
    background-color: white;
}

/* background/border colors for the unselected tabs */
.OtherChildTabsBg
{
    background-color: white;
    border-right: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

/* text style for the selected tab */
.SelectedChildTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#8b0000;
    text-decoration:none;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherChildTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #696969;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherChildTabs:link    {
    text-decoration:    none;
    color:#696969;
}

A.OtherChildTabs:visited {
    text-decoration:    none;
    color:#696969;
}

A.OtherChildTabs:active  {
    text-decoration:    none;
    color:#696969;
}

A.OtherChildTabs:hover   {
    text-decoration:    underline;
    color:red;
}

/* style for selected filter-tab */
.SelectedFilterTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:Red;
    font-weight: bold;
    background-color: white;
    border-color: red;
}

/* style for unselected filter-tabs */
.OtherFilterTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#dcdcdc;
    font-weight: bold;
    text-decoration:none;
    background-color: #F0F0F0;
    border-color: #A9A18C;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

.Hidden
{
    display: none;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8b0000;
}

/* style of state of timesheet */
.TNStatus
{
    font-weight: bold;
    font-size: medium;
    cursor: default;
    font-family: Marlett, wingdings, webdings;
    text-align: center;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

.AltHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666644;
}

/* background color for althead when used in table */
.AltHeadBg
{
    border-right: #666644 1px solid;
    border-top: #666644 1px solid;
    border-left: #666644 1px solid;
    border-bottom: #666644 1px solid;
    background-color: #eee8aa;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8b0000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.DataGrid
{
    padding-bottom:20px;
}

.DataGrid th
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #8b0000;
    padding-right: 20px;
    text-align: left;
}

.DataGrid tr
{
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: rgb(187, 187, 187);
    border-top-width: 1px;
}

.DataGrid .AlternatingRow
{
    background-color: #E7E3DF; 
}

/* style of GridView header, pager, items and hovering */
.DataGridHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #8b0000;
}

.DataGridDetail
{
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

.DataGridDetailZS
{
    color: #008000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

.DataGridDetailSum
{
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.DataGridDetailZSSum
{
    color: #008000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.DataGridPager, .DataGridPager td
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0px 4px 0px 4px;
    font-size: 13px;
    font-weight: bold    
}

.DataGridHover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
.DataGridHover tr.row
{
    /* background-color: #F7F3EF; */
    cursor: pointer;
}
.DataGridHover tr.altrow
{
    background-color: #F7F3EF; /* #EFEBDE; */
    cursor: pointer;
}
.DataGridHover tr.altrowdark
{
    background-color: #E7E3DF; 
    cursor: pointer;
}
.DataGridHover tr.row:hover, .DataGridHover tr.altrow:hover, .DataGridHover tr.altrowdark:hover
{
    background-color: #d3d3d3;
}

.InfoDiv
{
    border-right: red double;
    border-top: red double;
    border-left: red double;
    border-bottom: red double;
    background-color: #f0f0f0;
}

/* styles of datalist items */
.DataListHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #8b0000;
    background-color: #dcdcdc;
}

.DataListRowHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #8b0000;
    background-color: #efebde;
}

.DataListAltBg
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #fff5ee;
}

.DataListWeekendBg
{
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #e6e6fa;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalNobr
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    white-space: nowrap;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalTextBoxBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.NormalTextBoxMultiLine
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.NormalTextBoxReference
{
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #efede9;
    padding:  5px, 3px, 5px, 5px;
}

.NormalLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
    border: black 1px solid;
    background-color: white;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalGray
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: gray; 
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}

.ErrorLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
    display: block;
}

.ErrorLabelBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
    display: block;
}

div
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

td.SuccessList
{
    background-color:palegreen;
    margin:0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px
}

.ErrorList
{
    color: red !important;
    font-weight: bold;
    margin:0px;
    max-width: 500px;
}

.ErrorList > li
{
    padding-bottom: 3px;
}

.ErrorList > span > li {
    padding-bottom: 3px;
}


.TextBoxInactive
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #dcdcdc;
}

.Filter
{
    padding: 1px;
    border-top: thin groove;
    font-size: 11px;
    border-bottom: thin ridge;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #eee6d1;
    border-top-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
}

.SubFilter
{
    padding: 1px;
    font-size: 11px;
    border-bottom: thin ridge;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #f0f0f0;
    border-bottom-color: #C0C0C0;
}

.NoData
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4169e1;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* style for links that look like buttons */
.buttonContainer {
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #777777;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #EEEEEE;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}
    
/* text style for Userinfo-Page */
.UserInfoTable
{
    padding: 3px;
    border: 0px;
}

.UserInfoTable tr
{
    background-color: #f7f3ef;
}

.UserInfoTable .DataGridHead
{
    padding: 5px;
    text-align: center;
}

.UserInfoTable .Normal
{
    padding-left: 5px;
    text-align: right;
}

.UserInfoTable .KundenListe{
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.UserInfoDescCol
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: 200px;
    height: 20px;
    background-color: #efebde;
}

.UserInfoTextCol
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 450px;
    height: 20px;
    background-color: #f7f3ef;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #8b0000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #8b0000;
}

A.CommandButton:active
{
    color: #8b0000;
    text-decoration: underline;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

/**** Styles for Menu ****/
/* text style for the selected menuitem */
/* text style for the unselected tabs */
.MenuItems
{
    font-size: 12px;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #c3bdae;
}
    
/**** Styles for Submenu ****/
/* background/border colors for menu */
.SubMenuBg {
    background-color: white;
}

/* text style for the selected menuitem */
.SelectedSubmenuItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Red;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherSubmenuItems {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#520000;
    font-weight: bold
}

/* style shiftplanner table */
.Shiftplanner
{
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}
.ShiftplannerHead
{
    color: white;
    background-color: gray;
    text-align: center;
}
.ShiftplannerRowHead
{
    color: white;
    background-color: gray;
    text-align: left;
}
.ShiftplannerWeekend
{
    color: white;
    background-color: #bc80cd;
    text-align: center;
}
.ShiftplannerToday
{
    border:solid 1px #000000;
    font-weight: bold;
    color: white;
    background-color: red;
    text-align: center;
}
.ShiftplannerNoAssignment
{
    color: white;
    background-color: #d3d3d3;
    text-align: center;
}

/* Style for Wizards */
.Wizard
{
    border: solid 1px #999999;
    background-color: #E6E2D8;
}

.WizardSideBar
{
    background-color: #1C5E55;
    vertical-align: top;
    font-size: 0.9em;
    padding: 2px;
}

.WizardSideBarButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

.WizardStep
{
    border: solid 2px #e6e2d8;
    background-color: #f7f6f3;
}

.WizardNavigationButton
{
    border: solid 1px #C5BBAF;
    background-color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #1C5E55;
}

.WizardHeaderStyle
{
    border: solid 2px #E6E2D8;
    background-color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-align: center;
}

/* Style for Treeview * Nicht Aktiv ** */
.TvNodeStyle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    text-indent: 5px;
}

.TvHoverNodeStyle
{
    text-decoration: underline;
    background-color: #c3bdae;
}

.TvSelectedNodeStyle
{
    text-decoration: underline;
    background-color: #efede9;
    font-weight: bold;
}

/* Styles for actuals lists / Weekview */
.ActCell
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    border-top: #e8e8e8 1px solid;
    border-left: #e8e8e8 1px solid;
    border-right: #a8a8a8 1px solid;
    border-bottom: #a8a8a8 1px solid;
    cursor: default;
}

.ActCellIst
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    border-top: #e8e8e8 1px solid;
    border-left: #e8e8e8 1px solid;
    border-right: #a8a8a8 1px solid;
    border-bottom: #a8a8a8 1px solid;
    cursor: default;
    background-color: #fff5ee;
}

.ActCellPlan
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    border-top: #e8e8e8 1px solid;
    border-left: #e8e8e8 1px solid;
    border-right: #a8a8a8 1px solid;
    border-bottom: #a8a8a8 1px solid;
    cursor: default;
    background-color: #fafafa;
    color: #595959;
}

.ActInnerCell, .AZMNoAZM, .KostNoKost
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

.AZMActive
{ 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ffe4b5; 
}

.AZMInActive
{ 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #d1d7ff; 
}

.DefaultCursor {
	cursor: default !important;
}

.LoadingCursor {
	cursor: wait !important;
}

.KostActive
{ 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #fffacb; 
}

.KostInActive
{ 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #e1e7ff; 
}
/* End Weekview Styles */

/* Accordion and collapsible Panel Styles */
.accordionHeader
{
    border: 1px solid #9196A2;
    background-image: url(images/accordionHeaderBG.gif);
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#8b0000;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2290AD;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #d3d3d3;/* #c3bdae; */
    border: 1px solid #9196A2;
    border-top: none;
    padding: 5px;
    /* padding-top: 10px; */
}

.accordionGridItem
{
    font-size: 12px;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
}

.cPanelHeader
{
    background-image: url(images/accordionHeaderBGhor2.gif); 
    background-repeat: repeat-y;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#8b0000;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.cPanelContent
{
    background-color: #f6f6f6;
    border: 1px solid #C0C0C0;
    padding: 5px;
}

.LegendeHeader
{
    background-image: url(images/accordionHeaderBGhor2.gif); 
    background-repeat: repeat-y;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#8b0000;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
/* End Accordion and collapsible Panel Styles */

/* Modal Popup Style*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color: #F7F3EF; /* #ffffdd; */
    border-width:2px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}

.modalPopup .Content
{
    display:table;
    padding: 5px;
    margin-bottom: 10px;
}

.modalPopup .Content span
{
    display:table-cell;
}

.modalPopup .Label{
    font-weight: bold;
    padding-right: 20px;
    padding-left:5px;
    min-width: 180px;
    text-align: left;
    vertical-align:middle;
}

.modalPopup .Content > div{
    padding-bottom: 10px;
    display:table-row; 
    height:25px;
}

.modalPopup .Content .header{
    font-size:  12px;
    font-weight:    bold;
    color: #8b0000;
    padding-top:15px;
    padding-bottom:5px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
    color: #ff0000;
    font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}

/************ TimeNet Warning Related Styles ***********************/
.box_n {background-color:#fcd163;}
.box_head {background-color:#fcd163; height:24px; padding-left:15px; background:url(images/titlebox/headBGYellow2.gif) repeat bottom; 
    border-left:1px solid #fcd163; border-right:1px solid #fcd163; margin-top:-6px; border-top:1px solid #fcd163; border-bottom:1px solid #e1bf48}
.box_head .mtitle {font-size:14px; font-weight:bold; font-family:verdana, helvetica, sans-serif; padding-top:3px; color:#4d4d4d}
.box_n .box_o {display:block; font-size:0px; margin:0px; line-height:0%; position:relative; height:6px;
    background:url(images/titlebox/headNEYellow.gif) no-repeat top right; right:-1px}
.box_n .box_w {display:block; font-size:0px; margin:0px; line-height:0%; position:relative; height:6px;
    background:url(images/titlebox/headNWYellow.gif) no-repeat top left; left:-2px; width:6px}
.box_content {border-color:#ccc; border-style:solid; border-width:0 1px;}
.box_s {background-color:transparent; border-color:#ccc; border-style:solid; border-width:0 1px 1px}
.gbbox_s {background-color:#e8e8e8; border-color:#ccc; border-style:solid; border-width:0 1px 1px}
.box_s .box_o, .gbbox_s .box_o {display:block; font-size:0px; margin:0px; line-height:0%; position:relative; height:10px}
.box_s .box_w, .gbbox_s .box_w {display:block; font-size:0px; margin:0px; line-height:0%; position:relative; height:10px}
.box_s .box_o {background:transparent url(images/titlebox/footSEgrey.gif) no-repeat scroll bottom right; bottom:-1px; right:-1px}
.box_s .box_w {background:transparent url(images/titlebox/footSWgrey.gif) no-repeat scroll bottom left; left:-2px; width:10px}
.gbbox_s .box_o {background:transparent url(images/titlebox/footSEgreyBGgrey.gif) no-repeat scroll bottom right; bottom:-1px; right:-1px}
.gbbox_s .box_w {background:transparent url(images/titlebox/footSWgreyBGgrey.gif) no-repeat scroll bottom left; left:-2px; width:10px}

/************ TimeNet Popup Shadow Related Styles ***********************/
.popup_nw {background:url(images/popupshadow/topleft.png); width:9px; height:8px;}
.popup_n {background:url(images/popupshadow/topcenter.png); height:8px;}
.popup_ne {background:url(images/popupshadow/topright.png); width:9px; height:8px;}
.popup_w {background:url(images/popupshadow/middleleft.png); width:9px;}
.popup_e {background:url(images/popupshadow/middleright.png); width:9px;}
.popup_sw {background:url(images/popupshadow/bottomleft.png); width:9px; height:8px;}
.popup_s {background:url(images/popupshadow/bottomcenter.png); height:8px;}
.popup_se {background:url(images/popupshadow/bottomright.png); width:9px; height:8px;}
/* Usage: 
    <table cellpadding="0" cellspacing="0" border="0">
      <tr>
        <td>
          <div class="popup_nw"> </div>
        </td>
        <td>
          <div class="popup_n"> </div>
        </td>
        <td>
          <div class="popup_ne"> </div>
        </td>
      </tr>
      <tr>
        <td class="popup_w"></td>
        <td style="background:black;" align="left">
          <div>
            XXX
          </div>
        </td>
        <td class="popup_e"></td>
      </tr>
      <tr>
        <td>
          <div class="popup_sw"> </div>
        </td>
        <td>
          <div class="popup_s"> </div>
        </td>
        <td>
          <div class="popup_se"> </div>
        </td>
      </tr>
    </table>                         
*/

/************ TimeNet Shadow Related Styles ***********************/
.shadow_ne {background:url(images/popupshadow/shadowNE.png); width:5px; height:5px;}
.shadow_e {background:url(images/popupshadow/shadowE.png); width:5px;}
.shadow_sw {background:url(images/popupshadow/shadowSW.png); width:5px; height:5px;}
.shadow_s {background:url(images/popupshadow/shadowS.png); height:5px;}
.shadow_se {background:url(images/popupshadow/shadowSE.png); width:5px; height:5px;}
.shadow2_e {background:url(images/popupshadow/shadow2E.png) no-repeat top right !important; width:6px;}
.shadow2_se {background:url(images/popupshadow/shadow2SE.png); width:6px; height:6px;}
.shadow2_s {background:url(images/popupshadow/shadow2S.png) no-repeat bottom left !important; height:6px;}
.shadow_content {border: 1px solid #ccc;}

/************ Reiner css Schatten, geht aber nicht universell ***********************/
.img-shadow {
  float:left;
  background: url(images/popupshadow/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/popupshadow/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow div {
  margin: -6px 6px 6px -6px;
} 
/*
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 
*/
/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #8b0000;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8b0000;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8b0000;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8b0000;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #8b0000;
}

TH  
{
    vertical-align: bottom;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #8b0000;
}

A:link  {
    text-decoration:    none;
    color:  #8b0000;
}

A:visited   {
    text-decoration:    none;
    color:  #8b0000;
}

A:active    {
    text-decoration:    none;
    color:  #8b0000;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    disc;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR 
{
    border:none; 
    height:1px; 
    background-color:#FFFFFF; 
    border-top: 1px solid #808080;
}

/* Usage: <span class="nobr">MacBook Pro</span> */
span.nobr {
    white-space: nowrap;
}

.team_content {
    background-color: #ffffbb;
    color: #660000;
}

.team_w {
    width: 4px;
    background-color: transparent;
    background: url(images/titlebox/teamWyellow.gif);
}

.team_e {
    width: 4px;
    background-color: transparent;
    background: url(images/titlebox/teamEyellow.gif);
}

.team_sw {
    width: 4px;
    height: 4px;
    background-color: transparent;
    background: url(images/titlebox/teamSWyellow.gif);
}

.team_s {
    height: 4px;
    background-color: transparent;
    background: url(images/titlebox/teamSyellow.gif);
}

.team_se {
    width: 4px;
    height: 4px;
    background-color: transparent;
    background: url(images/titlebox/teamSEyellow.gif);
}

.kdConfigBtn {
    width: 90px;
    height: 23px;
}
