/* WORKSPACE */

.workspace_main {
  background-repeat: no-repeat; 
  topmargin: 0px;
}

.workspace_color {
  background-color: #0E287C;
}

/* LOGIN FORM */

.login_text {
  font-size: 12px;
  font-family: Verdana;
}

.login_bold {
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
}

.login_link {
  font-size: 11px;
  font-family: Verdana;
  color: #000033;
  text-decoration: underline;
}

.login_link:hover {
  text-decoration: none;
}

.login_textfield {
  border-style: solid;
  border-color: #000033;
  border-width: 1px;
  color: #000033;
  font-size: 12px;
  font-family: Verdana;
}

.login_submit {
  border-style: solid;
  border-color: #000033;
  border-width: 1px;
  color: #000033;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  background-color: #FEDE19;
}

/* TOP MENU */

.topmenu_link {
  font-size: 10px;
  font-family: Verdana;
  color: #000033;
  text-decoration: none;
}

.topmenu_link:hover {
  color: #990000;
  text-decoration: underline;
}

.topmenu_button {
  background-color: #FEDE19;
  height: 18px;
  width: 100px;
}

.topmenu_button_selected {
  background-color: #0E287C;
  height: 18px;
  width: 100px;
}

.topmenu_button_link {
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
  text-decoration: none;
}

.topmenu_button_link_selected {
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  color: #FEDE19;
  text-decoration: none;
}

.topmenu_button_link:hover {
  color: #990000;
}

.topmenu_button_link_selected:hover {
  color: #990000;
}

.subtopmenu_button {
  background-color: #000033;
  height: 15;
}

.subtopmenu_button_selected {
  background-color: #000033;
  height: 20px;
}

.subtopmenu_button_link {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #F0F0FF;
  text-decoration: none;
}

.subtopmenu_button_link_selected {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.subtopmenu_button_link:hover {
  color: #FFFFFF;
}

.subtopmenu_button_link_selected:hover {
}

/* LEFT MENU */

.leftmenu_color {
  background-color: #FEDE19;
}

.leftmenu_orlname {
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.leftmenu_role {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.leftmenu_category {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.leftmenu_link {
  font-size: 10px;
  font-family: Verdana;
  color: #000033;
  text-decoration: none;
}

.leftmenu_link:hover {
  color: #990000;
  text-decoration: underline;
}

.leftmenu_top {
  border-style: solid;
  border-width: 1px;
  border-color: #000033;
}

.leftmenu_top_text {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

/* OVERVIEW */

.overview_text {
  font-size: 10px;
  font-family: Verdana;
  color: #000033;
}

.overview_link {
  font-size: 10px;
  font-family: Verdana;
  color: #000033;
  text-decoration: underline;
}

.overview_link:hover {
  text-decoration: none;
}

.overview_personals_title {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.overview_functions_title {
  font-size: 11px;
  font-family: Verdana;
  font-weight:bold;
  color: #000033;
}

.overview_news_color {
  background-color: #000033;
}

.overview_news_tableheader {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #FFFFFF;
}

.overview_news_title {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: underline;
  color: #000033;
}

.overview_list_title {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.overview_list_color {
  background-color: #FEDE19;
}

.overview_list_tableheader {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.overview_messages_title {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: underline;
  color: #000033;
}

/* EDITOR */

.editor_title {
  font-size: 17px;
  font-family: Verdana;
  font-weight: bold;
  color: #0E287C;
}

.editor_color {
  background-color: #FEDE19;
}

.editor_color_light {
  background-color: #EFEFF7;
}

.editor_text {
  font-size: 11px;
  font-family: Verdana;
  color: #000033;
}

.editor_bold {
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold; 
  color: #000033;
}

.editor_link {
  font-size: 10px;
  font-family: Verdana;
  color: #000033;
  text-decoration: underline;
}

.editor_link:hover {
  text-decoration: none;
}

.editor_tableheader {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.editor_tableborder {
  border-style: solid;
  border-width: 1px;
  border-color: #FEDE19;
}

.editor_textfield {
  border-style: solid;
  border-color: #000033;
  border-width: 1px;
  color: #000033;
  font-size: 10px;
  font-family: Verdana;
}

.editor_dropdown {
  border-style: none;
  border-color: #000033;
  border-width: 1px;
  color: #000033;
  font-size: 10px;
  font-family: Verdana;
}

.editor_checkbox {
  border-style: none;
  border-width: 0px;
}

.editor_radio {
  border-style: none;
  border-width: 0px;
}

.editor_submit {
  border-style: solid;
  border-color: #000033;
  border-width: 1px;
  color: #000033;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  background-color: #FEDE19;
}

.editor_noaccess {
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.editor_messages_subject {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: underline;
  color: #000033;
}

.editor_articles_view_title {
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  color: #000033;
}

.editor_articles_view_intro {
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  font-style: italic;
  color: #000033;
}

.editor_articles_view_text {
  font-size: 10px;
  font-family: Verdana;
  color: #000033;
}

.editor_articles_view_link {
  font-size: 10px;
  font-family: Verdana;
  color: #006633;
  text-decoration: underline;
}

.editor_articles_view_link:hover {
  text-decoration: none;
}

.editor_navbar_button {
  background-color: #FEDE19;
}

.editor_navbar_button_sel {
  background-color: #B8C1D2;
}

.editor_navbar_button_link {
  font-size: 9px;
  font-family: Verdana;
  color: #000033;
  text-decoration: none;
}

.editor_navbar_button_link:hover {
}

.editor_products_link {
  font-size: 10px;
  font-family: Verdana;
  color: #000033;
  text-decoration: underline;
}

.editor_products_link:hover {
  text-decoration: none;
}

/* FOOTER */

.footer_text {
  color: #999999; 
  font-size: 10px; 
  font-family: Verdana;  
}

