/* ============================================================
    CSS STYLES FOR THE GoKahuna Site!
    v1.0, 7/2004
   ============================================================
*/

/* General Page Stuff! */

.HomeHead
{
	color: #330033;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
}
.SubHead
{
	color: #330033;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}
.SmallHead
{
	color: #330033;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}
.ErrorText
{
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.NotificationText
{
	color: #2C3128;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.Marked
{
	color: red;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.OverviewSubHeading
{
	background-color: #F1F3EB;
	color: #330033;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.EmbeddedPicture
{
	border-color: #330033;
	border-style: solid;
	border-width: 2px;
	margin: 25px;
}
.smallprint
{
	color: #2C3128;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
}
.SectionHeading
{
	background-color: #E2E6D8;
	color: #2C3128;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	padding: 5;
	vertical-align: middle;
}
.Normal
{
	color: #330033;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #330033;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.NormalDouble
{
	color: #330033;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.PasswordDisclaimer
{
	font-size: 10px;
	color: #330033;
}


/* Generally used Data Grid Look and Feel */
.dgHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #92A5B6;
	font-size: x-small;
	font-weight: bold;
}
.dgHeader A
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #92A5B6;
	font-weight: bold;
	text-decoration: none;
}
.dgHeader A:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #92A5B6;
	font-weight: bold;
	text-decoration: none;
}
.dgHeader A:link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #92A5B6;
	font-weight: bold;
	text-decoration: none;
}
.dgHeader A:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
	background-color: #92A5B6;
	font-weight: bold;
	text-decoration: underline;
}
.dgItem
{
	font-family: Verdana, Helvetica, sans-serif;
	color: Black;
	background-color: #F5F5F5;
	font-size: x-small;
	font-weight: normal;
}
.dgSelectedItem
{
	font-family: Verdana, Helvetica, sans-serif;
	color: Black;
	background-color: #8F9B89;
	font-size: x-small;
	font-weight: normal;
}
.dgAlternateItem
{
	font-family: Verdana, Helvetica, sans-serif;
	color: Black;
	background-color: #ECECEC;
	font-size: x-small;
	font-weight: normal;
}

/* Register (Maintenance Functions) GREEN */
.ADLabelGreen
{
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	text-decoration: none;
	background-color: #ccffcc;
}
.ADDataGreen
{
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #ccffcc;
}
.ADSectionHeadingGreen
{
	background-color: #009900;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Advanced Search - BLUE */
.ADLabelBlue
{
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	text-decoration: none;
	background-color: #ccccff;
}
.ADDataBlue
{
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #ccccff;
}
.ADSectionHeadingBlue
{
	background-color: #000099;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* For YELLOW Tabs on STatus Pages..  */
.tab-active
{
	border-right: gray thin solid;
	padding-right: 5px;
	border-top: gray thin solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: gray thin solid;
	color: #000000;
	padding-top: 3px;
	border-bottom: gray thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff7e8;
	text-align: center;
}
.tab-inactive
{
	border-right: gray thin solid;
	padding-right: 5px;
	border-top: gray thin solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: gray thin solid;
	color: #888888;
	padding-top: 3px;
	border-bottom: gray thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffd279;
	text-align: center;
}
/*
.tab-border
{
	border-top: 1px solid #D5D291;
	border-left: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: White;
}
*/
.tab-inactive a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.tab-inactive a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.tab-inactive a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DD5353;
	text-decoration: none;
}
.tab-inactive a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DD5353;
	text-decoration: none;
}
.tab-active a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.tab-active a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.tab-active a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.tab-active a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

/* Maintenance Functions */
.maintTitle
{
	color: #330033;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
}
.maintSubTitle
{
	color: #330033;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.ADLabel
{
	color: #330033;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 12pt;
	text-decoration: none;
}
.ADData
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}
.maintCreateText
{
	color: #aaaaaa;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}

.AdminHeading
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #330033;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
}
.AdminLink
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #EE4444;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.AdminLink:Hover
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.FormError
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 10px;
	font-weight: normal;
}
/* Footer Stuff */
.footer
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #DDD1C3;
	text-decoration: none;
}
.footer A
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #DDD1C3;
	text-decoration: none;
}
.footer A:link
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #DDD1C3;
	text-decoration: none;
}
.footer A:visited
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #DDD1C3;
	text-decoration: none;
}
.footer A:hover
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #643387;
	text-decoration: underline;
}
.admin-table
{
	background: #FFF7E8 url(../images/goldsealinterior_wide.gif) no-repeat left top;
	border-right: 1px solid #FFD37A;
	border-left: 1px solid #FFD37A;
}


ul.Req
{
}
.Req li
{
	line-height: 2em;
}

