/* Copyright 2004 van Eyk Research All Rights Reserved.
$Header: /www.vaneyk.com/launchpad/styles/launchpad.css 3     30/11/06 11:54a Anniechen $
$History: launchpad.css $
 * 
 * *****************  Version 3  *****************
 * User: Anniechen    Date: 30/11/06   Time: 11:54a
 * Updated in $/www.vaneyk.com/launchpad/styles
 * 
 * *****************  Version 2  *****************
 * User: Mestalilla   Date: 22/04/05   Time: 2:24p
 * Updated in $/www.vaneyk.com/launchpad/styles
 * updated html/css to be compatible with firefox
 * 
 * *****************  Version 1  *****************
 * User: Mestalilla   Date: 13/10/04   Time: 11:26a
 * Created in $/www.vaneyk.com/launchpad/styles
====================================================================================================
Description:
====================================================================================================
Dependencies: 
==================================================================================================== */

body { color: #666666; font-family: Arial; font-size: 0.75em; margin: 0 0 1em 0; }
p { text-align: justify; }

th { color: #ffffff; font-size: 0.75em; }
td { color: #666666; font-family: Arial; font-size: 0.75em; margin: 0 0 1em 0; }
td a { color: #336699; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

table.tblGeneral { border: 1px solid #cccccc; padding: 3px; }
table.tblGeneral th { background-color: #006699; color: white; padding-left: 6px; }
table.tblGeneral td { background-color: #E5E5E5; padding-left: 6px; }

.h1, h1 { font-family:Verdana,Arial,Helvetica,Sans-serif; font-size:1.8em; font-weight:bold; color: #336699; }
.h2, h2 { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 1.4em; font-weight: bold; color: #336699; }
.h3, h3 { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 1.2em; font-weight: bold; color: #336699; }
.h4, h4 { font-family:Arial,Helvetica,Sans-serif; font-size:1.2em; font-weight:bold; color:#666666; }
.h5, h5 { font-family: Arial,Helvetica,sans-serif; font-size: 1.0em; font-weight: bold; color:#666666; }

#logo_a { background-image: url(http://www.vaneyk.com.au/launchpad/images/header_logo.gif); background-repeat: no-repeat; height: 70px; width: 290px; }
#logo_b { background-image: url(http://www.vaneyk.com.au/launchpad/images/header_logo3.gif); background-repeat: repeat-x; height: 45px; }

#navlinks { background-color: #D6E5EF; border-top: 1px solid white; color: #336699; height: 20px; text-align: right; }
#navlinks a { color: #336699; }

#gbl_toolkit { text-align:right; }

#main_content { background-image: url(http://www.vaneyk.com.au/launchpad/images/transparent_bar.gif); background-repeat:repeat-y; width:100%; }

#transparent_bg_a { background-image: url(http://www.vaneyk.com.au/launchpad/images/transparent_bg_a.gif); background-repeat: no-repeat; height: 510px; vertical-align: top; }
#transparent_bg_b { background-image: url(http://www.vaneyk.com.au/launchpad/images/transparent_bg_b.gif); background-repeat: no-repeat; height: 510px; vertical-align: top; }

#footer { color: #999999; margin-top:0px; margin-bottom:10px; width: 100%; text-align: right; }
#footer a { color: #999999; }
#footer a:hover { color: #808080; text-decoration:none; }

#menu ul { border: none; list-style: none; margin: 0px; padding: 0px; }
#menu li { border-bottom: 1px solid #AFCBD4; margin: 0px; }
#menu li a
{
	background-image: url(http://www.vaneyk.com.au/launchpad/images/arrow_off.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #336699;
	display: block;
    height: 30px;
    padding-top: 8px;
	text-decoration: none;
	width: 100%;
}
#menu li a span { padding-left:10px; }
#menu li a:hover
{
    background-color: #EBF2F2;
    background-image: url(http://www.vaneyk.com.au/launchpad/images/arrow_on.gif);
    background-position: right;
    background-repeat: no-repeat;
}
#menu li.main { font-weight: bold; }
#menu li a.sub { background-image: none; }
#menu li a.sub span { padding-left:20px; }
#menu li a.sub:hover { background-color: #EBF2F2!important; background-image: none; }
#no_menu { padding-left: 220px; }

@media print
{
	#gbl_toolkit { display: none; }
	#menu { display: none; }
    #content { width:100%; }
    #no_menu { padding-left: 20px; }
    #print_hide { display: none; }
}