/* -------------------------------------------------------------------- 
     			      Atos Worldline Web Applications
         	  ---- Technical team stylesheet ----
			  		       Atos Worldline, 2010
-------------------------------------------------------------------- */

/* WLAdmin CSS definitions */

/* Search form */

fieldset.fsMain label {
	vertical-align: middle;
	width: 300px;
	margin-bottom: 10px;
}

#fsSearch .lblike {
	width: 10em;
}

fieldset.fsGraphic {
	background: #F1F1F1 none repeat scroll 0 0;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	width: auto;
}

#fsGraphic legend {
	display: block;
	padding-left: 3px;
	font-size: 0.68em;
	font-weight: bold;
	font-style: italic;
	width: auto;
}

#fsGraphic label {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}

#fsGraphic p {
	width: auto;
	font-size: 0.78em;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}

#fsGraphic li {
	width: auto;
	margin-left: 50px;
	font-size: 0.78em;
}

a {
	font-weight: bold;
	color: #61ABC7;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #444444;
}

#menuStat a {
	width: 100%;
	font-size: 0.88em;
	font-weight: bold;
	margin-left: 50px;
	color: #61ABC7;
	text-decoration: none;
}

#menuStat a:hover {
	font-weight: bold;
	color: #444444;
}

/* Form fields widths */
#ipName {
	
}

#ipDatec {
	
}

/* Align select box in grid pagination widget */
div.pagination select {
	vertical-align: top;
}

/* Align sort icon in grid with text */
img.t-sort-icon {
	vertical-align: middle;
}

#actionZone {
	clear: left;
}

label.inline { /*float: none;
	margin:0px 10px 0px 5px;*/
	
}

/* CHARTS */ /* Progress Bar */
.progressbar {
	height: 20px;
}

.progressbar-chunck {
	float: left;
	height: 100%;
}

.kawwaButton {
	width: auto;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 3px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

#btreset {
	color: #000;
	background: #B2CDD7;
	border: 1px solid #000;
}

a.kawwaButton {
	background:#FF9900 none repeat scroll 0;
	border:1px solid #000000;
	color:#000000;
	padding:4px;
	width:auto;
	text-decoration:none;
	font-weight:normal;
}

a.kawwaButton:hover{
	font-weight:normal;
	color:#000000;
}

a.kawwaButton:link {
	color:#000000;
	font-weight:normal;
}

div.t-zone {
	margin-top:10px;	
}

.errorMessage {
	font-weight: bold;
	color: #C00;
	background: inherit;
	text-align: center;
	margin: 15px 0 15px 0;
}

input.ipckb, input.ckb {
	vertical-align:bottom;
}

input.periodOption {
	margin:3px 5px 0px 10px;
	vertical-align: middle;
}

span.periodField {
	float: left;
}


span.periodField label{
	font-weight: normal;
}

span.periodField #fromDate-label, 
span.periodField #toDate-label {
	margin-left: 20px;
}

img.t-calendar-trigger {
	vertical-align: middle;
}

.mandatory {
	color: #EA712A;
}
