
 .formErrorContent {
    background: none repeat scroll 0 0 #EE0101; 
    border-radius: 6px 6px 6px 6px;    
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 10px;
    position: relative;
    width: 150px;
    line-height:15px;
    font-weight: 600;
}
 .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
    width: 15px;
    z-index: 1000;
} 
 .formErrorArrow div {
    background: none repeat scroll 0 0 #EE0101;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;    
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}
.formErrorArrow .line10 {    border: medium none;    width: 15px;}
.formErrorArrow .line9 {    border: medium none;    width: 13px;}
.formErrorArrow .line8 {    width: 11px;}
.formErrorArrow .line7 {    width: 9px;}
.formErrorArrow .line6 {    width: 7px;}
.formErrorArrow .line5 {    width: 5px;}
.formErrorArrow .line4 {    width: 3px;}
.formErrorArrow .line3 {    border-bottom: 0 solid #DDDDDD;    border-left: 2px solid #DDDDDD;    border-right: 2px solid #DDDDDD;    width: 1px;}
.formErrorArrow .line2 {    background: none repeat scroll 0 0 #DDDDDD;    border: medium none;    width: 3px;}
.formErrorArrow .line1 {    background: none repeat scroll 0 0 #DDDDDD;    border: medium none;    width: 1px;}
 

/*---------------  Page composition reorder       ------------------------*/
.applicationsReorder ul li {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #000000;
    display: block;
    float: left;
    font-size: 9px;
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 10px 5px 20px;
}
.btDelReorder {
    margin: 2px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    right: 0;
    visibility: hidden;
}
/*---------------  DATA TABLE       ------------------------*/

/* Data Tables */


.dataTables_info,
.dataTables_paginate { margin-bottom: 3em; }

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
	margin-bottom: 1em;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 1em;
}

.dataTables_info {
	width: 60%;
	float: left;
	margin-top: 1em; 
}

.dataTables_paginate {

	float: right;
	text-align: right;
	margin-top: 1em; 
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
	cursor: pointer;
}

.paginate_disabled_previous {
	background-image: url(/Ressources/Images/table/back_disabled.png);
}

.paginate_enabled_previous {
	background-image: url(/Ressources/Images/table/back_enabled.png);
}

.paginate_disabled_next {
	background-image: url(/Ressources/Images/table/forward_disabled.png);
}

.paginate_enabled_next {
	background-image: url(/Ressources/Images/table/forward_enabled.png);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display th{ /* background:#8f8f8f;   */ }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: #8f8f8f url(/Ressources/Images/table/sort_asc.png) no-repeat center right; padding:8px 5px; text-align:left; color:#fff;
}

.sorting_desc {
	background: #8f8f8f url(/Ressources/Images/table/sort_desc.png) no-repeat center right; padding:8px 5px; text-align:left; color:#fff;
}

.sorting {
	background:#8f8f8f   url(/Ressources/Images/table/sort_both.png) no-repeat center right; padding:8px 5px; text-align:left; color:#fff;
}

.sorting_asc_disabled {
	background: #8f8f8f url(/Ressources/Images/table/sort_asc_disabled.png) no-repeat center right; padding:8px 5px; text-align:left; color:#fff;
}

.sorting_desc_disabled {
	background: #8f8f8f url(/Ressources/Images/table/sort_desc_disabled.png) no-repeat center right; padding:8px 5px; text-align:left; color:#fff;
}

tr.odd {
	  height: 30px;
line-height: 30px; border-bottom:1px solid #e6e6e6; 
}

tr.even {
	 height: 30px;
line-height: 30px; border-bottom:1px solid #e6e6e6;
}
tr.odd:hover, tr.even:hover { background:#f6f6f6; }
tr.odd td, tr.even td{ padding-left:5px; }

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}


td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E; 
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}



/*---------------  CustomerSettings       ------------------------*/
#Assort table thead tr
{
   background: url("/Ressources/Images/sidemenu-repeat-hover.jpg") repeat-x scroll 0 0 transparent; color: #1B548D;
}

tbody tr.featureDisabled, tbody tr.featureDisabled input
{ 
    color:#ccc;            
    padding: 1px;   
    line-height: 10px; 
    font-size:11px
}

tbody tr.featureEnabled 
{
    color:#444;
    line-height: 10px;
}

.disableImg{
    opacity: 0.2;
    filter: alpha(opacity=20); /* msie */
}

#Assort table.form input, #Assort table.form select
{
    font-size: 11px;
    height: 10px;
}


/*---------------  CustomerActivity       ------------------------*/
.RefreshActivity {
    display: block;
    margin-left: 370px;
    margin-top: -20px;
}


/*---------------  eCOS Scheduler       ------------------------*/
.message {
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    margin-bottom: 10px;
    padding: 10px;
}
.message h3 {
    margin-top: 0;
}
.message p {
    margin-bottom: 0;
}
.message.info {
    background: -moz-linear-gradient(center top , #E1F2FC, #CAE9FD) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #CADCEA;
    color: #225B86;
    text-shadow: 0 1px 0 #FFFFFF;
}
.message.error {
    background: -moz-linear-gradient(center top , #FAE2E2, #F2CACB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #EEB7BA;
    color: #BE4741;
    text-shadow: 0 1px 0 #FFFFFF;
}
.message.success {
    background: -moz-linear-gradient(center top , #E5EDC4, #D9E4AC) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #B8C97B;
    color: #3F7227;
    text-shadow: 0 1px 0 #FFFFFF;
}
.message.warning {
    background: -moz-linear-gradient(center top , #FFFFC0, #F9EE9C) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E5DBAA;
    color: #6D7829;
    text-shadow: 0 1px 0 #FFFFFF;
}

.ui-dialog {
    z-index:5000;
    font-size:10px;
}

/*---------------  BATCH Execution       ------------------------*/
h3.red, h3.red span {
    color:#E26B7F;
}