

.missing {
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color : Red;
}

/*body {
    margin:0; padding:0; border:0;
    font: 11px/16px verdana,arial,helvetica;
    background:#fff;
    }*/
    
p {
    margin-top:0; margin-bottom:1em; 
    }
    
img { border:0; }

.clear    { font-size: 1px; line-height: 1px; height: 1px; clear:both; }

.bold { font-weight:bold; }

.italic { font-style:italic; }

.indent { margin-left:20px; } 
    
a:link, a:visited { text-decoration:underline; color:#369;}
a:hover { color:#f60;}


table#newusers {
    border:0; margin:1em auto; padding:0;
    /*width:752px;*/
    }
    
#newusers th { 
    border:1px solid #000; 
    padding:5px 2px;
    text-align:center;
    width:20%;
    color:white; font-weight:normal; font-size:11px;
    background:#7fa2c5;
    
    }

#newusers th#active {
    background:#f90;
    }
    
#newusers td {
    padding:15px 12px;
    background:white;
    text-align:left;
    border:1px solid black;
    border-top:0;
    background:#e1e0d4; 
    }

#newusers th.firsttd {
    border-left:1px solid #000;
    white-space:nowrap;
    }

.tablehighlight{
    border-left:1px solid #000;
    white-space:nowrap;
	}	
	
ul {
    padding-left:15px;
    margin-left:15px;
    }
    
ul li {
    list-style-image:url(/_img-jj/bullet.gif); 
    list-style-type:square;
    color:#333;
    margin-top:0;
    margin-bottom:.6em;
    font-size:13px;
    }
    
#form {
    margin:15px 0 4px 0;
    clear:both;
    font-weight:bold; 
    }

.req { color:#c00; }

.formfield {
    border:1px solid #000;
    }
#form input {
    border:1px solid #B8B8B8;
    width:68px;
    height:18px;
    margin-right:12px;
    }
    
#form input.submitbtn {
    position:relative;
    background-color:#7BA2C6;
    border:1px solid #696969;
    width:125px;
    color:#FFF;
    font-size:11px;
    text-align:center;
    font-weight:bold; 
    margin-right:0;
    }

/* ADDED 4/19/10 P. KALSCHEUER */

ul.optionsList {
	margin: 0 0 20px 0;
	padding: 15px;
	background: #ffffcc;
	}
ul.optionsList li {
	list-style: none;
	}
ul.optionsList span {
	font-size: 18px;
	font-weight: 700;
	}
ul.optionsList ul {
	margin-left: 30px;
	}
ul.optionsList ul li {
	list-style: disc;
	}
.postJobTable {
	clear: both;
	background: #fff;
	margin: auto;
	padding:0;
	width: 650px;
	border: 0;
	}

