﻿
body {
}

.pageTitleText {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #4A2C6B;
}

.normalBodyText {
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

.Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4A2C88;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


/* **************** LINKS **************** */
A.footerlink:link     { color: #000000; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.footerlink:visited 	{ color: #000000; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.footerlink:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.footerlink:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 11px; font-weight:normal; }


A.biglink:link     { color: #0000ff; text-decoration:none; font-family: arial; font-size: 12px; font-weight:bold; }
A.biglink:visited 	{ color: #0000ff; text-decoration:none; font-family: arial; font-size: 12px; font-weight:bold; }
A.biglink:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 12px; font-weight:bold; }
A.biglink:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 12px; font-weight:bold; }



/* **************** CONTAINERS **************** */

.mainPanel
{
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    border-right: black 1px solid;
    border-left: black 1px solid;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

.adminPanel {
	BORDER-TOP: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	background-color: #ffffff; 
}

 .adminPanelHeader
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
    BORDER-TOP: black 0px solid;
	BORDER-RIGHT: black 0px solid;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 0px solid;
    background-color: #D7E0E5;
    width: 100%;
}

.master_PageFrame
{
    border: 0px;
    padding: 0px;
    margin: 0px; 
    height: 100%;
    width: 100%;
    min-height: 100%;
    border-collapse: collapse;    
}

.master_PageHeader
{
    height: 100px; 
    background-color: #ffffff;
    font-size: 14pt;
    font-weight: bold; 
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.master_PageFooter
{
    height: 75px; 
    background-color: #cccccc;
    font-size: 12px;
    font-weight: bold; 
    color: #000000;
    padding: 10px;
    margin: 0px;
}

.master_ContentPane
{
    width: 100%;
    height: 100%;
    min-height: 100%; 
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    text-align: center;
}

.master_PageDivider
{
    border-top: solid 1px black; 
    border-bottom: solid 1px black; 
    border-left: solid 1px black; 
    border-right: solid 1px black; 
    height: 3px; 
    background-color: #800000; 
    padding: 0px;
    margin: 0px; 
    border-collapse: collapse;
    font-size: 0pt; 
}

.master_PageNavLeft
{
    width: 150px; 
    height: 100%;
    min-height: 100%;
    background-color: #006400;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    padding: 0px;
    text-align: center;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-bottom: black 1px solid; 
    border-left: black 1px solid; 
}



/* **************** FONTS **************** */

.arial1 {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.arial1white {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
}
.arial1red {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #990000;
}
.arial1blue {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #000099;
}
.arial1bold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
.arial1whitebold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.arial1bluebold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000099;
}
.arial1redbold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}

.arial2 {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.arial2bold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.arial2whitebold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.arial2bluebold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000099;
}
.arial2redbold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #4A2C88;
}

.arial3 {
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.arial3bold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.arial3whitebold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.arial3bluebold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000099;
}
.arial3redbold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}


/* **************** FORMS **************** */

.formBox
{
    color : #000000;
    background : #FFFFFF;
    border-color : #000000;
    border-top : 1px solid;
    border-bottom : 1px solid;
    border-left : 1px solid;
    border-right : 1px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
	font-weight: normal;
}

.formSubmit
{
    color: #000000;
    background-color : #ffffff;
    border-color : #000000;
    border-top : 1px solid;
    border-bottom : 1px solid;
    border-left : 1px solid;
    border-right : 1px solid;
    font-family : arial,tahoma,verdana;
    font-size : 11px;
    font-weight: bold;
    cursor: pointer;
}

.NoBorder input
{
    background: transparent; 
    border: 0; 
}

/********************************************************/
/* VERTICAL MENU STYLES FOR MEMBERS APP */
/********************************************************/

/* ----------- */
.menuVertical_MainStyle_Members
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    color: #000000;  
    background-color: #FBE5A1;
    width: 140px;
    text-align: left;
}

/* ----------- */
.menuVertical_StaticMenuStyle_Members
{
    border-top: black 1px solid;
    border-right: black 1px solid;
    border-left: black 1px solid;
}
.menuVertical_StaticMenuStyle_Members a:link { color:#000000; }
.menuVertical_StaticMenuStyle_Members a:visited { color:#000000; }
.menuVertical_StaticMenuStyle_Members a:active { color:#000000; }
.menuVertical_StaticMenuStyle_Members a:hover { color:#000000; }

/* ----------- */
.menuVertical_StaticMenuItemStyle_Members
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: black 1px solid;
    }
/*
to make entire cell clickable 
.smis a { width:100%; display:block; }
*/
.menuVertical_StaticMenuItemStyle_Members a { width:95%; display:block; }

/* ----------- */
.menuVertical_StaticSelectedStyle_Members
{
    background-color: yellow;
}

/* ----------- */
.menuVertical_StaticHoverStyle_Members
{
	background-color: #0000ff;
	color: #000000;
	text-decoration: none;
}
.menuVertical_StaticHoverStyle_Members a:link { color:#ffffff; }
.menuVertical_StaticHoverStyle_Members a:visited { color:#ffffff; }
.menuVertical_StaticHoverStyle_Members a:active { color:#ffffff; }
.menuVertical_StaticHoverStyle_Members a:hover { color:#ffffff; }