﻿/*----------------------------------------------------------------------------------
	Page:						Logon.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the Home page
	History:
	--------------------------------------------------------------------------------*/

div.content {
	background-color: Black;
}
td.content {
	background: url(../Images/Home_Anim.gif) no-repeat 74px 45px black;
	vertical-align: top;
	text-align: left;
	padding: 47px 0px 0px 0px;	
	width: 645px;
	height: 463px;
}

td.content p {
	margin: 0px;
	padding: 55px 30px 0px 107px;
	font-size: 11pt;
	color: white;
	line-height: 1.3em;
}

/* Overide footer colors */

div.footer {
	background-color: black;
	color: white;
}
div.footer a, div.footer a:active, div.footer a:visited, div.footer a:link {
	color: white;
}

/* Page menu items */

td.menu {
	background-color: black;
	vertical-align: top;
	width: 250px;
	padding: 45px 0px 0px 50px;
	z-index: 1;	
	color: white;
	line-height: normal;
}

td.menu h1 {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: White;
	border-bottom: 1px solid white;
}

td.menu h2 {
	display: none;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: White;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

td.menu h3 {
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0px 2px 0px;
	padding: 0px;
}

td.menu ul.level_1 {
	width: 200px;
	padding: 0px;
	margin: 0px;
	z-index: 1;	
	height: 400px !important;
}

td.menu ul.level_1 li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

td.menu ul.level_1 li a, td.menu ul.level_1 li a:active, td.menu ul.level_1 li a:visited, td.menu ul.level_1 li a:link {
	display: block;
	width: auto !important;
	margin: 0px;
	padding: 0px;
  height: auto !important;
	text-align: left;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: white;
	white-space: normal;
}

td.menu ul.level_1 li a:hover, td.menu ul.level_1 li a.selected_1 {
	text-decoration: underline;
	padding: 0px !important;
  color: white;
}

div.listed {
	padding-top: 10px;
	overflow: hidden;
	height: 40px;
	border-bottom: 1px dotted white;
}

div.singlemanager {
	padding-top: 10px;
	height: 85px;
}
div.singlemanager h3 {
	margin-top: 8px;
}	

div.multiplemanager {
	margin-top: 5px;
	overflow: hidden;
	height: 60px;
	border-bottom: 1px solid white;
}

/* View bar */

td.view {
	width: 60px;
	background-color: black;
}


