div.exportlinks {
    margin: 5px 0px 10px 10px;
    padding: 2px 4px 2px 0px;
    width: 100%;
}

div.exportlinks a {
    text-decoration: none;
    color:#000000;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.csv {
    background-image: url(../../images/common/ico_file_csv.png);
}

span.excel {
    background-image: url(../../images/common/ico_file_excel.png);
}

span.pdf {
    background-image: url(../../images/common/ico_file_pdf.png);
}

span.xml {
    background-image: url(../../images/common/ico_file_xml.png);
}

span.export {
    cursor: pointer;
    display: inline;
    display: inline-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
    display: block;
    margin: 10px 0px 10px 0px;
    padding: 2px 4px 2px 0px;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 2px;
    margin-top: -10px;
    margin-right: 10px;
    padding: 10px 0px 0px 0px;
    text-align: right;
    width: 100%;
    color:#000000;
}

span.pagelinks a{
    color:#000000;
}
th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    color:#000000;
    background:#cccccc;
}

.DisplayTagClass th.order1 a {
    background-image: url(../../images/common/arrow_down.png) !important;
}

.DisplayTagClass th.order2 a {
    background-image: url(../../images/common//arrow_up.png) !important;
}

div#main .DisplayTagClassHeaderImage { /* Tapestry */
    position: absolute;
    margin: 2px 0px 0px -5px;
    background: transparent;
    border: 0px;
}

/*.DisplayTagClass th.sortable a {
    background-image: url(../../images/common//arrow_off.png);
}*/

.DisplayTagClass th.sorted {
	white-space:nowrap;
    background-color: #ffd;
    color: #000000;
}

.DisplayTagClass th.sorted a, .DisplayTagClass th.sortable a {
    white-space:nowrap;	
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    color:#000000;
    background:#cccccc;
}

.DisplayTagClass tr.even {
    background: #eee;
    border-top: 1px solid #c0c0c0;
    color: #000000;
    font-size: 1.0em;
}

.DisplayTagClass tr.odd {
    background: #fff;
    border-top: 1px solid #c0c0c0;
    color: #000000;
    font-size: 1.0em;
    
}

/* highlight .DisplayTagClass row onmouseover */
.DisplayTagClass tr.over {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
}

.DisplayTagClass td {
	white-space:nowrap;
}	

.detail th {
    text-align: right;
}










/* A CSS Framework by Mike Stenhouse of Content with Style

     Color pallete:
             #444        - dark gray (text)
             #3e9ade - medium blue (title)
             #b4c24b - lime (header 1)
             #ebf5fc - light cyan (hover text, footer)
             #d7e9f5    - medium cyan (tab)
             #1465b7 - dark blue (tab text, hyperlink)
             #ccc         - medium gray (line)
             #f7f7f7 - light gray (form background)
             #f90        - orange (required *)
*/


    /* TABLE */            
        table {
            font-size: 1em;
            margin: 0 0 0.5em 0;
            padding: 0;
        }

        table caption {
            font-weight: bold;
            margin: 0 0 0 0;
            padding: 0 0 1.5em 0;
        }

        th {
            font-weight: bold;
            text-align: left;
        }

        td {
            font-size: 1em;
        }

        /*********************************
           Project: CSS Table Galery
           Title: Like Adwords
           Author: Cleiton Francisco
           URL: http://www.cleiton.net/
           Country: Brazil
           Update: 2005-12-18
         *******************************/

            .DisplayTagClass {
                border-collapse: collapse;
                border: 2px solid #999999;
                color: #000;
                background: #fff;
                width: 100%;
            }
                .DisplayTagClass caption {
                    padding: 0 0.6em 0.8em;
                    font-size: 1.3em;
                    font-weight: bold;
                    text-align: left;
                    color: #000;
                    background: transparent;
                }
                /* For Tapestry's contribTable */
                .DisplayTagClass th table, .DisplayTagClass th table td {
                    width: 100%;
                    border: 0px;
                }
                .contribTable th {
                    padding: 0px !important;
                    background: #d7e9f5;
                }
                .contribTable th .DisplayTagClassHeaderTable {
                    margin: 0px !important;
                }
                .DisplayTagClass td, .DisplayTagClass th, .DisplayTagClassHeaderTable td {
                    border: 1px solid #cccccc;
                    padding: 0.5em;
                }
                .DisplayTagClass thead th, .DisplayTagClassHeaderTable td {
                    border: 1px solid #e0e0e0;
                    text-align: left;
                    font-size: 1em;
                    font-weight: bold;
                    background: #cccccc;
                }
                .DisplayTagClassHeaderTable td a {
                    text-decoration: none !important;
                }
                .DisplayTagClass tfoot th, tfoot td {
                    border: 1px solid #e0e0e0;
                    text-align: left;
                    font-size: 1em;
                    background: #e8e8cf;
                }
                .DisplayTagClass tfoot th {
                    font-weight: bold;
                }
                .DisplayTagClass tbody td a {
                    background: transparent;
                    text-decoration: underline;
                    color:#000000;
                }
                .DisplayTagClass tbody td a:hover {
                    background: transparent;
                    text-decoration: underline;
                }
                .DisplayTagClass tbody th a {
                    background: transparent;
                    text-decoration: underline;
                    font-weight: bold;
                }
                .DisplayTagClass tbody th, .DisplayTagClass tbody td {
                    text-align: left;
                }
                .DisplayTagClass tfoot td {
                    border: 1px solid #996;
                }
                .DisplayTagClass tbody tr:hover, .DisplayTagClass tr.over, .contribTable tr:hover {
                    background: #ffffd9 !important; /* important needed for Tapestry, as is .DisplayTagClass tr:hover */
                }
                .contribTable tr.even {
                    background: #fff !important;
                }
                .contribTable tr.odd {
                    background: #eee !important;
                }
    /* END TABLE */

    hr {
        display: none;
    }

    div.hr {
        height: 1px;
        margin: 1.5em 10px;
        border-bottom: 1px dotted black;
    }
    
    .subtitle {
        color: #1465b7;
        font-weight: bold;
        font-size: 1.1em;
    }
    
    .subtitle2 {
        color: #1465b7;
        font-weight: bold;
        font-size: 1.0em;
    }
    
    .subtitle3 {
        text-decoration: underline;
        font-size: 1.0em;
        font-weight: bold;
    }
        
    .textList {
	    line-height: 1.1em;
	    font-size: 1.1em;
	    padding: 2px 0px 3px 0px;
    }
    
    .bggrey {
		vertical-align: top;
		background: #DDDDDD;
	}

	.bgnormal {
		vertical-align: top;
		background: #FFFFFF;
	}
	
	.bgheadergrey {
		height:25px;
		text-align:left;		    	
		align:left;   			
		background: #DDDDDD;
		font-weight: bold;
		white-space: nowrap;
	}

	.bgheadernormal {
		height:25px;
		text-align:left; 
		align:left;   	
		background: #FFFFFF;
		font-weight: bold;		
		white-space: nowrap;
	}  
	
    .cellAlignRight {
	    text-align: right !important;
		vertical-align: top;	    
    }
    
    .cellAlignLeft {
	    text-align: left !important;
		vertical-align: top;  
    }
    
    .cellAlignCenter {
	    text-align: center !important;
		vertical-align: top;  
    }
/* END TYPOGRAPHY */
