﻿/* This stylesheet is used for the public intro pages to Zed Office
Created by Steve on 01/09/2006
For the styles of the main application refer to zedstylesheet.css
Copyright Zed-Systems Pty Ltd
*/

/* Centre the entire body of the page in the middle */
body
{
    text-align: center;
    margin: 0px;
    font: 0.9em Calibri, Tahoma, Helvetica, Arial, sans-serif;
    height: 100%;
}
/* PAGE STRUCTURE: Set the Main Structure Containers of the page */

.login
{
    width: 100%;
    background-image: url(Images/bg_breadcrumb.jpg);
    display:block;
    clear: none;
    height: 25px;
}

.loginlogo

{
    font-size: 0.8em;
    float:left;
    margin-top: 4px;
    margin-left: 8px
}

.loginlinks

{
    font-size: 0.8em;
    float:right;
    margin-top: 4px;
    margin-right: 8px
}

.loginlinkstext
{

	margin-top: 1px;	
	float: left;	
	margin-left: 3px
}

.loginlinksimg

{
    margin-left: 3px;
    margin-right: 3px;
    float:left;   
 }

#wrapper
{
	width:980px;
	height: auto;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	width: 770px;
}

#mainnav
{
    /* position: relative; */
    height: 425px;
    width: 150px;
    padding: 0px;
    border-top: 20px solid #FFFFFF;
    background-image: url(intro/images/bg_mainnav.jpg);
    background-repeat: no-repeat;
    background-color: white;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item {
	padding:2px 0px;
	border-width:1px 0 0 1px; 
	border-color:#FFFFFF;
	background-color: #dcded3;
	color:#333333; 
}

* html #mainnav .item {padding:0 20px;}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#mainnav .hover {
	color:#FF284E; 
	background-color:#DADADA;
}

#mainnav table table {border-right:none;}

#contentwrapper
{
	float:right;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width:auto;
	margin-left: 150px;
	margin-top: -421px;
}

#footer
{
    clear: both;
    height: 40px;
    width: auto;
    font-size: 0.9em;
    text-align: right;
	background: url('/intro/images/bg/bg_footer.gif') top left repeat-x;
    background-color: white;
}
#footer a
{
    font-size: 0.9em;
    color: #3B3B3B;
}

/* MAIN ELEMENTS: Set the Main Elements of the page */

h1           
{
	font-family: Calibri, Arial;
	color: #C0C0C0;
	font-size: 1.4em;
	font-weight: bold;
	height: 35px;
	text-align: justify;
	background: url('images/Backgrounds/bg_h1.gif') bottom left repeat-x;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

h2          
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8000;
	font-size: 1.0em;
	text-align: justify;
	font-weight: bold;
	background: url('images/Backgrounds/bg_h1.gif') top left repeat-x;
	padding: 0 8px 0 8px;
}

h3 
{
	font-size: 0.9em; 
	text-align: justify;
	padding: 0 8px 0 8px; 
    
}

p
{
	font-family: Calibri;
	color: #3B3B3B;
	font-size: 0.8em;
	text-align: left;
	padding: 0 10px 0 10px;
}

li
{
    font-size: 0.9em;
    list-style-image: url(Images/bullet.jpg);
    list-style-type: square;
    padding: 0px 0px 3px 0px;
    margin: 0px 3px 0px 3px;
    color: #808080;
}

a
{
    font-size: 1.0em;
    margin: 25px 3px 1px;
    color: #0066ff;
    text-decoration: none;
}

img {
	border: none;
}

table.tab01 {
	border-width: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: #fff5ee;
}

table.tab01 th {
	border-width: 1px;
	padding: 5px;
	border-style: none;
	border-color: black;
	background-color: #fffff0;
	background-image: url(Images/bg_breadcrumb.jpg);
	
	-moz-border-radius: ;
}

table.tab01 td {
	border-width: 1px;
	padding: 2px;
	font-size: 0.9em;
	border-style: none;
	border-color: black;
	background-color: #fffff0;
	-moz-border-radius: ;
}

 
legend
{
    margin: 0px 0px 7px 0px;
    color: #666666;
    font-weight: bold;
    font-size: 0.8em;
    vertical-align: middle;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.hyperlink a:link
{
    margin: 25px 3px 1px;
    color: gray;
}

.hyperlink a:hover
{
    font-weight: bold;
}

.hyperlink a:visited
{
    color: #C0C0C0;
}

/* 3.0 Navigation, Menu - Elements and Classes */

/*begin creating the menu tabs */
.menu
{
    padding-left: 4px;
    width: 142px;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td
{
    color: #FFFFFF;
    height: 40px;
    text-align: center;
    border-bottom: white 1px dotted;
}
.menuSelectItem td 
{
    background: #dcded3;
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: 600;
}
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited
{
    color: gray;
    text-decoration: none; /*font-weight: 600; */
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover, .menuPopupItem a:hover 
{
	color: #1a4cee;
}

/* make drop down menu container style */
.menuPopup {
	background: #dcded3;
	border: 1px dotted #FFFFFF;
}

/* make drop down menu item style */
.menuPopupItem {
	border-bottom: 1px dotted #FFFFFF;
	color: White;
	padding: 3px;
	background: #dcded3;
	font-size: 0.9em;
	font-weight: 600;
}

#copyright
{
    padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 1px;
	float: right;
	clear: none;
	color: #FFFFFF;
	text-align: right;
}
#copyright a:hover
{
	/* text-decoration: underline; */
	color: #1a4cee;
}