﻿body 
{
    border:0xp;
    padding:0px;
    margin:0px;
}

#jobs-widget-box
{
    width: 178px; 
    background-color:#000;
}

#jobs-hot-jobs-center-heading
{
    font-family: Arial;
    font-size: 9px;
    color: #fff;
    text-align: right;
    width:95px;
    background-color: #000; 
    padding: 5px 5px 3px 0px;
    border-bottom:solid 1px #FED607; 
}

#jobs-view-all-jobs-text
{
    font-family: Arial;
    font-size: 10px; 
    text-align: right; 
    vertical-align: top; 
    width:95px;
    background-color: #000; 
    padding: 2px 5px 8px 0px;
}

#jobs-view-all-jobs-text a
{
    color: #FED607;
    text-decoration: none;
}

#jobs-find-jobs-row
{
     font-family: Arial;
     font-weight: bold; 
     font-size: 11px; 
     color: #000; 
     background-color: #FED607; 
     padding:3px 6px 5px 6px;
}

.jobs-row-style
{
	background-image: url('images/row_orange.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #333333;
	text-decoration:none;
}
.jobs-row-style:hover
{
	background-image: url('images/row_white.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color:#000;
}

.jobs-row-ContentBox
{
	border-bottom: solid 1px #FED607;
	background: inherit;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	padding-left: 25px;
	padding-top: 3px;
	height: 17px;
}