/*****************************************************************************************/
/* Farben                                                                                */

.infoSenseColor {
 color: #008080; 
}

/*****************************************************************************************/


/*****************************************************************************************/
/* Styles fuer den Header/Footer                                                         */
.headersubject, .headersubject a {
  color:               #6666CC;
}

tr.footer, tr.mainbar {
	background-color:    #6666CC;
}
/*****************************************************************************************/


/*****************************************************************************************/
/* Definitionen fuer Portalseite                                                         */
.menutable {
  border-top-color:    #008080;
  border-left-color:   #008080;
  border-right-color:  #008080;
}

.menuhead {
  border-bottom-color: #008080;
}

.menuitem {
  border-bottom-color: #008080;
}

.submenuhead {               
  border-bottom-color: #008080;
  background-color:    #c0e7d8;
}

.title {
  background-color:    #007070;
}
/*****************************************************************************************/


/*****************************************************************************************/
/* Styles für die Downloadpage                                                           */
h1, h2, h3 {
  color:               #008080;
}

.downloadentry {
  border-top-color:    #ccccff; 
}

.downloadentrylast {
  border-top-color:    #ccccff; 
  border-bottom-color: #ccccff; 
}

.linkentry {
  border-top-color:    #ccccff; 
}

.linkentrylast {
  border-top-color:    #ccccff; 
  border-bottom-color: #ccccff; 
}
/*****************************************************************************************/



/*****************************************************************************************/
/* allgemeine infosense definitionen                                                     */
a {
  text-decoration: none; 
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.15em;
}

h3 {
  font-size: 1.05em;
}

h4 {
  font-size: 1em;
}

ol {
  margin-left: 0.5em;
  padding-left: 1em;
}

ul {
  margin-left: 0px;
  padding-left: 1em;
  list-style-type: square;
}

ul.references {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

ul.references li {
  padding-bottom: 12px;
}

table.simpleTable {
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

table.simpleTable td {
  padding-bottom: 6px;
  padding-right: 12px;
  vertical-align: top;
}

.noBottomMargin {
  margin-bottom: 0px;
}

.noTopMargin {
  margin-top: 0px;
}

.noMargin {
  margin: 0px;
}


.screenshot {
  padding: 0 0 10 10; 
  float: right;
}


table.zebratable {
  border-color: #008080;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.zebratable td {
  padding: 6px;
  vertical-align: top;
}

table.zebratable tr.odd {
  background: #e2f1f1;
}

table.linetable {
  border-color: #008080;
  border-style: solid;
  border-width: 1px 0 0px 0;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.linetable td {
  border-color: #008080;
  border-style: solid;
  border-width: 0px 0 1px 0;
  padding: 6px;
  vertical-align: top;
}
/*****************************************************************************************/

