/* Job Board style sheet */
#krop{
    font:10px Verdana, Arial, Helvetica, sans-serif;
    color:#444;
    text-align:left;
    padding-top:10px}
#krop a{
    outline:none}
#krop table{
    width:100%;
    margin-top:10px}
#krop .clear{
    clear:both}
#krop .noborder {
    border:none !important}
#krop_search_form{
    height:40px;
    width:79%;
    margin:0;
    padding:10px 0 10px 10px;
    background:#FAF4EB}
#krop_search_form input{
    width:490px;
    font-size:10px;
	padding:4px;
	border:1px solid #ADAA93}
/* SPECIAL ID - Activates when Krop is making a trip to the server*/
   #krop_search.searching {
       color:#666;
   }

#krop_post{
	float:right;
    font-size:14px;
    font-weight:bold;
	width:144px;
    line-height:58px;
    text-align:center;
	background:#E7932B;
	border:1px solid #E1DEC7
    }
    #krop_post a{
        color:#FFF}
#krop_note{
	padding:3px 0 0 4px;
	font-size:9px}

/* Results Titles */

#krop_job_listing thead th{
    padding:2px;
    margin:2px;
	font-weight:bold;
    text-align:center;
    color:#FFF;
    background:#E6CFA2}

/* Results Table */

#krop_job_listing th,
#krop_job_listing td{
    padding:8px;
    text-align:left}

#krop_job_listing {
    width:600px}

#krop_job_listing th a,
#krop_job_listing td.company a{
    color:#3D3D3D;
    text-decoration:none}
#krop_job_listing thead th.location {
    width:175px}
#krop_job_listing th a:hover,
#krop_job_listing td a:hover,
#krop_job_listing thead td.position a{
    color:#806020;
    text-decoration:underline}
#krop_job_listing thead th.position{
    width:225px}
#krop_job_listing thead th.company{
    width:200px}
#krop_job_listing tbody th,
#krop_job_listing tbody td {
    }
#krop_job_listing .odd th,
#krop_job_listing .odd td{
    background-color:#FEFEFE !important}
#krop_job_listing .even th,
#krop_job_listing .even td {
    background-color:#FAF6ED !important}
#krop_job_listing .hot .company a,
#krop_job_listing .new .company a {
    padding-right: 5px; }
#krop_job_listing .hot .company {
    background:url(/wp-content/themes/fmcsv3/img/jb_hot.gif) no-repeat 98% center}
#krop_job_listing .new .company {
    background:url(/wp-content/themes/fmcsv3/img/jb_new.gif) no-repeat 98% center}
/*
#krop_job_listing tbody tr:hover a {color:#BE3A3A}
*/
/* krop_pagination */
#krop_pagination p{
    font-size:11px;
    text-align:center;
    padding:10px 0;
    margin:10px 0;
    background:#FAF4EB
    }
#krop_pagination p a{
        color:#E7932B;
        padding:0 4px;
        margin-left:1px;
        border:1px solid #E4A669;
        text-decoration:none}
    #krop_pagination p a.active{
        color:#FFF;
        background:#E7932B}
    #krop_pagination p a:hover {
        border-color:#806020}

/*Detail stuff*/
#krop_content{
    position:relative}
#krop_description,#krop .empty{
    margin-top:2px;
    padding:10px;
    background:#FFF
    }
/*    #krop_description p{
        padding-top:10px}*/
    #krop_description ul{
        padding-left:20px}
#krop_company_and_location{
    height:44px;
    width:80%;
    padding:8px 0;
    background:#FAF4EB
    }
    #krop_company_and_location h1,#krop_company_and_location h3{
        margin:0;
        padding:0 0 0 10px;
        background:none}
    #krop_company_and_location h1{
        font-size:12px}
#krop_posted_on{
    position:absolute;
    top:40px;
    left:10px;
    color:#806020}
#krop_job_show h2.krop_title{
    color:#FFF;
    font-size:12px;
    margin:10px 0 0 0;
    padding:5px;
    background:#E6CFA2}
#krop_job_show h2{
	padding-top:25px;
	line-height:12px}
#krop_apply{
    padding:8px;
    background:#FAF6ED;
    margin:2px 0 2px 0
    }
    #krop_apply a{
        color:#C30}
#krop_back{
    text-align:center;
    padding:8px;
    background:#FAF4EB}
#krop_home{
    height:27px;
    line-height:27px;
    color:#BC8C34;
    padding-left:45px;
    margin-top:10px;
    background:url(/wp-content/themes/fmcsv3/img/jb_kroplogo.gif) no-repeat}
