/* Monash University - Research Degree and Scholarship Online Application
 * APEX-Application-f1304: p0_hdr_common_1.css 
 * Created by: Dhanuka Perera on 03-DEC-2009
 * Telelogic Date        Author  			Change
 * --------- ----------- ------------------	----------------------------------------------------------------
 * 12 		 24-Nov-2011 Dhanuka Perera 	CR9474_TASK5335 Added body css to override base.css 
 * CR5775_TASK3297: by Dhanuka Perera on 05-FEB-2010
 * Subject: Added this Comment
 * CR6066_TASK3450: by Dhanuka Perera on 12-MAR-2010
 * Subject: Changed the file name from p0_hdr_common_1.css to hdr_p0_common_1.css   
 */ 
/*** HDR common CSS Document ***/

/*CR9474_TASK5335*/
/*body css from bass.css has been overridden by below*/
body{
	max-width: 1920px;
    min-width: 980px;
}

.hide { position:absolute; visibility:hidden; }
.show { position:absolute; visibility:visible; }

/*JCal2 date highlight css*/
.highlight1 { color: #f00 !important; font-weight: bold; }
.highlight2 { color: #090 !important; font-weight: bold; }

/*Message Button css*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url("wwv_flow_file_mgr.get_file?p_security_group_id=16206907310199866&p_fname=HDR-bg-button-a.gif") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}

a.button span {
    background: transparent url("wwv_flow_file_mgr.get_file?p_security_group_id=16206907310199866&p_fname=HDR-bg_button_span.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/*Blue line table css*/
table.line{
   border: 0;
   width: 100%;
}
table.line td{
   width: 100%;
}
/*Blue line hr css*/
hr.linehr{
color: blue;
text-align: left;
width: 100%;
}
/*Required items' label css*/
.requiredtable{
 cellspacing: 0;
 boder: 0;
 width: 300px;
}
/*Page 29 (Validate and Submit) Report region title css*/
.P29_ACORDN_CLASS{
font-size: medium; 
font-weight: bold; 
color: #000000; 
text-decoration: underline; 
background-color: #C0C0C0; 
border-style: ridge; 
border-color: #000000 #FFFFFF #FFFFFF #000000; 
word-spacing: normal; 
padding-right: 10px; 
padding-left: 10px;
}

