h2 orange
{
    color: #FF9900;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.intro
{
    color: #006666;
}

ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 4px;
    list-style-type: circle;
}

td.level1-group-title
{
    font-size: 18px;
    margin-left: 100px;
}
td.level1-group-desc
{
    font-size: 16px;
}
td.level1-item-title
{
    font-size: 18px;
    margin-left: 100px;
}
td.level1-item-build
{
    font-size: 22px;
    margin-left: 100px;
}

td.level2-group-title
{
    font-size: 18px;
    margin-left: 100px;
}
td.level2-group-desc
{
    font-size: 16px;
}
td.level2-item-title
{
    font-size: 18px;
    margin-left: 100px;
}
td.level2-item-build
{
    font-size: 18px;
    margin-left: 100px;
}

td.level3-group-title
{
    font-size: 14px;
    margin-left: 100px;
}
td.level3-group-desc
{
    font-size: 12px;
}
td.level3-item-title
{
    font-size: 14px;
    margin-left: 100px;
}
td.level3-item-build
{
    font-size: 14px;
    margin-left: 100px;
}

td.level4-group-title
{
    font-size: 14px;
    margin-left: 100px;
}
td.level4-group-desc
{
    font-size: 12px;
}
td.level4-item-title
{
    font-size: 14px;
    margin-left: 100px;
}
td.level4-item-build
{
    font-size: 12px;
    margin-left: 100px;
}
td.error
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: red;
}
td.success
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: green;
}

table.inno-menu 
{
    border-collapse: collapse;
    width: 100%;
}

td.inno-menu-normal {
    background-image: url(classes/images/menu_item.bmp);
    background-color: #a8c6c6;
    background-position: bottom;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 0px;
    padding: 1px;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    white-space:nowrap;
}

td.inno-menu-normal:hover {
    background-image: url(classes/images/menu_item_highlight.bmp);
}

td.inno-menu-selected {
    background-image: url(classes/images/active.bmp);
    background-color: #efac42;
    background-position: bottom;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 0px;
    padding: 1px;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    white-space:nowrap;
}

form
{    
    margin-top: 0px;
    margin-bottom: 0px;
}

a.inno-menu, a.inno-menu:visited
{
    color: Black;
    cursor: hand;
    text-decoration: none;
    display: block;
    width: 100%;
}

a.novisit:visited
{
    color: #006666;
}

a.submenue
{
    text-decoration: none;
	font-weight: bold;
	color: #006666;
    font-size: 10px;
}

a.submenue:hover
{
    text-decoration: none;
	color: #006666;
    font-size: 10px;
}

a.mainmenue
{
    text-decoration: none;
	font-weight: bold;
	color: #006666;
    font-size: 12px;
}

a.mainmenue:hover
{
    text-decoration: none;
	color: #006666;
    font-size: 12px;
}

a.sitemap
{
    text-decoration: none;
	font-weight: bold;
	color: #006666;
    font-size: 10px;
}

a.sitemap:visited
{
    color: #009999;
	text-decoration: none;
    font-size: 10px;
}

a.sitemap:hover
{
    text-decoration: none;
	color: #006666;
    font-size: 10px;
}

.orangeback
{
    background-color: #FEA818;
}

.greenback
{
    background-color: #006666;
}

.lightgreenback
{
    background-color: #DDF0E6;
}

tr.oddlist
{
    background-color: #F5F5F5;
}
tr.evenlist
{
    background-color: #D2D2D2;
}
tr.headlist
{
    background-color: #A0A0A0;
}
tr.headlist-separator
{
    border-bottom-width: 2px;
    border-bottom-color: Gray;
    border-bottom-style: solid;
}
tr.activelistitem   /* print a selected line with another color */
{
    background-color: #d9e7e8;
    border-bottom-width: thin;
    border-bottom-color: Gray;
    border-bottom-style: solid;
}
tr.headlist-separator td
{
    padding-right: 8px;
}

div.myinno_active_row_arrow
{
    position: relative;
    left: -13px;
    background: url(images/list_arrow_active.png) no-repeat;
}

div.myinno_inactive_row_arrow
{
    position: relative;
    left: -15px;
    background: url(images/list_arrow_transparent.png) no-repeat;
}

tr.activelistitem td
{
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}
tr.listfield-tr-separator td
{
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}
tr.listfield-tr-separator /* separator border at bottom, another style than oddlist/evenlist*/
{
    border-bottom-width: thin;
    border-bottom-color: Gray;
    border-bottom-style: solid;
}

td.list-description-row
{
    /*background-color: #d9e7e8;*/
    background-color: #adced2;
    font-weight: bold;
    text-decoration: none;
    color: #282828;
    border-bottom-width: thin;
    border-bottom-color: Gray;
    border-bottom-style: solid;
}

tr td.list-description-row
{
    border-left-width: thin;
    border-left-color: Gray;
    border-left-style: solid;
    border-right-width: thin;
    border-right-color: Gray;
    border-right-style: solid;
    padding-bottom: 2px;
    padding-top: 4px;
}

table.listfield
{
    border-spacing: 0px;
    border-collapse:collapse;
}

a.columnhead:link
{
    text-decoration: none;
    color: Black;
}
a.columnhead:visited
{
    text-decoration: none;
    color: Black;
}
a.columnhead:hover
{
    text-decoration: none;
    color: Black;
}

a.sortcolumnhead:link
{
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
    color: Black;
}
a.sortcolumnhead:visited
{
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
    color: Black;
}
a.sortcolumnhead:hover
{
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
    color: Black;
}

a.myinno-columnhead
{
    font-weight: bold;
    text-decoration: none;
    color: #ee7f00;
}
a.myinno-columnhead:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #ee7f00;
}
a.myinno-columnhead:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: #ee7f00;
}

a.myinno-sortcolumnhead:link
{
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
    color: #ee7f00;
}
a.myinno-sortcolumnhead:visited
{
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
    color: #ee7f00;
}
a.myinno-sortcolumnhead:hover
{
    font-weight: bold;
    font-style: oblique;
    text-decoration: underline;
    color: #ee7f00;
}

a.myinno-listlink
{
    font-weight: normal;
    text-decoration: none;
    color: #ee7f00;
}
a.myinno-listlink:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #ee7f00;
}
a.myinno-listlink:hover
{
    font-weight: normal;
    text-decoration: underline;
    color: #ee7f00;
}

div.columnnolinkhead
{
    font-weight: bold;
    text-decoration: none;
}

td.listfieldborder 
{
    height:4;
    border-top-color:#c0c0c0;
    border-top-style:solid;
    border-top-width:2px;
}

div.listpagenavigator
{
    /* background-color: White; */
}

div.innosuffix
{
}

xdiv /* .debug */
{
    border-style: solid;
    border-width: thin;
}

xtable /*.debug */
{
    border-width: thick;
    border-style: dashed;
}

input.readonly
{
    background-color: Silver;
}

span.fieldvalue
{
    font-family: courier;
}


div.scrollinglistfield table tbody
{
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.scrollinglistfield#samplelistfield table tbody 
{
    height: 600px;
}

img.myinnoerror
{  
    border-style: none;
}

/* Umschließende Tabelle, die Menütab-Tabelle und Content umschließt*/
table.inno-tab-outer-table
{
    border-width: 1px;
    border-style: solid;
    border-color: #7bb1a3; 
    margin-bottom: 20px;
}

td.inno-tab-outer-table-td
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

/* Innere Tabelle, mit Menütabs  */
table.inno-tab-table
{
    border-collapse:collapse;
    width: 813px;
}

td.inno-tab-table-head
{
    font-size: 13px;
	color: #006666;
	font-weight: bold;
	text-align:right;
}

td.inno-tab-table-content table td
{
    padding-bottom: 5px;
    padding-right: 5px;
}

td.inno-tab-menu-item-active
{
    background-color: #d9e7e8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #7bb1a3;
    text-align: center;
    padding: 5px 10px;
    white-space: nowrap;
    min-width: 50px;
}

td.inno-tab-menu-item-inactive
{
    background-color: #eaf4f5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7bb1a3;
    /*border-right-width: 1px;          // this is now done with inno-tab-menu-item-spacing
    border-right-style: solid;
    border-right-color: White;*/
    text-align: center;
    padding: 5px 10px;
    white-space: nowrap;
    min-width: 50px;
}

td.inno-tab-menu-item-inactive:hover
{
    background-color: #d9e7e8;
}

td.inno-tab-menu-item-spacing
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7bb1a3;
}

td.inno-tab-menu-item-last
{
    background-color: #eaf4f5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7bb1a3;
    width: 1050px;
}

td.inno-tab-table-content
{
    padding-left: 5px;
    padding-top: 10px;
    background-color: #d9e7e8;
}

/* Tab-Menü-Links */
a.inno-tab-table-menu-link
{
    color:Black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.inno-tab-table-menu-link
{
    color:Gray;
    text-decoration: none;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a.inno-tab-table-menu-link:hover
{
    color:Black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a.inno-tab-table-menu-link:visited
{
    color:Black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Links innerhalb der content-Tab-Tabelle */
a.inno-tab-table-content
{
    color: Black;
    text-decoration: none;
}

a.inno-tab-table-content:visited
{
    color: Black;
    text-decoration: none;
}

a.inno-tab-table-content:hover
{
    color: Black;
    text-decoration:underline;
}


/* Inno-Edit-Style */
table.inno-edit-table
{
    min-width: 830px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

td.inno-edit-head
{
    font-size: 13px;
	color: #006666;
	font-weight: bold;
	padding-left: 5px;
    background-color: #eaf4f5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7bb1a3;
}

td.inno-edit-content
{
    padding: 5px;
    background-color: #d9e7e8;
}

div.tooltip
{
    max-width: 600px;
}

/* this middle aligns radio buttons with their label */
input[type="Radio"]
{
    vertical-align: middle; 
    margin-top: -2px;
}

input[type='text'][disabled='disabled']
{
    background-color: 	#E8E8E8;
}

/*input
{
    border-width: 1px;
    border-style: solid;
    border-color: #7bb1a3; 
}*/

/*table
{
border:solid;
}*/