/*
'=======================================================================================
'
'	Filename:		main.css
'	Description:	Main stylesheet file for VicForests Auction system
'	Author:			Joanna Araminta
'   CVS Info:       $Id: main.css,v 1.11 2007/01/09 04:34:38 developer Exp $
'	
'=======================================================================================
*/

BODY {
	background: #548148; 
	BORDER-RIGHT: 0px; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 76%; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	OVERFLOW: hidden; 
	BORDER-LEFT: 0px; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: 0px; 
	FONT-FAMILY: arial, verdana, sans-serif; 
	HEIGHT: 100%; 
	max-height: 100%;
}

/*HTML BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 80px; 
	PADDING-TOP: 80px*/

/*	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 150px; 
	PADDING-BOTTOM: 100px; 
	PADDING-TOP: 220px
}*/

#container {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 1.2em; 
	RIGHT: 0px; 
	BACKGROUND: #fff; 
	LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	OVERFLOW: auto; 
	BOTTOM: 50px; 
	PADDING-TOP: 0px;
	FONT-FAMILY: "times new roman", serif; 
	POSITION: fixed; 
	TOP: 0px; 
}

 HTML #container {
	WIDTH: 100%; 
	HEIGHT: 100%;
}

#homeContainer {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 1.2em; 
	RIGHT: 0px; 
	BACKGROUND: #fff; 
	LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	BOTTOM: 0px; 
	PADDING-TOP: 0px;
	FONT-FAMILY: "times new roman", serif; 
	POSITION: fixed; 
	TOP: 90px; 
	OVERFLOW: auto; 
	height:100%;
}

* HTML #homeContainer {
	WIDTH: 100%; 
	HEIGHT: 100%;
	TOP: 5px;
}


#header {
	position:absolute;
	background: #074a8c; /*header blue tab*/
	right:0px;
	/*top:70px;*/
	top:50px;
	height:20px;
	color:white;
}

html #header {
	WIDTH: 100%;
}

#header .left {
	position:absolute;
	left:0;
}

#header .right {
	position:absolute;
	right:0;
}

#homeHeader {
	position:absolute;
	background: #074a8c; /*header blue tab*/
	right:0px;
	left:0px;
	top:80px;
	height:20px;
	color:white;
}

html #homeHeader {
	WIDTH: 100%;
}

#contentHeader {
	position:absolute;
	background: #ffffff; 
	right:0px;
	/*top:90px;*/
	top:70px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	height:100px;
	z-index: -1;
}

#bidHeader {
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	height:100px;
}

html #contentHeader {
	WIDTH: 100%;
}

#portfolioHeader {
	position:absolute;
	background: #ffffff; 
	right:0px;
	/*top:90px;*/
	top:70px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	/*height:80px;*/
	z-index: -1;
}

html #portfolioHeader {
	WIDTH: 100%;
}

#profileHeader {
	position:absolute;
	background: #ffffff; 
	right:0px;
	/*top:90px;*/
	top:70px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	height:30px;
	z-index: -1;
}

html #profileHeader {
	WIDTH: 100%;
}

#regHeader {
	position:absolute;
	background: #ffffff; 
	right:0px;
	/*top:90px;*/
	top:70px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	height:100px;
	z-index: -1;
}

html #regHeader {
	WIDTH: 100%;
}


#mainContent {
	position:absolute;
	background: #ffffff; 
	right:0px;
	left:5px;
	top:0px;
	OVERFLOW: auto;
	z-index:10;
}

#bidContent {
	right:0px;
	left:5px;
	top:0px;
	padding-left: 5px;
}

html #mainContent {
	WIDTH: 99%;
	height: 100%;
}

#homeContent {
	position:absolute;
	background: #ffffff; 
	right:0px;
	left:5px;
	top:0px;
	OVERFLOW: auto;
	z-index:10;
}

html #homeContent {
	WIDTH: 100%;
	height: 100%;
}

/*#login {
	position:absolute;
	background: #ffffff; 
	right:0px;
	left:35%;
	top:25%;
	OVERFLOW: auto;
	vertical-align: middle;
}*/

#login {
	position:absolute;
	background: #ffffff; 
	right:0px;
	left:20px;
	top:25px;
	OVERFLOW: auto;
	padding-top:0px;
	padding-bottom:0px;
	z-index:10;
}

* html #login {
	WIDTH: 98%;
	height: 95%;
	top:10px;
}

#logo_top {
	position:absolute;
	right:0px;
	top:5px;
	left:10px;
	right:10px;
}

#banner {
	position:absolute;
	right:0px;
	top:0px;
	left:0px;
	width:606px;
	height:100px;
}

#logo2 {
	position:absolute;
	right:180px;
	top:5px;
}

#contentFooter {
	OVERFLOW: hidden;
	BOTTOM: 0px; 
	POSITION: absolute; 
	HEIGHT: 110px; 
	BACKGROUND: #ffffff;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:50px;
	padding-top:0px;
}

HTML #contentFooter {
	HEIGHT: 110px;
	WIDTH: 100%; 
}


#auctionsFooter {
	OVERFLOW: hidden;
	BOTTOM: 0px; 
	POSITION: absolute; 
	HEIGHT: 120px; 
	BACKGROUND: #ffffff;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:50px;
	padding-top:0px;
}

HTML #auctionsFooter {
	HEIGHT: 120px;
	WIDTH: 100%; 
}


#origAuctFooter {
	OVERFLOW: hidden;
	BOTTOM: 0px; 
	POSITION: absolute; 
	HEIGHT: 80px; 
	BACKGROUND: #ffffff;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
}

HTML #origAuctFooter {
	HEIGHT: 80px;
	WIDTH: 100%; 
}

#regFooter {
	OVERFLOW: hidden;
	BOTTOM: 0px; 
	POSITION: absolute; 
	HEIGHT: 100px; 
	BACKGROUND: #ffffff;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:50px;
	padding-top:0px;
}

HTML #regFooter {
	HEIGHT: 100px;
	WIDTH: 100%; 
}

#comboFooter {
	OVERFLOW: hidden;
	BOTTOM: 0px; 
	POSITION: absolute; 
	HEIGHT: 10px; 
	BACKGROUND: #ffffff;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:50px;
	padding-top:0px;
}

* HTML #comboFooter {
	HEIGHT: 10px;
	WIDTH: 100%; 
}

#mainFooter {
	left: 0px;
	bottom: 0px;
	position: absolute;
	/*height:75px;*/
	height:40px;
	OVERFLOW: hidden;
	background: #548148;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	width:100%;
}

* HTML #mainFooter {
	HEIGHT: 40px;
	WIDTH: 100%; 
}

div.menu1 a:link {
    color: #FFFFFF; 
    }
div.menu1 a:visited { 
    color: #FFFFFF;
    }
div.menu1 a:hover {
    color: #FFFFFF;
    background: #F8C10B; 
	text-decoration: none;
    }
table.menu1 a { 
	width:148px;
	vertical-align: middle;
	height:20px; 
	display: block; 
	} 

div.menu1 a {
	color: #FFFFFF; 
	vertical-align: middle;
	background: #44A33F; 
	text-decoration:none; 
	font-size:12px; 
	line-height:20px; 
	font-family: Arial; 
	}

.menu1 a:link {
    color: #FFFFFF; 
    }

.menu1 a:visited { 
    color: #FFFFFF;
    }

.menu1 a:hover {
    color: #FFFFFF;
    background: #F8C10B; 
	text-decoration: none;
    }

.menu1 a {
	color: #FFFFFF; 
	vertical-align: middle;
	background: #44A33F; 
	text-decoration:none; 
	font-size:12px; 
	line-height:20px; 
	font-family: Arial; 
	}

div.menu3 a:link {
    color: #FFFFFF; 
}

div.menu3 a:visited { 
    color: #FFFFFF;
}

div.menu3 a:hover {
    color: #FFFFFF;
    background: #0B71CC; 
	text-decoration: none;
}

table.menu3 a { 
	/*width:85px;*/
	/*width:97px;*/
	vertical-align: middle;
	height:19px; 
	display: block; 
} 

div.menu3 a {
	color: #FFFFFF; 
	vertical-align: middle;
	background: #074B88; 
	text-decoration:none; 
	border-right: 1px solid #B5B6B5;
	font-size: 11px; 
	line-height:18px; 
	font-family: Arial, Helvetica, sans-serif;
}

td.menu3 {
	border-right: 1px solid #B5B6B5;
}
	
div.menu4 a:link {
    color: #FFFFFF; 
    }
div.menu4 a:visited { 
    color: #FFFFFF;
    }
div.menu4 a:hover {
    color: #FFFFFF;
    background: #0B71CC; 
	text-decoration: none;
    }
table.menu4 a { 
	width:80px;
	vertical-align: middle;
	height:19px; 
	display: block; 
	} 
div.menu4 a {
	color: #FFFFFF; 
	vertical-align: middle;
	background: #074B88; 
	text-decoration:none; 
	border-left: 1px solid #B5B6B5;
	font-size:11px; 
	line-height:18px; 
	font-family: Arial, Helvetica, sans-serif;
	}

div.menu5 a:link {
    color: #FFFFFF; 
}

div.menu5 a:visited { 
    color: #FFFFFF;
}

div.menu5 a:hover {
    color: #FFFFFF;
    background: #0B71CC; 
	text-decoration: none;
}

table.menu5 a { 
	width:165px;
	vertical-align: middle;
	height:19px; 
	display: block; 
} 

div.menu5 a {
	color: #FFFFFF; 
	vertical-align: middle;
	background: #074B88; 
	text-decoration:none; 
	border-right: 1px solid #B5B6B5;
	font-size:10px; 
	line-height:18px; 
	letter-spacing: 0.6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu{
  /*display: none;
	position:absolute; 
	left:0px; 
	top:70px; */
	width:150px; 
	z-index:1; 
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


#logonDetails {
	left:0px; 
	bottom:0px; 
    width:150px; 
	height:20px;
	visibility: visible;
	padding-bottom: 5px;
	padding-left: 5px;

}

a.sort:link {  
	color: #FFFFFF; 
	text-decoration: underline;
}

a.sort:visited {  
	color: #FFFFFF; 
	text-decoration: underline;
}

a.sort:hover {  
	color: #ffcc00; 
	text-decoration: underline;
}

a.main:link {  
	color: #F76303; 
	text-decoration: underline;
}

a.main:visited {  
	color: #F76303; 
	text-decoration: underline;
}

a.main:hover {  
	color: #000099; 
	text-decoration: underline;
}

a.whiteSmall:link {  
	color: #FFFFFF; 
	text-decoration: none;
	font-size:11;
}

a.whiteSmall:visited {  
	color: #FFFFFF; 
	text-decoration: none;
	font-size:11;
}

a.whiteSmall:hover {  
	color: #ffcc00; 
	text-decoration: none;
	font-size:11;
}

a.whiteSmallUnderline:link {  
	color: #FFFFFF; 
	text-decoration: underline;
	font-size:11;
}

a.whiteSmallUnderline:visited {  
	color: #FFFFFF; 
	text-decoration: underline;
	font-size:11;
}

a.whiteSmallUnderline:hover {  
	color: #ffcc00; 
	text-decoration: underline;
	font-size:11;
}


.mainBlue {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000099;
	list-style-type: square;
}

.redText {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight:bold;
}

.smallBlue {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	list-style-type: square;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: square;
	font-weight: bold;
	list-style-image: none;
}

TR.lockedTH TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	background-color: #f0f0f9;
	font-weight: normal;
	text-align: center;
}

TR.lockedTH TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	background-color: #F0F9DF;
	font-weight: normal;
	text-align: center;
}


.mainBlack {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: square;
}

.smallBlack {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: square;	
	text-indent: 3px;
}

H1 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 4em; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}

.smallHeadingBlack  {
	color: Black;
	font-size: 10px;
	font-family: Verdana, Arial;
    PADDING-LEFT: 5px;	
	PADDING-RIGHT: 5px;	
	letter-spacing: normal;
}

.smallHeadingOrange  {
	color: #f77b08;
	font-size: 10px;
	font-family: Verdana, Arial;
	letter-spacing: normal;
}

/* Heading styles */

.heading1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
}

.heading1Black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.heading2 {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 15px;
	color: #000099;
	list-style-type: square;
	font-style: normal;
	font-weight: bold;
}

.headerTbl1 {
	/*border: 1px solid #0B72CE;*/
	border: 1px solid #F8C9C9;
}

.headerTbl1 th {
	/*background: url("/images/b_ffbgtile.gif") 0 0 repeat-x;*/
	height: 21px;
	/*color: #fff;*/
	background:#F76303;
	color: #fff;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-top: 0px;
}

.headerTbl2 {
	/*border: 1px solid #0B72CE;*/
	border: 1px solid #44A33F;
}

.headerTbl2 th {
	/*background: url("/images/b_bsbgtile.gif") 0 0 repeat-x;*/
	height: 21px;
	/*background: #074B88;*/
	background: #008000;
	color: #fff;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-top: 0px;
}


.smallBlueHeader {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #000099;
	text-align:center;
}

.whiteTextSmall {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: square;
}

.loginText {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 20px;
	color: #000099;
	list-style-type: square;

}

.redWarningText {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FF0000;

}

.smallRed {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-align:center;
}

.tbText {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.tbTextSmall {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}

.locked	{
	position:relative;
	cursor: default; 
	top: expression(document.getElementById("mainContent").scrollTop-2); /* IE5+ only */
	z-index: 20;
}

#wait {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	position:absolute;
	top:10px;
	left:10px;
	padding:4px;
}

.redtbl {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	list-style-type: square;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #F8C9C9; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #F8C9C9;
	text-align: center;
}

.redtbl2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	list-style-type: square;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #F8C9C9;
	text-align: center;
}

.redtbl3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	list-style-type: square;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px; 
	border-right-style: solid;	
	border-right-color: #F8C9C9
}

.redtbl4 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-align:center;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px; 
	border-right-style: solid;	
	border-right-color: #F8C9C9
}

.redtbl5 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px; 
	border-right-style: solid;
}

.redtbl6 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	text-align:center;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px; 
	border-right-style: solid;	
	border-right-color: #F8C9C9
}

hr{
 color:#000099;
 height:1px;
}

.greentbl {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	text-align:center;
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #44A33F; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #44A33F;
}

.greentbl2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	text-align:center;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #44A33F;
}

.greentbl3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000099;
	text-align:center;
	border-right-width: 1px; 
	border-right-style: solid;	
	border-right-color: #44A33F;
}

.greentbl4 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FF0000;
	text-align:center;
	border-right-width: 1px; 
	border-right-style: solid;	
	border-right-color: #44A33F;
}

#emailTable th {
  background-color: #074B88;
}
#emailTable td {
  background-color: #F0F9DF;
  text-align: center;
}

/*h1.heading1 {
  height: 26px;
  background-image: url('/images/bann_bg.gif');
  padding-top : 5px;
  margin: 0px;
}*/

TR.pfolioYr {
	text-align:center;
	background-color:#074B88;
}

TR.pfolioHeader TH{
	text-align:right;
	background-color:#F0F9DF;
	font-size: 11px;
	color: #000099;
}

TR.pfolioHeader TD{
	text-align:center;
	background-color:#F0F9DF;
	font-size: 11px;
	color: #000099;
}

TR.mainHeader{
	text-align:center;
	background-color:#074B88;
}

.brkdownTbl1{
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: #008000; 
	border-top-width: 2px; 
	border-top-style: solid; 
	border-top-color: #008000;
}

.brkdownTbl2{
	border-right-width: 2px; 
	border-right-style: solid; 
	border-right-color: #008000; 
	border-top-width: 2px; 
	border-top-style: solid; 
	border-top-color: #008000;
}

.brkdownTbl3{
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: #008000; 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #008000;
}

.brkdownTbl4{
	border-right-width: 2px; 
	border-right-style: solid; 
	border-right-color: #008000; 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #008000;
}

.brkdownTbl5{
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #008000;
}

.brkdownTbl6{
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: #008000;
}

.brkdownTbl7{
	border-right-width: 2px; 
	border-right-style: solid; 
	border-right-color: #008000;
}

.brkdownTableAll{
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: #008000; 
	border-right-width: 2px; 
	border-right-style: solid; 
	border-right-color: #008000;  
	border-top-width: 2px; 
	border-top-style: solid; 
	border-top-color: #008000;
}

a.tied {
	color:red;
	text-decoration:none;
	font-weight:bold
}

th.greyshade {
  background-color: #777777;
}

td.greyshade {
  background-color: #cccccc;
  color: #000000;
}
