/* 
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em arial,verdana,sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}

.description {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

a         {color: #666; text-decoration: underline; font-weight: normal;}
/*
a:active  {color: #666; text-decoration: underline; font-weight: normal;}
a:visited {color: #666; text-decoration: underline; font-weight: normal;}
a:link    {color: #666; text-decoration: underline; font-weight: normal;}
a:hover   {color: #000; text-decoration: underline; font-weight: normal;}
*/

/* 
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, li, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
  font-size: 12px;
  line-height: 12px;  
  margin: 0px;
  margin-bottom: 1em;
  font-weight:bold; 
  letter-spacing:2px; 
}

label#rememberPassword { font-size: 10px; }
a#forgotPassword       { float: none; font-size: 10px; text-decoration: none; color: #000;  }
a#forgotPassword:hover { text-decoration: underline; } 

div#breadcrumbs a,
div#breadcrumbs div#seperator { color: #fff; text-decoration: none; float: left; }
div#breadcrumbs div#seperator { text-align: center; width: 15px; }
div#breadcrumbs a:hover { text-decoration: underline; }

div#user { color: #555; text-decoration: none; }

ul#topMenu a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
  color: #000000;
}

div#footerMenu, div#footerMenu a { color: #fff; text-decoration: none; }
div#footerMenu a:hover { text-decoration: underline; }

.errorMessage, 
.errorMessage * { color: #f00; }

a.formStep {
  padding: 0 7px; 
  width: 150px;
  color: #fff; 
  text-decoration: none; 
  font-weight: bold; 
  float: right; 
  text-align: center; 
  margin-top: 20px; 
  margin-left: 20px;
  display: inline;
}

div.topOptions a.formStep,
div.options a.formStep { float: left; margin-right: 2px; width: 150px; margin-top: 0px; }
div.options td a.formStep { float: none; display: block; }

hr {
  height: 10px;
  border: 0px; 
  margin: 0px;
  margin-bottom: 10px;
  line-height: 1px; font-size: 1px;
}

thead tr                      { color: #fff; }

tr.over                       { cursor: pointer; }
tr.unread td                  { font-weight: bold; }

tr.line td                    { border-bottom: 1px solid white; }
.disabled, .disabled td       { color: #f00; }
.needValidation, .needValidation td       { color: #00f; }
div.reactionBlock             { border: 1px solid #000; width: 15px; height: 10px; line-height: 10px; font-size: 0px; }
div.blockField .reactionBlock { float: left; margin-right: 2px; margin-top: 2px; }

div.autoReaction              { background-color: #0000fe; }
div.manualReaction            { background-color: #fe7e00; }

div.positiveReaction          { background-color: #00fe00; }
div.negativeReaction          { background-color: #fe0000; }

div.searchCv div#description,
div.searchVacature div#description    { font-size: 10px; }

div.anonymousSearch,
div.anonymousSearch *         { color: #f00; font-weight: bold; }

.smallFont,
.smallFont * { font-size: 9px; line-height: 15px; }
