body {
    font-family: helvetica, arial, clean, sans-serif;
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a, a:visited {
    color: #004d99;
}

a:hover, a:active {
    color: #009999;
}

a.imgbutton {
    text-decoration: none;
}

button.imgbutton {
}

.imgbutton img {
    margin-right: 3px;
    margin-bottom: -3px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#header_title {
    background: #fff;
    margin: 0 0 0 0;
    padding: 5px 0 0 5px;
    position: relative;
}

#header_title #header_title_text {
/*    font-size: 2.5em;
    font-weight: bold;
    color: #990000;
    vertical-align: middle;*/
}

#header_title #header_title_text img {
}

#header_title #header_title_right {
    position: absolute;
    text-align: right;
    top: 5px;
    right: 5px;
}

#header_title #header_title_right #search_box {
    margin-top: 5px;
}

#header_title #header_title_right #account_box a {
    color: #0000a8;
    text-decoration: none;
    font-size: smaller;
    font-weight: bold;
    opacity: 0.75;
}

#header_title #header_title_right #account_box a img {
}

#header_title #header_title_right #account_box a:hover {
    opacity: 1.0;
}

#header_menu {
    background: url("/images/gradi.png") repeat;
    list-style: none;
    text-align: left;
    padding: 7px 10px 7px 10px;
    margin: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

#header_menu li {
    margin: 0;
    display: inline;
}

#header_menu li a {
    color: #0000a8;
    color: #fff;
    text-decoration: none;
    font-size: smaller;
    opacity: 0.75;
    padding: 10px 10px 6px 0;
}

#header_menu li a:hover {
    opacity: 1.0;
}

#header_menu li a.menu_selected {
    font-weight: bold;
    cursor: default;
    opacity: 1.0;
}

#header_menu li a.menu_selected:hover {
}

#header_menu li a img {
}

#content {
    margin: 0 15px 0 15px;
}

#end_content {
    clear: both;
}

#footer {
    text-align: center;
    font-size: 0.8em;
    margin: 15px 15px 5px 15px;
    padding: 5px;
    background: #eee;
    border: 1px solid #ccc;
}

#left_columns {
    position: relative;
    margin-right: 21em;
}

#left_column {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-right: -21em;
}

#right_columns {
    float: right;
}

#right_column {
    width: 20em;
    float: left;
    padding: 0;
    margin: 0;
}

.widget_box {
    font-size: smaller;
    border: 0px solid #990000;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
}

.widget_box .widget_title {
    font-weight: bold;
    background: #990000;
    color: #fff;
    border-bottom: 0px solid #990000;
    margin: 0;
    padding: 5px;
}

.widget_box .widget_content {
    padding: 3px;
}

#main_content {
    border: 0px solid #990000;
    padding: 0px;
}

#welcome_box {
    padding: 10px;
    margin-bottom: 1em;
    background: #990000;
    color: #fff;
}

#flashnotice {
  margin: 0 15px 15px 15px;
  padding: 10px;
  background: #fff8f8;
  border: 1px solid #aa0000;
}

div.crumbs {
  font-size: smaller;
  margin-bottom: 10px;
}

table.two_column {
  border-spacing: 5px;
}

table.two_column th {
  text-align: right;
}

table.two_column td {
  padding: 3px;
  border: 1px solid #ccc;
}

table.row_list {
  background: #fff;
  border-spacing: 2px;
}

table.row_list th {
  background: #004d99;
  color: #fff;
  padding: 3px;
  border: 1px solid black;
  -moz-border-radius: 8px 8px 0 0;
}

table.row_list td {
  background: #f5f5f5;
  padding: 2px;
  border: 1px solid #ccc;
}
