/*
 
Copyright (c) Enigma Interactive 2007

SOM2
Project:		Atlas
Filename:		coSiteTool.css
Description:	coSiteTool
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	21/6/07		PG			initial setup

*/

#coSiteTool{
	position:relative;
}

#coSiteTool img{
	display:block;
}

#Menu_Bar_Wrap{
	width:771px;
	overflow:hidden;	
	background:#ADADAD url('/res/coSiteTool/images/left_curve_normal.gif') no-repeat top left;
	height:26px;	
}

#Menu_Bar{
	display:block;	
	width:100%;
	overflow:hidden;
}

#Menu_Bar a{
	color:#333333;
	text-decoration:none;
}

#Menu_Bar img{
	float:right;
	padding-top:1px;
}
#LinksArea{
	background-color:#999;
	margin:0px 0px 0px 68px;	
	height:26px;
	
}
#LinksWrap{
	float:left;
	height:26px;
	width:500px;		
}

#LinksArea a{
	color:#fff;
	display:block;
	padding:6px 15px;
	float:left;
	border-left:1px solid #ccc;
}

#LoginArea .username{
	float:left;
	padding-right:3px;
}
#LoginArea .password{
	float:left;
	padding-right:5px;
}

#LoginArea .password .inputwrap .inputwrap_left,
#LoginArea .username .inputwrap{
	background-image:none;
}

#LoginArea .login{
	float:left;
}

#Search{
	float:right;
	width:180px;
	padding-top:6px;
}

#Search .searchLabel{
	float:left;
	width:45px;
	color:#fff;
}

#Search .search{
	float:left;
	width:110px;
}

#Search .inputwrap{
	background:none;
	padding:0;
	
}

#Search .search input{
	background-color:#fff;
	color:#000;
}

#Search .login{
	float:left;
	width:20px;
}

#Search .search .search_end{
	width:5px;
	height:14px;
	float:left;
	background:transparent url('/res/coSiteTool/images/search_end.gif') no-repeat top left;
}

.topPanel{
	position:absolute;
	background:transparent url('/images/top_row.gif') no-repeat top left;
	height:8px;
	width:288px;
	right:0;
	top:0;	
}

