/* override css style, add editor background image */
html, body.o_body {
	color: black;
	background-image: none;
	background: white;
}
a.o_print_close {
	font-family : Verdana;
	font-size: 10pt;
    white-space : nowrap;
    line-height : 1.5em;
    text-align : center;
    text-decoration : none;
    color : #1C1C1C;
    background-color : #D2D2D2;
    border-style : solid;
    padding-top : 1px;
    padding-bottom : 1px;
    padding-left : 2px;
    padding-right : 2px;
    border-width : 1px;
    border-top-color : white;
    border-left-color : white;
    border-right-color : #999999;
    border-bottom-color : #999999;
}
a.o_print_close:link { }
a.o_print_close:visited { }
a.o_print_close:hover {
    background-color : #E8E8E8;
    color : #4E734A;
    text-decoration : none;
    border-style : solid;
}
a.o_print_close:active {
    background-color : #A5A5A5;
    text-decoration : none;
    color : #FFFFFF;
    border-top-color : #616161;
    border-left-color : #616161;
    border-right-color : #FFFFFF;
    border-bottom-color : #FFFFFF;
    }
a.o_print_close:focus {
    background-color : #E8E8E8;
    color : #4E734A;
    text-decoration : none;
    border-style : solid;
}

.o_table_guimessage {
    background : #E8AC5D;
    border-collapse : collapse;
    border : 1px;
    margin : 10px;
    font-size:16pt;
}

.o_help_icon {
	display: none;
}


#o_xmenuswitch { 
	display: none; 
}

#o_menu { display:none; }
#o_xmenu { display:none; }
#o_xmenuopener { display:none; }
#o_xmenuswitch { display:none; }

#o_tool { display:none; }
#o_xtools { display:none; }
#o_xtoolsswitch { display:none; }

#o_top { display:none; }
#o_bottom { display:none; }

iframe { overflow: visible; }

/*********************
* OLAT formular styles
**********************/
/* OLAT form button */
input.o_form_button {
	display: none;
}
input.o_form_button_changes {
	display: none;
}
input {
	border: 0;
}
textarea {
	border: 0;
}
select {
	border: 0;
}
option {
	border: 0;
}

a.o_main_button {
	display: none;
}

a.o_small_button {
	display: none;
}