/*Xajax*/
#xxajax_loading {
	visibility: hidden;
	position: absolute;
	right:0px;
	top: 0px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#xxajax_loading img {	
	vertical-align: middle;
}

#xxajax_error {
	visibility: hidden;
	position: absolute;
	right:0px;
	top: 0px;
	background-color: #ff3333;
	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); 
}

/* System Messages */
#system-message {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 15px 0;
}

/* System Standard Messages */
#system-message UL {
	padding: 0;
	margin: 0 0 0 20px;
}
#system-message UL LI {
	line-height: 16px;
	color: #333;
	list-style: none;
	padding: 0 0 0 24px;
	margin: 2px 0 2px 0;
}
#system-message UL.message LI {
	background: url('icons/Document/icon.sys.info.png') no-repeat;
	color: #039;
	font-weight: bold;
	font-size : 12px;
}
#system-message UL.error LI {
	background: url('icons/Document/icon.sys.error.png') no-repeat;
	color: #A00;
	font-weight: bold;
	font-size : 12px;
}

/*DataGrid*/
.data_search{    
    margin: 0px;
    padding: 0px;
}

.data_search .dinput{
    border: 1px solid #cccccc;
    width: 100%;
}
.data_search .dsubmit{
    border: 1px 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: #cccccc;
	text-align: center;
}
.data .Odd td{
	background: #eeeeee;
}
.data .Even td{
	background: #dddddd;
}

/*Quick Form*/

/* 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;
}
