/*---happy happy stylesheet by jennie ala lymn---8/03-----*/



/*-------------html---------------------------------------*/

body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

hr {
  height: 1;
  color: #999999;
}

ul {
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 10px;
}

form.padless {
  padding: 0px;
  margin: 0px;
}

fieldset {
  padding: 3px;
  margin: 3px;
  border: 1px solid #ccc;
}

legend {
  border: 1px solid #ccc;
  background: #eee;
}

/*-------------tables. like waiting tables.-------------------------------*/

table.hjrip {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

table.hjrip tr td {
  background: #fff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 0px 3px 0px 5px;
}

table.hjrip tr.header td {
  background: #ccc;
  font-weight: bold;
  padding: 3px 3px 3px 5px;
}


/*-------------separation of state-------------------------------*/

#jobseekers {
  border: 1px solid #999999;
}

#recruiters {
  border: 1px solid #999999;
  background-color: #F6F6F6;
}



/*-------------tabilazation-------------------------------*/

#hometab, #seekerstab, #recruiterstab {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  top: 64px;
  left: 30px;
}

/*-------------random ids-----------------------------------*/

#message {
  font-weight: bold;
  color: #660000;
}

#breadcrumbs {
  font-weight: normal;
  color: #333333;
  font-size: 10px;
  width: 100%;
  background: #E3E3EF;
  padding: 1 0 1 5px;
}

#mainbody {
  padding: 5 5 5 5px;
}

/*-------------happy headers---------------------------------------*/

.h1 {
  font-size: 26px;
  color: #FF0000;
}

.h2 {
  font-size: 24px;
  color: #FF0000;
}

.h3 {
  font-size: 20px;
  color: #FF0000;
}

.h4 {
  font-size: 18px;
  color: #FF0000;
}

.h5 {
  font-size: 16px;
  color: #FF0000;
}

.h6 {
  font-size: 14px;
  color: #FF0000;
}

.h7 {
  font-size: 12px;
  color: #FF0000;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #434443;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #434443;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #434443;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  color: #434443;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h6 {
  font-size: 10px;
  color: #434443;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h7 {
  font-size: 12px;
  color: #737473;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}




/*-------------all links--------------------------------------------*/

div#breadcrumbs a {
  text-decoration: none;
}

a:link {
  color: #004CCA;
  text-decoration: none;
}

a:hover {
  color: #000066;
  text-decoration: underline;
}

a:visited {
  color: #004CCA;
  text-decoration: none;
}

a:visited:hover {
  color: #000066;
  text-decoration: underline;
}


/*-------------menu links--------------------------------------*/
/*menu is top-of-page links under tabs*/

a.submenu:link {
  color: #48453E;
  text-decoration: none;
}

a.submenu:hover {
  color: #FF9900;
  text-decoration: none;
}

a.submenu:visited {
  color: #48453E;
  text-decoration: none;
}

a.submenu:visited:hover {
  color: #FF9900;
  text-decoration: none;
}



/*-------------nav links----------------------------------------*/
/*nav is side-of-page links against #A8A59E bg*/

a.subnav:link {
  color: #434443;
  text-decoration: none;
}

a.subnav:hover {
  color: #000000;
  text-decoration: none;
}

a.subnav:visited {
  color: #666666;
  text-decoration: none;
}

a.subnav:visited:hover {
  color: #000000;
  text-decoration: none;
}


/*-------------pseudobutton links----------------------------------------*/
/*look like buttons, but they aren't, really*/


a.pseudobutton:link  {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}

a.pseudobutton:hover {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}

a.pseudobutton:visited {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}

a.pseudobutton:active {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}


/*-------------classes----------------------------------------*/

.categorytext {
  font-size: 10px;
}

.sidebartext {
  font-size: 10px;
}

.nav {
  color: #000000;
  font-size: 10px;
  padding-left: 31px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.menu {
  color: #A8A59E;
  font-size: 10px;
  padding-left: 31px;
  margin: 0px;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px;
  padding: 5px;
}

.form-desc {
  font-weight: bold;
}

.note {
  color: #434443;
}

/*-------------input classes----------------------------------*/

input, select, textarea {
  border: 1 solid #434443;
  background: #FCFCFF;
  font-size: 12px;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
/*  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
}

input.checkbox {
  border: 0 solid #434443;
}

input.submit {
  border: 1 solid #434443;
  font-weight: bold;
  font-size: 10px;
  cursor: hand;
}

