<!--
BODY{
			font-family: Tahoma; font-size: 8pt;
			background-color : #ffffff;
			background: url(/img/helpdesk_background.png);
			background-repeat : repeat-x;
			padding : 0px;
			margin : 0px;
			}
			
TABLE		{ font-family: Tahoma; font-size: 8pt; }
TD			{ font-family: Tahoma; font-size: 8pt; }
H2			{ font-family: Tahoma; font-size: 12pt; }


input		{ font-family: 'Tahoma'; font-size: 8pt; }
select		{ font-family: 'Tahoma'; font-size: 8pt; border: 1px solid #C0C0C0; }
textarea		{ font-family: 'Courier New'; font-size: 9pt; border: 1px solid #C0C0C0; }


A		{ font-family: Tahoma; text-decoration: none; }
A:link 		{ color: #0b578f; }
A:visited	{ color: #0b578f; }
A:hover 	{ background-color: #f0f0f0; color: #000000; }


#jive-loginTable td.loginFormTable {
        padding: 20px 60px 20px 30px;
        background-color: #e1eaf1;
        border: 1px solid #b6c5d3;
}

td.ticket{
	font-family: 'Tahoma';
	font-size: 8pt;
}
td.usermod{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}
h2.menu{
	font-family: 'Tahoma';
	font-size: 9pt;
	width:99%;
	border-bottom: 3px solid #F0F0F0;
	margin:1;
	color:#557ef5;
}
div.body {
	font-family: 'Tahoma';
	font-size: 10pt;
	background: #F0F0F0;
}
.txt {
	font-family: 'Courier New';
	font-size: 9pt;
	border: 1px solid #cccccc;
	text-align: left;
}
.num {
	font-family: 'Courier New';
	font-size: 9pt;
	border: 1px solid #cccccc;
	text-align: right;
}
.autocomplete {
    font-family: Tahoma;
    font-size: 8pt;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
}
.autocomplete_item {
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
}
.autocomplete_item_highlighted {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #0A246A;
} 
-->