/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
body {
	direction: rtl;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}
.tabTitle{
	background: LimeGreen;
	color:black;
	text-align: right;
	border-style: solid;
	border-color: black;
    }
	
.tableStyle{
	border-style: solid;
	border-color: black;
	}

	
.tabRow{
	border-style: solid;
	background: white;
	color:black;
    border-color: black;
	}
	
.tabRow2{
	background:Green;
	color:white;
	border-style: solid;
	border-color: black;
	}

.errorLabel {
	font: italic;
	color: red;
	font-size: small;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;	
	direction: rtl;	
}

.dialogVPanel {
	margin: 5px;
}

.tableContent {
	background-color: black;
	border: 1px;
	border-color: black;
	border-style: solid;
}

.tableContent tr td {
	background-color: rgb(179, 208, 3);
	padding-left: 10px;
	padding-right: 10px;
}

.BigMessage {
	font-family: sans-serif;
	font-style: normal;
	font-size: 20pt;
}

.serverResponseLabelError {
	color: red;
}

.titleBanner {
	background-image: url("top8.jpg");
	position: absolute;
	top: -20px;
	right: 0px;
	width: 1003px;
	height: 116px;
	direction: rtl;
}

.titleMenu {
	background-image: url("bg_menu.gif");
	position: absolute;
	top: 96px;
	right: 0px;
	width: 1003px;
	height: 35px;
	direction: rtl;
}

#titleMenuItems {
	position: absolute;
	top: 96px;
	right: 240px;
	width: 763px;
	height: 35px;
	direction: rtl;
}

#titleMenuItems a {
	float: right;
	height: 27px;
	padding-top: 8px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding-right: 9px;
	padding-left: 9px;
}

#titleMenuItems a:hover {
	background: rgb(133, 182, 40);
}

#titleMenuItems #seperator {
	float: right;
	margin-top: 3px;
	height: 29px;
	width: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background: black;
}

ul#sideMenuItems {
	position: absolute;
	padding: 5px;
	margin: 10px;
	list-style-type: none;
	top: 200px;
	right: 24px;
	width: 100%;
	height: 400px;
	direction: rtl;
}

#sideMenuItems li a {
	margin-top: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding-right: 9px;
	padding-left: 9px;
}

.insideCenter {
	background-image: url("inside_center.jpg");
	position: absolute;
	top: 131px;
	right: 0px;
	width: 1003px;
	height: 413px;
	direction: rtl;
}

.continue {
	background-image: url("inside_cont.gif");
	position: absolute;
	top: 544px;
	right: 0px;
	width: 1003px;
	bottom: 0px;
	direction: rtl;
}

#login {
	position: absolute;
	top: 100px;
	right: 20px;
	height: 100px;
	width: 200px;
	color: black;
	direction: rtl;
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

#pageTitle {
	
	position: absolute;
	top: 175px;
	right: 266px;
	width: 1003px;
	height: 30px;
	direction: rtl;
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#pageContent {
	position: absolute;
	top: 215px;
	right: 266px;
	width: 737px;
	bottom: 40px;
	direction: rtl;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}