/*==========================================================
==========================TABLES============================
==========================================================*/
th
	{
	font-variant: small-caps;
	font-weight: 900;
	text-align: center;
	font-weight: bold;
	}
/*==========================================================
===========================LINKS============================
==========================================================*/
a:visited	
	{	
	color: #999999; 
	}
a:link		
	{
	color: #999999; 	
	}
a:hover		
	{
	color: #006699; 
	}
/*==========================================================
==========================PROFILE===========================
==========================================================*/

.profile_title /* On View Profile Page - The Keys (EG: Registered, Address etc) */
	{
	font-weight: bold;
	}
.profile_text /* On View Profile Page - The Values */
	{
	font-weight: normal;
	}
/*==========================================================
==========================ERRORS============================
==========================================================*/

.denied /* You can\'t do something */
	{
	color: #FF0000;
	}
.no_highlight /* No Highlight, or Photo is Unavailable */
	{
	font-weight: bold;
	}
	
	
.dropmenu
	{
	right:0px;
	top: 90px;
	background: white;
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	position: absolute;
	visibility: hidden;
	}
/*=========================================================
==========================GALLERY===========================
==========================================================*/

.gal_title /* The Gallery Names in Upper Left, and on view_album */
	{
	font-weight: bold;
	font-size: 18px;
	font-family: verdana, tahoma, arial;
	}
input.search_field /* Text Field for the search at the top of pages */
	{
	
	}
input.search_button /* Button for the search at the top of pages */
	{
	
	}
.name /* Name of the Photos or Sub Galleries on view_gallery */
	{
	font-size: 20px;
	}
.date /* Date and the filetype on view_gallery and view_photo */
	{
	font-size: 12px;
	}
.description /* Description for the photo on view_photo */
	{
	
	}
.type /* Type for the photo on view_photo */
	{
	
	}
.page_number
	{
	font-weight: bold;
	}
.required /* Required Fields for Forms */
	{
	font-weight: bold;
	}
.comments_head /* \"Comments\", at the bottom of view_photo */
	{
	font-weight: bold;
	}
.allowed_types /* Title of Allowed Types For Uploading */
	{
	font-weight: bold;
	}
.stress /* Simple Stress of words or phrases */
	{
	font-weight: bold;
	}
.controlheader /* Edit Media and soforth */
	{
	font-weight: bold;
	font-size: larger;
	font-family: Verdana;
	text-decoration: underline;
	text-align: center;
	}