/* General definitions */



body {
    background-color: #eeeeee;
    color: black;
    margin: 0em;
    padding: 0;
}





div.info {
    background: #f7f6e7;
    border: 1px solid #e3d5a5;
    color: Black;
    font: bold 80% Verdana, Helvetica, Arial, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.debug {
    background: pink;
    border: 1px solid #e3d5a5;
    color: Black;
    font: bold 80% Verdana, Helvetica, Arial, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.message a,div.message a:visited,div.message a:hover {
	color: #82080f;
    text-decoration: underline;
}

div.error {
    background: #FFCE7B;
    border: 1px solid #FFA500;
    color: Black;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}



#mainMenu {
	background-color: black;
	height: 47px;
	padding: 0px;
	margin: 0px;
}

.disabled {
	background: #cccccc;
	color: #979797;
}
#logout {
	//position: fixed;
	position: absolute;
	width:32px;
	right: 0px;
	top: 0px;
}
#languages {
	position: absolute;
	right: 60px;
	top: 10px;
}


.button {
	height: 28px;
	background-color: transparent;
	background-image: url(/modules/wsMyAdmin/images/next-button-background.png);
	background-repeat: repeat-x;
	border: 2px solid #b1cef6;
}

div#menu {
    overflow: hidden;
}

#content .tabtitle {
   overflow: hidden;
}
