/** 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;
}
body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
    margin: 0px;
}
.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;
}

.customTable {
	cursor: pointer;
	cursor: hand;
}

.tableHeader {
	cursor: pointer;
	cursor: hand;
    border: 1px solid #B3B3B3;
    background: #e4ebf1;
	color: #666;
}

.event-cellNew {
	font-size: 75%;
	border-bottom: 1px solid #666;
	background: #D9E3EC;
	border-top: 1px solid #666;
	padding: 1px 0 1px 10px;
	height: 17px;
}

.mail-SelectedRow {
	color: white;
	background: #4b5876;
}

.custompanel4 {
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
}

.custompanel {
    border: 1px solid #B3B3B3;
    background: #e4ebf1;
	color: #666;
}

.shadowHeader {
	color: #7b8fae;
	font-size: 12pt;
	font-weight: bold;
	text-shadow: #ddd 2px 2px 1px;
	margin: 0;
	padding: 0 0 0 5px;
}

.greyHeaderBorderBottom {
	border-bottom: 1px solid #B3B3B3;
	background: #e4ebf1;
}

.cellTable-Header {
	
}

.custompanel1 {
    border: 1px solid #B3B3B3;
    overflow: auto;
}

.custompanelNoBorder {
	background: white;
	overflow: auto;
}

.custompanel3 {
    border: 1px solid #B3B3B3;
    background: #FFFFFF;
}

.appHeaderNew {
	background: url(./images/head_app_patt_new.png) repeat-x 0px 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.leftBorderOnly {
	border-left: 1px solid #666;
}

.topBorderOnly {
	border-bottom: 1px solid #666;
}

.bottomBorderOnly {
	border-bottom: 1px solid #666;
}

.contentBackground {
	background: url(./images/gradeientBG.png) repeat-x 0px 0px;
}

.statusWindowTable {
    font-size: 8pt;
}

.statusWindowTable td {
    font-size: 8pt;
}

.errorMsgBG {
    border: 1px solid #FF8F00;
    background: #FFF1A8;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	cursor: pointer;
}
.tableHeader1{
	border-top: 1px solid #B3B3B3;
	background: url(./images/stackHeaderbig.png) repeat-x 0px 0px;
}

.usagelinks {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    cursor: hand;
    white-space: nowrap;
    text-decoration: underline;
}