@charset "windows-1252";
body
{
	background-color: #364A73;
	background-image: url('../../Images/ORA/page_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
}
body, p, td, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited{
	color: #336699;
	text-decoration: none;
}
a:active, a:hover{
	color: #336699;
	text-decoration: underline;
}

/*------------------------------------------------------------
  Layout Page background color
  ------------------------------------------------------------*/
.content_bg_dark
{
	background-color:#d6e8f0;
	padding: 15px;
}
.content_bg_light
{
	background-color:#e5f2f5;
	padding: 15px;
}
.content_bg_white
{
	background-color:#FFFFFF;
	padding: 15px;
}



/*------------------------------------------------------------
  Breadbrumb
  ------------------------------------------------------------*/

/*------------------------------------------------------------
  HR styles
  ------------------------------------------------------------*/
hr.single-blue {
	display: block;
	position: relative;
	padding: 0;
	margin: 16px auto 8px auto;
	height: 0;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #a4c5d8;	
}



/*------------------------------------------------------------
  No indent list (for text size = 12px)
  ------------------------------------------------------------*/
ul.noindent {
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
}

/*------------------------------------------------------------
  Overwrite core.css
  ------------------------------------------------------------*/
.ms-WPBody td, .ms-WPBody li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.ms-WPBody a:link, .ms-WPBody a:visited{
	color: #336699;
	text-decoration:none;
}
.ms-WPBody a:active, .ms-WPBody a:hover{
	color: #336699;
	text-decoration:underline;
}



@media print
{

/*for a SharePoint 2007 environment */
       
        .ms-leftareacell,.ms-globallinks,.ms-siteaction,.ms-areaseparatorleft,
        .ms-rightareacell,.ms-areaseparatorright, .ms-areaseparatorcorner,
        .ms-titlearealeft,.ms-titlearearight,.ms-searchform,.ms-banner,
        .ms-buttonheightwidth,.ms-buttonheightwidth2
        {
                display:block;
                visibility:visible;
        }       
 
        /*  This hides header and quick navigation */
        .ms-globalbreadcrumb { display:none; visibility: hidden; }
        .ms-globalTitleArea { display:none; visibility: hidden; }
        #nav-wrapper { display:none; visibility: hidden; }
        .ms-titlearealeft { display:none; visibility: hidden; }
        .ms-navframe { display:none; visibility: hidden; }
        .ms-nav { display:none; visibility: hidden; }
          /* move content to the left */
        .ms-bodyareacell, #above-main { margin: 0 0 0 0 }
         /* fonts normalization */
        .ms-formbody { font-size: xx-small}
         /* remove the actions buttons */
        .ms-toolbar { display:none; visibility: hidden; }
       /* expanding edit form controls on the width of the screen */
        #onetIDListForm  { width: 100%; }
       .ms-formlabel { width:20% }
       .ms-formbody {  width: 80%; }
       .ms-long { width: 100%; }
       .ms-rtelong { width: 100%; height: 400px; }
       .ms-rtetoolbarmenu { width: 100%; text-align: left; }
       TEXTAREA.ms-long { width: 100%; }
       .ms-formbody SPAN SPAN DIV { width: 100%; }
 }