@charset "UTF-8";

/* -------------------------------------------------------------------------
 *
 * style sheet for Tegun.com
 *
 * -------------------------------------------------------------------------
 */

/* elements */

/* anchor settings; force underline on hover only
 */
a:link, a:visited, a:active { text-decoration: none;      }
a:hover                     { text-decoration: underline; }

body
{
 margin: 0px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /* this once should do! */
}
/* ------------------------------------------------------------------------- */

/* classes */

.bodyTegun /* but not index.html */
{
}

.yellowLink
{
 color: #f9c83e;
}

.tblMainWnd      /* main table just inside <body> tag; nowhere else */
{
 width: 100%;
 height: 100%;   /* this does not appear to affect files! */
                 /* As a workaround, use: class="tblMainWnd" style="height: 100%;" */
 border: 0px;
}

.tdLeftSidebar   /* class for the <td> that contains a <table class="tblLeftSidebar"> */
{
 width: 200px;
 vertical-align: top;
 background-color: #610045;
 border: 1px solid #863c5e;
 padding: 10px;
}

.tblLeftSidebar  /* class for the actual sidebar */
{
 width: 100%;
 border: none;
 margin-top: 10px;
}

.tdEmailForm /* sidebar static text; just "Join Our Mailing List"  -- cell w/form in it */
{
 padding-left: 0px;
 color: white;
 font-size: 9.75pt;
 font-style: italic; /* playful */
}

.emailForm /* mailing list Sign-Up form in sidebar */
{
 margin-top:  3px;
 padding-top: 0px;
 margin-left: 0px;
}

.emailBox /* editbox for email addresses; nowhere else */
{
 color : #610045;
/* font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
 font-size: 10pt;
 font-weight: normal;
 font-style: italic; /* playful */
 padding-left: 0px;
}

.btnSignUp /* used on mailing list Sign-Up button; nowhere else */
{
 margin-top: 3px;
 margin-left: 6px;
 width: 18px;
 height: 10px;
}

.trRightSide
{
}

.tdRightSide   /* class for the <td> that contains a <table class="tblRightSide"> */
{
 width: 100%;
 height: 100%;
 vertical-align: top;
 color: black;
 background-color: #e2ce99;
 font-size: 9pt;
 font-weight: normal;
}

.tblRightSide
{
 border: none;
 width: 100%;
 height: 100%;
}

.trPageContent
{
}

.tdPageContent   /* class for the <td> that contains a <table class="tblPageContent"> */
{
 width: 100%;
 height: 100%;
 vertical-align: top;
 color: black;
 background-color: #e2ce99;
 font-size: 9pt;
 font-weight: normal;
}

.tblPageContent  /* class for the primary page content */
{
 border: none;
 padding: 2em;
 color: black;
 font-size: 12pt;
 width: 100%;
}

/* Standard linking class, just tweaks the color, inherits the rest */
.Link /* Use for linking *text* */
{
 color: #0033ff;
}
.BLink /* Use for linking *text* -- also adds *bold* */
{
 color: #0033ff;
 font-weight: bold;
}

.imgCapLite /* using this in the surrounding <div>... */
{           /* nb: when used in a <span> the padding does not work */
 color: black;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 font-weight: normal;
 padding-top: 6px;
 padding-bottom: 12px;
 text-align: center;
}

.trCopyBar
{
 height: 50px;
}

.tdCopyBar
{
 text-align: center;
 font-size: 9pt;
}

.iGroove /* style for images with borders; standard border */
{
 border-style: solid;
 border-color: rgb(127, 127, 127);
 border-width: 1px 2px 2px 1px;    /* t r b l */
 border-bottom-style: groove;
 border-right-style:  groove;
 padding: 0px;
}
