/*
    MIRANDA CODE ver 1.5 - M_site.css
    Author: Raffaele Adinolfi for HRX Pty Ltd
    Last update: 28/01/2010
*/

/* LOCAL CSS IMPORTS (PLEASE DON'T CHANGE THIS CODE) */
@import url("M_layout.css");

@import url("elements/M_navbar.css");
@import url("elements/M_menu.css");
@import url("elements/M_pagetools.css");
@import url("elements/M_widgets.css");
@import url("elements/M_tables.css");
@import url("elements/M_forms.css");
@import url("elements/M_buttons.css");

@import url("elements/M_UCPanel.css");
@import url("elements/M_modal_window.css");

@import url("M_validation.css");

@import url("M_external.css");

/*@import url("elements/M_align_fields.css");*/
/*@import url("M_round_corners.css");*/

/*@import url("M_color.css");  */

body {
    margin:0;
    padding: 0;
	background: none;
    font-family:Helvetica, Arial, sans-serif;
    color: #666666;
    font-size:12px;
    font-weight:normal;
    text-decoration: none;
}


#rasp_page_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #FFF;
    z-index: 999;
    display: none;
    /*opacity:0.5;*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!*/
    /*filter: alpha(opacity=50);					// second!*/
}

#rasp_page {
    margin: 0px auto;
    padding: 0;
    clear: both;
    width: 900px;
    /* IMPORTANT: DO NOT DELETE THIS ROW!! */display: none;
}

#rasp_wrapper {
    width: 100%;
    clear: both;
    float: left;
    /*background: #CCC;*/
	margin-bottom: 15px;
}

#rasp_content {
    clear: both;
    float: left;
    width: 100%;
    min-height: 460px;
    margin-top: 8px;
}

/* Links, hover
******************************/
a:link, a:visited, a:active {
    color:#004A83;
    font-weight:normal;
    text-decoration:underline;
}

a:hover {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}

/* h1, h2, h3
******************************/
h1,h2,h3 {}

h1.pageTitle {
    background: url("../M_images/title_bg.jpg") no-repeat scroll -2px 0 transparent;
    color: #3b3b3b;
    float: left;
    font-size: 22px;
    font-weight: normal;
    height: 45px;
    line-height: 40px;
    margin: 0;
    padding: 12px 10px;
    width: 617px;
}
.title_big {
	background: url("../M_images/title_bg_big.jpg") no-repeat scroll -2px 0 transparent!important;
	width: 796px!important;
}
h2{
    font-size:16px;
    color:#FF6600;
    font-weight:normal;
    margin:6px 0;
    margin-bottom:10px
}


/* ul, ol
******************************/
ul, ol {
    margin: 0;
    padding: 0;
    line-height:1.4em;
    padding-left:18px;
	font-size:12px;
}

ol {
    margin-left:28px;
}

ol li {
    list-style-type: decimal;
    margin:3px;
}

ul.rasp_list li {
    line-height: 20px;
    margin-bottom: 8px;
    background: transparent url(../M_images/menu/menu_arrow.gif) no-repeat scroll 0 4px;
    list-style-type: none;
    padding-left: 12px;
	font-size:12px;	
}


/* paragraphs
******************************/
#rasp_center p {font-size:12px;}

p {
    margin: 0;
    line-height: 16px;
}

p.message {
    color: #F5932A;
    text-decoration: none;
    font-weight: bold;
}

p.jobquery {
    color: #F5932A;
    text-decoration: none;
    font-weight: bold;
}

#rasp_app_tmpl table td.text {
    color: #F5932A;
    text-decoration: none;
    font-weight: bold;
}


.small { font-size:85%; }

a.bluelink {
    color: #004A83;
    font-weight: bold;
}
/*******************VPS Careers Hub**********************/
#rasp_navbar, #footer .icons {display: none!important;}
#rasp_footer {
    background: url("../M_images/footer/footer_logo.jpg") no-repeat scroll right top transparent;
    float: none;
    height: 70px;
    margin: 0 auto;
    width: 985px;
}
.footer {
    background: none repeat scroll 0 0 transparent;
    height: 100px;
}
.footer h4 {
    top: 0;
}
.footer h3 {
    top: 0;
	height: 104px;
}
.subFooter {
    padding: 120px 0 20px;
}
#rasp_header {
    background: url("../M_images/header.jpg") no-repeat scroll 0px 0 transparent;
}
#rasp_logo {
    margin: 10px 0 0 38px;
	height: 64px;
}
.header_link{padding: 10px 15px;}
.header_link a{ text-decoration: none; color: #3b3b3b; font-weight: bold;}
div.RaspSearchForm fieldset dl .helptext {
	clear: left!important;
	float: none!important;
    font-size: 90%;
    line-height: 1.3em;
    margin: 3px 3px 0 0!important;
	width: 100%!important;
}
.footer-link{
	border-top: 1px solid #B0B0B0;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    top: 50px;
}
.copy{margin-top: 10px;}
b a{font-weight: bold!important;}