body { color: black; background-color: white; }
p { color: #888; font-size: 11px; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; line-height: 15px; }
h3 { 
	font-size: 11px; 
	line-height: 17px; 	
	color: #fff;
	text-transform: uppercase;
}
td { color: #888; font-size: 11px; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; line-height: 15px; }
a:link { color: #888 ; text-decoration: none; }
a:visited { color: #888 ; text-decoration: none; }
a:hover { color: #333 ; text-decoration: none; }
a:active { color: #333 ; text-decoration: none; }
.v11 { color: #888; font-size: 11px; font-weight: bold; line-height: 17px; text-transform: uppercase; }
.v9box { color: #888; font-size: 10px; line-height: 15px; padding: 10px; }
.v11box { color: #888; font-size: 11px; line-height: 15px; text-transform: uppercase; padding: 10px; }
li { margin-left: -24px; }

a.act-teaser:link, a.act-teaser:visited, a.act-teaser:active { 
	color: #888; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: transparent; 
	display: block; 
	height: 108px; 
	width: 108px; 
}
a.act-teaser:hover, a.act-teaser:visited:hover { 
	color: #888; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: transparent; 
	display: block; 
	height: 108px; 
	width: 108px; 
	} 
input, textarea { 
 background-color: #fff; 
 font-size: 11px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000; 
 border: 1px solid #bbb; 
 margin-top: 0px; 
 margin-bottom: 4px; 
}
#myTableId { 
	border: 1px solid #ddd;
/*	margin-top: -470px;  */
}


/*------------------------------------------
  Scroll Bar
------------------------------------------*/

#mycustomscroll {
	width: 390px;
	height: 262px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px 0 5px 0;
	padding: 2px 0px 2px 0px;
/*	color: red; 
	border: 1px solid #f00; */
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 7px;
	background-color: #999;
}
.vscrollerbar {
	width: 5px;
	margin: 1px 0 1px 1px; 
	background-color: #eee;
}
.hscrollerbase {
	height: 7px;
	margin: 1px 0 0 0; 
	background-color: #999;
}
.hscrollerbar {
	height: 5px;
	background-color: #eee;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: white;
}



