/* Stylesheet for Vacancies 8 */

/* Blatantly includes style from rhl.redhat.com but should appear
similar to 7.4.0 design */

body
{ 
  background : white ;
  color : black;
  font-family : sans-serif;
  font-size: 0.9em;
  margin: 0 4em 6em;
  text-align: justify;
}

h3, h4 
{ 
  margin-bottom: 0; 
  margin-top: 0.5em; 
} 

h1 
{ 
  font-size: 1.6em; 
  margin-top: 2.5em; 
  text-align: center; 
}

h2 { font-size: 1.3em; }

h3 
{ 
  font-size: 1.1em; 
  margin-left: 0.5em; 
}

h4 
{ 
  font-size: 1em; 
  margin-left: 1.75em; 
}

li { list-style: none; }

p.error { color : red }
h2.error { color : red }

p.footer { font-size : 0.8em }

p.form-title{ color : #150E74; }
p.form-title-error
{ 
  font-size: 1.1em;
  color : red; 
}

p.center { text-align: center }

input { color : #150E74; }
textarea { color : #150E74; }
th
{ 
  background : #C6C4DE;
  color : #840F4C;
}

img { border-style : none }

a 
{ 
  text-decoration: none; 
  color: #150E74; 
}
a:visited { color: #840F4C; }
a:hover 
{ 
  text-decoration: underline; 
  color: #f00; 
}

a.job-title { font-weight : bolder; }

.indent 
{ 
  margin-left: 1.75em; 
  margin-top: 1em; 
}

.indent ul 
{ 
  margin-left: 0; 
  padding-left: 1em; 
}

code.screen 
{ 
  margin-left: 2em; 
  font-size: medium; 
  font-family: monospace; 
}

img
{ 
  border : 0
}

table
{ 
  border : 0
}

/* A nice quick cheat ... 
that is wrong...

div
{ 
  text-align: center;
}
*/
