@CHARSET "UTF-8";

.popupTable .imageOpenPopupDialog {
	vertical-align: middle;
}

.popupTable .openPopupDialog {
	background-image: url("../images/buttons/Window-Dialog.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	display: block;
}

.popupTable #collapseText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.popupDiv .dragHandle {
	height: 25px;
	width: 100%;
	cursor: move;
}

.popupDiv .close {
	vertical-align: middle;
	cursor: pointer;
	background-image: url("../images/buttons/close.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

.popupDiv #popupText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
}

.popupDiv .windowResize {
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}

.popupDiv #buttonsDiv {
	text-align: center;
}



.basePopupDiv {
    top: 45%;
	width: 100%;
    position: fixed;
}

.basePopupDiv {
    z-index: 1000;
}

.popupDiv {
/*		
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -100px;
	    
    */
    z-index: 1000;
	width: 300px;
}

.popupTitlesView {
	padding-right: 60px;
}

.green .popupDiv .dragHandle {
	background-color: #9ECD4C;
}

.green .popupDiv {
	border: #C9E39C 1px solid;
	background-color: #EFFEED;
}

.green .popupTitlesView {
	color: #678B27;
}

.green .tree {
	border:1px solid #C9E39C;	
}

.red .popupDiv .dragHandle {
	background-color: #FFA38F;
}

.red .popupDiv {
	border: #FDCEBF 1px solid;
	background-color: #FFF2F4;
}

.red .popupTitlesView {
	color: #FF7A5C;
}

.red .tree {
	border:1px solid #FDCEBF;	
}











.orange .popupDiv .dragHandle {
	background-color: #FCEAC4;
}

.orange .popupDiv {
	border: #DFE5E6 1px solid;
	background-color: #FCEAC4;
}

.orange .popupTitlesView {
	color: #FCEAC4;
}

.orange .tree {
	border:1px solid #FCEAC4;	
}


