/*
  Fancy Stitch Style Sheet
*/

body, select, input, textarea, img
{font-family: verdana, arial, sans-serif;}

table, div {font-size: 14px;}

td {vertical-align: top;}
td.UnderInv {border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #FFCC33;}
td.UnderText {border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #000000;}
td.CenterUnderText {border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #000000;
					text-align: center;}
td.TotalInv {border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #FFCC33;
			border-top-style: solid; border-top-width: thin; border-top-color: #FFCC33;}
td.TotalInvRight {border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #FFCC33;
			border-top-style: solid; border-top-width: thin; border-top-color: #FFCC33;
			text-align: right;}
td.TotalText {border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #000000;
			border-top-style: solid; border-top-width: thin; border-top-color: #000000;}
td.TotalTextRight {border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #000000;
					border-top-style: solid; border-top-width: thin; border-top-color: #000000;
					text-align: right;}
			
h1 {font-size: 16px;}

img {border: none;}
img.Event {cursor: hand;}

a.MenuSelect {color: #FFDB6F; font-weight: bold; text-decoration: none;}
a.MenuNoSelect {color: #FFCC33; text-decoration: none;}

em.PsuedoLink {color: blue ; font-style: normal; cursor: hand;}
em.PsuedoLink-HeadFoot {color: #FFCC33; font-style: normal; cursor: hand;}


/* Multiple levels */
.Menu{color: #FFCC33; background: #990134;}
.Menu select {color: #FFCC33; background: #990134;}
.Center {text-align: center;}
.Right {text-align: right;}
.Tab {background: #FFCC33; color:#990134; text-decoration: none; font-weight: bold;}
.HeadFoot {background: #990134; color: #FFCC33; text-decoration: none;}
.MainBody {background: #FFCC33; color: #990134; font-family: verdana, arial, sans-serif; text-decoration: none;}
.MainBody-Bold {background: #FFCC33; color: #990134; font-family: verdana, arial, sans-serif; text-decoration: none; font-weight: bold;}
/* Non selected tabs */
.TabNS {background: #CC9900; color:#990134; text-decoration: none; font-weight: bold;}
