@charset "UTF-8";

html {
   height:100%;
   margin-bottom:1px;
}

body, p, td, div {
    font-family: verdana,arial,helvetica,Sans-Serif;
    font-size:9pt;
}

body {
    color: white;
    background: url(/images/check.gif) black;
    line-height: 125%;
    margin: 10px 0;
}

body.window {
    margin: 20px;
    color: black;
    background-color: white;
    background: none;
    line-height: 125%;
}

div.pagebase {
    width: 830px;
    margin: auto;
    padding: 1em 2em;
    color: black;
    background-color: white;
}

p {
    margin: 10px 0px;
}

p.notice {
    color: white;
    background-color: green;
    padding: 3px;
    font-weight: bold;
}

p.error {
    color: white;
    background-color: red;
    padding: 3px;
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

th {
    padding: 0.4em 0.8em;
    font-weight: normal;
    color: white;
    background-color: #505050;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #909090;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

td {
    padding: 0.4em 0.8em;
    font-weight: normal;
    color: black;
    background-color: #f9f9f9;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
}

td.noframe {
    padding-left: 0.5em;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dashed #606060;
}

td.noframe2 {
    padding-left: 0.5em;
    background-color: transparent;
    border: 0;
}

th.theme_year {
    width: 8em;
    padding: 0.5em 1em;
    font-weight: bold;
    color: white;
    background-color: #404090;
    border-top: 1px solid #9090c0;
    border-left: 1px solid #9090c0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

table.headline1 {
    width: 100%;
    border: 0;
    margin: 0 0 1em;
}

td.headline1 {
    border: 0;
    font-size: 150%;
    font-weight: bold;
    border-bottom: ridge 2px #3030d0;
    background-color: transparent;
    /*background-color: #3030d0;
    color: white;*/
    padding: 3px;
    vertical-align: bottom;
}

table.headline2 {
    width: 100%;
    border: 0;
    margin: 1.5em 0 0.5em;
}

td.headline2 {
    border: 0;
    font-size: 130%;
    font-weight: bold;
    /*border-bottom: ridge 2px #3030d0;
    background-color: transparent;*/
    background-color: #3030d0;
    color: white;
    padding: 3px;
    vertical-align: bottom;
}


table.headline3 {
    width: 100%;
    border: 0;
    margin: 0 0 1em;
}

td.headline3 {
    border: 0;
    font-size: 110%;
    /*font-weight: bold;*/
    /*border-bottom: ridge 2px #3030d0;*/
    background-color: #e0e0ff;
    padding: 3px;
    vertical-align: bottom;
}

h1 {
    margin: 1em 0;
    font-size: 150%;
    border-bottom: ridge 2px #3030d0;
}

h2 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-size: 120%;
    /*border-bottom: ridge 2px #3030d0;*/
    background-color: #3030d0;
    color: white;
    padding: 0.2em;
}

h3 {
    margin-bottom: 0.5em;
    font-size: 120%;
    border-bottom: ridge 1px #3030d0;
}

h4 {
    margin-bottom: 0.5em;
    font-size: 110%;
    border-bottom: ridge 1px #3030d0;
}

h5 {
    margin-bottom: 0.5em;
    font-size: 100%;
    border-bottom: ridge 1px #3030d0;
}

hr {
    border: 1px dashed black;
    *border-top: 2px dashed black;
    margin-top: 5px;
    *margin-top: 5px;
}

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

a:hover {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: Black;
    text-decoration: underline;
}

a.menu:link, a.menu:visited, a.menu:active {
    color:white;
    text-decoration: none;
    font-weight: normal;
}

a.menu:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a.list:link, a.list:visited {
    color: #808080;
    text-decoration: none;
}

a.list:hover {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}
a.list:active {
    color: Black;
    text-decoration: underline;
}

.submit {
    color:white;
    background-color: #505050;
    border-top: 2px solid #a0a0a0;
    border-left: 2px solid #a0a0a0;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    text-decoration: none;
    padding: 4px 15px 3px;
    *padding:3px 6px 1px;
}

a.button:link, a.button:visited {
    color:black;
    background-color: #d8d8d8;
    border-top:    1px solid #c8c8c8;
    border-left:   1px solid #c8c8c8;
    border-right:  1px solid #303030;
    border-bottom: 1px solid #303030;
    text-decoration: none;
    padding: 2px 25px;
    *padding:3px 25px;
    position: relative;
    top: 1px;
    *top:-5px;
    font-weight: bold;
}

a.button:hover {
    color: white;
    background-color: #b0b0b0;
    text-decoration: underline;
}
a.button:active {
    color:white;
    background-color: #d8d8d8;
    border-top:    1px solid #303030;
    border-left:   1px solid #303030;
    border-right:  1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    text-decoration: underline;
}

a.button_s:link, a.button_s:visited {
    font-size:9pt;
    font-weight: normal;
    color:black;
    background-color: #d8d8ff;
    border-top:    1px solid #c8c8c8;
    border-left:   1px solid #c8c8c8;
    border-right:  1px solid #303030;
    border-bottom: 1px solid #303030;
    text-decoration: none;
    padding: 1px 5px;
}

a.button_s:hover {
    color: white;
    background-color: #b0b0b0;
    text-decoration: underline;
}
a.button_s:active {
    color:black;
    background-color: #d8d8d8;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    text-decoration: underline;
}

a.auth:link, a.auth:visited {
    color:white;
    background-color: #7070c0;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-decoration: none;
    font-weight: normal;
    padding: 0 10px;
    *padding:0 10px;
}

a.auth:hover {
    color: white;
    background-color: #7070c0;
    text-decoration: underline;
}
a.auth:active {
    color:white;
    background-color: #5050c0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    text-decoration: underline;
}

ul.menu_bar {
    width:100%;
    padding:0;
    margin: 15px 0;
    *margin: 10px 0;
}

ul.menu_bar:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul.menu_bar li {
    font-weight: bold;
    list-style:none;
    color:#eeeeff;
    background-color:black;
    background-image: url(/images/menu_bar.gif);
    background-repeat: repeat-x;
    padding:3px 5px;
    width:95px;
    float:left;
    border-bottom: 1px solid black;
    border-right: 1px solid #202020;
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    text-align:center;
}

.clear {
    clear:both
}

div.body {
    margin-bottom: 1em;
}

div.body:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

img {
    border: 0;
}

div.contents {
    margin: 0 2em 5em;
}

div.header {
    margin:auto;
    width: 830px;
    padding: 0.5em 2em 0.8em;
    background-color:#404090;
    font-weight:bold;
}
div.footer {
    margin:auto;
    width: 830px;
    text-align:right;
    padding: 0.5em 2em;
    background-color:#404090;
    font-weight:bold;
}

div.wrc_logo {
    background-image: url(/images/wrc100.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

div.card-outside {
    font-size: 10pt;
    font-weight: bold;
    background-color:#f8f8f8;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 350px;
}

div.card-inside {
    border: 1px dashed black;
    margin: 5px;
}

div.card-line {
    border-bottom: 1px dashed black;
    margin: 3px 10px;
    padding: 2px;
}

div.card-line2 {
    margin: 2px 10px 0;
    padding: 2px;
}

div.card-theme {
    margin: 5px 8px 0;
    padding: 0;
}

div.card-logo {
    font-size: 8pt;
    font-style: italic;
    margin: 2px 10px 0;
    padding: 2px;
}

td.action {
    line-height: 200%;
    text-align: center;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

img.left {
    float: left;
    margin-right:10px;
}

img.left:after {
    content: "."; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.float-left {
    float: left;
    margin-right:10px;
}

hr.float-left-after {
    content: "."; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.fieldWithErrors {
    display: inline;
    background-color:#ff7070;
}

div.note {
    background-color: #e0e0ff;
    border: 1px solid black;
    margin-bottom: 10px;
    padding: 4px;
}

div.box {
    border: 1px solid #a0a0a0;
    padding: 2px 8px 10px;
    margin-bottom: 12px;
}

ul {
    margin: 0;
    padding: 2px 30px;
}

.bold {
    font-weight: bold;
}


.pagination {
  padding: 3px;
  margin: 3px;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #000099;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

div.wrclogo {
    background-image:url(/images/wrc75.gif);
    background-repeat:no-repeat;
    background-position:right top;
    padding-bottom: 20px;
}

.nowrap {
    white-space: nowrap;
}

button {
    *width: 80px;
    *margin-bottom:2px;
    border: 0;
    cursor:pointer;
}

a.imghover:hover img {
    /*
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    */
    position: relative; top: 2px; left: 1px;
}

blockquote {
    margin: 0 0 50px 0; padding: 0;
}

blockquote#one {
    text-align: center;
    font-weight: bold;
    width: 150px;
    background: #e3e3e3;
    padding: 10px;
    position: relative;
}

#one .arrow {
    width: 0; 
    height: 0;
    line-height: 0;
    border-top: 20px solid #e3e3e3;
    border-left: 30px solid white;
    border-right: 10px solid white;
    position: absolute;
    bottom: -20px;
    right: 30px;
}
