
/* ===== Menu: the menu item for all non-current pages in all pages in Systime site ===== */
a:active.Menu { color : white; background : transparent; }
a:visited.Menu { color : #4B4B4B; background : transparent; }
a:link.Menu { color : #4B4B4B; background : transparent; }
a.Menu { font-family : "verdana", "sans-serif"; font-size: 11; font-style : none; font-weight : none; text-decoration : none; }
a:hover.Menu { color : white; background : transparent;  }



/* ===== Menu: the menu item for all current pages in all pages in Systime site ===== */
span.Current {	font-family : "verdana", "sans-serif"; 
		color : white;
		font-size: 11;
		font-weight : none;
		font-style : none;
		text-decoration : none; }



/* ===== GreyHeading: is the headings in all the pages for the Systime site ===== */
span.GreyHeading {	font-family : "arial", "sans-serif";
		color : #808080;
		font-size: 16;
		font-weight : bold;
		font-style: none;
		text-decoration : none; }



/* ===== TextSmall: is for the non-sortable headings of the columns in the ASP pages ===== */
p.TextSmall { 	font-family : "verdana", "arial", "sans-serif";
		color : white;
		font-size: 10;
		font-weight : none;
		text-decoration : none;
		text-align : center; }



/* ===== TextSmall: is for the sortable headings of the columns in the ASP pages ===== */
a:active.TextSmall { color : #FFFFFF; background : transparent; text-decoration : none; }
a:visited.TextSmall { color : #FFFFFF; background : transparent; text-decoration : underline; }
a:link.TextSmall { color : #FFFFFF; background : transparent; text-decoration : underline; }
a.TextSmall { font-family : "verdana", "arial", "sans-serif"; font-size: 10; font-weight : none; text-decoration : none; }
a:hover.TextSmall { color : #FFFFFF; background : transparent; text-decoration : none; }



/* ===== TextStyle : is for the main body of text in the site ===== */
p.TextStyle {	font-family : "verdana", "arial", "sans-serif";
		text-align : justify;
		font-size: 11;
		font-weight : none;
		text-decoration : none; }



/* ===== TextStyle : is for the main body of text in the site ===== */
span.TextStyle {	font-family : "verdana", "arial", "sans-serif";
		text-align : justify;
		color: black;
		font-size: 11;
		font-weight : none;
		text-decoration : none; }



/* ===== TextSmall: is for the returned info in the ASP pages ===== */
span.TextSmall{ 	font-family : "verdana", "arial", "sans-serif";
		color : black;
		text-align : justify;
		font-size: 10;
		font-weight : none;
		text-decoration : none; }



/* ===== SmallBlue : is for the links in the site ===== */
a:active.SmallBlue { color : #4B4B4B; background : transparent; text-decoration : none; }
a:visited.SmallBlue { color : blue; background : transparent; text-decoration : underline; }
a:link.SmallBlue { color : blue; background : transparent; text-decoration : underline; }
a.SmallBlue { font-family : "verdana", "arial", "sans-serif"; font-size: 10; font-weight : none; text-decoration : underline; }
a:hover.SmallBlue { color : #4B4B4B; background : transparent; text-decoration : none; }



/* ===== Product: QandA page ===== */
a:active.Product { color : white; background : transparent; text-decoration : none; }
a:visited.Product { color : white; background : transparent; text-decoration : underline; }
a:link.Product { color : white; background : transparent; text-decoration : underline; }
a.Product { font-family : "verdana", "arial", "sans-serif"; font-size: 10; font-weight : bold; text-decoration : none; }
a:hover.Product { color : white; background : transparent; text-decoration : none; }



/* ===== BlueText: is the quotations in all the pages for the Systime site ===== */
p.BlueText { 	font-family : "verdana", "arial", "sans-serif"; 
		color:blue;
		font-size: 12;
		font-weight : none;
		text-decoration : none; }



/* ===== Rollover: on main page for images ===== */
a.Rollover { font-family : "verdana", "arial", "sans-serif"; font-size : 13; font-weight : bold; text-decoration : none; }



/* ===== PopupText: on main page popup text ===== */
span.PopupText {
		text-align : justify;
		/*background-color : transparent;*/
		/*background-color : #FFCC99;*/
		/*filter : chroma(color=#FFCC99)*/
		filter : glow(color=#FFFFFF, strength=5);
		padding-bottom : 10px;
		padding-left : 10px;
		padding-right : 10px;
		padding-top : 10px;	}



/* ===== ImageRollover: on main page image rollover ===== */
.ImageRollover a { display:block; background-color : transparent }
.ImageRollover a:hover { background-color: #FFFFFF }
.ImageRollover a:link span { display: none; }
.ImageRollover a:visited span { display: none; }
.ImageRollover a:hover span {	
		color : #4B4B4B; 
		display: block;
		position : absolute;
		top : 240px;
		left : 350px;
		width : 400px; }
	