/* CSS for EasyJobAgent Page */

form#jobagent {
	border: 1px solid white;
	width: 95%;
}

.btn{
	background:transparent url(../images/layout/bt_pink_medium.gif) no-repeat scroll 0;
	width:90px;
	background-color:#CD1472;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"Myriad Web pro","Myriad Web",arial,sans-serif;
	font-weight:bold;
	height:21px;
	padding:0 4px 1px;
	position:relative;
}

.spacer {
	display: block;
	/*width: 60.2em;*/
	height: 1em;
	clear: both;
}

.visible, .focused {
	background-image:url('../images/horeca_jobagent_form_backgr.gif');
	display: block;
	width: 525px;
	float: left;
	clear: both;
	padding: 1px 1px 10px 1px;
}

.focused {
	/*width: 59.8em;*/
	border: 1px solid #F88;
}

.minimized div, .visible div, .focused div {
	font-size: 11px;
	padding: 0.5em;
}

.minimized table, .visible table, .focused table {
	width: 100%;
}

.minimized table td, .visible table td, .focused table td {
	padding: 0.3em 0;
}

.visible label {
	font-size: 1.1em;
}

.visible table td label, .focused table td label{
	height: 1.5em;
}

.visible div label, .focused div label{
	line-height: 160%;
}

div#maildest {
	padding: 0;
}

div#maildest label {
	margin-left: 1em;
}

div#maildest_main {
	margin-bottom: -1em;
}

.minimized {
	background-image:url('../images/horeca_jobagent_form_backgr.gif');
	display: none;
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 5px 1px;
}

#jobagent .button {
	margin:5px;
}

.hidden {
	display: none;
	/*
	background-image:url('../images/horeca_jobagent_form_backgr.gif');	
	width:610px;
	float:left;
	clear:both;
	padding: 3px 1px 10px 1px;
	*/
}

.title {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 515px;
	padding-top: 0.7em;
	padding-left: 1em;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	background-image:url('../images/block_bg.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
}

.titleHidden {
	display: block;
	background-color: #BABABA;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	float: left;	
	/*width: 60em;*/
	height:14px;
	padding: 1px;
}

.titleButton {
	float: left;
	margin-right: 1em;
}

.titleText {
	margin: 0 0 0 10px;
	text-decoration: none;
	cursor: pointer;
}

.contentStd {
	font-size: 1.1em;
	margin: 4px 0 4px 0;
}

.contentText {
	font-size: 1.1em;
	margin: 4px 0 4px 0;
	padding-left: 3px;
}

.contentSmall {
	font-size: 0.9em;	
	margin: 0 0 4px 0;
	padding-left: 3px;
	padding-top: 5px;
}

.contentInnerTitle {
	width: 59.2em;
	padding: 4px;
	margin: 8px 0 8px 0;
	background-color: #ccc;
	font-weight: bold;
 	clear: left;
}

.contentEnd {
	/*width: 59.2em;*/
	padding: 4px;
 	clear: left;
	text-align:center;
}

.tableOneColOne {
	width:275px;
	float:left;
	text-align:center;
}

.tableOneColTwo {
	width:50px;
	float:left;
	text-align:center;
}

.tableOneColThree {
	width:275px;
	float:left;
	text-align:center;
}

.formSelectList {
	width:275px;
	font-size:10px;
}

.formSelectBox {
	width:275px;
	font-size:10px;
	height: 100px;
}

.formSelectChanger{
	width:44px;
	font-size:10px;
}

.formOptionLayer{
	width:50px;
	height:20px;
	float:left;
	padding:2px 0px 0px 0px;	
}

.hiddenLabel{
	color: #fff;
}

.formSelectChanger1 {
	width:42px;
	font-size:10px;
}

.selectTable{
	margin: 0;
	padding: 0;
	clear:both;
}

.selectTable tr, .selectTable td{
	margin: 0;
	padding: 0;
}

.selectCategory{
	width: 230px;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #000;
}

.field {
	border: 1px solid #000;
	background-color:#fff;
	font-size: 1em;
	height: 2em;
}

