/*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%;
    background-color: #456;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index:999;
    
}

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

/* System Standard Messages */
#system-message UL {
	padding: 0;
	margin: 0 0 0 0;
}
#system-message UL LI {
	line-height: 16px;
	color: #FFF;
	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;
	background-color: #FFFFFF;
	color: #003399;
	font-weight: bold;
	font-size : 12px;
}
#system-message UL.error LI {
	background: url('icons/Document/icon.sys.error.png') no-repeat;
	background-color: #FFFFFF;
	color: #E00;
	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: #2C344A;
}
.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;
}

/*xcomments*/
.CommentAREA {
	border: 1px solid #6666aa;
	font-size: 11px;
	background-image: url('/images/xcomments/txtarea.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	width:400px;
	height: 133px;
}
