/*
  Ragnafilia Cascading Style Sheet
  Template 1
  Created : 4/29/2004 8:40AM
  Author  : Claude Kenni

*/

.mainbody {
  background-color: #DAD1B0;
  margin: 0px;

  scrollbar-arrow-color: #000000;
  scrollbar-darkshadow-color: #ffffff;

  font-family: Trebuchet MS;
  font-size: 10pt;
  font-weight: light;
  color: white;
  cursor: URL(http://localhost/_ragnarok/images/site/cursor/normal.cur);
}


.mainTable {
  border: 1px #000000 solid;
}

.subHeaderTable {
  bakground-color: black;
  border-bottom: 1px #000000 solid;
}

.contentTable {
  border: 1px #000000 solid;
}

.contentHeaderData {
  background-color: black;
  border-bottom: 1px #000000 solid;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: white;
  text-align: center;
}

.contentData {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: black;
}

.smallTable {
  border: 1px #000000 solid;
}

.smallTableHeader {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  background-color: black;
}

.smallTableHeader2 {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  background-color: black;
}

.smallTableContent0 {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: black;
  background-color: #DAD1B0;
}

.smallTableContent1 {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: black;
}



/*
  4 style berikut ini digunakan untuk table data. Ketentuan penamaannya
  sebagai berikut :

  'bright' : Warna putih
  'dark'   : Warna hitam
  Tambah 'B' : Teksnya Bold
  Tambah 'S' : Huruf Kecil
*/

.dtBrightFooter {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  border-top: 1px #000000 solid;
  color: white;
  background-color: black;
}

.dtBrightLoc {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  border-bottom: 1px #000000 solid;
  text-align: center;
}

.dtBrightNavi {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: 1px #000000 solid;
  color: black;
  /*cursor: URL(http://localhost/_ragnarok/images/site/cursor/link.cur);*/
}

.dtBrightBanner {
  cursor: URL(http://localhost/_ragnarok/images/site/cursor/link.cur);
}

.dtBrightS {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: white;
}

.dtBrightB {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

.dtBrightBS {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: black;
}

.dtBright {
  font-family: Arial;
  font-size: 10pt;
  font-weight: light;
  color: white;
}

.dtDarkS {
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: black;
}

.dtDarkB {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: black;
}

.dtDarkBS {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: black;
}

.dtDark {
  font-family: Arial;
  font-size: 8pt;
  font-weight: light;
  color: black;
}


/*
 Form Component
*/

.selectS {
  font-family: Arial;
  font-size: 8pt;
  font-weight: light;
  color: black;
}


/*
 Link
*/


a.naviLink {
  font-family: Arial; font-size: 10pt; text-decoration: none;
}
a.naviLink:link {
  color: black; text-decoration: none;
}
a.naviLink:visited {
  color: black; text-decoration: none;
}
a.naviLink:hover {
  color: black; text-decoration: underline; cursor: URL(http://localhost/_ragnarok/images/site/cursor/link.cur);
}

a.naviTop {
  font-family: Arial; font-size: 10pt; text-decoration: none;
}
a.naviTop:link {
  color: white; text-decoration: none;
}
a.naviTop:visited {
  color: white; text-decoration: none;
}
a.naviTop:hover {
  color: white; text-decoration: underline; cursor: URL(http://localhost/_ragnarok/images/site/cursor/link.cur);
}

a.contentLink {
  font-family: Arial; font-size: 8pt; text-decoration: none; font-weight: bold;
}
a.contentLink:link {
  color: black; text-decoration: none;
}
a.contentLink:visited {
  color: black; text-decoration: none;
}
a.contentLink:hover {
  color: black; text-decoration: underline;
}

a.contentLinkLite {
  font-family: Arial; font-size: 8pt; text-decoration: none; font-weight: normal;
}
a.contentLinkLite:link {
  color: black; text-decoration: none;
}
a.contentLinkLite:visited {
  color: black; text-decoration: none;
}
a.contentLinkLite:hover {
  color: black; text-decoration: underline;
}

a.contentLinkAcc {
  font-family: Arial; font-size: 8pt; text-decoration: none; font-weight: bold;
}
a.contentLinkAcc:link {
  color: olive; text-decoration: none;
}
a.contentLinkAcc:visited {
  color: olive; text-decoration: none;
}
a.contentLinkAcc:hover {
  color: olive; text-decoration: underline;
}

a.downloadLink {
  font-family: Arial; font-size: 8pt; text-decoration: none; font-weight: bold;
}
a.downloadLink:link {
  color: yellow; text-decoration: none;
}
a.downloadLink:visited {
  color: yellow; text-decoration: none;
}
a.downloadLink:hover {
  color: yellow; text-decoration: underline;
}

a.footerLink {
  font-family: Arial; font-size: 8pt; text-decoration: none;
}
a.footerLink:link {
  color: white; text-decoration: none;
}
a.footerLink:visited {
  color: white; text-decoration: none;
}
a.footerLink:hover {
  color: white; text-decoration: underline;
}
