@charset "utf-8";
@import url("../sitebar.css");
@import url("common.css");

#commandHead {
	background:#E3EEE6;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:5px;
	margin:3px;
	border: 2px solid #6B9D9E;
	color:#6B9D9E;
	}

div.tree, #commandBody {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF;
	padding:5px;
	margin:3px;
	border: 2px solid #6B9D9E;
	
}
div.tree div.node a img {
	margin-right:2px;
}	
div.tree div.node {
	margin-top:1px;
	}

#logo
{
    /* border: 1px solid #002d96;*/
    height: 28px;
    width: 185px;
    padding: 0;
}

#userCtxMenu
{
    border: 1px groove #807ad6;
    width: 183px;
   -moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;	
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
margin-left:3px;
background:#E3EEE6;
 border: 2px solid #6B9D9E;

}

#toolbar
{
      	-moz-border-radius-bottomleft:5px;
      	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
    	border: 0px solid #002d96;
	padding:5px 0 5px 0;
}

#toolbar img
{
    border: 1px solid #6B9D9E;
}

div.menu
{
    border: 2px solid  #F39230;
    background: #E3EEE6;
}

div.item
{
    border: 1px solid #E3EEE6;
}

div.menu .more
{
    background: #e0e0e0;
}

div.menu .active
{
    cursor: pointer;
    border: 1px solid #F39230;
    background: #6B9D9E;
	color:#E3EEE6;
	}

 div.menu .active a:hover {
 	color:#E3EEE6;
}	
	
div.menu .disabled
{
    color: #8d8d8d;
}

div.menu .optional
{
    border: 1px solid #e0e0e0;
    background: #e0e0e0;
    font-style: normal;
}

div.tree a:hover
{
    color: black;
    background: #ece9d8;
    cursor: pointer;
}

div.tree a:hover .selected
{
    color: white;
    background: #316ac5;
    cursor: move;
}

#stat
{
    width: 183px;
    	-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;	
			-moz-border-radius-topleft:5px;
				-moz-border-radius-topright:5px;
				margin-left:3px;
				padding:3px;
}

/*** Command Window ***/

#warnHead
{
    background: #033893;
}

body.cmdWin select.fldList option.fldList
{
    color: white;
    background: #295bb1;
}

body.cmdWin select.fldList option.fldList1
{
    background: #699bf1;
}

body.cmdWin select.fldList option.fldList2,
body.cmdWin select.fldList option.fldList3,
body.cmdWin select.fldList option.fldList4,
body.cmdWin select.fldList option.fldList5,
body.cmdWin select.fldList option.fldList6,
body.cmdWin select.fldList option.fldList7,
body.cmdWin select.fldList option.fldList8,
body.cmdWin select.fldList option.fldList9,
body.cmdWin select.fldList option.fldList10
{
    background: #79abf1;
}

/*** Integrator window ***/

#launcher
{
    border: 1px groove #807ad6;
}

#launcher h2
{
    color: #295bb1;
}

#launcher table th
{
    border: 1px solid #002d96;
}


input,select,textarea {
background:#E3EEE6 !important;
	   -moz-border-radius-bottomleft:5px;
	   -moz-border-radius-bottomright:5px;	
	   -moz-border-radius-topleft:5px;
	   -moz-border-radius-topright:5px;
border:1px solid #F39230;
}


body.cmdWin #command {
border-right:2px solid #F39230;
}

#linkCtxMenu, #nodeCtxMenu, #linkDragCtxMenu, #nodeDragCtxMenu {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}	


div.tree img.root {
	width:16px;
	height:16px;
	}
