/*  	-----------------------------------------------------------------------------
		INTERFACE LAYOUT
		----------------------------------------------------------------------------- 	*/
		

BODY	{
	background: #ffffff url(../images/bg_tile.gif);
	background-position: top center;
	background-attachment: fixed;
}

#container {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 740px;
	margin-left: -370px;
	margin-bottom: 100px;
	background:white;
	font-family: 'trebuchet ms', arial, verdana;
	color: #444;
	font-size: 10pt;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

#cont {
	padding-left:10px;
	width:720px;
}
	#cont ul li a {
		text-decoration:none;
	}
		#cont ul li a:hover {
			text-decoration:underline;
		}

/*  	-----------------------------------------------------------------------------
		Login
		----------------------------------------------------------------------------- 	*/
		
.left {
	float:left;
	height:20px;
	display:inline;
	margin-bottom: 10px;
	color: #777;
}

.sml {
	width:100px;
	clear:left;
	margin-left:20px;
}

.big {
	width:500px;
}

input {
	border: 1px solid #777777;
	font-size: 8pt;
	color: #777777;
}

/*  	-----------------------------------------------------------------------------
		HEADING
		----------------------------------------------------------------------------- 	*/

H1	{
	width:720px;
	height:95px;
	background: url(../images/etravel_header_new.gif);
	display:block;
	text-indent: -999px;
	overflow: hidden;
	margin:0;
}
/*  	-----------------------------------------------------------------------------
		MENU NAVIGATION
		----------------------------------------------------------------------------- 	*/	


#menu {
	position:relative;
	top:-24px;
	padding:0 10px;
	margin:0;
}

#menu a {
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial;
	color: #fff;
	text-decoration:none;
	padding-right:10px;
}

#menu a:hover {
	color: #ED9800;
}

/*  	-----------------------------------------------------------------------------
		BODY COPY
		----------------------------------------------------------------------------- 	*/

#my_name {
	font-size: 8pt;
	color: #777777;
	padding-left: 3px;
	margin-bottom:20px;
}

h2 	{
	font-size: 16pt;
	color: #5577aa;
	margin:0;
}
	h2.who_am_i {
		font-weight:normal;
		position:absolute;
		left:10px;
		top:42px;
	}

#as_at {
	font-size: 8pt;
	color: #777;
	padding-left: 3px;
}

#tab 	{
	font-family: 'Trebuchet MS', arial;
	font-size: 8pt;
	color: #333333;
	background: #F1F1F1;
	margin: 30px 0;
	padding:0;
	border-top: 1px solid #DDDDDD;
	width:720px;
}

#tab tr.drk {
	background:#E6E6E6;
}

#tab tr td {
	border-bottom: 1px solid #dddddd;
	padding:7px;
	margin:0px;
}

#bodycopy img {
	border:0;
}

/*  	-----------------------------------------------------------------------------
		GRAPHS
		----------------------------------------------------------------------------- 	*/
		
	.blk {
		display:block; 
		width:335px; 
		height:230px; 
		float:left; 
		position:relative; 
		margin-bottom:20px;
	}
	
	.headertab {
		font-size: 16pt;
		color: #777;
		position:absolute;
		top:0;
		left:20px;
	}
		
	.num {
		width:50px;
		display:block;
		text-align:right;
		font-size:7pt;
		position:absolute;
	}
	.nums {
		width:80px;
		display:block;
		text-align:right;
		font-size:7pt;
		position:absolute;
	}
	
	.lin {
		position:absolute;
		border-top: 1px solid #dddddd;
		width:220px;
		left:60px;
		height:6px;
		font-size:1px;
	}
	.lins {
		position:absolute;
		border-top: 1px solid #dddddd;
		width:320px;
		left:90px;
		height:6px;
		font-size:1px;
	}
	
	.one {
		bottom:170px;
	}
	
	.two {
		bottom:133px;
	}
	
	.three {
		bottom:95px;
	}
	
	.four {
		bottom:58px;
	}

	.five {
		bottom:20px;
	}
	
	
	.barone {
		display:block;
		background:#B375AB;
		width:50px;
		border: 1px solid purple;
		bottom:26px;
		position:absolute;
		left: 100px;
		padding:0;
		margin:0;
	}
	
	.bartwo {
		display:block;
		background:#60D139;
		width:50px;
		border: 1px solid green;
		bottom:26px;
		position:absolute;
		left: 190px;
		padding:0;
		margin:0;
	}
	.barthr {
		display:block;
		background:#f0D139;
		width:50px;
		border: 1px solid orange;
		bottom:26px;
		position:absolute;
		left: 280px;
		padding:0;
		margin:0;
	}
	
	.yearone {
		font-family:arial;
		font-size:7pt;
		width:90px;
		position:absolute;
		bottom:10px;
		left:80px;
		text-align:center;
	}
	.yeartwo {
		font-family:arial;
		font-size:7pt;
		width:90px;
		position:absolute;
		bottom:10px;
		left:170px;
		text-align:center;
	}
	.yearthr {
		font-family:arial;
		font-size:7pt;
		width:90px;
		position:absolute;
		bottom:10px;
		left:260px;
		text-align:center;
	}