
BODY
{
	BORDER-RIGHT: black;
	BORDER-TOP: black;
	BORDER-LEFT: black;
	COLOR: white;
	BORDER-BOTTOM: black;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: black;
}
A:link
{
    FONT-FAMILY: Arial;
/*    TEXT-DECORATION: none */
}
A:visited
{
    FONT-FAMILY: Arial;
/*    TEXT-DECORATION: none */
}
A:hover
{
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
/*	BACKGROUND-COLOR: #444444; */
}


/* navcontainer is surrounded by Div id="navcontainer" in the asp document */
#navcontainer {
        background: #000000;						/* background color for the container */
        width: 100%;
		height: 100%;
        margin: 0 0;
        padding: 1em 0;								/* padding around the container (top ?) */
        font-family: Arial;
        font-size: 13px;
        text-align: center;
        text-transform: propercase;
        /* text-transform: capitalize */
}

/* the "button" container */
ul.navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;								/* button width (% of container) */
        font-family: Arial;
        font-size: 13px;
}
ul.navlist li {
        display: block;
        margin: 0;
        padding: 0;
}
ul.navlist li a {
        display: block;
        width: 100%;
        padding: 0.2em 0.2em 0.2em 0.2em;			/* padding around list item text (top right bottom left) */
        border-width: 1px;
        border-color: #aaa #333 #333 #aaa;			/* top right bottom left */
        border-style: solid;
        color: #FFFFFF;								/* text color for the list items */
        text-decoration: none;
        background: #777777;						/* background color for list items */
		width: auto;
}

/* hover list item */
ul.navlist li a:hover {
        color: #FFFFFF;							/* hover text color for list items */
        background: #333333;					/* hover background color for list items */
        border-color: #333 #aaa #aaa #333;		/* top right bottom left */
}
/* active list item */
ul.navlist li#active a {
        background: #333333;					/* background color for the active list item */
        color: #ffffff;							/* text color for the active list item */
        border-color: #333 #aaa #aaa #333;		/* top right bottom left */
}
/* hover active list item */
ul.navlist li#active a:hover {
        color: #FFFFFF;							/* hover text color */
        background: #333333;					/* hover background color - can also be transparent */
        border-color: #333 #aaa #aaa #333;		/* top right bottom left */
}





/* the "button" container */
ul.navlistWH {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;								/* button width (% of container) */
        font-family: "Times New Roman", Times, serif
        font-size: 15px;
}
ul.navlistWH li {
        display: block;
        margin: 0;
        padding: 0;
}
ul.navlistWH li a {
        display: block;
        width: 100%;
        padding: 0.2em 0.2em 0.2em 0.2em;			/* padding around list item text (top right bottom left) */
        border-width: 1px;
        border-color: #fff #888 #888 #fff;			/* top right bottom left */
        border-style: solid;
        color: #000000;								/* text color for the list items */
        text-decoration: none;
        background: #CCCCCC;						/* background color for list items */
		width: auto;
}

/* hover list item */
ul.navlistWH li a:hover {
        color: #FF0000;							/* hover text color for list items */
        background: #FFFFFF;					/* hover background color for list items */
        border-color: #888 #fff #fff #888;		/* top right bottom left */
}
/* active list item */
ul.navlistWH li#active a {
        background: #FFFFFF;					/* background color for the active list item */
        color: #000000;							/* text color for the active list item */
        border-color: #888 #fff #fff #888;		/* top right bottom left */
}
/* hover active list item */
ul.navlistWH li#active a:hover {
        color: #000000;							/* hover text color */
        background: #FFFFFF;					/* hover background color - can also be transparent */
        border-color: #888 #fff #fff #888;		/* top right bottom left */
}






ul.creed {
		text-align: left;
        list-style: inside;
        padding: 0;
        margin-left: 0;
		padding-left: 0;
        font-family: Arial;
        font-size: x-small;
}





table.tabs
{
	border-width: 0px;
}
table.tabs a
{
	text-decoration:none
}
table.tabs th#space
{
	border-style: solid;
	border-width: 1px;
    border-color: #000 #000 #444444 #000;				/* top right bottom left */
}
table.tabs th#off 
{
	border-style: solid;
	border-width: 1px;
    border-color: #444444 #444444 #444444 #444444;		/* top right bottom left */
}
table.tabs th#on 
{
    background: #696FA1;								/* background color for list items */
	border-style: solid;
	border-width: 1px;
    border-color: #444444 #444444 #000 #444444;			/* top right bottom left */
}
table.tabs th#off:hover
{
    background: #444444;								/* background color for list items */
	border-style: solid;
	border-width: 1px;
    border-color: #444444 #444444 #444444 #444444;		/* top right bottom left */
}
table.tabs th#on:hover
{
    background: #444444;								/* background color for list items */
	border-style: solid;
	border-width: 1px;
    border-color: #444444 #444444 #000 #444444;			/* top right bottom left */
}



textarea.TAblack
{
background-color:#000000;
color: white;
}

table.borderon
{
	border-style: solid;
	border-color: #444444;
	border-width: 1px;
}
table.borderon th
{
	border-style: solid;
	border-color: #444444;
	border-width: 1px;
}
table.borderon td
{
	border-style: solid;
	border-color: #444444;
	border-width: 1px;
}
table.borderon tr#off 
{
	border-width: 0px;
}
table.borderon th#off 
{
	border-width: 0px;
}
table.borderon td#off 
{
	border-width: 0px;
}


table.borderoff
{
	border-width: 0px;
}
table.borderoff th
{
	border-width: 0px;
}
table.borderoff td
{
	border-width: 0px;
}


table.borderoffFixed
{
	border-width: 0px;
	table-layout: fixed;
}
table.borderoffFixed th
{
	border-width: 0px;
}
table.borderoffFixed td
{
	border-width: 0px;
}

.gradientV{
	background: #000000;
	width: 100%;
	height: 100%;
	margin: 0 0;
	padding: 1em 0;								/* padding around the container (top ?) */
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	text-transform: propercase;
	/* text-transform: capitalize */

	/* fallback (Opera) */
	background: #FFFFFF;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #888888, #000000);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#000000));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#000000', EndColorStr='#FFFFFF', GradientType=0);
}

.gradientH{
	/* fallback (Opera) */
	background: #000000;
	/* Mozilla: */
	background: -moz-linear-gradient(left, #888888, #000000);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, right top, from(#888888), to(#000000));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#888888', EndColorStr='#000000', GradientType=1);
}



