/**ADFFaces_Skin_File / DO NOT REMOVE**/
@namespace af "http://xmlns.oracle.com/adf/faces/rich";
@namespace dvt "http://xmlns.oracle.com/dss/adf/faces";


.JustTESTHere
{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow-x: auto;
  overflow-y: auto;
}

.bodyBackbroundColor
{
    background-color:#FFFFFF;
}
.BigBlackFirstHeader{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;    
    text-align : center
}
.MediumBlackLetter{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;    
}

.JustBlacBoldkLetter{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;    
}
.regularTextLetter{
    color: #000000;
    font-size: 14px;    
    padding-top: 0px; 
}

.BigRedWarningLetter{
    color: #C90000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;    
}
.MediumRedWarningLetter{
    color: #C90000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;    
}
.HeaderBackStyle
{
    background-image:url("../../images/headerBack.png");
}
.topnavonbannerText
{
    position:absolute;
    top:15px;
    _left:10;
    left:10px;
}
.topnavonbannerPicture
{
    
    top:0px;
    _right:10;
    right:10px;
}

.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: red;
    /*
	background : url(stop_sign.gif) no-repeat;
	background-attachment : fixed;
	padding-left : 25px;
	line-height : 20px;
    */
}
/**** Footer *******/
/*footer new */
#footerbox {
background-color:#FFFFFF;
border-bottom-color:white;
padding:10px 0px 0 0;
/*width:960px;*/
border-top:1px solid #D9D9D9;
/*border-top: 1px solid #555;*/
}
#nestedbox {
/* background:url("/images/logo_footer.gif") no-repeat scroll 20px 40% #FFFFFF; */
border-right:1px solid #D9D9D9;
float:left;
height:60px;
margin:0px 0px 0px 0;
overflow:hidden;
padding:0px 0px 0px 0;

width:100px;
}

#footerbox a:link {
color:#666666;
text-decoration:none;
font:11px Arial,Helvetica,sans-serif;
}
#footerbox a:hover {
color:#012555;
text-decoration:underline;
font:11px Arial,Helvetica,sans-serif;
}
#footerbox a:visited {
color:#666666;
text-decoration:none;
font:11px Arial,Helvetica,sans-serif;
}
#footerbox a:active {
color:#666666;
font:11px Arial,Helvetica,sans-serif;
}
#footerbox p {
color:#5A5A5A;
font:11px Arial,Helvetica,sans-serif;
}