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


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

.header_adminStyle{
	  font-family: Tahoma, Verdana, sans-serif;
	  font-size: 20px;
	  font-weight: bold;
	  overflow: hidden;
}

body{
	background: white;
	font-family: Verdana;
}
.header{
	font-size: 15px;
	font-weight: bold;
}
.data{
	font-size: 13px;
	font-weight: normal;
}
.mediumdata{
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}
.granddata{
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}
.gridcellheader{
	font-size: 15px;
	font-weight: bold;
	
}
.gridcellbasestyle{
	background-color: yellow;
}
.errornotification{
	color:red;
	font-weight: bold;
}
.successnotification{
	color:green;
	font-weight: bold;
}

.amounttitle{
	font-size: 15px;
	font-weight: bold;
}
.amountvalue{
	font-size: 15px;
	font-weight: bold;
	color: gray;
	text-align: right;
}
@media print
{
	pb {page-break-before:always}
}
.appheaderstyle{
	color: #0B4499;
	font-size: 20px;
	font-weight: bold;
}
.break { page-break-before: always; }

.textItemDisabled,
.selectItemTextDisabled {
  background-color: white;
  border: 1px solid #ababab;
  color: black;
}

.formTitleDisabled {
    color: black;
}

.headerTitleDisabled, .headerTitleSelectedDisabled {
    color: black;
}

.textItemFocused,
.selectItemTextFocused {
	border-color: black;
	background-color: #005CB8;
	border-stype: solid;
	border-width: 1px;
	color: white;
}

#anubha .circle {
	background-color: #EEEEEE;
    border-radius: 15px 15px 15px 15px;
    /*margin-right: 10px;
    margin-top: 5px;
    padding: 10px;*/
    width: 25%;
    text-align: center;
}
#anubha td{
	padding-top: 10px;
	font-weight: bold;
}

.largeComboBox {
  display: block;
  font-size: 20px;
}

.gridHeaderbasestylePurchase{
	font-size: 10px;
	font-weight: bold;
	background-color: #F4A460;
}

.gridHeaderbasestyleReco{
	font-size: 10px;
	font-weight: bold;
	background-color: #40E0D0;
}

.gridHeaderbasestyle2A{
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFF00;
}

.gridHeaderbasestyle2B{
	font-size: 10px;
	font-weight: bold;
	background-color: #90EE90
;
}