
 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */

BODY		{
  		      scrollbar-base-color: #000000;
 		      background-color: #333333;
	              margin-top: 0px;
	              margin-bottom: 0px;
	              margin-left: 0px;
	              margin-right: 0px;

		}

 /* BACKGROUND IMAGE */


.bgimage        {
                background: url("http://www.chep-net.com/flashintro/picts/Picture021.jpg");
                background-repeat: repeat-x;
                }

 /* IMAGE SIZE */

.imagearea	{ height: 350px; }


 /* BORDER COLORS */

.borderlines	{
		border-top: #996666 1px solid; 
		border-bottom: #996666 1px solid;
		padding: 5px;
		height: 20px;
		background-color: #000000;
		}


 /* MAIN FONT COLOR */

TABLE 		{ COLOR: #C0C0C0; FONT: bold 11px arial, sans-serif; }

.titlenav 		{ color: #FFFFFF; font: 16px arial, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }


 /* LINK COLORS */

a:link    	{ color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a:active	{ color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a:visited	{ color: #FFFFFF; font-weight: bold; text-decoration: underline; }
a:hover		{ color: #FFFFFF; font-weight: bold; text-decoration: underline overline; }



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 3px;
			padding-bottom: 3px;
			width: 160px;
			white-space: nowrap;
			display: block;
			border: #999999 1px solid;
			background-color: #333333;
			}

a.enterbutton:hover	{
			color: #CC9999;
			text-decoration: none;
			border: #CC9999 1px solid;
			}
.header 
{
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-align: center;
}
.linker
{
    color: white;
    text-align: center;
}
.warnings
{
    font-size: 10px;
    color: red;
}

.images
{
	border-style: ridge;
	border-color: #FFFFFF;
	border-width:5px;
        margin: 10px;
}

                  .rc
                  {
	             background: url('../border-images/right-gradient.jpg');
	             background-repeat:  repeat-y;
	             background-color: transparent;
	             width: 100px;
	             height: 1px;
	             padding: 0px 0px 0px 0px;
	          }

	          .lc
	          {
	             background:  url('../border-images/left-gradient.jpg');
	             background-repeat: repeat-y;
	             background-color: transparent;
	             width: 100px;
	             height: 1px;
	             padding: 0px 0px 0px 0px;
                  }
