/* JobSearchPortlet */

.JobSearchPortlet .SearchForm label {
    display: inline-block;
    width: 100px;
}

.JobSearchPortlet .SearchForm input[type="text"], .JobSearchPortlet .SearchForm input.text, .JobSearchPortlet .SearchForm select {
    font-size: 1em;
    font-family: arial;
    padding: 1px !important;
    border: 1px solid #ccc !important;
    margin: 2px 0;
    width:100%;
}

.ie6 .JobSearchPortlet .SearchForm input.text, .ie6 .JobSearchPortlet .SearchForm select {
    font-size: 1em;
    font-family: arial;
    padding: 1px !important;
    border: 1px solid #ccc !important;
    margin: 2px 0;
    width:100%;
}

.JobSearchPortlet .SearchForm div{
	padding:0 5px;
}

.JobSearchPortlet .SearchForm select {
    padding: 0;
    width: 150px;
}

.ie6 .JobSearchPortlet .SearchForm select {
    padding: 0;
    width: 150px;
}

.JobSearchPortlet .FacetCategory h3 {
    background-color: #666;
    color: #fff;
    padding: 4px;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
}

.JobSearchPortlet .FacetCategory h3 {
    background-color: #666;
    color: #fff;
    padding: 4px;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.JobSearchPortlet .FacetCategory ul {
    padding: 4px 8px;
    margin: 0;
    background-color: #ccc !important;
}

.JobSearchPortlet .FacetCategory ul li {
    list-style: none;
    padding: 2px;
}

.JobSearchPortlet .FacetCategory ul li a {
    text-decoration: none;
}

.JobSearchPortlet .FacetCategory ul li a:hover {
    text-decoration: underline;
    color: #f00;
}


/*PersonalResumesPortlet*/
.PersonalResumesPortlet .FacetCategory h3 {
   text-align: left;
    background:#707070 url(../images/arrow.png) no-repeat scroll 10px 50%;
	color:#FFFFFF;
	font-size:1.1em;
	padding:4px 26px;
    text-transform: uppercase;
}

.PersonalResumesPortlet .FacetCategory h3.hidden-clicked{
    background:#707070 url(../images/arrow_hidden.png) no-repeat scroll 10px 50%;
}

.PersonalResumesPortlet .FacetCategory ul {
    padding: 4px 8px;
    margin: 0;
}

.PersonalResumesPortlet .FacetCategory ul li {
    list-style: none;
    padding: 2px;
}

.PersonalResumesPortlet .FacetCategory ul li b{
	background:transparent url(../images/arrow_black.png) no-repeat scroll 0 50%;
	padding:14px;
}

.PersonalResumesPortlet  .FacetCategory ul li.hidden-clicked  b{
	background:transparent url(../images/arrow_black_hidden.png) no-repeat scroll 0 50%;
}


.PersonalResumesPortlet .FacetCategory ul li a {
    text-decoration: none;
}

.PersonalResumesPortlet .FacetCategory ul li a:hover {
    text-decoration: underline;
    color: #f00;
}

/* JobListPortlet */

.JobListPortlet .VacancyResults ol {
    margin: 0;
}

.JobListPortlet .VacancyResults ol li {
    list-style: none;
}

.VacancyResults ol li {
    list-style: none;
    clear: both;
    margin-bottom: 8px;
}

.VacancyResults ol li .MetaInfo {
    float: left;
    width: 68px;
}

.VacancyResults ol li .Result {
    float: right;
    width: 190px;
}

.VacancyResults ol li .Clear {
    clear: both;
}

.VacancyResults ol li .Result h3 {
    font-size: 1em;
    margin: 0 0 4px 0;
}

.VacancyResults ol li .Result p {
    margin: 0 0 4px 0;
}

/* TopJobsPortlet */

.TopJobsPortlet ol,
    .RelatedJobsPortlet ol {
    margin: 0;
    padding: 0;
}

.TopJobsPortlet ol li,
    .RelatedJobsPortlet ol li {
    list-style: none;
    margin-bottom: 4px;
}

.TopJobsPortlet ol li .Date,
    .RelatedJobsPortlet ol li .Date {
}

.TopJobsPortlet ol li h3,
    .RelatedJobsPortlet ol li h3 {
    margin: 0 0 8px 0;
    font-size: 1em;
}

/* JobDetailPortlet */

.JobDetailPortlet .TellAFriendForm {
    padding-top: 4px;
}

.JobDetailPortlet .TellAFriendForm div {
    margin: 4px 0;
}

.JobDetailPortlet .TellAFriendForm label {
    display: inline-block;
    width: 150px;
}

.JobDetailPortlet .TellAFriendForm input {
    margin: 0;
    padding: 2px;
    width: 200px;
}

/* JobDetailInfoPortlet */

.JobDetailInfoPortlet dl {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.JobDetailInfoPortlet dl dt {
    color: #666;
    margin: 0;
    padding: 0;
}

.JobDetailInfoPortlet dl dd {
    margin: 0 0 8px 0;
    padding: 0;
}

.PersonalProfilePortlet .EditProfileForm input[type="text"], .PersonalProfilePortlet .EditProfileForm input[type="password"], 
.PersonalProfilePortlet .EditProfileForm input.text, .PersonalProfilePortlet .EditProfileForm input.password{
    font-size: 1em;
    font-family: arial;
    padding: 1px !important;
    border: 1px solid #ccc !important;
    margin: 2px;
    width: 100%;
}

.ie6 .PersonalProfilePortlet .EditProfileForm input.text, .ie6 .PersonalProfilePortlet .EditProfileForm input.password{
    font-size: 1em;
    font-family: arial;
    padding: 1px 0 !important;
    border: 1px solid #ccc !important;
    margin: 2px 0;
    width: 99%;
}

.ie7 .PersonalProfilePortlet .EditProfileForm input.text, .ie7 .PersonalProfilePortlet .EditProfileForm input.password, .ie7 .PersonalProfilePortlet .EditProfileForm input[type="text"], .ie7 .PersonalProfilePortlet .EditProfileForm input[type="password"], {
    width: 98%;
}


/*PersonalSearchProfilesPortlet*/

.PersonalSearchProfilesPortlet .FacetCategory h3 {
    text-align: left;
    background:#707070 url(../images/arrow.png) no-repeat scroll 10px 50%;
	color:#FFFFFF;
	font-size:1.1em;
	padding:4px 26px;
    text-transform: uppercase;
}

.PersonalSearchProfilesPortlet .FacetCategory h3.hidden-clicked{
    background:#707070 url(../images/arrow_hidden.png) no-repeat scroll 10px 50%;
}

.PersonalSearchProfilesPortlet .FacetCategory ul {
    padding: 4px 8px;
    margin: 0;
}

.PersonalSearchProfilesPortlet .FacetCategory ul li {
    list-style: none;
    padding: 2px;
}

.PersonalSearchProfilesPortlet .FacetCategory ul li b{
	background:transparent url(../images/arrow_black.png) no-repeat scroll 0 50%;
	padding:14px;
}

.PersonalSearchProfilesPortlet .FacetCategory ul li.hidden-clicked  b{
	background:transparent url(../images/arrow_black_hidden.png) no-repeat scroll 0 50%;
}

.PersonalSearchProfilesPortlet .FacetCategory ul li a {
    text-decoration: none;
}

.PersonalSearchProfilesPortlet .FacetCategory ul li a:hover {
    text-decoration: underline;
    color: #f00;
}


/* Profile Link Portlet */
.ProfileLinkPortlet {
	float:left;
	width:250px;
}

.ProfileLinkPortlet .column-one {
	float:left;
	width:130px;
	text-align:right;
}

.ProfileLinkPortlet .horizontal-space {
	float:left;
	width:5px;
}

.ProfileLinkPortlet .vertical-space {
	height:5px;
}