@CHARSET "UTF-8";

/* *****************************************************
	
	jamTextField
	
   ***************************************************** */
   
.jamTextField {
	font-family: Verdana;
	font-size: 10px;
}

.jamTextField .pnlTextField {
	
}

.jamTextField .tbTextField {
	border: 1px solid green;
}

.jamTextField .btnClear {
	width: 10px;
	height: 10px;
	background-color: white;
	border-left-color: red;
}


/* *****************************************************
	
	debug
	
   ***************************************************** */
 
 .jamdebug {
 	font-size: 9px;
	font-family: Verdana;
	text-align: right;
 }
 
 .debugmenu {
 	// position: fixed;
 	top: 1px;
 	left: 0px;
 	height: 30px;
 	width: 100%;
	text-align: right;
	border-bottom: 2px solid #aaaaaa;
	z-index: 99;
	background-color: #ffffff;
	padding-left: 5px;
	padding-top: 2px;
 }
 
 .debugtable {
 	// position: absolute;
 	margin-left: 5px;
 	// margin-top: 31px;
 
 }

.debugEntryTime {
 	font-size: 9px;
	font-family: Verdana;
	text-align: left;
}

.debugEntryText {
	padding-left: 5px;
 	font-size: 9px;
	font-family: Verdana;
	text-align: left;
}

/* *****************************************************
	
	DialogBox
	
   ***************************************************** */

.gwt-DialogBox {
	margin: 10px;
	background-color: white;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

.gwt-DialogBox .Caption {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.gwt-DialogBox .dialogContent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.gwt-DialogBox .dialogMiddleCenter {
	width: 100%;
	text-align: center;
}

.gwt-DialogBox .dialogMiddleCenterInner {
	width: 100%;
	text-align: center;
}

/*
    .gwt-DialogBox .dialogContent { the wrapepr around the content }
    .gwt-DialogBox .dialogTopLeft { the top left cell }
    .gwt-DialogBox .dialogTopLeftInner { the inner element of the cell }
    .gwt-DialogBox .dialogTopCenter { the top center cell, where the caption is located }
    .gwt-DialogBox .dialogTopCenterInner { the inner element of the cell }
    .gwt-DialogBox .dialogTopRight { the top right cell }
    .gwt-DialogBox .dialogTopRightInner { the inner element of the cell }
    .gwt-DialogBox .dialogMiddleLeft { the middle left cell }
    .gwt-DialogBox .dialogMiddleLeftInner { the inner element of the cell }
    .gwt-DialogBox .dialogMiddleCenter { the middle center cell, where the content is located }
    .gwt-DialogBox .dialogMiddleCenterInner { the inner element of the cell }
    .gwt-DialogBox .dialogMiddleRight { the middle right cell }
    .gwt-DialogBox .dialogMiddleRightInner { the inner element of the cell }
    .gwt-DialogBox .dialogBottomLeft { the bottom left cell }
    .gwt-DialogBox .dialogBottomLeftInner { the inner element of the cell }
    .gwt-DialogBox .dialogBottomCenter { the bottom center cell }
    .gwt-DialogBox .dialogBottomCenterInner { the inner element of the cell }
    .gwt-DialogBox .dialogBottomRight { the bottom right cell }
    .gwt-DialogBox .dialogBottomRightInner { the inner element of the cell }
*/

/* *****************************************************
	
	Upload, Picviewer
	
   ***************************************************** */
   
 .jamupload {
 	padding-top: 10px;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-bottom: 10px;
	background-color: #eeeeee;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
 	width: 240px;
 	text-align: center;
 }
 
 .jamupload-header {
 	padding-top: 3px;
 	padding-bottom: 3px;
 	border-bottom: 1px solid white;
 	text-align: center;
 	vertical-align: middle;
 	width: 240px;
 }
 
 .jamupload-image {
 	background-color: white;
 	border: 1px solid #cccccc;
 	text-align: center;
 	width: 240px;
 	height: 180px;
 }
 
 .jamupload-info {
 	padding-top: 3px;
 	padding-bottom: 3px;
 	text-align: center;
 	width: 240px;
 }
 
 .jamupload-buttons {
 	text-align: center;
 	width: 240px;
 }

.gwt-Image {
	display: block;
}

BUTTON .jamupload-buttononimage {
	width: 30px;
	height: 30px;
}


.jampicview {
 	padding-top: 10px;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-bottom: 10px;
	background-color: #eeeeee;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
 	width: 480px;
 	text-align: center;
 }
 
 .jampicview-header {
 	padding-top: 3px;
 	padding-bottom: 3px;
 	border-bottom: 1px solid white;
 	text-align: center;
 	vertical-align: middle;
 	width: 240px;
 }
 
 .jampicview-image {
 	background-color: white;
 	border: 1px solid #cccccc;
 	text-align: center;
 	width: 240px;
 	height: 180px;
 }
 
 .jampicview-info {
 	padding-top: 3px;
 	padding-bottom: 3px;
 	text-align: center;
 	width: 240px;
 }
 
 .jampicview-buttons {
 	text-align: center;
 	width: 240px;
 }

.gwt-PopupPanel {
	background-color: #eeeeee;
	border: 1px solid black;
}

.jamuploadbg {
}
	
.pnlcrop {
	/* border: 5px dotted red; */
	border: 2px dashed red;
	background-color: transparent;
	cursor: move;
	z-index: 80;
}

.btnSizeImage {
	border: 5px dashed #ff0000;
	background-color: transparent;
	cursor: pointer;
	z-index: 81;
}

.nw {
	cursor: nw-resize;
}

.ne {
	cursor: ne-resize;
}

.sw {
	cursor: sw-resize;
}

.se {
	cursor: se-resize;
}

