@CHARSET "US-ASCII";

html {
	font-family: "Helvetica, Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

body {
	background-image: url('images/background.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 0;
	color: black;
	direction: ltr;
	margin: 0;
	padding: 0;
}

a:link {
	color: #fc650c;
} /* unvisited link */
a:visited {
	color: #fc650c;
} /* visited link */
a:hover {
	color: #fc650c;
} /* mouse over link */
a:active {
	color: #fc650c;
} /* selected link */
.dockPnl {
	background-color: #ffffff;
}

.headerPnl {
	background-color: black;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: white;
	font-size: 15px;
}

.loginText {
	font-size: 15px;
}

.footerPnl {
	background-color: #64abe3;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-top: none;
	border-bottom: none;
	font-size: 13px;
}

.footerPnl a:link {
	color: white;
}

.footerPnl a:visited {
	color: white;
}

.footerPnl a:hover {
	color: white;
}

.footerPnl a:active {
	color: white;
}

.homePnl {
	background-color: #64abe3;
	border-left: 2px solid black;
	border-right: 2px solid black;
	min-height: 400px;
}

.contentPnl {
    background-color: #f0f2f1;
    border-bottom: 2px solid black;
    margin-top: 30px;
}


.profilePnl {
    margin-top: 20px;
}

.mainLayout {
	margin-left: 30px;
	margin-top: 30px;
}

.welcomePnl {
	background-color: #ffffff;
	font-size: 17px;
	color: black;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 5px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px
}

.publicContent {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 150px;
    padding-bottom: 100px;
    min-height: 400px;
}

.welcomeTitle {
	font-size: 29px;
}

.welcomeContent {
	margin-left: 0.64cm;
	margin-bottom: 0cm;
	line-height: 150%;
	color: #ff6700;
}

.registrationPnl {
	background-color: #fc650c;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 5px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 17px;
}

.registrationPnl input {
	border: 0.5pt solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10pt;
	height: 24pt;
	margin: 0;
	padding: 0;
	space: 0;
	width: 250px;
}

.registrationLbl {
	padding-bottom: 3px;
	padding-top: 5px;
}

.registrationTitle {
	font-size: 29px;
}

.registration-Button {
	font-size: 15px;
	color: white;
	background-color: #853200
}

.conection-Button {
	font-size: 15px;
	color: white;
	background-color: #fc650c
}

.gwt-MenuBar .gwt-MenuItem {
	cursor: default;
	color: white;
}

.gwt-MenuBar-vertical {
	margin-top: 0px;
	margin-left: 0px;
	background: #FC650C;
}

/* tablayoutpanel */
.gwt-TabPanelBottom {
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	overflow: hidden;
	padding: 6px;
}

/* tabbar */
.gwt-TabLayoutPanel { #
	padding-top: 2px;
	background-color: #64abe3;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
	background-color: #64abe3;
	height: 100%;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
	height: 100%;
	cursor: pointer;
	color: black;
	background-color: #fc650c;
	margin-left: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
	height: 100%;
	font-weight: bold;
	cursor: default;
	color: black;
	background-color: #f0f2f1;
	padding-right: 50px;
	padding-left: 50px;
}

.gwt-TabLayoutPanelTab .gwt-TabLayoutPanelTabInner,.gwt-TabLayoutPanelTab-selected .gwt-TabLayoutPanelTabInner
	{
	height: 100%;
	padding-top: 4px;
}

.receipt {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 35px;
	margin-left: 25px;
}