/* ================================
    Default styles FOR ExtremeWebForge
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 font-family: Verdana,Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #666666;
}

.SubHeadWhite    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: White;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}


.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

.SubHead    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #3399cc;
    letter-spacing: 2px;
}

.SubSubHead {
  font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #3399cc;
}

.Normal,.NormalDisabled
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #666666;

}

.NormalDisabled
{
    color: Silver;
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
	 color: #666666;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.MenuButtonSelected    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #ff9900;
}

.MenuButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #999999;
}
    
A.MenuButton:link {
    text-decoration: none;
    color: #999999;
}

A.MenuButton:visited  {
    text-decoration:    none;
    color: #999999;
}

A.MenuButton:active   {
    text-decoration:    none;
    color: #999999;
}

A.MenuButton:hover    {
    text-decoration:    none;
    color: #ff9900;
}

.LinkButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #3399CC;
}
    
A.LinkButton:link {
    text-decoration: none;
    color: #3399CC;
}

A.LinkButton:visited  {
    text-decoration:    none;
    color: #3399CC;
}

A.LinkButton:active   {
    text-decoration:    none;
    color: #3399CC;
}

A.LinkButton:hover    {
    text-decoration:    underline;
    color: #3399CC;
}

.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #006699;
}
    
A.CommandButton:link {
    text-decoration: underline;
    color: #006699;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #006699;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #006699;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ffffff;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type: disc;
    list-style: outside;
    padding: 0px 0px 10px 0px;
    margin-left: -22px;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}



