.warning{
font-size:150%;
background-color:#ff0000;
color:#ffffff;
padding:5px;
}


#landing_page .first_in_row{
margin-left:0px;
}

#landing_page .last_in_row{
margin-right:0px;
}

#content_page .first_in_row{
margin-left:0px;
}

#content_page .last_in_row{
margin-right:0px;
}


#landing_page #free-elements .column .left_buffer{
margin-left:20px;
}

.w940{
width: 940px;
}

.w920{
width: 920px;
}

.w900{
width: 900px;
}

.w898{
/* yes, thank you "border around content area" */
width: 898px;
}

.w700{
width: 700px;
}

.w698{
/* yes, thank you "border around content area" */
width: 698px;
}

.w678{
/* yes, thank you "border around content area" */
width: 678px;
}

.w458{
width:458px;
}

.w438{
width:438px;
}

label{
display:inline;
}
 
/* real buttons */
  
input.button {
    border:1px solid #033a61;
    background: #094c93 url(/assets-global/monash/images/template/ui-bg_gloss-wave_35_094c93_500x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
    text-decoration:none;
    height:1.8em;
}


/* fake buttons */
a.button {
    border: 1px solid #094c93;
    background: #094c93 url(/assets-global/monash/images/template/ui-bg_gloss-wave_35_094c93_500x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
    text-decoration:none;
    /*margin:5px;*/
    padding:5px 10px 5px 10px;
    line-height:3em;
}

a.button:hover{
	color:#ffffff;
	text-decoration:underline;
	}

a.button:visited,
#content_page .content-column a.button:visited{
	color:#ffffff;
	text-decoration:none;
}

.hidden-content-for-mobiles{
display:none;
}

/* Added per INC000000163238 for clicktales tracking */
#ClickTaleDiv{
	display:none;
	}


/* TEMP */

.devwarning{
z-index:10;
background-color:#505050;
color: #f0f0f0;
text-align:center;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
position: fixed;
font-size:10px;
bottom:0px;
width:100%
}

.devwarning p{
margin:0px;
}


