/* $Id: global.css 1046 2013-05-08 14:02:18Z icoleis-manu $ */

/* Global : on all pages */

/* BODY */
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*------ color: #333; -----*/
	color: #000000;
	text-decoration: none;
	background-color: #990099;
	text-align: left;
}


/* ----------------------------------------------------------------------------------- */
/* For Forms */
form {
	margin: 0px;
	padding: 0px;
}



/* ----------------------------------------------------------------------------------- */
/* Error and standard message inline */
div.inlineErrorMsg {
	margin: 40px;
	padding: 5px;
	border: 1px solid #000;
	background-color : #FF0000;
	color: White;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
div.inlineMsg {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	background-color : #0000FF;
	color: White;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
div.noAccessMsg {
	margin: 40px;
	padding: 5px;
	border: 1px solid #F00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #DDD;
}
div.notAvailableMsg {
	margin: 40px;
	padding: 5px;
	color: #FFAA2A;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
div.notAvailableImg {
	margin: 40px;
	text-align: center;
}
div.inlineMsgStayInTouch{
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 5px 0px;
	border: 1px solid #000;
	background-color : #897AEF;
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}



/* ----------------------------------------------------------------------------------- */
/* Acces mode choice */
div.accessMode {
	margin: 5px 0px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11px;
}
div.accessModeIntro {
	margin: 15px 0px;
	font-size: 11px;
}


/* ----------------------------------------------------------------------------------- */
/* Partner select */
div.partnerSelect {
	margin: 5px 0px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11px;
}
div.partnerSelectIntro {
	margin: 15px 0px;
	font-size: 11px;
}


/* ----------------------------------------------------------------------------------- */
/* backLink */
div.backLink {
	margin: 15px 0px;
	text-align: right;
}
a.backLink, div.returnfamily{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 6px;
	color: #909;
	cursor: pointer;
}
a.backLink:hover, div.returnfamily:hover{
	text-decoration: underline;
	color: #D10080;
	cursor: pointer;
}



/* ----------------------------------------------------------------------------------- */
/* Auto refresh message */
div.autorefreshmsg {
	margin: 0px 0px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11px;
}


/* ----------------------------------------------------------------------------------- */
/* Wait content when click on navbar links */
div.waitContent{
	height: 100px;
	text-align: center;
}
img.waitContent{
	margin: 40px;
}


/* For special info bubble on list headers */
div.headerinfobubble {
	background-color: transparent;
	padding: 2px;
	position: relative;
	display: inline;
}
div.headerinfobubble:hover {
	z-index: 500;
}
div.headerinfobubble span {
	display: none;
}
div.headerinfobubble:hover span {
	display: block;
	color: red;
	position: absolute;
	top: 16px;
	right: 10px;
	text-align: left;
	white-space: nowrap;
	background: white;
	padding: 5px 8px;
	border: 1px solid #ABABAB;
	border-right: 3px solid #ABABAB;
}


/* Login and logout button in top bar */
table._topbts a._btlogin{
	padding: 5px 10px !important;
}
table._topbts a._btlogout{
	padding: 1px 10px !important;
}