/** Add css rules here for your application. */


.noChange{
  color:black;
}

.positiveChange{
 	color: green; 
}

.negativeChange{
	color:red;
}


.tabBar {
}
.tabBar .tabBarFirst {
 width: 100px; 
}
.tabBar .tabBarRest {
}
.tabBar .tabBarItem {
 margin-left: 100px;
 padding: 3px 6px 3px 6px;
 cursor: pointer;
 cursor: hand;
 color: black;
 font-weight: bold;
 text-align: center;
 background: #ffffff;
}
.tabBar .tabBarItem-selected {
 cursor: default;
 background: #ffffff;
}
.tabBar .tabBarItem-disabled {
 cursor: default;
 color: #ffffff;
}
.tabPanel {

 	font-size: 13px;
}
.tabPanelBottom {
 border-color: #ffffff;
 border-style: solid;
 border-width: 10px 10px 10px;
 overflow: hidden;
 padding: 6px;
 font-size: 13px;
}

.modalDialog {
  background:transparent url('images/mask.png') repeat scroll 0 0;
  position:absolute;
  width:100%;
  height:100%;
}

.homePageTitle{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 16px 3px 10px 3px;
  text-align: left;
}

.homePageContact{
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 16px 3px 10px 3px;
  text-align: left;
}

.homePageText{
	margin-left:40px;
	font-size: 13px;
}

.homePageTextClick{
	margin-left:10px;
	font-size: 13px;
}

.tabPageTitle,
.projectTabPageTitle,
.projectTabPageLowerTitle,
.helpPageTitle{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 16px 3px 10px 3px;
  text-align: left;
}

.helpPageTitle {
	height:24px;
}

.HomePanel {
	height:680px;
	*height:678px;
	width:750px;
}

.projectTabPageTitle {
  margin-bottom: 40px;
}

.tabPageTitle-helpIcon,
.projectTabPageTitle-helpIcon,
.projectTabPageLowerTitle-helpIcon{
	cursor:pointer;
}

.projectTabPageLowerTitle{
  margin-top: 100px;
}

.textboxLabel {
 	text-align: right;
 	margin: 5px 10px 5px 10px;
 	width: 100px;	
 	font-size: 13px;
}

.textboxLabelMedium {
 	text-align: right;
 	margin: 5px 10px 5px 10px;
 	width: 130px;	
 	font-size: 13px;
}

.textboxLongLabel {
 	text-align: right;
 	margin: 5px 10px 5px 10px;
 	width: 200px;	
 	font-size: 13px;
}

.textboxShort {
	width: 40px;
	margin-top:4px;
}

.textboxShort-Invalid {
	border: 2px solid red;

}

.lineItemTitle{
	font-size:small;
	font-weight:bold;
	margin:0 10px 0 5;
	font-size: 13px;
}

.listBox {
	margin-top:4px;
	width: 149px;
}

.lineItem,
{
	margin-left:40px;
	font-size: 13px;
}

.textboxUnits
{
	text-align: left;
 	margin: 3px 10px 5px 10px;
 	width: 30px;
 	font-size: 13px;
}

.panelDescription {
	width: 250px;
}

.panelInternal,
.helpPanel {
	margin: 10px;
	background:white;
}

.helpPanel{
	width:500px;
	height:400px;
	padding:8px;
	border:2px solid #91beee;
	position:absolute;
	left:250px;
	top:100px;
}

.rollover{
	height:20px;
	padding:0px;
}

.disclosurePanelContents
{
	width:300px;
	font-size:13px;
}

.helpPageContents{
	height:250px;
	font-size: 13px;
}

.CloseHelpButton{
	width:465px;
	height:12px;
	text-align:right;
	font-size:10px;
	cursor:pointer;
}

.gridRowLabel {
	font-size: 13px;
	width: 150px;
}

.gridColumnLabel {
	font-size: 13px;
	text-align: center;
	width:130px;
}

.dontShow {
	font-size:0px;
	width : 0px;
	visibility: hidden;
	height : 0px;
}

.boringButton
{
	font-size:13px;  
	margin: 4px;
  	cursor: pointer;
  	width:auto;
   	overflow:visible;
   	padding:0 5px;
	text-decoration:none;
	display:block;
	float:left;
	background-position:0 -48px;
	color:#000000;
	text-shadow:1px 1px 3px #BBBBBB;
	height:24px;
	line-height:24px;
	background: url("images/hborder.png") repeat-x 0px -27px;
  	border: 1px outset #ccc;
}

.link
{
	font-size:14px;  
}

.boringButton:hover {
  border-color: #9cf #69e #69e #7af;
}
.boringButton[disabled] {
  cursor: default;
  color: #888;
}
.boringButton[disabled]:hover {
  border: 1px outset #ccc;
}

/*Extensions to existing GWT type styling... */

.gwt-TextBox {
	margin-top:2px;
}

.gwt-TextBox-Invalid {
	border: 2px solid red;

}
.gwt-RadioButton {
	font-size: 13px;
	margin:4px;
}

.gwt-html {
	font-size: 13px;
}

.gwt-TabBarItem{
	height: 18px;
}

.gwt-TabPanelBottom {
	layout:absolute;
	height:536px;	
	*height:553px;
	overflow: auto;
}

.gwt-Label{
	font-size:13px;
}

/** 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;
}

