a:hover 
{
text-decoration: underline;
}
a:active 
{
text-decoration: none;
}
a 
{
text-decoration: none;
}
body 
{
	font-family: Arial, Verdana, sans-serif, Tahoma, Helvetica;
	font-size: 9pt;
	background-color: #C0D0F0;
	color: #000000;
    margin:0px;
    border-width:0px;
}
.appName
{
	color: #000000;
	white-space:nowrap;
    text-align: left;
    cursor: default;
}
.user
{
    font-size: 8pt;
    color: #000000;
    white-space:nowrap;
    cursor: pointer;
}
.tdModule
{
    border-top: 0px none #304055;
    border-bottom: 1px groove #304055;
    border-left: 0px none #304055;
    border-right: 0px none #304055;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    white-space: nowrap;
    text-transform: uppercase;
}
.tdmoduleOver
{
    border-top: 1px groove #304055;
    border-bottom: 1px groove #304055;
    border-left: 1px groove #304055;
    border-right: 1px groove #304055;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
}
.tdmoduleOn
{
    border-top: 1px groove #304055;
    border-bottom: 1px solid white;
    border-left: 1px groove #304055;
    border-right: 1px groove #304055;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    background-color: white;
}
.tdFunction
{
    white-space: nowrap;
    cursor: pointer;
    background-color:transparent;
}
.tdfunctionOver
{
    white-space: nowrap;
    cursor: pointer;
    background-color: #E0E0F0;
}
.tdfunctionOn
{
    white-space: nowrap;
    cursor: pointer;
    background-color: #C0D0F0;
}
.tabFunctions
{
    border-top: 1px groove #D0D0D0;
    border-right: 1px outset #D0D0D0;
    border-bottom: 1px outset #D0D0D0;
    border-left:  1px groove #D0D0D0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 87px;
    vertical-align: top;
    white-space:nowrap;
}
.tdFunctions
{
    background: -webkit-linear-gradient(white, #D0E0F0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #D0E0F0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #D0E0F0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #D0E0F0);
    background-color: #D0E0F0;
    border-bottom: 1px groove #304055;
    background-image:url('../images/functionDegradee.png');
    vertical-align: top;
    height:87px;
}
.tdfunctionFooter
{
    background-color: #C0D0F0;
    color: #304055;
    font-size: 8pt;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 12px;
}
.invisible
{
	padding: 0px;
    color: white;
	border-left: 0px none white;
	border-top: 0px none white;
	border-right: 0px none white;
	border-bottom: 0px none white;
    font-size: 0px;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.hand
{
   cursor: pointer;
}
