/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
        margin: 0 auto;
        width: 98%;
        clear: both;
        min-width: 900px;
}

table.display thead th {
        padding: 3px 18px 3px 10px;
        border-bottom: 1px solid black;
        font-weight: bold;
        cursor: pointer;
        * cursor: hand;
}

table.display tfoot th {
        padding: 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
}

table.display tr.heading2 td {
        border-bottom: 1px solid #aaa;
}

table.display td {
        padding: 3px 10px;
}

table.display td.center {
        text-align: center;
}

table.display td a {
        color: #3366cc;
}

table.display td a:hover {
        text-decoration: underline; 
}

table.display td a:visited {
        color:purple;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
        position: relative;
        min-height: 302px;
        _height: 302px;
        clear: both;
}

.dataTables_processing {
        position: absolute;
        top: 0px;
        left: 50%;
        width: 250px;
        margin-left: -125px;
        border: 1px solid #ddd;
        text-align: center;
        color: #999;
        font-size: 11px;
        padding: 2px 0;
}

.dataTables_length {
        /*width: 40%;*/
        float: left;
}

.dataTables_filter {
        width: 50%;
        float: right;
        text-align: right;
}

.dataTables_info {
        /*width: 60%;*/
        float: left;
}

.dataTables_paginate {
        width: 44px;
        * width: 50px;
        float: right;
        text-align: right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
.display tr.odd {
        background-color: white;
}

.display tr.even {
        /*background-color: #E2E4FF;*/
        background-color:#eef2f9;
}

/*
.display tr:hover {
        background-color:#c5cee2;
}
*/

.display tr.over {
	background-color:#c5cee2;
}

.highlighted {
	background-color:#c5cee2;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
        background: url('../../images/reports/sort_asc.gif') #dbe0e6 no-repeat center right;
        margin-right:5px;
}

.sorting_desc {
        background: url('../../images/reports/sort_desc.gif') #dbe0e6 no-repeat center right;
}

.sorting {
        /*background: url('../../images/reports/sort_both.gif') #dbe0e6 no-repeat center right;*/
        background-color: #e1e0e6;
}

.paging_highlander {
    width: auto;
    height: 22px;
    line-height: 22px;
    margin-top:5px;
}

.paging_highlander span.paginate_button {
    float:left;
	width:20px;
   /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    height:20px;
	margin:0;
	padding:0;
	
    cursor: pointer;
    *cursor: hand;	
}

.paging_highlander span.paginate_current {
    float:left;
	width:65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height:16px;
	margin:0;
	padding: 3px 0 0 0;
	line-height:14px;
	text-align:center;
	margin-right:3px;
	border:0px solid #8db2ec;
}

.paging_highlander span.first {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/back_first_enabled.png') no-repeat 0px 0px;
}

.paging_highlander span.first_disabled {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/back_first_disabled.png') no-repeat 0px 0px;
}

.paging_highlander span.previous {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/back_enable.png') no-repeat 0px 0px;
}

.paging_highlander span.previous_disabled {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/back_disable.png') no-repeat 0px 0px;
}

.paging_highlander span.next {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/next_enable.png') no-repeat 0px 0px;
}

.paging_highlander span.next_disabled {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/next_disable.png') no-repeat 0px 0px;
}

.paging_highlander span.last {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/forward_enabled.png') no-repeat 0px 0px;
}

.paging_highlander span.last_disabled {	
	height:20px;
	padding:0;
	magin:0;
	background: url('../../images/reports/forward_last_disabled.png') no-repeat 0px 0px;
}

#reportList {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	margin: 10px 0px 10px 0px;
	width: 100%;
}

#tableFooterBar   {
    text-align:left;
    background-color:#dbe0e6;
    height: 25px;
}

#tableFooterBar th {
    border-left-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    border-left-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

.delwrapper {
	margin: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    border-right-width: 0px;
}

.delwrapper .notice {
	padding:5px;
	border-top:1px solid #cccccc;
}

.delwrapper .notice_center {
	padding:5px;
	border-top:1px solid #cccccc;
	text-align:center;
	margin-bottom:20x;
	font-weight:bold;
}

.delwrapper .notice_center_nobold {
	padding:5px;
	border-top:1px solid #cccccc;
	text-align:center;
	margin-bottom:20x;
}

#tableHeaderBar_del {
    background-image: url(../../../layout/images/table/tile_tableheader.png);
    background-repeat:repeat-x;
    text-align: left;
    height: 30px;
}

#tableHeaderBar_del div {
	margin:0;
	padding:5px;
	line-height:24px;
	height: 30px;
}
.rpsub_list {
	height:300px;
	width:100%;
	overflow-x:visible;
	overflow-y:scroll;
}

.rpsub_list table {
	width:96%;
}

table.viewsub {
        margin: 0 auto;
        clear: both;
        width: 650px;
}

table.viewsub thead th {
        padding: 3px 18px 3px 10px;
        border-bottom: 1px solid white;
        font-weight: bold;
}

table.viewsub tfoot th {
        padding: 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
}

table.viewsub tr.heading2 td {
        border-bottom: 1px solid #aaa;
}

table.viewsub td {
        padding: 3px 10px;
}

table.viewsub td.center {
        text-align: center;
}

table.viewsub td a {
        color: #3366cc;
}

table.viewsub td a:hover {
        text-decoration: underline; 
}

.btnbtm table {
	width:99%;
	align: center;
}

.btnbtm table  a{
	color:#0000FF ; margin-left:10px;
}

.btnbtm table  a:hover{
	text-decoration:underline; 
}

.uploadwrapper {
	margin: 10px 10px 10px 10px;
}
.uploadwrapper table {
	padding: 5px
}

.uploadwrapper table a:hover{
    text-decoration:underline;
}

/*add for filter in report list*/
.report_filter{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    float: left;
    margin: 10px 0px 10px 0px;
    width:100%;
}

.report_filter table {
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
    border-right-width: 0px;
}

.report_filter  th  {
    padding: 5px;
    margin: 0px;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
}

.report_filter td  {
    padding: 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: white #CCCCCC white white;
}

.report_filter tr  {
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-color: white;
}

#rpsenditem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	margin: 10px 10px 10px 10px;
	width: 95%;
}

#rpsenditem table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-right-width: 0px;
	
}

#rpsenditem table th{
	padding: 5px;
	margin: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
}

#rpsenditem table td{
	padding: 5px;
	border-right-width:1px;
	border-right-style: solid;
	border-color: #CCCCCC;
}

#rpsenditem table td a {
    color:#0000FF ;
    margin-left: 10px; 
}

#rpsenditem table td a:hover{
    text-decoration: underline; 
}

.subItemOver{
   margin-top:2px;
   font-size: .95em;  
   height: 20px;
   color: #3366cc;
}

.formLabel {
	font-size: 1em;
	font-weight: bold;
}
#ra_cluster_reports td{
    word-wrap : break-word ;
    overflow: hidden;
}
#hc_reports td{
    word-wrap : break-word ;
    overflow: hidden;
}
.itms .nbu_footnotes ul{
	list-style-type:disc;
	padding:0;
	padding-left:2em;
}
.itms .nbu_footnotes ul li{
	list-style-type:disc;
}
