﻿#gradsIntoCareersWrapper 
{
    margin: auto;
    text-align: left;
    width: 960px;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
    color: #454545;
}

#gradsIntoCareersWrapper a:hover
{
    text-decoration: underline;
}


/**********/
/* BANNER */
/**********/

#gradsIntoCareersBanner 
{
    margin: 15px auto;
    padding: 0px;
    height: 55px;
}

#gradsIntoCareersBanner img
{
    border: none;
    float: left;
    margin-right: 20px;
}

/*******/
/* BAR */
/*******/

#gradsIntoCareersBar
{
    background: url("../../images/GraduatesIntoCareers/defaultChevron.jpg") no-repeat scroll 0 0 transparent;
    background-color: #A7A7A7;
    border: 0 solid #000000;
    height: 33px;
    width: 960px;
    margin-bottom: 10px;
}

#gradsIntoCareersBar .barGrey 
{
    float: right;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
    padding: 7px 10px;
}

#gradsIntoCareersBar .formSearchEngine
{
    position: absolute;
    float: left;
}

#gradsIntoCareersBar .search
{
    margin: 8px 20px 5px 10px; 
    width: 150px; 
    float: left;
    border: none;
}

#gradsIntoCareersBar .inputGo
{
    background-color: #505050; 
    border: medium none; 
    padding: 1px 10px; 
    font-weight: bold; 
    cursor: pointer;
    float: left;
    margin-top: 7px;
    color: #FFFFFF;
    border-radius: 5px;
}


/***********/
/* CONTENT */
/***********/

#gradsIntoCareersContent 
{
    width: 960px;
}

#gradsIntoCareersCenter 
{
    float: left;
}


/**********/
/* HEADER */
/**********/

/*#gradsIntoCareersHeader .header h1
{
    width: 740px;
    border-bottom: 1px solid #000000;
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: normal;
}*/

#gradsIntoCareersHeader .header h1
{
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 10px;
}

#gradsIntoCareersHeader .header 
{
    /*
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 6px;
    background-color: #646464;
    */

}

/**********/
/* FOOTER */
/**********/

#gradsIntoCareersFooterContent 
{
    margin-bottom: 50px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    float: left;
    width: 960px;
}

#gradsIntoCareersFooterControlBar
{
    height: 42px;
    background-color: #D7257E;
}

#gradsIntoCareersFooterControlBar .currentPage, 
#gradsIntoCareersFooterControlBar .otherPages, 
#gradsIntoCareersFooterControlBar .logo
{
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
}

#gradsIntoCareersFooterControlBar .currentPageChevron
{
    float: left;
    background-image: url("../../images/GraduatesIntoCareers/BarFooter.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 42px;  
    width: 67px;
}

#gradsIntoCareersFooterControlBar .currentPage
{
    float: left;
    background-color: #A7A7A7;
    height: 32px;
    padding: 5px 10px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

#gradsIntoCareersFooterControlBar .otherPages
{
    float: left;
    background-color: #D7257E;
    border-left: 2px solid #FFFFFF;
    height: 42px;
    text-align: center;
    color: #FFFFFF;
}

#gradsIntoCareersFooterControlBar .rightWhite
{
    border-right: 2px solid #FFFFFF;
}

#gradsIntoCareersFooterControlBar .otherPages a
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

#gradsIntoCareersFooterControlBar .otherPages a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

#gradsIntoCareersFooterControlBar .logo
{
    float: right;
    background-color: #D7257E;
    height: 42px;
}

#gradsIntoCareersFooter
{
    margin-top: 1px;
    border-top: solid 1px #DCDCDC;
    color: #646464;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#gradsIntoCareersFooter a
{
    color: #646464;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}

#gradsIntoCareersFooter .footerLeft
{
    text-align: left;
    width: 50%;
    float: left;
}

#gradsIntoCareersFooter .footerRight
{
    text-align: right;
    width: 50%;
    float: left;
}


/************/
/* REGISTER */
/************/

.universityOfLondonStudentsUL
{
    padding-left: 25px;
}


/**************/
/* CRUMBTRAIL */
/**************/

#gradsIntoCareersCrumbtrail
{
    color: #1A436F;
    font-weight: bold;
    margin-bottom: 10px;
}

#gradsIntoCareersCrumbtrail a
{
    color: #1A436F;
    font-weight: bold;
    text-decoration: none;
}

#gradsIntoCareersCrumbtrail .currentPage
{
    color: #DE0082;
}


#v2_centreCol
{
    margin: 0 10px 0 0;
    width: 480px;
}

/****************************/
/* VACANCIES PER JOB SECTOR */
/****************************/

.vacancySectorList
{
    float:left;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left:5px;
    vertical-align: top;
    width: 220px;
    
}

.vacancySectorList a 
{
    color: #1A436F;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.vacancyListCountWrapper 
{
    
    margin-bottom: 10px;
    
}

.bckGrey
{
    background-color: #646464;
}

#findAJob 
{
    color: #FFFFFF;
    padding: 5px 10px 10px;
}

.keywords 
{
    margin: 3px 10px 3px 0;
    width: 220px;
}

.location 
{
    margin: 3px 10px 3px 0;
    width: 100px;
}

.submit {
    background-color: #D7257E;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    padding: 2px 5px;
}

#jobsBottom {
    clear: both;
    float: left;
    width:480px;
    
}

#jobsBottom .bottomHeaderAndImage {
    float: left;
    width: 155px;            
}

#jobsBottom .bottomHeaderAndImage .bottomHeader {
    background-color: #646464;
    float: left;
    padding: 10px;
    width: 135px;
}

#jobsBottom .separator5 {
    float: left;
    width: 5px;
}

#jobsBottom .bottomHeaderAndImage .bottomHeader h3 {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    font-size:12px;
}

.bottomHeader a
{
    color:#fff;
    text-decoration:none;    
}


.browseJobsText {
    margin-top: 20px;
    padding-bottom:10px;
    color:#000;
    font-weight:bold;
}