@charset "utf-8";
/* CSS Document */

/* Generic Tags */
html {
    height: auto;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:none;
	height:100%;
}

table {
	font-size:12px;
}

legend {
	border:1px solid #060;
	background-color:#99C191;
	Color:white;
	padding:2px;
	margin-bottom:15px;
}

fieldset {
	border:1px solid #294823;
	padding:0px 0px 0px 0px;
	
}

form {
	margin:0px;
	padding:0px;
}

/*Global ID's*/

#page-wrapper {
	height: auto;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

#page {
	width:810px;
	margin:2px auto;
}

#header {
	width:800px;
	display:table;
	padding-top:6px;
}

#footer {
	width:800px;
	padding:15px 0px 25px 0px;
	float:left
}

#logo {
	width:165px;
	float:left;
	display:block;
}

#loginHeader {
	display:block;
	width:260px;
	height:48px;
	float:right;
}

#loggedEntity {
	width:365px;
	float:left;
	text-align:center;
	color:#333;
	font-weight:700;
	display:block;
	line-height:43px;
}

#loggedUser {
	color:#666;
	text-decoration:none;
	width:260px;
	height:20px;
	float:right;
}

#logout {
	color:#666;
	text-decoration:none;
	width:260px;
	height:18px;
	float:right;
}

#login {
	color:#666;
	text-decoration:none
	width:260px;
	height:22px;
	float:right;
	text-align:right;
	margin-right:5px;
}

#content {
	display:table;
	width:800px;
	margin-top:3px;
}

#homeBtn, #paymentBtn, #transactionsBtn, #reportsBtn, #dashboardBtn {
	width:142px;
	float:left;
	padding:3px;
	display:none;
}
	

#dlgOrderSuccessful {
	display:none;
}

#titleArea {
	width:800px;
	height:48px;
	float:left;
}

#menuArea {
	margin-top:4px;
	padding:3px;
	width:792px;
	height:34px;
	float:left;
	background:url("/styles/css/custom-theme/images/ui-bg_gloss-wave_35_99c191_500x100.png") repeat-x scroll 50% 50% #99C191;
	border:1px solid #294823;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
}

#footArea {
	margin-top:3px;
	padding:3px;
	width:792px;
	float:left;
	background:url("/styles/css/custom-theme/images/ui-bg_gloss-wave_35_99c191_500x100.png") repeat-x scroll 50% 50% #99C191;
	border:1px solid #294823;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	height:1px;
}

#Help_Transactions {
	display:inline;	
}
/* Generic Classes */
.button {
	background-color:#99C191;
	color:#FFF;
	height:30px;
	text-align:center;
	vertical-align:middle;
	text-shadow:#999;
	width:75px;
	margin-right:10px;

}
.title{
	color:#666666;padding:0px 5px 5px 5px;
}

.toprightlinks {
	color:#666;
	text-decoration:none;	
}

.prompt {
	width:125px;
	text-align:right;
	float:left;
	margin:4px 5px 0 0;
}

.aleft {
	width:45%;
	float:left;
	text-align:left;
}

.aright{
	width:55%;
	float:left;
	text-align:right;
}

.input {
	margin:1px 0 1px 0;

}
.udf {
	width:275px;
}

.user {
	float:right;
	text-align:right;
	border-top:1px solid #CCC;
	width:250px;
	margin-top:2px;
	padding:1px;
}

.transPrompt {
	width:200px;
	text-align:right;
	float:left;
	padding:3px;
	color:#999;
}
.transValue {
	padding:3px;
	width:75px;
	float:left;
	text-align:right;
	Color:#000;
	font-weight:bold;
}
.payOpts {
	margin-left:100px;		
}
.cFee {
	width:50px;
	float:left;
}
.tableHeader {
	color:#6a914b;
	text-align:left;
}
.tableNumbers {
	text-align:right;
	width:50px;
}
.tableTotals {
	font-weight:700;
}
.whiteTitle {
	color:#FFF;
	font-weight:700;
}
.fieldsetTitle {
	padding-bottom:5px;
	background-color:#99C191;
	color:#FFF;
	font-weight:700;
	padding:2px;
	margin-bottom:10px;
	background:url("/styles/css/custom-theme/images/ui-bg_gloss-wave_35_99c191_500x100.png") repeat-x scroll 50% 50% #99C191;
	display:block;
	height:15px;
}

.content-area {
  border: 1px solid #294823;	

}

.page-title {
	display:block;
	color:#666666;
	font-size:17px;
	padding:5px;
	font-weight:700;
}

.hidden {display:none}

.inline {display:inline}