/*
 
Copyright (c) Enigma Interactive 2007

SOM2
Project:		Atlas
Filename:		coSiteTool.css
Description:	coSiteTool
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	17/7/07		PG			taken from atlas

*/
#coSiteTool{
	width:100%;
	overflow:hidden;
}

#HeaderTop{
	overflow:hidden;
	width:100%;
	background: transparent url('/res/coSiteTool/images/header_bg.png') no-repeat top left;	
	width: 996px;
	height: 174px;
}
#HeaderTop .logo{
	float:left;
}
#HeaderImage{
	width:373px;
	height:102px;
	overflow:hidden;
	float:right;
	padding-right:24px;
}

.headerimage_content{
	overflow:hidden;
	width:373px;
	height:102px;
	text-align:right;
	position:relative;
}



.headerimage_content .image{
	position:relative;
	z-index:100;
}


#coSiteTool #Search .label{
	display:none;
}

#coSiteTool #Search{
	width: 230px;
	height: 27px;
	position: absolute;
	top: 90px;
	left: 750px;
	
	display: block;
	overflow: hidden;
}

#coSiteTool #Search .cell{
	float:left;
}

#coSiteTool #Search .cell.label {	
	display: none;
	width: 0px;
	height: 0px;
}

#coSiteTool #Search .cell.search {	
	width: 179px;
	height: 27px;
	display: block;
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
}

#coSiteTool #Search .cell.go {
	margin-left: -12px;
	width: 51px;
	height: 27px;
	display: block;
	position: relative;
	overflow: hidden;
}

#coSiteTool #Search .search input{
	padding: 6px 6px;
	width: 167px;
	height: 15px;
	color: #000;
	background: transparent url('/res/coSiteTool/images/search_bg.gif') no-repeat top left;	
	display: block;
	position: absolute;
	overflow: hidden;
}


