/*
Default HTML Tap
*/
BODY {
	scrollbar-face-color:#E3E9EC;
	scrollbar-highlight-color:#E3E9EC;
	scrollbar-3dlight-color:#E3E9EC;
	scrollbar-darkshadow-color:#E3E9EC;
	scrollbar-shadow-color:#E3E9EC;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFFF;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E3E9EC;
/*
	background-attachment: fixed;
	background-image: url(images/body_bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
*/
}

a {COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; text-decoration: none }
a:link	{COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; text-decoration: none }
a:visited {COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; TEXT-DECORATION: none}
a:hover	{COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; text-decoration: underline}
a:active {COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; TEXT-DECORATION: underline}

a.fade:link {COLOR: #FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; TEXT-DECORATION: none}
a.fade:visited {COLOR:#FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; TEXT-DECORATION: none}
a.fade:hover {COLOR: #FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; TEXT-DECORATION: underline}
a.fade:active {COLOR: #FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; TEXT-DECORATION: underline}

img	{ border-width: 0px; }
img.map	{
	/*border: 2px #94AABD solid;*/
	/*filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

td.MainBorder {
	background-color: #94AABD;
	border: 2px #94AABD solid;
	font-family: "Verdana";
	font-size: 8pt;
	color: #FFFFFF;
}

td.AlbumRandomBorder {
	background-color: #94AABD;
	border: 2px #94AABD solid;
	font-family: "Verdana";
	font-size: 8pt;
	color: #FFFFFF;
}

td.tdbg {
	background-image: url(images/bg5.jpg);
	background-repeat: no-repeat;
	background-attachment: none;
	background-color: #CCCCCC;
	background-position: left bottom;
}
/*
ol{
  text-align:left;
  margin:0px 0px 0px 25px;		/* Removes browser default margins applied to the lists. */
  padding:0 0;				/* Removes browser default padding applied to the lists. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
  font-family: "Verdana";
  font-size: 10px;
  color: #FFFFFF
}

li{
  margin:0;				/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
  font-family: "Verdana";
  font-size: 9px;
  color: #FFFFFF
}
*/
/* Class */
.subject_highlight {
	padding-top: 10px;
	filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);
	/*filter: Shadow(Color=#AEBEC6, Direction=115);*/
	/*progid:DXImageTransform.Microsoft.Shadow(color=#AEBEC6,direction=115);*/
}
.content_highlight {
	padding-top: 0px;
	border: #C6D1D6;
	border-style: dashed; 
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.albums_random {
	padding-top: 10px;
	border: #C6D1D6;
	border-style: dashed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.scopework{
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #31659C;
}

.scopeworkOver{
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333366;
}

.scopeworkOut{
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #31659C;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 0px solid none;
	padding: 2px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}