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


 /* START COLORS - BACKGROUND COLORS */

BODY		{
		scrollbar-base-color: #7E6C4E;
 		background-color: #000000;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,
		startColorStr=#7E6C4E,endColorStr=#7E6C4E );
		}

 /* IMAGE SIZE */


.imagearea	{ height: 350px; }


 /* BORDER COLORS */

.borderlines	{
		border-top: #A39171 1px solid; 
		border-bottom: #A39171 1px solid;
		padding: 5px;
		height: 50px;
		background-color: #000000;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,
		startColorStr=#7E6C4E,endColorStr=#7E6C4E );
		}


 /* MAIN FONT COLOR */

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



 /* LINK COLORS */

a:link    	{ color: #BCAD91; text-decoration: none; }
a:active	{ color: #BCAD91; text-decoration: none; }
a:visited	{ color: #BCAD91; text-decoration: none; }
a:hover		{ color: #CC99FF; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

		
.enterbutton		{ font-family: arial, verdana, helvetica, sans-serif;
			font-size: 7pt;
		 	font-weight: bold;			
			padding-top: 8px;
			padding-bottom: 8px;
			padding-left: 20px;
			padding-right: 20px;
			cursor:pointer;
			text-align: center;
			letter-spacing: 1px;			
			width: 160px;
			white-space: nowrap;
			border: #FFFFFF 1px solid;
			background-color: #7E6C4E;
			filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
			startColorStr=#7E6C4E,endColorStr=#7E6C4E );
			border-top: #A39171 1px solid;
		  	border-left: #A39171 1px solid;
		  	border-bottom: #4D412E 1px solid;
		 	border-right: #4D412E 1px solid;
			}

a.enterbutton:hover	{
			color: #BCAD91;
			text-decoration: none;
			border: #FFFFFF 1px solid;
			}
