/* 
    Document   : dystargwt.css
    Created on : 03.09.2009, 09:32:39
    Author     : dformhal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#appreach {
	margin-left: 10px;
	width: 585px;
}

.right {
	text-align: right;
}

.reachPnlFilter {
	border: 1px solid #009f3d;
	background-color: #65c289;
	color: white;
	padding: 5px;
}
.reachPnlFilter TD {
	background-color: #65c289;
	color: white;
}

.reachPnlCatInfo {
	border: 1px solid #009f3d;
	background-color: #65c289;
	color: white;
	padding: 5px;
}
.reachPnlCatInfo TD {
	background-color: #65c289;
	color: white;
}

.pnlProductSelect TD {
	color: blue;
}

.pnlProductRow TD {
	padding-top: 3px;
}


.catheader {
	height: 30px;
	margin-top: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.pleasewait {
	border: 1px solid #009f3d;
	background-color: #65c289;
	height: 30px;
	width: 285px;
	margin-left: 150px;
	margin-top: 40px;
	padding-top: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.gwt-Button {
	font-size: 10px;
	width: 80px;
}
