body{

}
/* 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 {

}

.login_welcome {
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: #000000;
    color: #ffffff;
    font-family: Arial,Verdana;
    font-size: 24px;
    font-weight: bold;
}

.login_text {
	font-family: Arial, Verdana;
  font-size: 12px;
  color: #fff;
  margin-left: 23px;
}

.login_bold {
	color: #000000;
    font-family: Arial,Verdana;
    font-size: 14px;
    font-weight: normal;
	margin: 5px 10px 5px 30px;
}

.login_link {
	font-family: Arial, Verdana;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  margin: 40px 0 10px 30px;
}

.login_link:hover {
  text-decoration: none;
}

.login_textfield {
background-color: #FFFFFF;
    border-color: #bd2f2b;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    font-family: Arial,Verdana;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}

.login_submit {
 background-color: #000000;
    border-color: #000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
	margin-right: 32px;
	cursor:pointer;
}

/* 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;
}

.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;
}

.login_table table{
	width: 100%;	
}
.login_welcome img{
	display: none;	
}
