
.tab_content
{
    clear:both;
    display:block;
    border:1px solid #ccc;
    height: auto;
    padding:10px 5px 20px;
}

#gcreportList {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 10px 0px 10px 0px;
	width: 100%;
	height:100%;
	background-color:#fff;
}

#gcreportList .gcwrap	{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:100%;
}

div #tableHeaderBar_div	{
	float: left;
	margin: 0;
	padding:0;
	width: 100%;
	background-image: url(../../layout/images/table/tile_tableheader.png);
	background-repeat:repeat-x;
}


div #tableHeader	{
	float: left;
	font-size: 1em;
	font-weight:normal;
	padding-left: 3px;
		
}

div #tableOptionsContainer	{
	float: left;
	margin: 0;
	padding:0;
	padding-bottom:10px;
	margin-bottom:10px;
	width: 100%;
	border:none;
}

div #tableOptionsContainer table{
	width: 100%;
}

#tableHeaderBar th{
	border:none;
}

div #tableFilterBarContainer	{
	float: left;
	width: 100%;
	height: auto;
	margin: 3px 0px 3px 0px;
	padding: 0;
	background-color: #ffffff;
	border: none;
}

div #pdr_table_FilterBarContainer    {
    float: left;
    width: 100%;
    height: 41px;
    margin: 3px 0px 0px 3px;
    padding: 0;
    background-color: #fff;
    font-size: 12px; 		
}

div #table_FilterBarContainer    {
    float: left;
    width: 100%;
    height: 24px;
    margin: 3px 0px 0px 3px;
    padding: 0;
    background-color: #fff;
    font-size: 12px;
}

div #tableFilterBar{
	float: left;
	width: 100%;
	margin: 0 0 8px;
	padding: 10px 0 0 0;
	background-color: #ffffff;
	font-weight: bold;
	font-family:arial,helvetica,sans-serif;
    font-size:13px;
}

div #pdr_table_FilterBar             {
	float: left;
        width: 100%;
        height: 16px;
        margin: 0 0 8px;
        padding: 3px 0 0 0;
        background-color: #fff;
        font-weight: normal;
}

div #table_FilterBar             {
        float: left;
        width: 100%;
        height: 16px;
        margin: 0 0 8px;
        padding: 3px 0 0 0;
        background-color: #fff;
        font-weight: normal;
}


div #tableFilterBar	b	{
	color: #0000FF;
	padding-left: 5px;
}

div #tableHeaderRow {
	float: left;
	margin: 0;
	padding:0;
	margin-bottom:10px;
	width: 100%;
}

div#taskbar_1row {
	float: left;
	width: 100%;
	height: 24px;
    background-color:#E1ECF7;
	margin: 0px;
}
div#taskbar_1row_endcap {
	height: 24px;
    background: #E1ECF7;
}

#taskbar_feedback {
	font-size: .95em;
	float: right;
	height: 20px;
	line-height: 20px;
	width: 250;
	color: #000000;
	position: relative;
	padding-right:5px;
}

#taskbar_item {
	font-size: .95em;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 100%;
	color: #000000;
	position: relative;
}

#taskbar_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#taskbar_item li {
	float: left;
/*	width: 100px; */
}

#taskbar_item ul.right {
    float: right;
}

#taskbar_item ul.right li {
    margin-right: 0px;
}

#taskbar_item li a {
	display: block;
	padding-left: 20px;
    height: 16px;
    line-height: 15px;
    margin-top: 5px;
    margin-left: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #000000;
	margin-right: .5em;
}
#taskbar_item li a:hover {
	color:#3366CC;
	text-decoration: underline;
}


#taskbar_item li a.taskbar_savepdficon {
	background-image: url(../images/reports/pdf_40.png);
	background-repeat: no-repeat;
    background-size:16px 16px;
    text-align:left;
}
#taskbar_item li a.taskbar_savepdficon:hover {
	background-image: url(../images/reports/pdf_40.png);
	background-repeat: no-repeat;
    background-size:16px 16px;
    text-align:left;
}

#taskbar_item li a.taskbar_printicon {
	background-image: url(../images/reports/print_40.png);
	background-repeat: no-repeat;
    background-size:16px 16px;
}
#taskbar_item li a.taskbar_printicon:hover {
	background-image: url(../images/reports/print_40.png);
	background-repeat: no-repeat;
    background-size:16px 16px;
}
#taskbar_item li a.newnotificationicon{
    background:transparent url(../images/new_notify.gif) no-repeat scroll 0 -65px !important;
}

#taskbar_item li a.taskbar_shareicon {
    background-image: url(../images/reports/share_40.svg);
    background-repeat: no-repeat;
    background-size:16px 16px;
    outline: none;
}
#taskbar_item li a.taskbar_shareicon:hover {
    background-image: url(../images/reports/share_40.svg);
    background-repeat: no-repeat;
    background-size:16px 16px;
}

.share-content {
    display: none;
}

.popover-content {
    font-size: 12px;
    max-width: 100%;
}

.popover-content .hint {
    display: block;
    font-weight: normal;
    color: #414142;
}

.popover-content .link {
    width: 480px;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #2694b9;
}

.popover {
    max-width: 100%;
}
/*
#taskbar_item li a.newnotificationicon:HOVER{
    background:transparent url(../images/new_notify.gif) no-repeat scroll 0 -65px !important;
}*/

.tabs {
        margin-left:10px;
}

.pdr_tab_view {
	background-color: #CCC;
        background-repeat: repeat-x;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-top: 4px solid #CCC;
        display: block;
        float: left;
        height: 40px;
        margin: -4px 18px 0 -13px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        position: relative;
        vertical-align: middle;
        bottom: -1px;	
}

.tab_view {
        background-color: #e8e8e8;
        background-repeat: repeat-x;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-top: 4px solid #e8e8e8;
        display: block;
        float: left;
        height: 35px;
        margin: -4px 18px 0 -13px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        position: relative;
        vertical-align: middle;
        bottom: -1px;
}
.pdr_tab_view_disable {
	height:18px;
        display:block;
        opacity : 0.4;
        border:solid #999 1px;
        float:left;
        background-image: url("../../../layout/images/sidebar/tile_header.png");
        background-repeat: repeat-x;
        vertical-align:middle;
        padding-left:5px;
        padding-right:5px;
        padding-top:3px;	
}
.tab_view_disable {
	height:18px;
        display:block;
	opacity : 0.4;
        border:solid #999 1px;
        float:left;
        background-image: url("../../../layout/images/sidebar/tile_header.png");
    	background-repeat: repeat-x;
        vertical-align:middle;
        padding-left:5px;
        padding-right:5px;
        padding-top:3px;
}

.pdr_tab_view a{
	color:#000;
        outline: medium none;
        text-decoration: none;	
}

.tab_view a{
        color:#000;
        outline: medium none;
        text-decoration: none;
}

.pdr_tab_view_selected {
	background:none;
        border-top: 4px solid #B1171F;
        border-bottom:none;
        background-color:#FFFFFF;
        height:42px;
        bottom:-1px;
}

.tab_view_selected {
        background:none;
        border-top: 4px solid #B1171F;
        border-bottom:none;
        background-color:#FFFFFF;
        height:35px;
        bottom:-1px;
}
.pdr_tab_view_selected  a{
        color: #000000;
}
.tab_view_selected  a{
        color: #000000;
}

#pdr_tableCatagoryBar {
    text-align: left;
    background-color: #DBE0E6;
    height: 25px;
}
#pdr_tableCatagoryBar th {
    border-left-width: 1px;
    border-top-width: 1px;
    broder-style:solid;
    border-left-color: #FFFFFF;
    border-top-color: #FFFFFF;
    border-right: 1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    background-color:#E1E0E6;
    height: 22px;
}
#pdr_wi_tableCatagoryBar th {
    border-left-width: 1px;
    border-top-width: 1px;
    broder-style:solid;
    border-left-color: #FFFFFF;
    border-top-color: #FFFFFF;
    border-right: 1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    height: 22px;
}
	
.btn {
    background: #75cae7 none repeat scroll 0 0;
    border-style:none;
    height:40px;
    color: #ffffff;
    font-size:15px;
    border-radius: 0;
    border: 1px solid transparent;
}
.btn:hover {
      background: #2694b9;
      color: #ffffff;
}

#doc_sec{
    border-collapse:collapse;
    table-layout:fixed; 
    width: 99%;
    margin:0 0 5px 5px;
}

#doc_sec th{
    background-color:#eef2f9;
    font-family: Verdana,Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight:bold;
    border: 1px solid #CCCCCC;
    padding: 5px;
    text-align:left;
    word-wrap:break-word;
}

#doc_sec td{
    font-family: Verdana,Helvetica, Arial, sans-serif;
    font-size: 11px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    text-align:left;
    word-wrap:break-word;
}
