﻿
/*====================
      General
=====================*/
#JobSearchPage .PageTitle {font-size:26px;margin:5px 10px;}
#JobSearchPage .Section {border:solid 1px #BFBFBF;margin-top:10px;}
#JobSearchPage .Filter {background-color:#F2F2F2;padding:10px 10px 0px 10px;}
#JobSearchPage .Filter .SelectBG {background-color:#FFFFFF;}
#JobSearchPage .ButtonContainer {margin:0px 0px 10px 20px;}
#JobSearchPage .Filter .Submit {float:left;}
.Job .Title {font-size:24px;}
.Job .Title a {color:#595959;}
.Job .TextArea {padding:10px;}
.Job .More, .Job .Less {color:Blue; cursor: pointer}
.Job .Marker {background-color:#A5FF7F;}
.Job .Controls {height:23px;border-top:solid 1px #BFBFBF;background-color:#F2F2F2;width:100%;}
.Job .Control {margin:0px 5px 0px 0px;padding:2px 32px 0px 0px;width:106px;height:20px;
                background-position:108px;background-repeat:no-repeat;cursor:pointer;
}
.Control.SendCV {background-image:url("/Content/Images/Icons/SendCV.gif");margin-right:0px;}
.Control.FavoriteJob {background-image:url("/Content/Images/Icons/Favorite.gif")}
.Control.FavoriteJob.On {background-image:url("/Content/Images/Icons/FavoriteOn.gif")}
.Control.SendToAFriend {background-image:url("/Content/Images/Icons/SendEmail.gif")}
.Control.Questions {background-image:url("/Content/Images/Icons/Help.gif")}
.Control.Questions a {color:#595959;}
.Control.Selected {border-bottom:solid 1px #D9D9D9;background-color:#D9D9D9;}
.ActionsArea {background-color:#D9D9D9;}
.ActionsArea .Action {padding:10px;display:none;}
.Action.SendToAFriend .Line {margin-bottom:10px;}
.Action.SendToAFriend .ParameterName {width:40px;}
.Action.SendToAFriend .TextField {border:solid 1px #BFBFBF;width:150px;}
.Action.SendToAFriend textarea {height:150px;width:530px;padding:5px;font-size:12px;text-align:right;
                                border:solid 1px #BFBFBF;overflow:auto;direction:rtl;
}
.Action.SendToAFriend .InputContainer {width:150px;margin-left:25px;}
.Action.SendToAFriend .Submit {float:left;margin:10px 0px 0px 5px;}

.Action .LoadCVFile {padding:5px 10px;top:175px;right:157px;}
.Action .UploaderArea {position:absolute;top:175px;right:280px;width:400px;}
.Action .SendButton {position:absolute;top:175px;right:690px;width:67px;height:24px !important;padding:5px 14px;border:none;}
.Action .UploadFile {width:400px;background-color:White;}
.Action .UploadFile .UploaderContainer {border:none;}
.Action .UploadFile .FakeUploder {background-image:url("/Content/Images/btnBrowseBG.jpg");width:100%;height:24px;}
.Action .UploadFile .txtFakeFU {width:370px;}
.Action .UploadFile .fuFile {width:400px;}
.Action .UploadFile .fuFile input {width:400px;}

.PagingContainer {text-align:right;margin-top:15px;}
.PagingContainer .Current {color:#C4C4C4;}
#GetNewsletter
{
    font-size: 12px;
}
#GetNewsletter .SelectContainer select
{
    width: 155px;
    float: left;
    
}
#GetNewsletter .TextField
{
    width: 153px;
    float: left;
}
#GetNewsletter .SelectContainer div
{
    background-color: White;
}
#GetNewsletter table
{
    width: 249px;
    
}
#GetNewsletter .first
{
    width: 90px;
}
#GetNewsletter table.ListsContainer td
{
    padding: 2px 0;
    border-collapse: collapse;
}
.JobSearchPageTitle
{
    width:75px;
}
.jobsStatistics p 
{
    margin-top: 4px;
}
#JobSearchPage .Filter  a
{
    float: left;
    padding-top: 3px; 
    margin-left: 8px; 
    font-size: 11px; 
    cursor: pointer;
}
.SmartAgentRequest
{
    margin-top: 4px;
}
span.bonus
{
    color: #3A9FEA
}