BODY {												
	background-color: #fff;					
	color: #000000;									
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: no;
	-webkit-user-select:none;
	-webkit-text-size-adjust:none;
}

.actor{
	font-weight:bold;
	text-decoration:underline;
}
.mail{
	color:red;
	text-decoration:underline;
}

a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.login-box {
	border: 2px solid #99cccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* TABS */

.tabs-menu { /* box containing all tabs */
	border-bottom:1px solid #aaa;
	padding: 0px 0px 10px 0px;
	margin: 6px 0px 8px 0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size: 13px;
	font-size-adjust: no;
	height: 25px;
}

.tab { /* passive tabs */
	border-bottom: 0px solid #aaa; 
	margin:2px 1px 0px 1px ; 
	padding:3px 6px 3px 6px;
} 

a.tab { /* passive links*/
  	background-color:#fff;
  	text-decoration:underline;
  	font-weight: normal;
 }

.active-tab { /* active tabs*/
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid white;
	margin:2px 1px 0px 1px ; 
	padding:3px 6px 3px 6px;
}

.active-tab a {
  	background-color:#fff;
  	text-decoration:none;
  	font-weight: normal;
}

/* Footer */

.footer {
	border-top: 1px solid #aaa;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	font-size: 90%;
}

.footer a {
  	background-color:#fff;
  	text-decoration:underline;
  	font-weight: normal;
}

/* Criterias */
table {
	width: 100%;
}
.criteria {
	text-align: center;
	font-size: 90%;
}

/* Results */
.resultset {
	border-top: 1px solid #aaa;
	padding: 0px 0px;
}
.result {
	padding: 10px 0px;
}
.resultset table, .result table, .tick-result table {
	font-size: 85%;
	color: #777;
}
.resultset table td, .result table td {
	line-height: 140%;
}
.resultset .embeded {
	margin: 10px 0px;
}
.calendar-start {
	color: #fff;
	background-color: #50F;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
}

a.title, span.title {
	color: #50F;
}

a.box-title {
	color: #000;
	font-weight: normal;
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 10px 0px;
}

a.box-title:hover, a.box-title:active {
	color: #fff;
	font-weight: normal;
	background-color: #50F;
	display: block;
	width: 100%;
	padding: 10px 0px;
}

a.box-title span {
	padding-left: 5px;
}

.tick-result {
	border-top: 1px solid #aaa;
	padding: 0px 0px;
	font-size: 90%;
}
a.tick-box {
	color: #000;
	font-weight: normal;
	background-color: transparent;
	display: block;
	width: 100%;
	padding: 10px 0px;
}
.tick-box .display {
	width: 70%;
	float: left;
	margin-left: 1px;
}
.tick-box .status {
	width: 25%;
	float: right;
	text-align: right;
	margin-right: 5px;
}
.tick-box .status a {
	color: inherit;
	font-weight: normal;
}
.clear {
	clear: both;
}

.tick-result .selectedOK {
	background-color: #00FF00;/*#fff; vert*/
	color: #000;
}
.tick-result .selectedNOK {
	background-color: #FF0000;/*#bff; rouge*/
	color: #000;
}
.tick-result .selectedNO {
	background-color: #848484;/*#fbf; gris*/
	color: #000;
}
/*.tick-result .selected3 {
	background-color: #ffb;
	color: #000;
}
.tick-result .selected4 {
	background-color: #ddf;
	color: #000;
}
.tick-result .selected5 {
	background-color: #dfd;
	color: #000;
}
.tick-result .selected6 {
	background-color: #fdd;
	color: #000;
}
.tick-result .selected7 {
	background-color: #999;
	color: #fff;
}
.tick-result .selected8 {
	background-color: #777;
	color: #fff;
}
.tick-result .selected9 {
	background-color: #666;
	color: #fff;
}

.tick-result .selected1 {
	background-color: #50f;
	color: #fff;
}
.tick-result .selected2 {
	background-color: #f00;
	color: #fff;
}
.tick-result .selected3 {
	background-color: #96c;
	color: #fff;
}
.tick-result .selected4 {
	background-color: #cf6;
	color: #000;
}
.tick-result .selected5 {
	background-color: #f6f;
	color: #000;
}
.tick-result .selected6 {
	background-color: #3f0;
	color: #000;
}
.tick-result .selected7 {
	background-color: #f90;
	color: #fff;
}
.tick-result .selected8 {
	background-color: #0ff;
	color: #000;
}
.tick-result .selected9 {
	background-color: #000;
	color: #fff;
}
*/

/* forms */

form {
}

.select, .input, .textarea {
	width: 100%;
}

.input, .textarea {
	font-size :14px;
	
}

h1.title {
	color: #84a6ae;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.resultset h1.title {
	color: #50F;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
}

.result h1.title {
	color: #fff;
	background-color: #50F;
	font-weight: bold;
	text-align: left;
	padding: 3px 2px;
}

.label, .light {
	color: #777;
}

.important {
	color: #000;
}

.right {
	text-align: right;
}

input {
	font-size: 110%;
	font-weight: normal;
}


.date {
	width: auto;
}

.icon {
	border: none;
	width: 17px;
	height: 17 px;
	vertical-align: middle;
}

a.button {
	text-decoration: none;
	border: 1px solid #aaa;
	padding: 0px 12px;
}

/*
action bar
*/
.action-bar {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.action-bar a {
	border: 1px solid #aaa;
	padding: 2px 6px;
	font-size: 13px;
	font-weight: normal;
}

.action-bar input {
	border: 1px solid #aaa;
	padding: 1px 5px;
	font-size: 13px;
	font-weight: normal;
	background-color: #fff;
}


