/* 
    Document   : search.css
    Created on : Oct 30, 2009, 1:35:44 PM
    Author     : juanpablo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/************************ estilos para el buscador del m�dulo home *******************************/
div#cent div#baan1{
  float:left;
  width:275px;
  margin-left:10px;
  float:left;
  border-right:1px solid #ecd0d1;
  margin-right:3px;
  margin-top:7px;
  height:160px;
}

div#search_block * div.clear {
  clear:both;
}

div#search_block * a {
  color:#840C11;
  font-weight:normal;
  text-decoration:none;
}

div#cent div#baan1 div#search_block form#candidate_login_form a {
  text-decoration:none;
  font-weight:normal;
}

div#cent div#baan1 div#search_block form#candidate_login_form a:hover {
  text-decoration:underline;
}

div#search_block * a:hover {
  text-decoration:underline;
}
div#search_block * div.searchLabel {
  float:left;
  width:70px;
  font-weight:bold;
}


div#search_block * div.searchInput {
  float:left;
  width:183px;
  height:35px;
}

div#baan1 div#search_block form#candidate_login_form div input[type="text"] {
  width:180px;
  margin-top:0px;
  border:#bd2533 1px solid;
}

/***** para ie6 utilizamos la clase *****/
div#container div#conten_der div#cent div#baan1 div#search_block * .searchTextBox {
  width:180px;
  margin-top:0px;
  /*border:#bd2533 1px solid;*/
}

div#container div#conten_der div#cent div#baan1 div#search_block * .searchComboBox {
  width:182px;
  border:#bd2533 1px solid;
}


div#container div#conten_der div#cent div#baan1 div#search_block * .searchButton {
  width:114px;
  height:25px;
  border:0px;
  background:url(../images/bot.jpg) no-repeat;
  float:right;
  cursor:pointer;
}

div#container div#conten_der div#cent div#baan1 * input[type="submit"] {
  height:25px;
}

div#container div#conten_der div#baan div#baan1 .cont {

	font-weight:bold;

	font-size:11px;

	color:#999999;

	padding-top:20px;

}


div#container div#conten_der div#baan div#baan1 .cont input[type=text] {
	width:200px;
	height:20px;
	margin-top:8px;
	border:1px solid #ad363b;
	color:#999999;
	font-size:11px;
	font-weight:bold;
}

div#container div#conten_der div#baan div#baan1 .cont textarea {
  width:200px;
  margin-top:8px;
  border:1px solid #ad363b;
  color:#999999;
  font-size:11px;
  font-weight:bold;
}

div#container div#conten_der div#baan div#baan1 .estilo {

	width:202px;

	height:20px;

	margin-top:8px;

	border:1px solid #ad363b;

	margin-left:4px;

	color:#999999;

	font-size:11px;

	font-weight:bold;

}
/***************************** fin estilos para el buscador de home *******************************/


