.search
{
	font-family:Arial; font-size:11; font-style:normal; font-weight:bold; background-color:#c9c9c9; text-decoration:none; /*Active*/
	font-family:Arial; font-size:11; font-style:normal; font-weight:normal; background-color:#dfdfdf; /*inactive*/
}
Body
{
	margin:0;
	background-color: #3E3C8A;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:White;
    /*
    background : url(null) fixed no-repeat;
	background-image: url(/main/images/mac_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
}


/* Copyright and trademark link style */
.CLink
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    color:  #FFFFFF;
}

A:link  
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    color: #969696;
}

A:visited   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    color:  #969696;
}

A:active    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color:  #969696/*#0000ff darkred;*/
}

A:hover {
    text-decoration: underline;
    color: #969696/*darkred;*/
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

TABLE
{
	font-family: Arial;
	font-size: 11px;
}



/* SpiderNet.WebControls Styles*/

.TextInputFieldCaption
{
    color:#000000;
    font-family:Arial;
    font-size:xx-small;
}

.TextInputFieldContent
{
    color:#800000;
    font-weight:bold;
    background-color:#EEEEEE;
}

.BooleanInputFieldCaption
{
    color:#000000;
    font-family:Arial;
    font-size:xx-small;
}

.TextOutputFieldCaption
{
    color:#000000;
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:xx-small;
    font-weight:bold;
}

.TextOutputFieldContent
{
    color:#000000;
    background-color:#EEEEEE;
    font-family:Arial;
    font-size:medium;
    font-weight:bold;
}
.TextOutputFieldContent A:link, .TextOutputFieldContent A:active, .TextOutputFieldContent A:visited
{
    color:#000000;
    text-decoration:none;
}
.TextOutputFieldContent A:hover
{
    color:#000000;
    text-decoration:underline;
    cursor:hand;
}

.ButtonCaption
{
    color:#800000;
    background-color:#EEEEEE;
    font-family:System;
    font-size:small;
    font-weight:bold;
    width:100%;
}

.SelectorCaption
{
    color:#000000;
    font-family:Arial;
    font-size:xx-small;
}

.SelectorContent
{
    color:#800000;
    font-weight:bold;
    background-color:#EEEEEE;
}


