
table.portlets {
    font-size: 0.95em;
    width: 672px;
    table-layout: fixed;
}

table.portlets_info {
    font-size: 0.95em;
    width: 560px;
    table-layout: fixed;
}

table.portlets td p {
    margin-top: 0;
}

table.config_input td.content {
    background-color: white;
/*    border-top: 1px solid #ccc; */
}

table.portlets tr.text td.header h2 {
    display: inline;
    padding: 0 5px 0 5px;
    margin: 0;
    background: white;
    color: black;
}

table.portlets tr.normaltext td.header h2 {
    font-weight: normal;
}


table.config_input td.spacingRow {
    height: 3px;
    line-height: 10px;
    overflow: hidden;
}


div.portainer {
	font-size: 11px;
}

table.portlets tr.white td.content {
    border: none;
}

table.portlets tr.narrow td.content {
    padding-top: 0;
    padding-bottom: 0;
}

table.config_input tr.foot td,table.portlets td.withfoot {
/*    border-bottom: 1px solid #c2c1c1;  */
}

table.portlets td.spacing {
    width: 10px;
}

table.portlets td.content {
    padding: 0 5px 5px 5px;
}

table.portlets td.link {
    width: 60px;
}
table.portlets a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}


table.portlets td.header {
    font-weight: bold;
    white-space: nowrap;
}




div.portainer h3.printHead {
    display: none;
}


table.config_input tr.foot td div {
	color: white;
/*    border: 1px solid #c5b6af; */

/*    background-color: #c2c1c1; */
/*    background-image: url(/theme/default/images/ortlet_titel.jpg);*/
    background-repeat: repeat-x;
    text-align: center;
    float: right;
    padding: 0 5px;
}

table.portlets tr.foot td div  a ,
table.portlets tr.foot td div {
    text-decoration: none;
    color: white;
    vertical-align: middle;
    font-weight: bold;
}

table.config_input tr.foot td div a {
	color: black;
   	font-weight: bold;
	font-size: 11px;
    background-image: url(/theme/default/images/more_werte_input_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 15px;
    padding-left: 15px;
}

table.portlets tr.foot td div a.less {
    background-image: url(/theme/default/images/pfeil_links.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 0;
}
table.portlets td.headlink {
    text-align: center;
    background-color: #ffffff;
}

table.portlets td.headlink a:link,table.portlets td.headlink a:hover,table.portlets td.headlink a:visited,table.portlets td.headlink a:active
{
    color: black;
    font-weight: bold;
    cursor: help;
    text-decoration: none;
}

table.portlets tr.dark td {
    background-color: rgb(10%, 10%, 10%);
    background-image: url(/theme/default/images/main_titel2.gif);
    background-repeat: repeat-x;
    padding: 3px;
}

table.portlets tr.dark td h1 {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    color: white;
}

table.portlets tr.dark td.withfoot {
    border: none;
}

table.portlets tr.hiddenspacing td {
    height: 0px;
    line-height: 0px;
    visibility: hidden;
}

table.portlets tr.foot {
    position: relative;
}

table.portlets tr.foot td {
    background-color: white;
    text-align: right;
}

table.portlets td.header h2 {
    display: inline;
    padding: 0 5px 0 5px;
    margin: 0;
    background-color: black;
    background-image: url(/theme/default/images/portlet_titel.jpg);
    background-repeat: repeat-x;
    color: white;
}

p.smallsubmits button, p.smallsubmits input,  p.smallsubmits a {
    width: 150px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0 20px;
}

p.smallsubmits {
    text-align: center;
    background: black url(/theme/default/images/portlet_titel.jpg) repeat-x;
}


p.smallsubmits .forward {
    background-image: url(/theme/default/images/pfeil_rechts.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
    color: #ffffff;
    width: 135px;
}



a.foreward ,
a.foreward:hover, 
a.foreward:visited {
	color: white;
    background-image: url(/theme/default/images/pfeil_rechts.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
    text-align: right;
    color: #ffffff;
}

.foreward {
	color: white;
    background-image: url(/theme/default/images/pfeil_rechts.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
    text-align: right;
    color: #ffffff;
}

p.smallsubmits .rewind {
    background-image: url(/theme/default/images/pfeil_links.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 15px;
    text-align: left;
    color: #ffffff;
}