BODY
{
	background-color : #F6F5F4;
	margin : 0px;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin: 0px;
}

.sideBtn
{	
	background : #D5D1C9;
	border-top : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;	
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;	
	font-weight : bold;
	padding : 4px;
	color: #000000;
	background-image : url(Disill.UI.ResourceHandler.aspx?res=Disill.img.panelBg.gif);
	background-repeat : repeat-x;
	cursor: pointer;

}

.sideBtnSelected
{
	background : #E1DFD9;
	border-top : 1px solid #999999;
	border-left : 1px solid #999999;	
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;	
	font-weight : bold;
	padding : 4px;
	color: #000000;
	cursor: pointer;

}

.sideBtnHover
{
	background : #B6BDD2;
	padding : 4px;
	color: #000000;
	font-weight : bold;
	border-top : 1px solid #999999;
	border-left : 1px solid #999999;	
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;	
	cursor: pointer;

}

.PanelHead
{
	background : #CCCCCC;
	border-top : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;	
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;	
	font-weight : bold;
	padding : 4px;
	color: #000000;
	background-image : url(Disill.UI.ResourceHandler.aspx?res=Disill.img.panelBg.gif);

}

.PanelHeadHover
{
	background : #B6BDD2;
	padding : 4px;
	color: #000000;
	font-weight : bold;
	border-top : 1px solid #999999;
	border-left : 1px solid #999999;	
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;	
	
}

.SelectedPanelHead
{
	background : #D4D5D8;
	border-top : 1px solid #999999;
	border-left : 1px solid #999999;	
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;	
	font-weight : bold;
	padding : 4px;
	color: #000000;

}

.ListItem
{
	background : #FFFFFF;
	border-bottom : solid 1px #AAAAAA;
	padding : 6px;
}

.PanelHead A, .PanelHeadHover A
{
 text-decoration : none;
}

.Panel{
	background : #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;	
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
	padding: 4px;

}

.dialog{
	border: 1px solid #636563;
}

.dialogHead{
	color : #394044;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	margin : 0px 15px 0px 15px;
}

FORM, P{
	margin : 0px;
	padding : 0px;
}

TD, .tree{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A{
color : #333333;
	text-decoration : underline;

}

.error
{
	color : Red;
	font-weight : bold;
}

INPUT, OPTION, select, TEXTAREA{
	background : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-left : 1px solid #999999;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
}

.InputButtonHover
{

	background : #B6BDD2;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-left : 1px solid #0A246A;
	border-top : 1px solid #0A246A;
	border-bottom : 1px solid #0A246A;
	border-right : 1px solid #0A246A;	
cursor: pointer;
	
}

.DivButton
{
	padding : 3px;

}

.DivButtonHover
{
	background : #B6BDD2;
	padding : 2px;
	border-left : 1px solid #0A246A;
	border-top : 1px solid #0A246A;
	border-bottom : 1px solid #0A246A;
	border-right : 1px solid #0A246A;
cursor: pointer;	

}