﻿html, form
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* Default body tag. */
body 
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	background-color: #191919;
	background-image: url(../Graphics/Background.jpg);
}

/* The top bar menu. */
.menuItem
{
	width: 101px;
	height: 42px;
	
	background-image: url(../Graphics/TopBar/MenuItem.jpg);
	background-repeat: no-repeat;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #FFFFFF;
	text-align: center;
	
	cursor: pointer;
}

.menuItem_hover
{
	width: 101px;
	height: 42px;
		
	background-image: url(../Graphics/TopBar/MenuItem.jpg);
	background-repeat: no-repeat;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #F6FF00;
	text-align: center;
	
	cursor: pointer;
}

/* The content menu. */
.menuHeader
{
	width: 207px;
	height: 30px;
	
	padding: 1px 0px 0px 15px;
	
	background-image: url(../Graphics/LeftMenu/Background_Header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold; 
	
	color: #F6FF00;
}

.menuLink
{
	height: 28px;
	
	padding: 0px 0px 0px 16px;
	
	background-image: url(../Graphics/LeftMenu/Background_Item.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #8F8F8F;
	cursor: pointer;
}

.menuLink_hover
{
	height: 28px;
	
	padding: 0px 0px 0px 16px;
	
	background-image: url(../Graphics/LeftMenu/Background_Item.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #FFFFFF;
	cursor: pointer;
}

/* The footer's content. */
#footer
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	
	color: #A3CDBF;
	text-align: center;
}

/* Links on the footer. */
#footer a:link, #footer a:visited, #footer a:active
{
	color: #A3CDBF;
	text-decoration: none;
}

#footer a:hover
{
	color: #A3CDBF;
	text-decoration: underline;
}
