/* 
    Document   : yoda_css
    Created on : Jul 7, 2012, 12:59:40 PM
    Author     : Doug
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a:link, a:visited {
    color: #800000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #800000;
    font-family: Arial;
    /* font-family: Garamond, Arial; */
    font-size: 24pt;
}

table {
    /* font-family: Verdana; */
    font-family: Arial;
    font-size: 12px;
    color: black;
    border-collapse: collapse;
    padding: 2px;
}

table td {
    padding: 2px;
}

table.b td {
    border: solid 1px black;
}

table tr.ct {
    background-color: #FEBFBF;
    color: black;
    font-weight: bold;
}

table thead tr, table tr.cs {
    background-color: #800000;
    color: white;
    font-weight: bold;
}


div#top_left {
    float: left;
    width: 800px;
}

div#right_side {
    float: left;
    width: 200px;
}

div#top_row_left {
    float: left;
}

div#top_row_autho_boxes {
    float: left;
    margin-left: 10px;
    
}

div#left_section {
    clear: both;
    float: left;
    width: 150px;
    background-color: #e8ffff;
    background-color: white;
    padding: 0;
}

div#right_section {
    float: left;
    width: 100%;
    margin-left: 10px;
}

div#div_main {
    float: left;
    margin-left: 10px;
    border: solid 2px gray;
    border: 0;
    min-width: 620px;
    width: 620px;
    margin-top: 0;
    padding-top: 0;
    /*  font-family: Verdana; */
    font-family: Arial;
    font-size: 12px;
}

ul.powerlinks2012 {
    list-style: none;
    margin-left: 0;
    margin-top:0;
    padding: 0;
    border: 0;
}

ul.powerlinks2012 li {
    border: 0;
}

ul.powerlinks2012 li.header {
    /* font-family: Garamond, Arial; */
    font-family: Arial;
    font-weight: bold;
    border: 0;
    background: #800000;
    color: white;
    text-align: center;
}

ul.powerlinks2012 li a {
    /* font-family: Verdana; */
    font-family: Arial;
    font-size: 11px;
    color:#292929;
    display:block;
    font-weight:bold;
    line-height:1.35;
    text-decoration:none;
    width:150px;
    border-bottom: 1px dotted #800000;
}

ul.powerlinks2012 li a:hover {
    color: #ffd700;
    background-color: #00BFFF;
    background-color: #000080;
    color: white;
}

ul.powerlinks2012 li.space {
    height: 12px;
}


#boxesbox {
  float: left;
  width: 200px;
  background-color: #191970;
  background-color: white;
  color: #333;
  padding: 2px 0px 2px 4px;
  font-family: Arial;
  font-size:12px;
  background-color: #ccccff;
  border: solid 2px #0000ff;
      
      
}
  

div#div_drnumsen_title_header {
    margin-top: -20px;
    padding-top: 0;
    border-bottom-color: #800000;
    border-bottom-style: groove;
    border-bottom-width: 2px;
}

div#div_drnumsen_title_header p.text {
    font-family: Arial;
    font-size: 13px;
    text-align: justify;
    background-color: #fffdd9;
    font-weight: bold;
    padding: 5px 10px;
}
    
div#div_drnumsen_title_header p.title {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    font-family: Arial;
    z-index: 3;
}

div#div_main_content {
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
}

div#div_main_content h1 {
    /* font-family: Garamond, Arial; */
    font-family: Arial;
    font-size: 24px;
    color: #800000;
    text-align:left;
    font-weight: bold;
    /* text-shadow: 0.1em 0.1em 0.2em #aaa; */
    /* text-shadow: 0.03em 0.03em 0.05em #0A50A0; */
    
}

div#div_search {
    background-color:#ccffff;
    border: solid 1px #3300ff;
    padding: 2px;
}

div#div_countdown {
    background-color: white;
    color: black;
    /* font-family: Verdana, Arial; */
    font-family: Arial;
    font-size: 10px;
    width:100%;
    margin-top: 0px;
    
}

div#time_left {
    /* font-family: Verdana, Arial; */
    font-family: Arial;
    color: #000080;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

div.right_side_class {
    font-family: Arial;
    /* font-family: Verdana, Arial; */
    font-size: 10px;
    color: black;
}

div.right_side_class h3.right_bar {
    font-family: Arial;
    font-size: 14px;
    color: #000080;
    text-align: left;
    margin-top: 10px;
}

li.right_bar_li {
    margin-top: 5px;
}

div#right_bar_announcement {
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
}

p.contest_pages_top_row {
    background-color: #000080;
    color: white;
    width: 620px;
    border-bottom: solid 1px #FFD700;
    padding: 2px 0px;
}

p.contest_pages_top_row a {
    color: #FFD700;
    font-weight: bold;
}

div#copyright {
    font-family: Tahoma, sans-serif;
    font-size: 11pt;
}