.f-button {background-color:#ccc; border:1px solid #666; color:black; padding:2px; margin:0; margin-right:1em; cursor:pointer}
.f-button-hover {background-color:#800000; color:white}
.f-button-disabled {background-color:#ccc; color:#333; border:1px solid #333; cursor:default}
.f-textfield {border:1px solid #aaa}
.f-textarea {border:1px solid #aaa; font-family:sans-serif; font-size:100%}
.f-error {color:red;}

.d-message { font-weight:bold; padding:5px; margin-bottom:3px; }
.d-message-info { background-color:yellow; color:black; }
.d-message-error { background-color:red; color:white; }
.d-message-ok { background-color:LimeGreen; color:white; }

.d-toolbar { height:26px }
.d-toolbar-button { border:1px solid silver; height:20px; padding:3px; font-size:8pt; float:left; margin-right:5px; cursor:pointer }
.d-toolbar-button-hover { border:1px solid #800000; padding:3px; font-size:8pt; float:left; margin-right:5px; cursor:pointer }
.d-toolbar-button-selected { border:1px solid silver; height:20px; padding:3px; font-size:8pt; float:left; margin-right:5px; cursor:pointer; background-color: #CCCCCC }
.d-toolbar-button-selected-hover { border:1px solid #800000; height:20px; padding:3px; font-size:8pt; float:left; margin-right:5px; cursor:pointer; background-color: #CCCCCC }

.d-tab-holder { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
border-bottom: 1px solid #D9D9D9; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 2px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
.d-tab { /* do not change */
display: inline;
}
.d-tab-selected  { /* settings for selected tab */
}
.d-tab-selected a { /* settings for selected tab link */
background-color: #fff!important; /* set selected tab background color as desired */
}
.d-tab a { /* settings for all tab links */
padding: 5px 1em; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #D9D9D9; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #D9D9D9; /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: 10px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
.d-tab-hover a { /* settings for hover effect */
background-color: #fff; /* set desired hover color */
}
.d-tab-container { display:none; padding:5px }
