a.c3button {
    /* Sliding right image */
	/*background: transparent url("wwv_flow_file_mgr.get_file?p_security_group_id=&C3_WORKSPACE_ID.&p_fname=button_right_05.png") no-repeat scroll top right;  */
	background-color: #BDBDBD;	/*#dcdcdc;*/
	display: block;
	float: left;
	/*height: 18px;*/ /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	/*margin-right: 6px;*/
	/*padding-right: 10px; */ /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/*padding-left: 10px; */
	padding: 5px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:20px;*/
	/*font-weight:bold;*/
	border: 1px solid #848484;
}
a.c3button span {
	/* Background left image */ 
	background: transparent url("wwv_flow_file_mgr.get_file?p_security_group_id=&C3_WORKSPACE_ID.&p_fname=button_left_05.png") no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}

.c3bg{
background-color:yellow;
}
.c3bg2{
background-color:yellow;
padding: 10px 5px 10px 5px;
     text-align: center;
     font-weight: bold;
}

a.c3button2 {
     //background: url('#WORKSPACE_IMAGES#button_bg3.gif') bottom repeat-x #9eabb3;
	 /* update workspace id when used in different apps / instances */
	 background: url('wwv_flow_file_mgr.get_file?p_security_group_id=717406636683001&p_fname=button_bg4.gif') bottom repeat-x #9eabb3;
     padding: 10px 5px 10px 5px;
     text-align: center;
     font-weight: bold;
     color: #fff;
display: inline-block;
     text-decoration: none; 
	 border: 1px inset #aaa;
     -webkit-border-radius: 8px; 
	 width: 90%; //auto;
	 -moz-border-radius: 8px;  
	 -khtml-border-radius: 8px;  
	 border-radius: 8px;
     -moz-box-shadow: 1px 1px 1px #666;  
	 -webkit-box-shadow: 1px 1px 1px #666;  
	 box-shadow: 1px 1px 1px #666;
     text-shadow: rgba(0,0,0, .5) 0px -1px 0px;
     border-top: inset 1px #ccc; 
	 border-left: inset 1px #ccc; 
	 border-bottom: solid 1px solid #000; 
	 border-right: 1px solid #666;
}
a.c3button2:visited{
color:#fff;
}
a.c3button2:hover{
color:RED;
}

a.c3button4 {
	 /* update workspace id when used in different apps / instances */
	 background: url('wwv_flow_file_mgr.get_file?p_security_group_id=717406636683001&p_fname=button_bg3.gif') bottom repeat-x #9eabb3;
     padding: 5px 10px 5px 10px;
     text-align: center;
     font-weight: bold;
     color: #fff;
     text-decoration: none; 
	 border: 1px inset #aaa;
	 width: 100%; //auto; 
	 border-radius: 8px;
	 box-shadow: 1px 1px 1px #666;
     text-shadow: rgba(0,0,0, .5) 0px -1px 0px;
     border-top: inset 1px #ccc; 
	 border-left: inset 1px #ccc; 
	 border-bottom: solid 1px solid #000; 
	 border-right: 1px solid #666;
display: block;
}
a.c3button4:visited{
color:#fff;
}
a.c3empty {
     display: inline-block;
     text-decoration: none;
     padding: 1px; 
}

h2.c3title {
	/* optional styling, you can use whatever you wish */
	font-size:40px;
	color:#0079b6;
	font-weight:bold;
	letter-spacing:-.05em;
	margin:.6em 0;
	/* now, this is important */
	position:relative;	
}

h2.c3title span {
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('wwv_flow_file_mgr.get_file?p_security_group_id=717406636683001&p_fname=gradient4-bg.png') repeat-x;
}

/* gradient 1 */
h1.gradient1 {
	font:"Arial Black", Arial, sans-serif;
        font-size:125%;
        font-weight:900;
	position: relative;
	margin: 10px 0 10px;
	color: #464646;
        text-align:center;
}
h1.gradient1 span {
	background: url('wwv_flow_file_mgr.get_file?p_security_group_id=717406636683001&p_fname=gradient-blue_sm.png') repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}