
.admin_qh_table 
{
	background-color:white;
	border-color:#8b8483;
	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8b8483;
	
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8b8483;
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8b8483;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8b8483;
}

.admin_qh_header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b8483;		
	text-decoration:underline;	
}

.admin_qh_text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8b8483;		
}

.admin_qh_helplink, 
.admin_qh_helplink:link, 
.admin_qh_helplink:visited, 
.admin_qh_helplink:hover, 
.admin_qh_helplink:active  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0085EB;		
}

table.pane_edit 
{
	border: 2px solid #FF0000;
}	
					   
table.pane_pab_edit {
	background-color: #D6D6C2;	
}

table.pane_container_edit {
	background-color: #BDBDAB;	
}

table.admin_moduleadminbar_edit {
	background-color: #EAEAEA;
}
TD.admin_line_dashed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

TABLE.module_outer_container_edit
{
	width:100%;
	border: 2px solid ;	
}

TABLE.module_container_edit
{
	width:100%;
	border: 1px solid black ;	
}

.headline_popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
A.popup:link, A.popup:visited {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
    cursor: hand;
}

A.popup:hover, A.popup:active {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
 cursor: pointer;
    cursor: hand;
 } 
.popup{
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
    cursor: hand;
}

table.module_adminbar_edit {
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.module_adminbar_adminshortname 
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	BORDER-LEFT: black 1px solid;
	FONT-SIZE: 8pt; 	 
	COLOR: black; 	
	FONT-STYLE: italic; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: white;
}

.body_tbl_dotted_bottom {
	border-top: 1px none #ff0000;
	border-right: 1px none #ff0000;
	border-bottom: 1px dotted #ff0000;
	border-left: 1px none #ff0000;
}

.body_tbl_dotted {
	border: 1px dotted #ff0000;
	padding: 3px;
}

.body_tbl_dotted td {
	padding: 3px;
}
.body_tbl_dotted_right {
	
	border-right: 1px dotted #cccccc;
}

.qed_onmouseover
{
	cursor: url(images/qed_cursor.cur);		
}

.cursor_hand
{
	cursor: pointer;
    cursor: hand;	
}

 