body,div,td,input,select, textarea { 
font-family: Tahoma,Verdana,Arial;
font-size: 11px;
color: #555555;
font-weight: none;
}


input,select {
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
}

.headerTextBox 
{ 
	background-color: #F6F9FF; 
}

.resizer 
{ 
	cursor:n-resize;	
}

div.Panel, div.PanelOver, div.NotifyingPanel, div.NotifyingPanelOver 
{
	border-style: solid;
    border-color: #B6CDEC;
    border-width: 1px;	
	padding-left: 4px;
	display: block;
	margin-bottom: 0px;  
}	

div.Panel {
	background-color: #ECF0FF;
}

div.PanelOver {
	background-image: url(img/bg_yellow.gif);
}

div.NotifyingPanel {
	background-color: LightSalmon;
}
div.NotifyingPanelOver {
	background-image: url(img/bg_yellow.gif);	
}

div.InactiveBar
{
	display: none;
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoad(src='img/disabled.png', sizingMethod='scale'); */
	background-image: url(img/disabled.gif); 
	padding: 0 0 0 0;
}

img.InactiveBar
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoad(src='img/disabled.png', sizingMethod='scale');
}	

a.settings {font-weight:bolder; text-decoration:none; color:DarkGreen; }
a.settings:hover {font-weight:bolder; text-decoration:none; color:Orange; }


iframe.mainWnd { display: none; }



