/* WORKSPACE */

.workspace_editor {
	font-family: Arial, Verdana;
	font-size: 10px;
}

.workspace_no_editor {
	font-family: Arial, Verdana;
	font-size: 10px;
}

.workspace_color {
  background-color: #D3730D;
}

.workspace_top_color {
  background-color: #D3730D;
}

.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: #D3730D;
  border-width: 0px;
  background-color: #D3730D;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
}

.workspace_bottom_color {
  background-color: #D3730D;
}

.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: #D3730D;
}

/* WORKSPACE MAIN NAVIGATION */

.workspace_nav_ore {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

.workspace_nav_orl {
  font-size: 12px;
  color: #666666;
}

.workspace_nav_orl_dropdown {
  border-style: none;
  border-color: #D3730D;
  border-width: 0px;
  background-color: #666666;
  color: #D3730D;
  font-size: 10px;
}

.workspace_nav_service {
  font-size: 17px;
  font-weight: bold;
  color: #666666;
}

/* LOGIN FORM */

.login_table {
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}

.login_welcome {
	font-family: Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
  background-color: #333333;
  color: #D6D6D6;
}

.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: #D3730D;
  border-width: 1px;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  background-color: #666666;
}

/* LEFT MENU */

.leftmenu_color {
}

.leftmenu_role {
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  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: #666666;
  padding-right: 7px;
}

.leftmenu_link {
  font-size: 10px;
  color: #666666;
  text-decoration: none;
  padding-right: 7px;
	border-bottom: 0px solid #ffffff;
}

.leftmenu_link:visited {
  font-size: 10px;
  color: #666666;
  text-decoration: none;
  padding-right: 7px;
	border-bottom: 0px solid #ffffff;
}

.leftmenu_link:hover {
  color: #990000;
  text-decoration: underline;
  padding-right: 7px;
	border-bottom: 0px solid #ffffff;
}

/* EDITOR */

.editor_tableborder {
  border-style: solid;
  border-width: 1px;
  border-color: #DCECED;
}

.editor_innertable {
  margin-left: 10px;
  margin-top:  10px;
  border-width: 1px;
  border-color: #FFEDBD;
}

.editor_title {
  font-size: 17px;
  font-weight: bold;
  color: #666666;
}

.editor_color {
/*	background-color: #FFEDBD; */
	background-color: #ebebeb;
	
  padding-left: 10px;
}

.editor_color_light {
  background-color: #fafafa;
}

.editor_text {
  font-size: 11px;
  color: #666666;
}
.editor_text td img{
  margin: 3px 2px 3px 2px;
}

.editor_bold {
  font-size: 11px;
  color: #666666;
  font-weight: bold;
}

.editor_error {
  font-size: 10px;
  color: #FF0000;
}

.editor_warningbold {
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
}

a.editor_link {
  font-size: 11px;
  color: #666666;
  text-decoration: underline;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 3px;
	font-weight: normal;
}

a.editor_link:visited {
  font-size: 11px;
  color: #666666;
  text-decoration: underline;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 3px;
	font-weight: normal;
}

a.editor_link:hover {
  text-decoration: none;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 3px;
	font-weight: normal;
}

.editor_tableheader {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
div.editor_tableheader{
	color: black;
	font-size: 11px;
	font-weight: bold;
}

.editor_textfield {
  border-style: solid;
  border-color: #80ADAF;
  border-width: 1px;
  color: #666666;
  font-size: 10px;
}

.editor_dropdown {
  border-color: #80ADAF;
  background-color: lightyellow;
  border-width: 2px;
  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: #ff7800;
  border-width: 1px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  background-color: #ff7800;
  padding: 2px;*/
}

.editor_noaccess {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.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;
	border-bottom: 0px solid #ffffff;
}

.editor_articles_view_link:visited {
  font-size: 10px;
  color: #006633;
  text-decoration: underline;
	border-bottom: 0px solid #ffffff;
}

.editor_articles_view_link:hover {
  text-decoration: none;
	border-bottom: 0px solid #ffffff;
}

.editor_navbar_button {
  background-color: #DCECED;
  color: White;
  background-image: url(/file?fle=45);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 94px;
  height: 36px;
}
.editor_navbar_button_2{
	background-color: #ececec;
}
.editor_navbar_button a.editor_navbar_button_link{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.editor_subnavbar_button a.editor_subnavbar_button_link{
       
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.editor_navbar_button_sel {
  background-color: #FFFFFF;
  background-image: url(/file?fle=44);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 94px;
  height: 36px;
}

.editor_navbar_button_link {
  font-size: 9px;
  color: #666666;
  text-decoration: underline;
}
.editor_navbar_button_link:visited {
  font-size: 9px;
  color: #666666;
  text-decoration: underline;
}

.editor_navbar_button_link:hover {
  font-size: 9px;
  color: black;
  text-decoration: none;
}

.editor_subnavbar_button {
  background-color: #DCECED;
  color: White;
/*  display:none; */
  background-image: url(/file?fle=45);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 94px;
  height: 36px;
}

.editor_subnavbar_button_sel {
  background-color: #FFFFFF;
  background-image: url(/file?fle=44);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 94px;
  height: 36px;
}
.editor_subnavbar_button_2{
	background-color: #ececec;
}

.editor_subnavbar_button_link {
  font-size: 9px;
  color: #666666;
  text-decoration: underline;
}
.editor_subnavbar_button_link:visited {
  font-size: 9px;
  color: #666666;
  text-decoration: underline;
}

.editor_subnavbar_button_link:hover {
  font-size: 9px;
  color: #666666;
  text-decoration: none;
}

.editor_products_link {
  font-size: 10px;
  color: #666666;
  text-decoration: underline;
}

.editor_products_link:hover {
  text-decoration: none;
}