body 
{
	font-family:        arial, helvetica, sans-serif;
	font-size:          12px;
	color:              #FFFFFF;
	margin:             0px;
	padding:            0px;
}

td
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          12px;
    color:              #FFFFFF;
}

.login
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          10px;
    color:              #FFFFFF;
}

a.img:link    {color: transparent; text-decoration: none; background-color: transparent;}
a.img:visited {color: transparent; text-decoration: none; background-color: transparent;}
a.img:hover   {color: transparent; text-decoration: none; background-color: transparent;}
a.img:active  {color: transparent; text-decoration: none; background-color: transparent;}

/* LINKS **************************************************************************************************************/

a:link    {color: #00CC00; text-decoration: none; background-color: transparent;}
a:visited {color: #00CC00; text-decoration: none; background-color: transparent;}
a:hover   {color: #EBEBEB; text-decoration: none; background-color: #00CC00;    }
a:active  {color: #00CC00; text-decoration: none; background-color: transparent;}

a.table_header_link:link    {color: #00FF00; text-decoration: none; background-color: transparent;}
a.table_header_link:visited {color: #00FF00; text-decoration: none; background-color: transparent;}
a.table_header_link:hover   {color: #FFFFFF; text-decoration: none; background-color: transparent;}
a.table_header_link:active  {color: #00FF00; text-decoration: none; background-color: transparent;}

/* SECTION STYLES *****************************************************************************************************/

.section_border
{
    background-color:        #333333;
    color:                   #000000;
}

.section_left
{
    background-color:        #000000;
    border-top-color:        #000000;
    border-top-width:        0px;
    border-top-style:        solid;
}

.section_center
{
    background-color:        #000000;
    color:                   #FFFFFF;
}

.section_right
{
    background-color:        #000000;
    color:                   #FFFFFF;
}


/* NAVIGATIONAL ITEMS *************************************************************************************************/

.navigation_menutable
{
    margin:                  0px 0px 0px 0px;
    padding:                 0px 0px 0px 0px;
    border-bottom:           1px solid #00CC00;
    background-color:        #113311;
}

a.navigation_menuitem
{
    display:                 block;
    margin-bottom:           0px;
    width:                   150px;
    padding:                 3px 0px 3px 10px;
    text-decoration:         none;
    border-top-color:        #00CC00;
    border-top-width:        1px; 
    border-top-style:        solid;

}

a.navigation_menuitem:link    {color: #FFFFFF; text-decoration: none; background-color: transparent;}
a.navigation_menuitem:visited {color: #FFFFFF; text-decoration: none; background-color: transparent;}
a.navigation_menuitem:hover   {color: #EBEBEB; text-decoration: none; background-color: #00CC00;    }
a.navigation_menuitem:active  {color: #EBEBEB; text-decoration: none; background-color: #000000;    }

/* FORM INPUTS ********************************************************************************************************/

.login_input
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               10px;
    color:                   #EBEBEB;
    background-color:        #113311;
}

.fixed_input
{
    font-family:             courier new;
    font-size:               12px;
    color:                   #EBEBEB;
    background-color:        #113311;
}

.input
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    color:                   #EBEBEB;
    background-color:        #113311;
}

/* FORMATTING ELEMENTS ************************************************************************************************/

fieldset
{
    border:                  #333333 solid 1px;
    padding:                 10px;
}

legend
{
    color:                   #EBEBEB;
    font-weight:             bold;
    padding:                 0px 5px;
}

.header
{
    width:                   100%;
    font-family:             arial, helvetica, sans-serif;
    font-size:               18px;
    font-weight:             bold;
    color:                   #FFFFFF;
    background-color:        #113311;
    border-top-color:        #666666;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #666666;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
    padding:                 2px;
}

.nav_header
{
    width:                   150;
    font-family:             arial, helvetica, sans-serif;
    font-size:               11px;
    color:                   #FFFFFF;
    background-color:        #113311;
    border-top-color:        #666666;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #666666;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
    padding:                 1px;
}

.content
{
    width:                   100%;
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    color:                   #FFFFFF;
    background-color:        #111111;
    border-top-color:        #333333;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #333333;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
    padding:                 2px;
}

.error
{
    width:                   100%;
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    font-weight:             bold;
    color:                   #FFFFFF;
    background-color:        #FF0000;
    border-top-color:        #000000;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #000000;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
    padding:                 2px;
}

.info
{
    width:                   100%;
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    font-weight:             bold;
    color:                   #FFFFFF;
    background-color:        #008000;
    border-top-color:        #000000;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #000000;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
    padding:                 2px;
}

.table_header
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    font-weight:             bold;
    color:                   #FFFFFF;
    background-color:        #111111;
    border-top-color:        #333333;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #333333;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
}

.table_sub_header
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    font-weight:             bold;
    color:                   #FFFFFF;
    background-color:        #333333;
    border-top-color:        #666666;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #666666;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
}

.table_sub_sub_header
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    font-weight:             regular;
    color:                   #FFFFFF;
    background-color:        #444444;
    border-top-color:        #000000;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #000000;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
}

.table_header_right
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               11px;
    font-weight:             bold;
    color:                   #FFFFFF;
    background-color:        #113311;
    border-top-color:        #666666;
    border-top-width:        1px;
    border-top-style:        solid;
    border-bottom-color:     #666666;
    border-bottom-width:     1px;
    border-bottom-style:     solid;
}

.table_row1
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    color:                   #FFFFFF;
    background-color:        #000000;
}

.table_row1_right
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               10px;
    color:                   #FFFFFF;
    background-color:        #000000;
}

.table_row2
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               12px;
    color:                   #FFFFFF;
    background-color:        #111111;
}

.table_row2_right
{
    font-family:             arial, helvetica, sans-serif;
    font-size:               10px;
    color:                   #FFFFFF;
    background-color:        #111111;
}

.small
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          11px;
    color:              #FFFFFF;
}

.small_right
{
    font-family:        arial, helvetica, sans-serif;
    font-size:          9px;
    color:              #FFFFFF;
}

.fixed
{
    font-family:        courier new;
    font-size:          12px;
    color:              #FFFFFF;
}
