/*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:100%;
	font-size: 12pt;
	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;*/
	height:30px;
	padding-left:50px;
	padding-top:7px;
	font-family: Verdana;
	color: #e2771c;
	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;
}

/*tooltip*/
.bubbleInfo {
	position: relative;

}
.trigger {
	position: absolute;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	font-size: .8em;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}
/*
.popup td#topleft { 
	background-image: url(files/bubble-1.png); 
} 

.popup td.top { 
	background-image: url(files/bubble-2.png); 
}

.popup td#topright { 
	background-image: url(files/bubble-3.png); 
}

.popup td.left { 
	background-image: url(files/bubble-4.png); 
}

.popup td.right { 
	background-image: url(files/bubble-5.png); 
}

.popup td#bottomleft { 
	background-image: url(files/bubble-6.png); 
}

.popup td.bottom { 
	background-image: url(files/bubble-7.png); 
	text-align: center;
}

.popup td.bottom img { 
	display: block; 
	margin: 0 auto; 
}

.popup td#bottomright { 
	background-image: url(files/bubble-8.png); 
}
*/

