/*
$Id: stylesheet.css,v 1.42 2003/02/27 01:00:56 cvs Exp $

Description: Main stylesheet for cat.net.au

Copyright (c) APPS
*/
BODY {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif; /*        Arial, Helvetica, Tahoma, sans-serif"Times New Roman", serif, Rockwell, Century, Romans */
	padding: 0;
    margin: 0;
    font-size: 0.75em;
	color : Black;
	background-color: transparent;
	/*line-height : 1.6em;	
	background-attachment : fixed;
	scrollbar-face-color: #CCCCCC; // Blue grey
	scrollbar-shadow-color: #333333; // Light black
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #CCCCCC; // Light grey
	scrollbar-arrow-color: White;
	letter-spacing : 1.8px;
	margin : 0px;
	font-stretch : wider;
	*/
}
img {
    border: 0;
}
/* text styles*/
a { 
	/*font-weight: bold; 
	font-size: 13px;
	font-weight : normal;
	font-stretch : wider;*/
}
a:link, a:visited { 
	text-decoration: underline; 
	color: #174787; 
}	
a:hover, a:active { 
	text-decoration: underline; 
	color: #999; 
}
TD, TR, TH, P,  LI, TABLETEXT {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif; /*        Arial, Helvetica, Tahoma, sans-serif"Times New Roman", serif, Rockwell, Century, Romans */
	/*padding: 0;
    margin: 0;*/
    font-size: 12px;
	color : Black;
	background-color: transparent;
	/*font-stretch : wider;*/
	/*text-align : left;  */

}
LI, UL {
	list-style-type : square;
	margin-left : 25px;
}

INPUT, SELECT {
	/*font-size : 13px;*/
	font-style : normal;
	font-weight : normal;
	color : #000;
}
H1, .heading1a, .heading1b, H2,.heading2, H3, .heading3{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif; /* Arial, Helvetica, Tahoma, sans-serif"Times New Roman", serif, Rockwell, Century, Romans*/
	font-style : normal;
	font-stretch : wider;
	font-weight : normal;

}
H1, .heading1a {
	font-size: 2.0em;
	color : #174787; /*  lightgrey */
}
.heading1b {
	font-size: 2.0em;
	font-style : normal;
	font-stretch : wider;
	font-weight : normal;
	color : #174787; /*  dark blue */
}
H2,.heading2 {
	font-size: 1.5em;
	font-style : normal;
	font-stretch : wider;
	font-weight : bold;
	color : #174787; /* dark blue */
}
H3, .heading3 {
	 font-size: 1.2em;
	font-style : normal;
	font-stretch : wider;
	font-weight : bold;
	letter-spacing : 1.6pt;
	color : #174787; /*  dark blue */
}
.boldtext {
	 font-size: 1.2em;
	font-style : normal;
	font-weight : bold;
}


.white-text {
	font-size: 1.2em;
	font-style : normal;
	color : white;
	letter-spacing : 1.8pt;
}

A.nav:active, A.nav:link, A.nav:visited {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif;  /* Arial, Helvetica, Tahoma, sans-serif "Times New Roman", serif, Rockwell, Century, Romans*/
	font-size : 1.1em;
	font-style : normal;
	font-weight : bold;
	color : #003468; /* dark blue */
	text-decoration : none;
	text-transform:uppercase;	
}
A.nav:hover {
	color : #666; /* mid gray */
}
A.diff:active, A.diff:link, A.diff:visited, A.diff:hover{
	 /*visibility: hidden;
    display: none;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif;  /* Arial, Helvetica, Tahoma, sans-serif "Times New Roman", serif, Rockwell, Century, Romans*/
	font-size : 1.1em;
	font-style : normal;
	font-weight : bold;
	color : Fuchsia; /* snow */
	text-decoration : none;
	text-transform:uppercase;	
}

A.white:active, A.white:link, A.white:visited {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif;  /* Arial, Helvetica, Tahoma, sans-serif "Times New Roman", serif, Rockwell, Century, Romans*/
	font-size : 1.1em;
	font-style : normal;
	font-weight : bold;
	color : #fff; /* dark blue */
	text-decoration : none;
	text-transform:uppercase;	
}
A.white:hover {
	color : #fff; /* mid gray */
}
.small-text {
	background-color: transparent; 
	color: #003468;
	font-size: 9pt;
}
body, .no-margins {
	margin : 0px;
	border : 0px none Black;
	padding : 0px;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.aFifth-width {
	width: 20%;
}
.quarter-width {
	width: 25%;
}
.half-width {
	width: 50%;
}
.largest-width {
	width: 99%;
}
.smallest-width {
	width: 1px;
}

.full-height {
	height: 100%
}

.no-scroll{
	overflow: hidden;
}
.center {
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}

.property-width {
	width: 95%;
}

.align-middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.align-top {
	vertical-align: top;
}

INPUT, .webmail-input {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif;  /* "Arial, Helvetica, Tahoma, sans-serifTimes New Roman", serif, Rockwell, Century, Romans*/
	font-style : normal;
	font-weight : normal;
	color : #333333;
}
INPUT
{
	font-size : 10pt;
}

.underline{
	text-decoration: underline;
}
.italic{
	font-style: italic;
}
.blue-bg {
	background-color: #B0E0E6;
}
.grey-bg {
	background-color: #F5F5F5;
}
.white-bg {
	background-color: white;
}
.black-bg {
	background-color: black;
}
.red-bg {
	background-color: red;
}
.navy-bg {
	background-color: Navy;
}

.padding-left {
	padding-left : 2px;
}
.padding-left-right {
	padding : 10px 10px 0px 10px;
}
.nopadding {
	padding-left : 0px;
}

#header_container {
	background: transparent url(../images/header_bg.gif) repeat-x;
    /*background-color: #F4F4F4;*/
    padding: 0px 0px 0px 15px;
    font-size: 1.25em;
	height:110px;
}

#header_logo {
    margin-left: 5px;
    display: inline;
    /*float: left;*/
	/*background: transparent url(../images/header_bg.gif) repeat;*/
}

#container, #container2, #container3, #container4, #container5, #container6, #container7 { 
	position: relative; 
	background: transparent; 
	margin: 0 auto; 
	width:740px;
}

#pageNav{
	/*z-index : 2;*/
	/*position : absolute;*/
	background-color : transparent;
	width:100%;
	height:20px;
	margin : 0px 0px 0px 0px;
	overflow: hidden;
	color : Black;
	/*border-top : 0px dotted Black;*/
	border-bottom : 1px solid #CCCCCC;
}
#pageFooter{
	z-index : 2;
	position : absolute;
	margin : 0px 0px 0px 0px;
	background-color : transparent;
	width:680px;
	height:15px;
	margin : -15px 0px 0px 10px;
}
#pageLogo{
	position : absolute;
	z-index: 2;
	background: transparent url(../images/logo.gif) no-repeat ;
	width:170px;
	height:37px;
	margin : -70px 0px 0px -145px;
}

#pageHomeText{
	position : absolute;
	width : 530px;
	height : 270px;
	z-index : 2;
	padding : 0px 0px 0px 10px;
	background-color : #003366 ;
	margin : -300px 0px 0px 150px;
}
#pageHomeText2{
	position : absolute;
	width :400px;
	height : 230px;
	z-index : 2;
	padding : 0px 30px 0px 50px;
	background-color : transparent ;
	overflow: auto;
}
#pageContentText{
	position : absolute;
	width : 548px;
	height : 420px;
	z-index : 2;
	padding : 0px 0px 0px 0px;
	background-color : transparent ;
	margin : -440px 0px 0px 150px;
	overflow: scroll;
}
#pageContentText2{
	position : absolute;
	width :500px;
	height : 300px;
	z-index : 2;
	padding : 0px 10px 0px 20px;
	background-color : transparent ;
	
}

/*
#extraDiv4{
	position:absolute;
	top:1190px;
	left:290px;
	background: transparent  url('lantern.gif') no-repeat;
	width:243px;
	height:481px;
	z-index:2;
}
*/
#linkList { 
	background-image: url(../images/members_right_bg.jpg);
	padding: 0px 5px 0px 5px; 
	margin: 0px ; 
	/*width: 290px; 
	height:350px;*/
	/*position: absolute; */
	font-size: 12px; 
	font-weight: bold;
}

#linkList ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
 }
#lselect ul, #larchives ul, #lresources ul { 
	margin-top: -10px; 
	margin-bottom: -10px; 
}
#linkList li { 
	display: block; 
	padding: 2px 2px 2px 2px; 
	margin: 0; 
	line-height: 110%; 
	border-bottom: 0px solid #FFF; 
}

#linkList li a { 
	color: #174787; 
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif;  /* arial, helvectica, sans-serif */
	text-decoration: underline; 
	/*font-weight: bold;*/
}
#linkList li:hover { 
	background: transparent; 
	color: #CCC; 

}
#linkList li:hover a { 
	color: #FFF; 
	text-decoration: underline; 
}

#lnav { 
	color: #377774; 
}
#lnav li:hover { 
	background: transparent; 
	color: #FFB9CB; 
	text-decoration: underline; 
}
#lnav li a { 
	text-transform: uppercase; 
	font-family: Verdana, Arial, Helvetica, Tahoma, sans serif, sans-serif;  /*arial, helvectica, sans-serif*/
	display: block;
	margin: 0; 
	padding: 0; 
}
#lnav li:hover a { 
	color: #FFF; 
}
#lnav li a.c:link, #lnav li a.c:visited {	
	display: inline; 
	font-weight: normal; 
	text-transform: none; 
	font-size: 100%; 
	color: #377774; 
}
#lnav li:hover a.c { 
	color: #FFB9CB; 
}

#body_container {
    clear: both;
    /*background-image: url(../images/menu_bg_shadow.gif);
    background-repeat: repeat-x;
    background-position: 0 0;*/
    padding: 15px 0px 0px 0px;
    margin: 0px;
    width: 100%;
}

#body_container_2 {
    /*background-image: url(../images/body_bg.gif);
    background-repeat: repeat-y;
    background-position: 0 0;*/
}
#bodyHomepic {
	clear: both;
	background-color: #9CA7AD; /*grey*/
    /*padding: 5px 15px 10px 15px;*/
    /*display: block;*/
	width: 100%;
}
#right_content {
    margin-left: 10px;
    padding: 5px 45px 10px 45px;
    display: block;
}
#address, #apps {
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    display: none;
}
#apps ul, #apps li, #apps a{
	 visibility: hidden;
	 color: #FFFFF0;
}
#footer_container {
    clear: both;
    position: relative;
    top: -5px;
}

#footer_line {
    clear: both;
	background-position: 0 0;
	line-height: 1px;
	height: 1px;
	vertical-align: center;
	text-align: center;
	overflow: hidden;
	
}

#footer_content {
    border-top : 1px solid #CCC;
	background-color: white;
    text-align: center;
    padding: 1px 5px 0px 5px;
}
#footer_container a { 
	font-size: 90%;
	margin-left: 0px;
	font-weight : bold;
	color: #333;
	text-decoration : none;
	padding : 0px 2px 0px 2px;
}
#footer_container a:hover, #footer_container a:active { 
	color: #9CA7AD; /*grey*/
}

