/* body, pre, table { */
body, pre {

	font-family: Arial;
	font-size: 11px;
	background-color: #FDFDF9;

	/* IE only */
	scrollbar-arrow-color: BEBEBE;
	scrollbar-face-color: ffffff; 
	scrollbar-base-color: fff;
	scrollbar-dark-shadow-color: ffffff;
	scrollbar-track-color: ffffff;

	scrollbar-shadow-color: ffffff;
	scrollbar-highlight-color: ffffff;
	scrollbar-3d-light-color: ffffff;
}


div {
text-align: center;}

table {
	color: #000000; */
/*	border: solid 1; */
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;

}

td {
vertical-align: top;}

table {
border: solid 0;}

table {
font-size: inherit;}

tr {}

td {
font-size: inherit;}

a:link {color: #000000;}

a:visited {color: #000000;}

a:hover {color: #000000;}

a:active {color: #000000;}

/* main menu */

td.navmenu1{

	background-color: #FDFDF9;

	border-style: solid;
	border-color: #000000;
	border-width: 1;
	padding: 3;
	list-style-type: none;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}


td.navmenu1 a:link, td.navmenu1 a:visited {
	color: #000000;
	text-decoration: none;
}

td.navmenu1 a:hover {
	
	font-weight: bold;
}
	
/* end main menu */

/* content */

p.content {
	font-family: Arial;
	font-size: 11px;
}
/* end content */

/* User management user list table */

td.userlisth1{

	padding: 3;
	list-style-type: none;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
}


td.userlisth1 a:link, td.userlisth1 a:visited {
	color: #000000;
	text-decoration: none;
}

td.userlisth1 a:hover {
	
	font-weight: bold;
}



/* end user list table */

#scrolling_thumbnail_view {
   width: 400px;
   height: 150px;
   overflow: auto;
} 