BODY {
	font-family: verdana, helvetica, ariel, sans-serif;
	font-size: 10px;
    color: #666666;

	scrollbar-arrow-color:#999999;
	scrollbar-face-color:#FAFAFA;
	scrollbar-base-color:#DDDDDD;
	scrollbar-3dlight-color:#BBBBBB;
	scrollbar-darkshadow-color:#BBBBBB;
	scrollbar-shadow-color:#E9E9E9;
}

TD, DIV {
	font-family: verdana, helvetica, ariel, sans-serif;
	font-size: 10px;
}

/* LÄNKAR *********************************************************************/
A, A:visited, A:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
A:hover {
    color: #ea4d00;
	text-decoration: underline;
}

A.menu, A.menu:visited, A.menu:active {
    /*font-family: "trebuchet ms", verdana, helvetica, ariel, sans-serif;*/
    font-family: verdana, helvetica, ariel, sans-serif;
    font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
A.menu:hover {
	text-decoration: underline;
}

/* INPUTS *********************************************************************/
.button {
	font-family: verdana, helvetica, ariel, sans-serif;
	font-size: 9px;
    color: black;
	background-color: #ffcc00; /*#ffcc00;*/
	border: 1px solid black;
	cursor: hand;
	height: 18px;
}
.txt {
	font-family: verdana, helvetica, ariel, sans-serif;
	font-size: 10px;
    color: #666666;
	background-color: #fafafa;
	border: 1px solid #bbbbbb;
	width: 150px;
	height: 18px;
}
.txtFile {
	font-family: verdana, helvetica, ariel, sans-serif;
	font-size: 10px;
    color: #666666;
	background-color: #fafafa;
	border: 1px solid #bbbbbb;
	width: 200px;
	height: 18px;
}
.txtlogin {
	font-family: verdana, helvetica, ariel, sans-serif;
	font-size: 10px;
    color: #666666;
	background-color: #fafafa;
	border: 1px solid #bbbbbb;
	width: 100px;
	height: 18px;
}
SELECT {
	font-family: verdana, helvetica, ariel, sans-serif;
	font-size: 10px;
	background-color: #eeeeee;
	height: 18px;
}

/* DIV ************************************************************************/
.heading1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}
.heading2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}
.heading3 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}

/* TABLE, TD ******************************************************************/
.login {
    border-style: solid;
    border-color: #dddddd;
    border-width: 1px;
}

TD.menuheading {
    /*font-family: "trebuchet ms", verdana, helvetica, ariel, sans-serif;*/
    font-family: verdana, helvetica, ariel, sans-serif;
    font-size: 11px;
	font-weight: bold;
    color: #333333;
}

TD.heading {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 1px dotted #888888;
}


/* COMMON *********************************************************************/
.edit {
	color: green !important;
}
.delete {
	color: red !important;
}

.infogood {
	color: green;
	font-weight: bold;
}
.infobad {
	color: red;
	font-weight: bold;
	font-style: italic;
}
