/*
    Agile UI core styles
 */
 

/* start - core GWT styles */ 
 
.gwt-PopupPanelGlass {
	background-color: transparent !important;	
}

/* end - core GWT styles */

.agile-ui-alignRight {
	text-align: right;	
}

.agile-ui-gridPanel {
	width: 100%;	
}

 /* start - Dialog styles */
 
.gwt-DialogBox .Caption { 
    
    text-align: center;
    
	font-weight: bold;
    font-family: Tahoma;
    font-size: 11pt !important;
	
	color: #154a47;
}

/* start - progress indicator */
.agile-ui-vanilla-progressContent {
	margin: 5px;
}

.agile-ui-vanilla-progressMsg {
	font-weight: bold;
    font-family: Tahoma;
    font-size: 12pt !important;
    
    margin-right: 30px;
}

.agile-ui-vanilla-progressImage {

}

/* end - progress indicator */

.agile-ui-vanilla-dialog-contents {
	padding: 5px;
    background-color: white;	
    border: 1px solid #cdcdcd;
}

.agile-ui-vanilla-dialogWithTitle-contents {
	padding: 5px;
    background-color: white;	
}

.agile-ui-vanilla-dialog-toolbarContainer {
    width: 99%;
    /*
	border-top: 1px solid #cdcdcd;
	*/	
	padding: 5px;
}

.agile-ui-vanilla-dialog-toolbar {
    margin-left: auto;
    margin-right: auto;
}

.agile-ui-vanilla-dialog-button {
	
	padding-left: 5px;
	padding-right: 5px;
	
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px !important;
	
	border: none !important;
	background: green !important;
	padding: 5px 10px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	color: white;
    
    margin-right: 5px !important;
}

.agile-ui-dialog-message {
	
	padding: 10px 20px;
	
	font-family: Tahoma,Arial;
	font-size: 11pt;
	font-weight: bold;
	color: green;	
}

.agile-ui-dialog-button {
	height: 35px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	font-family: Tahoma,Arial;
	font-weight: bold;
	font-size: 11pt !important;
	
	color: #154a47;	
}

 /* end - Dialog styles */
  
 /* start - Form styles */
 
 .agile-ui-formTopMargin {
	/* not sure we need this */
}

.agile-ui-formBottomMargin {
    /* not sure we need this */	
}

.agile-ui-formText {
	/* TODO */
}

.agile-ui-formFieldContainer {
	/* is this the grid? yep, it is */
    
	cursor: default;
}

.agile-ui-formLabel,
.agile-ui-vanilla-form-label {
	
	color: gray;
	
	font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    
    margin-right: 5px;
    text-align: right;
    vertical-align: middle;
    
    cursor: default;
}

.agile-ui-formFieldDescription {
	color: #a1a1a1;
	font-size: 8pt;
	cursor: default;
	
	margin-left: 60px;
	/*
	text-align: left;
	*/
}

.agile-ui-textInput,
.agile-ui-formInput {
    border-width: 1px;
    border-style: solid;;
    border-color: lightblue;
}

.agile-ui-formInput-withFocus {
	border-bottom-width: 4px !important;	
}

.agile-ui-formInput {
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	
	line-height: 19px;
	
	/*
	line-height: 25px;
	height: 25px;
	*/
	
	padding: 2px !important;
}

.agile-ui-textInput,
.agile-ui-richTextInput {
	
	padding: 3px !important;
		    
    font-size: 10pt;
    font-family: Verdana !important;
}

.agile-ui-formInputError {
    border: 2px solid red;	
}
