/**
 * D3 css file
 */

/* TL Homepage Picture */
.box_content form input {
    width: 100%;
}

/* project pages 
.box_content p {
    line-height: 1.5;
    padding: 0.25em 1em;
}*/

/* sample program text in oracle_cx doku */
.programText {
padding: 5px; 
FONT-SIZE: 90%; 
MARGIN: 5px 0px 5px 0px; 
font-family:"Courier New"; 
font-weight: normal;
background-color: #CCCCCC;
}

/* red messages */
.errorstyle {color: #FF0000}

/* intranet pages */
.form_input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
}
.form_label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding:0.25em 1em 0.5em 1em;
  font-weight: bold;
  font-size: 90%;
  color: #FFFFFF;
  /*background: #006486;
    background: #666699;
*/  background: rgb(67%,76%,84%);
}

div.d3_box_header h1 {
    font-size: 150%;
    font-weight: 400;
    line-height: 0.8571em;
}

.d3_box_header h1 {
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 150%;
    line-height: 0.8571em;
    margin: 0;
    padding: 8px 20px;
    white-space: nowrap;
}

.d3_box_header {
    background: none repeat scroll 0 0 #316827;
    height: auto !important;
    min-height: 31px;
    position: relative;    
}

.d3_box_content {
    background-color: #FFFFFF;
    padding: 20px;  
    margin: 0 0px 20px;
}

.clearpara {
  clear: both;
}


.ag3TabText {
  background-color: #fff;
}

.ag3TabLink {
   text-decoration:underline;
   color:#B6B6B6;
   background-color:#f1f1f1;
    FONT-FAMILY: "Times New Roman", Georgia, Times, "New York", serif
}


.ag3TabText h3, h4, h5, h6 {
 font-weight: 700;
}

.error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #FF0000;
  font-size: 100%;
}
.form_button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold
}

/* styles for seminar talk site */
td button{
  color:#036;
    margin:0em 0em 0em 0;
    padding:0;
    cursor:pointer;
    background-color:transparent;
  border:0;
}

