/** Add css rules here for your application. */

/** the viewport's border layout fills up the screen, this overrides its
	standard background with our gradient.
**/

#viewport {
		background: #eef4f9 url('images/bg.gif') left top repeat-x;
}

/** All the listboxes have fonts that are too big! 
**/


/* **********************************************************************
   UserPanel
   ********************************************************************** */

 #userPanelLoggedIn .x-panel-bwrap .x-panel-body {
  padding-top: 5px;
  padding-bottom: 5px; 
 }   
   
 #userPanelLoggedIn .x-panel-bwrap .x-panel-body .gwt-Anchor {
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  padding-left: 10px;
  display: block;
 	
 }		

/* **********************************************************************
   NavigationMenu
   ********************************************************************** */
   
 #navigationMenu .x-panel-bwrap .x-panel-body .gwt-Label {
	margin-top: 7px;
	margin-left: 4px;
	font-size: 11px;
	font-weight: bold;
}

 #navigationMenu .x-panel-bwrap .x-panel-body .gwt-Hyperlink {
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  padding-left: 10px;
}

#navigationMenu .x-panel-bwrap .x-panel-body .gwt-Hyperlink a:link {
	text-decoration: none;
	  color: #666666;
 }
 
#navigationMenu .x-panel-bwrap .x-panel-body .gwt-Hyperlink a:visited {
	text-decoration: none;
	color: #666666;
 }

 #navigationMenu .x-panel-bwrap .x-panel-body .gwt-Hyperlink a:hover {
	text-decoration: underline;
 }



/* **********************************************************************
   Generic
   ********************************************************************** */

.errMsg {
	font-weight: bold;
	color: red;
}	




/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.gwt-ListBox {
	font-size: 10px;
}

.gridHeader {
	white-space: normal;
}

/* this makes textfields turn pink if they are read only */
div.MegaEntryTextField input[readonly], .MegaEntryReadOnlyField input {
	background: #FFCCCC;
}

div.MegaEntryTextField input[disabled], .MegaEntryDisabledField input {
	background: #CCCCCC;
}

/* can't figure out how to do the same for pull-down menus yet */

/* misc styles */
.MegaEntryPopupField {
	background-image: url("images/popup-trigger.gif") !important;
}

.agm-grid .x-grid3 td.x-grid3-hd
{ border: solid 1px #000; border-bottom:none; }