/*Xajax*/
#xxajax_loading {
	visibility: hidden;
	position: absolute;
    display: block;
	right:0px;
	top: 0px;
	border: 1px solid #000000;
	/*background: #fff url('/../../../images/system/loading.gif') no-repeat top left;*/
	padding: 2px 2px 2px 20px;
}

#xxajax_error {
	visibility: hidden;
	position: absolute;
	right:0px;
	top: 0px;
	background-color: #ff3333;
	border: 1px solid #000000;
}

#xxajax_dump {
	visibility: hidden;
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: #FFD;
	text-align: left;
	border: 1px solid #000000;
}

#xxajax_lock {
    visibility: hidden;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    /*height: 100%;*/
    background-color: #456;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}

/*Errors*/
#xc_error {
    text-align:left;
    list-style:none;
    background-color: #fff;
    /*position: absolute;*/
    display: block;
    width: 100%;
}

#xc_error .errors {    
	color: #f33;
}
#xc_error .warnings {    
	color: #399;
}
#xc_error .notices {    
	color: #33f;
}
#xc_error .unknowns {    
	color: #3f3;
}

/*Document*/
#doc_errors {
	color: #ff3333;
	font-weight: bold;
	/*display: inline;*/
	padding: 3px;
	padding-left: 35px;
}

#doc_messages {
	color: #3333ff;
	font-weight: bold;
	/*display: inline;*/
	padding: 3px;
	padding-left: 35px;
}

/*DataGrid*/
.data_search{    
    margin: 0px;
    padding: 0px;
    width: 490px;
    /*background: #999999;*/
}

.data_search .dinput{
    border: 1px solid #cccccc;
    width: 100%;
}
.data_search .dsubmit{
    border: 5px solid #cccccc;
    background-color: #f5f5f5;
}

.data_sort {    
    margin: 0px;
    padding: 0px;
    color:#666666;
}

.data_sort a{
    display:block;
    text-decoration:underline;
    color:#000000;
}

.data_sort a:hover{
    text-decoration:underline;
}

.data_column{
	background: #ffffff;
}
.data_column .Odd td{
	background: #eeeeee;
}
.data_column .Even td{
	background: #dddddd;
}

.data{
	background: #ffffff;
}
.data .link a{
    display:block;
    text-decoration:none;
}

.data .link a:hover{
    text-decoration:none;
	background: #ffffff;
}
.data th{
	font-weight: bold;
	color: #000000;
	background: #e0e0e0;
	text-align: center;
}
.data .Odd td{
	background: #f5f5f5;
}
.data .Even td{
	background: #e5e5e5;
}

/*Quick Form*/

.quick-form {
    border: dotted 1px #999;
    margin: 5px;
    padding: 0px;
    font-size: 12px;
}

.quick-form-image img {
	border: 1px solid #333;
}

.quick-form-required {
    border: dotted 1px #e33;
	background: #FFFFDD;
	height: 30px;
}

.quick-form-button input{
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
}

.quick-form-left {
    text-align:right;
    font-weight: bold;
    width: 150px;
    /*background-color: #f9f9f9;*/
}

.quick-form-right {
    text-align:left;
    /*background-color: #f9f9f9;*/
}
/* Admin Part */
#admin-login {
	width: 350px;
	height: 21px;
	margin-bottom: 3px;
}

#admin-login td {
	padding: 2px;
	background-color: #fff;
    border: dotted 1px #e33;
	background: #FFFFDD;
}

/* Small CSS for modules*/

/*xdiscussion*/
div.quote {
	padding: 2px;
	font-weight: bold;
	background-color: #e8e8e8;
	border: 1px;
}

div.quote_mes {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px;
	font-weight: normal;
	margin-left: 20px;
}

/*xnotes*/
.rulesTextArea {
	border: 1px solid #6666aa;
	font-size: 11px; 
	background-image: url('/skins/default/images2/comm_txtarea.gif'); 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
}

/*xuser*/
#xuser-seance {
    padding: 2px;
    text-align: center;
	font-weight: normal;
	font-size: 10px;	
	border: 1px dotted #cccccc;
	background: #ffe;
}