div.exportlinks {
    margin: -5px 0px 10px 10px;
    padding: 2px 4px 2px 0px;
    width: 400px;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.csv {
    background-image: url(../images/ico_file_csv.png);
}

span.excel {
    background-image: url(../images/ico_file_excel.png);
}

span.pdf {
    background-image: url(../images/ico_file_pdf.png);
}

span.xml {
    background-image: url(../images/ico_file_xml.png);
}

span.export {
    cursor: pointer;
    display: inline;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
    display: block;
    margin: 5px 10px 5px 10px;
    padding: 2px 4px 2px 0px;
}

span.pagelinks {
    display: block;
    margin: 0px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-family: µ¸¿ò, Dotum, AppleGothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0px;
    border: 0px solid #CCDDDF;
}

span.pagelinks img {
    margin-top: -2px;
    display:inline;
    border: 0px solid #CCDDDF;
}


table.list {
    width: 730px;
    margin: 0px 0px 0px 0px;
	float:center;
    border-top: 2px solid #ADCDE3;
    border-bottom: 2px solid #CCDDDF;
    border-collapse: collapse;
}

table.rightlist {
    width: 240px;
    margin: 0px 10px 0px 10px;
    margin-top: 0px;
    border-top: 2px solid #ADCDE3;
    border-bottom: 2px solid #CCDDDF;
    border-collapse: collapse;
}


table.list th {
    background: #FFFFFF;
    margin: 0px 3px 0px 3px;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #ADCDE3;
    border-bottom: 1px solid #ADCDE3;
    border-right: 5px solid #FFFFFF;
    font-family: µ¸¿ò, Dotum, AppleGothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

table.list th a,
table.list th a:visited {
    background-color: transparent;
    text-decoration: none;
}

table.list th a:hover {
    background-color: transparent;
    text-decoration: underline;
}

table.list th.sorted a,
table.list th.sortable a {
    background-position: right;
    display: block;
}

table.list th.order1 a {
    background-image: url(../images/arrow_down.png) !important;
    background-repeat: no-repeat;
}

table.list th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
    background-repeat: no-repeat;
}

table.list th.sortable a {
    background-image: url(../images/arrow_off.png);
    background-repeat: no-repeat;
}

table.list th.sorted {
    background-color: transparent;
}

table.list th.sorted a,
table.list th.sortable a,
table.list th.sortable a:hover {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

table.list th.sortable a:hover {
    text-decoration: underline;
}

table.list thead tr {
    background-color: #FFCC00;
}

table.list tr.even {
    background: #EEEEEE;
    border-top: 1px solid #C0C0C0;
}

table.list tr.odd {
    background: #FFFFFF;
    border-top: 1px solid #C0C0C0;
}

/* highlight table row onmouseover */
table.list tr.over {
    background: #def;
    border-bottom: 1px solid #69c;
    border-top: 1px solid #69c;
    cursor: pointer;
    cursor: hand; /* IE 5.5 non-compliant workaround */
}


table.list td {
    margin: 0px 3px 0px 3px;
    padding: 7px 0px 7px 0px;
    border-right: 2px solid #FFFFFF;
    font-family: µ¸¿ò, Dotum, AppleGothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}

table.list td a,
table.list td a:visited {
    text-decoration: none;
}

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

div.pagebanner {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-family: µ¸¿ò, Arial;
    font-size: 10pt;
    font-weight: 100;
}

div.pagelinks {
    display: block;
    height: 13px !important;
    margin: 0px 10px 10px 10px;
    padding: 0px 0px 0px 0px !important;
    text-align: center;
    vertical-align: middle;
    font-family: µ¸¿ò, Arial;
    font-size: 10pt;
    font-weight: 100;
    letter-spacing: 0px;
    border: 0px solid #CCDDDF;
}

div.pagelinks img {
    margin: 0px 1px 0px 1px;
    vertical-align: middle;
    border: 0px solid #CCDDDF;
}


div.pagelinks span {
    padding: 0px 2px 0px 2px !important;
}

div.pagelinks span.pages {
    padding: 10px 10px 0px 10px !important;
    vetical-align: middle;
    border: 0px solid #CCDDDF;
}

div.pagelinks span.pages,
div.pagelinks span.pages a,
div.pagelinks span.pages span.separator {
    font-size: 10pt;
    font-weight: 100;
    letter-spacing: 0px;
}
