a		
	{
	color: white; 
	text-decoration: none;
	}
	
a.admin	
	{
	color: white; 
	text-shadow: -1px -1px rgba(255,255,255,0.5), 1px 1px rgba(51,51,51,0.5);
	text-shadow: 1px 1px rgba(255,255,255,0.5), -1px -1px rgba(68,68,68,0.5);
	font: 16px arial;
	padding-left: 10px;
	}
	
a:hover	
	{
	color: yellow;
	}


.bdy
	{
	background-color: black;
	color: gold;
	background-image: url("../img/bak.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-size:contain;
	font-family: arial;
	}
	
.bdy_wide
	{
	background-color: black;
	color: gold;
	background-image: url("../img/bak.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-size:contain;
	padding: 0;
	margin: 0;
	}
	
table
	{
	border-collapse: collapse; 
	padding: none;
	}
			
.main
	{
	background-color: rgba(0,0,0,0.85);
	margin:0 auto;
	width: 800px;
	border-radius: 9px;
	border: thin solid rgba(255,255,255,0.5);
	}
	
.main_wide
	{
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	padding: none;
	border: none;
	}
	
.body_table
	{
	width: 100%;
	height: 700px;
	}
	
.big_div
	{
	width: 100%; 
	height: 100%; 
	position: relative;
	left: -2px; 
	}
	
.but
	{
	background-color: black;
	color: gold;
	border-radius: 9px;
	border:thin solid gold;
	}
	
.nav_button
	{
	background-color: rgba(0,0,0,0); 
	color: white; 
	border-top: none;
	border-right: thin solid rgb(55,55,55);
	border-bottom: none;
	border-left: none;
	margin: 0;
	}

.nav_button:hover
	{
	background-color: blue;
	color: white;
	}
	
.logged
	{
	background-color: rgba(0,0,0,0); 
	color: white; 
	width: 100px;
	position: relative;
	float: right;
	right: 0px;
	border-top: none;
	border-right: this solid aqua;
	border-bottom: none;
	border-left: thin solid rgb(55,55,55);
	margin: 0;
	}

.glass 
	{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), color-stop(50%, rgba(255, 255, 255, .3)), color-stop(50%, rgba(0, 0, 0, .2)), to(rgba(255, 255, 255, .1)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, .3) 50%, rgba(0, 0, 0, .2) 50%, rgba(255, 255, 255, .1));
	text-shadow: -1px -1px rgba(255,255,255,0.5), 1px 1px rgba(51,51,51,0.5);
	text-shadow: 1px 1px rgba(255,255,255,0.5), -1px -1px rgba(68,68,68,0.5);
	}
	
.navbar
	{
	color: yellow;
	font: 14px arial;
	width: 100%;
	position: relative;
	top: -10px;
	left: -1px;
	}
	
.nav_left
	{
	width: 25px;
	}
	
.nav_ctr
	{
	border-left: thin solid rgb(55,55,55);
	border-right: thin solid rgb(55,55,55);
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 101;
	cursor: pointer;
	}
	
.nav_right
	{
	width: 100%;
	}

.foot
	{
	font: 10px arial;
	color: rgb(100,100,100);
	border-top: thin solid rgb(55,55,55);
	white-space: nowrap;
	position: relative;
	left: -1px;
	}
	
.blak
	{
	background-color: black;
	color: white;
	border-radius: 9px;
	border: thin solid rgba(99,99,99,0.5);
	}
	
.note
	{
	border-radius: 9px;
	padding: 10px;
	border:thin solid rgba(105,0,0,1);
	border-top-width:20px;
	}
	
.msgPop
	{
	background-color: rgba(0,0,0,0.9); 
	border-radius: 9px;
	border:thin solid gold;
	box-shadow: 30px 30px 10px rgba(0,0,0,0.5);
	padding: 50px;
	position: fixed; 
	width: 900px; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 100; 
	display: none;
	}
	
.popButton
	{
	background-color: lightblue;
	font: 18px cursive;
	height: 50px;
	width: 150px;
	border-radius: 6px;
	border: thin solid gray;
	margin-top: 20px;
	}

