/*
 * Default.css
 *
 * UI Requirements for this Tab:
 *
 *
 */

body
{
	background-color: Black;
	margin: 0px 0px 0px 0px;
}


/* Main Text / Fonts */

.searchBarText
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: Transparent;
}

.searchBarInput
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
}

.headerText 
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;	
}

.footerText 
{
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}

.bodyText 
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

/* All stylised Container Text */

.containerText 
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.containerHeader 
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

.containerMenu 
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
}


/* Hyperlinks */

/* Menus */

.mainMenuItem
{	
	font-family: Tahoma, helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	color: White;
	background-color: Black;
	cursor: default;
}

.mainMenuItemOver
{
	font-family: Tahoma, helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	color: #FEBF00;
	background-color: Black;
	cursor: pointer;
}

.subMenuItem
{
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: White;
	background-color: Gray;
	cursor: default;
	width: 150px;
}

.subMenuItemOver
{
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: White;
	background-color: #AAAAAA;
	cursor: hand;
	width: 150px;
}

/* Tables */

/* Internal Components
 *
 * Internal components are internal headers, editing menus, etc
 * Internal components exist within the bounds of a table thus the
 * layout requirements of a table are a single header row, and components
 * within the table.
 *
 */

.componentTitle
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	color: Gray;
}

.componentText
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: Black;
}

TR.componentHeaderRow
{
	background-color: #eeeeee;
}

TR.componentContentRow
{
	background-color: White;
}

TR.componentFooterRow
{
	background-color: #dddddd;
}
