/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #008;
  font-weight: bold;
  text-decoration: none;
}

#copyright A {
  color: #440;
}
#copyright A:hover {
  color: #660;
}

a:hover {
  color: #00F;
}

body {
  background-color: #FFF;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}

blockquote {
  font-style: italic;
}

h2 {
  font-size: 140%;
  margin-top: 0px;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
  color: #048;
}

input, textarea {
  background-color: #FFD;
  border-color: #FFA #DD9 #DD9 #FFA;
  border-width: 1px;
  padding: 2px;
}

input:focus, textarea:focus {
  background-color: #FF0;
}

input.button {
  background-color: #EED;
  border-style: solid;
  border-color: #FFA #DD9 #DD9 #FFA;
  border-width: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .2em;
}

input.button:focus {
  color: #FF0;
}

label {
  font-weight: bold;
}

textarea {
  font-family: "Courier New", Courier, monospace;
  scrollbar-base-color: #EED;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #C00;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 1000px;
}

#titleBar, #copyright {
  background-color: #FFF;
  border-color: #333 #000 #000 #333;
  border-style: solid;
  border-width: 2px;
  color: #008;
  font-size: 120%;
  font-weight: bold;
  padding: .2em .2em .2em .2em;
}

#titleBar {
  height: 93px;
  background-image: url(/images/lc_head.png);
  background-position: center right;
  background-repeat: no-repeat;
}

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#content {
  background-color: #FFF;
  border-color: #000 #333 #333 #000;
  border-style: solid;
  border-width: 2px;
  padding: .1em .1em .1em .1em;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}

body, #content {
  background-image: url(/images/indian_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center right;
  background-repeat: no-repeat;
}

}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

.menuBar,
.menuBar a.menuButton,
.menu,
.menu a.menuItem {
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  line-height: 10pt;
  color: #008;
}

.menuBar {
  background-color: #DEF;
  border: 2px solid;
  border-color: #002 #000 #000 #002;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #000;
  cursor: default;
  font-weight: bold;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  text-decoration: none;
}

.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #333 #222 #222 #333;
}

.menuBar a.menuButtonActive,
.menuBar a.menuButtonActive:hover {
  background-color: #000;
  border-color: #333 #222 #222 #333;
  color: #FFF;
  position: relative;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #FFF;
  border: 2px solid;
  border-color: #333 #222 #222 #333;
  padding: 0px 1px 1px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  visibility: hidden;
}

.menuShadow {
  background-color: #AAA;
  position: absolute;
  visibility: hidden;
  opacity: .1;
  -moz-opacity: .1;
  filter: alpha(opacity = 10);
}

.menu a.menuItem {
  color: #000;
  cursor: default;
  display: block;
  text-decoration: none;
}

.menu a.menuItem,
.menu .menuHeader {
  padding: 3px 1em;
  white-space: nowrap;
}

.menu a.menuItemActive,
.menu a.menuItemActive:hover {
  background-color: #000;
  color: #FFF;
}

.menu a.menuItem .menuItemText {
}

.menu a.menuItem .menuItemArrow {
  font-size: 75%;
  margin-right: -.75em;
  padding-left: .25em;
}

.menu .menuHeader {
  font-weight: bold;
}

.menu .menuSeparator {
  border-top: 1px solid #888;
  border-bottom: 1px solid #222;
  margin: 4px 2px;
}

/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #FFF;
  border: 1px solid #000;
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 2em 0em 0em;
  width: 180px;
}

.sideBarHdr {
  background-color: #CDE;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  font-weight: bold;
  padding: 0px .5em 0px .5em;
}

.sideBarTxt {
  padding: 4px .5em 4px .5em;
}

.sideBarSep {
  border-top: 1px solid #666;
  margin: 2px 0px 2px 0px;
}

TR.headerNavigation {
  background: #222;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333;
  color: #000;
  font-weight : bold;
}

A.headerNavigation {
  color: #000;
}

A.headerNavigation:hover {
  color: #004;
}

TR.headerError {
  background: #400;
}
.row0 {
  background: #DEF;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity = 70);
}
.row1 {
  background: #CDE;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity = 70);
}
.row2 {
  background: #999;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity = 70);
}
.wrap {
  border-color: #003 #000 #000 #003;
  border-style: solid;
  border-width: 2px;
  border-spacing: 0;
  padding: 0;
  width: 700px;
}

