
/* WORKSPACE */

.workspace_editor {
	font-family: Arial, Verdana;
	font-size: 10px;
	background: url('/images/intranet/bg.jpg') no-repeat left top;
}

.workspace_no_editor {
	font-family: Arial, Verdana;
	font-size: 10px;
}

.workspace_color {
  background-color: #333366;
}

.workspace_top_color {
  background-color: #333366;
}

.workspace_top_text {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

.workspace_top_link {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

.workspace_top_link:hover {
  text-decoration: none;
}

.workspace_top_dropdown {
  border-style: none;
  border-color: #333366;
  border-width: 0px;
  background-color: #333366;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
}

.workspace_bottom_color {
  background-color: #333366;
}

.workspace_bottom_link {
  font-size: 10px;
  color: #666666;
  text-decoration: underline;
}

.workspace_bottom_link:hover {
  text-decoration: none;
}

.workspace_bottom_text {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

/* WORKSPACE MAIN */

.workspace_main {
	font-family: Arial, Verdana;
	font-size: 10px;
}

.workspace_main_color {
  background-color: #333366;
}

/* WORKSPACE MAIN NAVIGATION */

.workspace_nav_ore {
  font-size: 12px;
  font-weight: bold;
  color: #333366;
}

.workspace_nav_orl {
  font-size: 12px;
  color: #333366;
}

.workspace_nav_orl_dropdown {
  border-style: none;
  border-color: #333366;
  border-width: 0px;
  background-color: #FFFFFF;
  color: #333366;
  font-size: 10px;
}

.workspace_nav_service {
  font-size: 17px;
  font-weight: bold;
  color: #333366;
}

/* LOGIN FORM */

.login_table {
  background-image: url('/images/intranet/background.gif');
  background-position: bottom;
  background-repeat: no-repeat; 
 
}

table.login_welcome {
	font-family: Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
  
  color: #ffffff;
  
}
td.login_welcome{
  /*border-bottom: 2px solid white;*/
 
  background-color: #CECDCD;
  width: 100%;
  padding: 2px 2px 2px 2px;
 	background-image: url('/images/intranet/inloggen_welcome_back.gif');
	background-position: left;
	height: 25px;
	
}

.login_text {
	font-family: Arial, Verdana;
  font-size: 10px;
  color: #666666;
}

.login_bold {
	font-family: Arial, Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

.login_link {
	font-family: Arial, Verdana;
  font-size: 10px;
  color: #666666;
  text-decoration: underline;
  
}

.login_link:hover {
  text-decoration: none;
}

.login_textfield {
	font-family: Arial, Verdana;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  color: #666666;
  font-size: 10px;
  background-color: #FFFFFF;
}

.login_submit {
  border-style: solid;
  border-color: #DF007F;
  border-width: 1px;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  background-color: #DF007F;
}

/* LEFT MENU */

.leftmenu_color {
}

.leftmenu_role {
  font-size: 11px;
  font-weight: bold;
  color: #333366;
  border-style: solid;
  border-color: #FFCC00;
  border-width: 1px;
  border-left: 0px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #FFF4CA;
}

.leftmenu_category {
  font-size: 11px;
  font-weight: bold;
  color: #333366;
  padding-right: 7px;
}

.leftmenu_link {
  font-size: 10px;
  color: #333366;
  text-decoration: none;
  padding-right: 7;
}

.leftmenu_link:hover {
  color: #990000;
  text-decoration: underline;
  padding-right: 7;
}

/* EDITOR */

.editor_tableborder {
  border-style: solid;
  border-width: 1px;
  border-color: #D7EBFF;
}

.editor_innertable {
  margin-left: 10px;
  margin-top:  10px;
  border-width: 1px;
  border-color: #D7EBFF;
}

.editor_title {
  font-size: 17px;
  font-weight: bold;
  color: #333366;
}

.editor_color {
  background-color: #D7EBFF;
}

.editor_color_light {
  background-color: #EFEFF7;
}

.editor_text {
  font-size: 11px;
  color: #333366;
}

.editor_bold {
  font-size: 10px;
  font-weight: bold; 
  color: #333366;
}

.editor_error {
  font-size: 10px;
  font-weight: bold;
  color: #FF0000;
}

.axolabel_red {
  font-size: 10px;
  font-weight: bold;
  color: #FF0000;
}



.editor_warningbold {
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
}

.editor_link {
  font-size: 10px;
  color: #333366;
  text-decoration: underline;
}

.editor_link:hover {
  text-decoration: none;
}

.editor_tableheader {
  font-size: 11px;
  font-weight: bold;
  color: #333366;
}

.editor_textfield {
  border-style: solid;
  border-color: #333366;
  border-width: 1px;
  color: #666666;
  font-size: 10px;
}

.editor_dropdown {
  border-style: none;
  border-color: #333366;
  border-width: 1px;
  color: #666666;
  font-size: 10px;
}

.editor_checkbox {
  border-style: none;
  border-width: 0px;
}

.editor_radio {
  border-style: none;
  border-width: 0px;
}

.editor_submit {
  border-style: solid;
  border-color: #333366;
  border-width: 1px;
  color: #333366;
  font-size: 12px;
  font-weight: bold;
  background-color: #D7EBFF;
}

.editor_noaccess {
  font-size: 14px;
  font-weight: bold;
  color: #333366;
}

.editor_messages_subject {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  color: #666666;
}

.editor_articles_view_title {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.editor_articles_view_intro {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #666666;
}

.editor_articles_view_text {
  font-size: 10px;
  color: #666666;
}

.editor_articles_view_link {
  font-size: 10px;
  color: #006633;
  text-decoration: underline;
}

.editor_articles_view_link:hover {
  text-decoration: none;
}

.editor_navbar_button {
  background-color: #D7EBFF;
}

.editor_navbar_button_sel {
  background-color: #FFFFFF;
  border-color: #D7EBFF;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0px;
}

.editor_navbar_button_link {
  font-size: 9px;
  color: #333366;
  text-decoration: none;
}

.editor_navbar_button_link:hover {
}

.editor_subnavbar_button {
  background-color: #D7EBFF;
}

.editor_subnavbar_button_sel {
  border-style: solid;
  border-color: #D7EBFF;
  border-width: 1px;
  border-bottom-width: 0px;
}

.editor_subnavbar_button_link {
  font-size: 9px;
  color: #333366;
  text-decoration: none;
}

.editor_subnavbar_button_link:hover {
}

.editor_products_link {
  font-size: 10px;
  color: #666666;
  text-decoration: underline;
}

.editor_products_link:hover {
  text-decoration: none;
}



