/*
	this CSS concern the Header part of the MedHub Template.
	1- The Global settings
	2- The Search settings
	3- The Login settings
	4- The Logged settings
	5- The Links settings

*/

/*****************************
	1- The Global settings
******************************/

	#header_box{
		font-family			: Arial, Helvetica, sans-serif;
		font-size			: 12px;
		color				: #6a6a6a;
	}
	
	#header_box a{
		color				: #6a6a6a;
	}
	
	#header_box a:hover{
		color				: #000000;
	}
	
/*****************************
	2- The Search settings
******************************/

	#header_box .header_search{
		position		: absolute;
		top				: 36px;
		left			: 576px;
		padding			: 0px;
		margin			: 0px;
		border			: none;
		color			: #6a6a6a;
		text-align		: right;
		font-family		: Arial, Helvetica, sans-serif;
		font-size		: 14px;
	}
	
	#header_box .header_search INPUT{
		position		: absolute; 
		left			: 79px;
		top				: 0px;
		font-family		: Arial, Helvetica, sans-serif;
		font-size		: 10px;
		width			: 109px;
		height			: 12px;
		border			: #336666 solid 1px;
	}
	
	
	#header_box .header_search .button_dark{
		position		: absolute; 
		left			: 192px;
		top				: 0px;
		width			: 15px;
		padding			: 0px;
	}
	
	#header_box .header_search .button_medium{
		position		: absolute; 
		left			: 70px;
		width			: 100px;
		top				: 23px;
	}


/*****************************
	3- The Login settings
******************************/

	#header_box .header_log{
		position		: absolute;
		top				: 109px;
		left			: 304px;
		margin			: 0px;
		border			: none;
		font-family		: Arial, Helvetica, sans-serif;
		font-size		: 10px;
		color			: #6a6a6a;
		
	}
	
	#header_box .header_log INPUT{
		width			: 76px;
		height			: 11px;
		font-family		: Arial, Helvetica, sans-serif;
		font-size		: 10px;
		border			: #336666 solid 1px;
	}
	
	#header_box .header_log .login{
		position		: absolute;
		left			: 0px;
		top				: 0px;
		width			: 180px;
	}
	
	#header_box .header_log .password{
		position		: absolute;
		left			: 200px;
		top				: 0px;
		width			: 150px;
	}
	
	#header_box .header_log .button_dark{
		position		: absolute;
		left			: 350px;
		top				: 0px;
		width			: 15px;
		padding			: 0px;
	}
	
	#header_box .header_log A.forget_psw{
		position		: absolute;
		left			: 397px;
		top				: 0px;
		color			: #FFFFFF;
		width			: 105px;
	}

/*****************************
	4- The Logged settings
******************************/

	#header_box .header_name{
		position	: absolute;
		top			: 109px;
		right		: 0px;
		margin		: 0px;
		font-family	: Arial, Helvetica, sans-serif;
		font-size	: 11px;
		font-weight	: bold;
		color		: #FFFFFF;
	}

	#header_box .header_name .button_medium{
		position	: absolute;
		top			: 0px;
		right		: 0px;
	}

/*****************************
	5- The Links settings
******************************/
	#header_box .header_links {
		position	: absolute;
		top			: 109px;
		left		: 220px;
	}


