/*
** Contents can be pulled into html file as a string to speed up load time
*/

.dropTitle {
	float:left;font-family:Gill Sans MT,Bitstream Vera Sans,sans-serif;
    font-size:22px;
    line-height:32px;
    color:#404040;
}
.textBlock {
	font-family:Gill Sans MT,Bitstream Vera Sans,sans-serif;
	font-size:11px;
	line-height:16px; text-align:justify;
	padding-left:10px; padding-right:10px;
}

.Website {
	text-align:center;
}

.Default {
	background-color: LightSteelBlue;
}

.ButtonLayout {
	background-color: LightSteelBlue; /*DarkSeaGreen*/
}

.Yellow {
	background-color: LemonChiffon; /*GreenYellow, PaleGreen*/
}

.ProjectsControlForm {
	/*border-bottom: 1px dashed black;*/
}


/* gwt seems to rename this 'stretchmgButton' and 'stretchImgButtonOver' */
.AddOneButton {
	font-style: italic;
	font-weight: bold;
	color: red;
}

.RefreshButton {
	
}

.Unsaved {
	background-color: yellow;
}

.Outline {
	border-style: ridge;
	border-width: 5px;
	border-color: yellow;
}

.OutlineRed {
	border-style: ridge;
	border-width: 5px;
	border-color: red;
}

/* border-style:ridge; */ /* Crib notes:
  .class { }
     #id { }
       p { }     // <element type p>
  p.info { }     // all p elements w class name of 'info'
   .info { }     // any element type with classname of 'info'
       * { margin:0; padding:0; }   // universal

.tabTitle {
background-color:SkyBlue;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
 border: 1px solid SkyBlue;
}
*/