﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* links */
A:link {text-decoration: underline; color: #7975B3}
A:visited {text-decoration: underline; color: #7975B3}
A:hover {text-decoration: underline; color: #8E667E}


/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #676497;
}

/* scrollbars */
{
scrollbar-face-color:#676497;
scrollbar-highlight-color:black;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:#908FCA;
scrollbar-shadow-color:black;
scrollbar-arrow-color:white;
scrollbar-track-color:#E8E8E8;
}

#mnav li ul { /* second-level lists */
	width: 10em;  /*increased to 13 in 6.2.0*/
}

	width: 10em;  /*increased to 13 in 6.2.0*/
}

#mnav li ul li {
	width: 10em;  /*increased to 13 in 6.2.0*/
}

#mnav li ul li a {
	width: 10em;  /*increased to 13 in 6.2.0*/
}

/* living */
.emphasis {
  font-style: bold;
  color: red;
  }
