/* Overides*/

.logo a 
{
    text-indent:0;
}

/* ----------- */



/* New Styles */

.careersitepages
{
    width: 700px;
    display: block;
}

.separator
{
    display: block;
    border-bottom: 4px solid #dadada;
    clear:both;
    margin-bottom: 10px;
}

.alphatitles
{
    display: block;
    border-bottom: 4px solid #dadada;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 6px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    clear:both;
}

.errormessage, .norecords
{
	padding: 10px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	border: 1px solid #E1E1E1;
	margin: 4px;
	margin-top: 20px;
	display: block;
	clear: both;
}

.errormessage
{
    color: #FF0000;
}

.norecords
{
    /* color: #333; */
}

/* ------------ */

/* Layout Adjustments */

.clearalpha
{
    clear: left;
}

.clearbeta
{
    clear: right;
}

.cleargamma
{
    clear: both;
}

/* ------------ */

/* Career Site Layout */

.careersiteformlayout
{
    float:left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.careersiteformlayout span.captionalpha
{
    display: inline-block;
    width: 120px;
    font-weight: bold;
    vertical-align: middle;
}

.careersiteformlayout span.keyword
{
    width: 60px;
}

.careersiteformlayout span.captionbeta
{
    display: inline-block;
    width: 695px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 15px;
}

.careersiteformlayout span.descriptionalpha
{
    display: inline-block;
    width: 200px;
    font-weight: normal;
    vertical-align: top;
}

.careersiteformlayout span.descriptionbeta
{
    display: inline-block;
    width: 695px;
    font-weight: normal;
    vertical-align: top;
    margin-bottom: 15px;
}

.careersiteformlayout span.mandetory
{
    display: inline-block;
    width: 11px;
    height: 10px;
    vertical-align: middle;
    background-image:url(../Images/icon-mandatory.gif);
    background-repeat: no-repeat;
}

.careersiteformlayout span.mandetoryspace
{
    display: inline-block;
    width: 11px;
    height: 10px;
    vertical-align: middle;
}

.careersiteformlayout span.valignalpha
{
    margin-top: 5px;
    vertical-align: top;
}

.careersiteformlayout select
{
    border:1px solid #CCCCCC;
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin-right:18px;
    padding:2px 4px;
    width:200px;
    vertical-align: middle;
}

.careersiteformlayout input[type="text"]
{
    border:1px solid #CCCCCC;
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin-right:4px;
    padding:2px 4px;
    width:190px;
    vertical-align: middle;
}

.careersiteformlayout textarea
{
    border:1px solid #CCCCCC;
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin-right:4px;
    padding:2px 4px;
    vertical-align: middle;
}

#sidebar .wid-box
{
    display: table;
}

/* ------------ */

/* Buttons */

.gobutton
{
    background-color: Transparent;
    background-position: 0 0;
    height:18px;
    width:18px;
    border:0;
    margin-left:10px;
    display:block;
    float: left;
}

.button
{
    background-image: url(../Images/all-images.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none; 
    padding: 0;
}

.search
{
    background-position: 0 -75px;
    width: 69px;
    height: 27px;
    float:left;
    display: block;
}

.back
{
    background-position: 0 -50px;
    width: 57px;
    height: 25px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.sendmail
{
    width: 59px;
    height: 25px;
    background-position: -117px -50px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.infoicon
{
    /*float: left;*/
    display: inline-block;
    background-image: url(../Images/icon-info.gif);
    text-indent: -9999px;
    width: 18px;
    height: 18px;
}

.setmarginalpha
{
    margin-top: 10px;
}

.setmarginbeta
{
    margin-bottom: 20px;
}

/* ------------ */

/* Datagrid */

#dgVacancyList
{
    margin-bottom: 0;
    clear: both;
}

#content table 
{
    margin: 0;
}

#dgVacancyList tbody tr.datagridheader td, #dgVacancyList tbody tr.datagrid td, #dgVacancyList tbody tr.datagridalternate td
{
    padding-left:1px;
    padding-right:1px;
    border-bottom:1px solid #DADADA;
}

#dgVacancyList tbody tr.datagridheader td
{
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;    
    background-color: #F3F3F3;
}

#dgVacancyList tbody tr.datagrid td
{
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #FFF;
}

#dgVacancyList tbody tr.datagridalternate td
{
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #FAFAFA;
}

#dgVacancyList tbody tr.datagrid td a:visited, #dgVacancyList tbody tr.datagrid td a:link, 
#dgVacancyList tbody tr.datagrid td a:hover, #dgVacancyList tbody tr.datagridalternate td a:visited, 
#dgVacancyList tbody tr.datagridalternate td a:link, #dgVacancyList tbody tr.datagridalternate td a:hover
{
    font-weight: bold;
}

.datagridsearch
{
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
}

div#dvSearch span a:visited, div#dvSearch span a:link
{
    text-decoration: underline;
}

div#dvSearch span a:hover
{
    text-decoration: none;
}

div#dvSearch font.pageformtext
{
    /* */
}

/* Speculative Datagrid */

#dgVacancyList tbody tr td.speculativelistdatagrid
{
    background-color: #FFF;
    padding: 5px;
    margin: 0;
    border: 0;
}

#dgVacancyList tbody tr td.speculativelistdatagrid a
{
    font-weight: bold;
}



/* -------- */

/* Vacancy Home */

.vacancyhome
{
    display: block;
    clear: both;
}

.vacancyhomealpha, .vacancyhomebeta, .vacancyhomegamma 
{
    display:block; 
    float: left;
    margin-bottom: 20px; 
    padding:20px 10px 12px 20px;
    width: 190px; 
    height: 135px; 
    background-color: #EAEAEA;
    color:#333333;
    font-size:12px;
}

.vacancyhomealpha span, .vacancyhomebeta span, .vacancyhomegamma span
{
    display: block;
    height: 90px;
    font-size:12px;
}

.vacancyhomealpha a, .vacancyhomebeta a, .vacancyhomegamma a
{
    display:block; 
    margin-bottom: 12px;
    height: 17px;
    padding: 0;
}

.vacancyhomealpha a.more, .vacancyhomebeta a.more, .vacancyhomegamma a.more
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../Images/icon-arrow.gif) no-repeat scroll 0 4px;
    font-size:12px;
    font-weight:bold;
    line-height:13px;
    padding:0 0 0 10px;
}

.vacancyhomealpha a.more:hover, .vacancyhomebeta a.more:hover, .vacancyhomegamma a.more:hover
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../Images/icon-arrow-on.gif) no-repeat scroll 0 4px;
    color: #333333;
    line-height:13px;
}

a {
color:#280023;
outline-color:-moz-use-text-color !important;
outline-style:none !important;
outline-width:medium !important;
text-decoration:none;
}

.vacancyhomealpha, .vacancyhomebeta
{
    margin-right: 20px;
    /*border-right:1px solid #CCC;*/
}

/* -------- */