<style type="text/css">
font-family: Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;


newredbutton {
	BORDER-BOTTOM: #cc00000 1px solid; BORDER-LEFT: #cc0000 1px solid; PADDING-BOTTOM: 1px; BACKGROUND-COLOR: #CC0000; MARGIN: 3px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; WHITE-SPACE: nowrap; BORDER-TOP: #cc0000 1px solid; FONT-WEIGHT: bold; BORDER-RIGHT: #cc0000 1px solid; TEXT-DECORATION: none; PADDING-TOP: 1px
}
newredbutton:hover {
	BACKGROUND-COLOR: #fff


a.popup:visited {text-decoration: underline; }
a.popup:active {text-decoration: underline; }
a.popup:link {text-decoration: underline;}
.t13FormRegion {border:1px #aaa solid;margin:10px 0;color:#000000;}
.t13FormRegion  .t13RegionBody{background-color:#eee;padding:5px;font-size:12px;font-family:Arial, Helvetica, Geneva, sans-serif;color:#000000;}
/* Reports */

th.t13ReportHeader{font-weight:bold;background-color:#01669C;empty-cells:show;border-collapse:collapse;padding:2px 8px;color:#000000;font-size:11px;letter-spacing:1;text-transform:capitalize;}
th.t13ReportHeader a:link,th.t13ReportHeader a:visited{font-weight:bold;color:#000000;font-size:11px;letter-spacing:1;text-transform:capitalize;}
}

body{
background: url("#WORKSPACE_IMAGES#background.gif")
}
* {font-family: Arial,Corbel, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif; }
a.t13RegionTitle{color:black;text-decoration: underline}

/* Region */


.t13RegionTitle{text-align:left;padding:2px;color:#000000;}
.t13ReportHeader{color:#000000;}
.t13Sidebar th {background-color:#01669C;color:#000;}
.t13RegionHeader{background-color:#01669C;color:#000;font-size:14px;}
th.t13ReportHeader{font-weight:bold;background-color:#01669C;empty-cells:show;border-collapse:collapse;padding:2px 8px;color:#000;font-size:11px;letter-spacing:1;text-transform:capitalize;text-decoration:color:#0000}
a.popup:visited {text-decoration: color:#000000; underline;color: #000000;}
a.popup:active {text-decoration: underline;color: #000000; }
a.t13Breadcrumb:hover{white-space:nowrap;color:#990000;line-height: 16px;vertical-align:middle;background-color:#999;}
.t13Sidebar{margin:0 0 10px 0;color:#000000;}
span.t13BreadcrumbSep ,span.brdCrmSep{white-space:nowrap;padding:0 3px;float:left;line-height: 16px;vertical-align:middle;}


/* Page Tabs*/
#t13PageTabs{float:left;width:100%;}
a:active,a:hover{text-decoration:underline;font-size:-1;color:#990000;}
/*
span.OffC a:hover{color:#990000;}
span.OffC{filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#C1C1C1,EndColorStr=#999999:width:100%;);
}
span.OnC{padding:5px;font-weight:bold;font-size:12px;white-space:nowrap;text-decoration:none;color:#fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#C1C1C1,EndColorStr=#999999;width:100%;);
}
*/
form#wwvFlowForm {
  position: relative;
  height: 100%;
  min-height: 100%;
}
div.t13BodyMargin {
  padding-bottom: 2em;
}
div.t13NewBottom {
  position: relative;
  bottom: 0;
}

.t13ButtonReturn {
    background: darkred; /* background color of button */
    color: white;
    text-decoration: none;
    font: bold 12px Arial; /* font size and style */
    position: relative;
		top: 0; 
    bottom: -12px; 
		margin-bottom: 12px;
    -moz-box-shadow: 0 -15px 5px darkred inset;
    -webkit-box-shadow: 0 -15px 5px darkred inset;
    box-shadow: 0 -15px 5px darkred inset;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.t13ButtonReturn, a.t13ButtonReturn:after {
    display: inline-block;
    padding: 2px 5px; /* vertical and horizontal padding of button */
    -moz-border-radius: 8px/15px;
    -webkit-border-radius: 8px/15px;
    border-radius: 8px/15px;
    outline: none;
}

a.t13ButtonReturn:after { /* pseudo element to construct 3D side of button */
    content: "";
    position: absolute;
    padding: 0;
    z-index: -1;
    bottom: inherit; 
    left: 0;
    width: 30%;
    height: 30%;
    background: #6e0e0c; /* background color of 3D effect */
    -moz-box-shadow: 1px 0 3px gray;
    -webkit-box-shadow: 1px 0 3px gray;
    box-shadow: 1px 0 3px gray;
}

a.t13ButtonReturn:hover {
    -moz-box-shadow: 0 25px 5px rgba(182, 64, 61, 0.7) inset;
    -webkit-box-shadow: 0 25px 5px rgba(182, 64, 61, 0.7) inset;
    box-shadow: 0 25px 5px rgba(182, 64, 61, 0.7) inset;
    background: #bc3835; /* background color when mouse rolls over button */
}

.t13ButtonReturn:active {
    top: 12px; 
    bottom: 0;
    -moz-box-shadow: 0 -20px 5px darkred inset, 1px 1px 2px #eee;
    -webkit-box-shadow: 0 -20px 5px darkred inset, 1px 1px 2px #eee;
    box-shadow: 0 -20px 5px darkred inset, 1px 1px 2px #eee;
}

</style>