/*--- *** BODY *** ---*/
body{
	background-color: #F7F7F7;
}
body, td, th {
	font-family: Arial, Verdana;
	font-size: 10pt;
}
body, table, tr, td, form {
	margin: 0px;
	padding: 0px;
}

form th {
	text-align: left;
}
h2 {
	font-size: 15pt;
}
/*--- *** TOOLBAR *** ---*/
.myTBox a {
	text-decoration: none;
}
.myTBox a:hover {
	text-decoration: none;
}
.myTB {
	padding-right:6px;
	padding-left:6px;
}


.myHint { position:relative; z-index:24;border-bottom: 1px dashed; text-decoration:none; }
.myHint:hover { z-index:25; }
.myHint span { visibility:hidden; position:absolute; left:2em; top:2em; padding:1em; text-decoration:none; }
.myHint:hover span, .myHint:focus span, .myHint:active span { visibility:visible; left:1em; border:1px solid; color: black; background:white; }

/*--- *** MENU *** ---*/
.navline ul, .navlist ul {
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	padding: 0px;
	margin: 0px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
.navline li{
	float:left;
	margin-right:10px;
	position:relative;
}
.navlist li{
	position:relative;
}
.navline a, .navlist a{
	display:block;
	padding:5px;
	text-decoration:none;
}
.navline a:hover, .navlist a:hover{
	
	/*text-decoration:underline;*/
}
.navline a img, .navlist a img {
	vertical-align: middle;
}

/*--- DROPDOWN ---*/
.navline ul ul, .navlist ul ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.navline ul ul li, .navlist ul ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
.navline ul ul a, .navlist ul ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.navline li:hover ul, .navlist li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
.navline li:hover ul a, .navlist li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
.navline li:hover ul li a:hover, .navlist li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	/*background:#333;*/
}
.myFilterInput {
		padding: 0px;
		border-width: 0px;
		/*background: #fff url(../.png);*/
		margin: 0px;
}
.myTable th a {
	color: white;
}
.myFilterTD {
	padding: 1px;
}
.myTable td {
	padding: 1px;
}