@charset "utf-8";

/*
* Copyright (c) 2009 innovaphone AG
* corporate style definition
*
* include in all innovaphone projects at first:
* <link rel="stylesheet" type="text/css" href="style_inno.css" />
* <link rel="stylesheet" type="text/css" href="tabs_inno.css" />
* <link rel="stylesheet" type="text/css" href="(your_proj).css" />
*
* innovaphone Colors:
* green:       #006666
* frame-green: #81B3B3
* lime-green:  #009999 (foreground)
* pale-green : #D9E7E8 (background)
* gray:        #444444 
* yellow:      #FF9900 (foreground)
* yellow:      #FFFF99 (background)
*/

table.tab-table
{
	border-width: 0;
    border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
    margin-bottom: 20px;
}

td.tab-active
{
    background-color: white;
    border-width: 1px;
    border-style: solid;
	border-color: #81B3B3 #81B3B3 white #81B3B3;
    text-align: center;
    padding: 5px 10px;
    white-space: nowrap;
    min-width: 50px;
}

td.tab-inactive
{
    background-color: #D9E7E8;
    border-width: 1px;
    border-style: solid;
	border-color: #81B3B3;
    text-align: center;
    padding: 5px 10px;
    white-space: nowrap;
    min-width: 50px;
}

td.tab-empty
{
    background-color: white;
    border-width: 1px;
    border-style: solid;
	border-color: white white #81B3B3 #81B3B3 ;
}

td.tab-content
{
    background-color: white;
    border-width: 1px;
    border-style: none solid solid solid;
	border-color: #81B3B3;
    min-height: 200px;
}

td.tab-inactive:hover
{
    background-color: #D9E7E8;
}

