/**************************************
 * THEME NAME: standard
 *
 *
/*************************************/

 /**
 *** Core
 ***/

a img {
  border:none;
}

/* nav panels */
.nav_panel_header {
  color: #0099CC;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color:#66CCFF;
  left:5px;
  height:15px;
  width:200px;
  z-index:2;
  padding:4px
}

.nav_panel {
  margin-top: 5px;
  color: #000000;
  background-color:#FFFFFF;
  z-index:2;
  border: 1px solid #0099CC;
  border-style: solid;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
}

.nav_panel_title {   /* must keep this name for yui drag and drop */
  text-align:center;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  color: #FFFFFF;
  cursor:move;
  float:left;
  background-image: url('./top-navbar-bg.png');
  background-repeat: repeat-x;
  /* background-color:#eeeeee; */
}

.nav_panel_content {
  margin: 5px;
}
/* end nav blocks */

td.center-column {
  border: 1px solid #0099CC;
  text-align: left;
  vertical-align: top;
  border-style: solid;
  height: 600px;
  padding: 10px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
}

td.right-column {
  width: 200px;
  vertical-align: top;
}

td.left-column {
  width: 200px;
  vertical-align: top;
}

td.banner {
   font-size: 12px;
   font-weight: normal;
   color: #003366;
   padding-bottom: 0px;
   padding-left: 0px;
   height: 50px;
   vertical-align: bottom;
}

td.nav_bar_top {
   font-size: 14px;
   color: #FFFFFF;
   font-weight: bold;
   text-align: left;
   vertical-align: middle;
   background-image: url('./top-navbar-bg.png');
   background-repeat: repeat-x;
}

td.nav_bar_top_right {
   font-size: 14px;
   color: #FFCCFF;
   font-weight: bold;
   text-align: right;
   vertical-align: middle;
   background-image: url('./top-navbar-bg.png');
   background-repeat: repeat-x;
}


hr {
  border: 0px;
  width: 98%;
  color: #006699;
  background-color: #006699;
  height: 1px;
}





/* End Added M. Nielsen */

/* FONTS */

body, table, td, th, li {
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:100%;
  letter-spacing:0.02em;
}

th {
  font-weight: bold;
}

a:link,
a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  font-weight:bold;
}

h1 {
  font-size:1.7em;
}

h2 {
  font-size:1.4em; 
}
h3 {
  font-size:1.1em;
}
h4 {
  font-size:1.0em;
}

.bold {
  font-weight:bold;
}

.warning {
  font-weight: bold;
  font-style: italic;
}

/* Added M. Nielsen */

p.small_italicized_text {
    font-size: 12px;
    margin: 1px;
    padding: 1px;
    font-style: italic;
}

p.banner_text {
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   color: #336699;
   padding-bottom: 0px;
}

/* End Added M. Nielsen */


/*******************************************************************
 Colors
*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#0000FF;
}

a:hover {
  color:#FF0000;
}

body {
  background-color:#FAFAFA;
  color:#000;
}

th.header,
td.header,
div.header {
  border-color:#DDDDDD;
}


