html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.testBanner {
	float: left;
	margin: 15px 35px;
	font-weight: bold;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	color: red;
}

.banner {
	background-color: #FFFFFF;
	width: 100%;
	border-color: #e7e7e7;
	top: 0;
	border-width: 0 0 1px;
	right: 0;
	left: 0;
	padding: 3px;
}

.pageName {
	font-size: 1.2em;
	line-height: 1.45em;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-bottom: 5px;
	border-bottom: : 1px solid #829ac6;
}

.footer {
	text-align: center;
	height: 30px;
	font: 14px Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: white;
}

.footer-base {
	text-align: center;
	height: 30px;
	font: 14px Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
	font-weight: bold;
	padding-top: 3px;
}

/* #F93 */
/* #C60 */
#cssmenu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 3px;
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans',
		'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica,
		sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
}

#cssmenu ul {
	background: #ff9933;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
}

#cssmenu ul li {
	position: relative;
	float: left;
	padding: 0px 0px 0px 15px;
}

#cssmenu li a {
	color: #000;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 8px;
	text-align: center;
	text-decoration: none;
}

#cssmenu li a:hover {
	background: #cc6600;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
}

#cssmenu ul li:hover a {
	background: #cc6600;
	color: #FFFFFF;
	text-decoration: none;
}

#cssmenu ul li.disabled a:hover, #cssmenu ul li.disabled a {
	color: lightgray;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 8px;
	text-align: center;
	text-decoration: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#cssmenu li ul {
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 200px;
	z-index: 200;
}

#cssmenu li:hover ul {
	display: block;
}

#cssmenu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background: #ff9933;
	/*this is where the rounded corners for the dropdown disappears*/
}

#cssmenu li:hover li a {
	background: none;
}

#cssmenu li ul a {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}

#cssmenu li ul a:hover, #cssmenu li ul li:hover a {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background: #cc6600;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
}

#cssmenu ul li.loginUser {
	float: right;
	padding: 0 0;
	margin: 0 15px 0 0;
}

#cssmenu ul li.loginUser span {
	padding: 0 0;
	line-height: 35px;
}

#dijit_Toolbar_0 {
	display: hidden;
}

p>label:first-child {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	padding-right: 35px;
	text-align: right;
	width: 135px;
}

.btnSubmit {
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff8cc
		), color-stop(1, #f0af48));
	background: -moz-linear-gradient(top, #fff8cc 5%, #f0af48 100%);
	background: -webkit-linear-gradient(top, #fff8cc 5%, #f0af48 100%);
	background: -o-linear-gradient(top, #fff8cc 5%, #f0af48 100%);
	background: -ms-linear-gradient(top, #fff8cc 5%, #f0af48 100%);
	background: linear-gradient(to bottom, #fff8cc 5%, #f0af48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8cc',
		endColorstr='#f0af48', GradientType=0);
	background-color: #fff8cc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333 !important;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 6px 24px;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #ffee66;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.btnSubmit:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0af48
		), color-stop(1, #fff8cc));
	background: -moz-linear-gradient(top, #f0af48 5%, #fff8cc 100%);
	background: -webkit-linear-gradient(top, #f0af48 5%, #fff8cc 100%);
	background: -o-linear-gradient(top, #f0af48 5%, #fff8cc 100%);
	background: -ms-linear-gradient(top, #f0af48 5%, #fff8cc 100%);
	background: linear-gradient(to bottom, #f0af48 5%, #fff8cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0af48',
		endColorstr='#fff8cc', GradientType=0);
	background-color: #f0af48;
}

.btnSubmit:active {
	position: relative;
	top: 1px;
}

.btnSubmit:disabled {
	-moz-box-shadow: inset 0px 1px 0px 0px gray !important;
	-webkit-box-shadow: inset 0px 1px 0px 0px gray !important;
	box-shadow: inset 0px 1px 0px 0px gray !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, lightgray
		), color-stop(1, gray)) !important;
	background: -moz-linear-gradient(top, lightgray 5%, gray 100%) !important;
	background: -webkit-linear-gradient(top, lightgray 5%, gray 100%) !important;
	background: -o-linear-gradient(top, lightgray 5%, gray 100%) !important;
	background: -ms-linear-gradient(top, lightgray 5%, gray 100%) !important;
	background: linear-gradient(to bottom, lightgray 5%, gray 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lightgray',
		endColorstr='gray', GradientType=0) !important;
	background-color: lightgray !important;
	border: 1px solid lightgray !important;
	color: gray !important;
	text-shadow: 0px 1px 0px lightgray !important;
}

input:focus, textarea:focus, button:focus, select:focus {
	outline: none;
}

.legend {
	margin: 0px 0px 10px 0px;
}

table.display tbody tr td, table.display tbody tr td form {
	text-align: center;
	vertical-align: center;
	margin: 0 0;
	padding: 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.icon-button {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 30px;
	max-height: 30px;
	cursor: pointer;
	margin: 0 0;
	padding: 0 0;
}

th {
	font-size: 14px;
}

.arrangeLeft {
	padding: 0 0;
	margin: 0 0;
	/* 	float:left !important; */
	text-align: left !important;
}

.arrangeCenter {
	padding: 0 0;
	margin: 0 0;
	float: center !important;
	text-align: center !important;
}

.panel-transparent {
	background: none;
	border: none;
	display: table !important;
	margin: 0 auto;
}

.panel-transparent .panel-heading {
	width: 100%;
}

.table-borderless tbody tr td, .table-borderless tbody tr th,
	.table-borderless thead tr th {
	border: none !important;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:last-child {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group input{
	display: table-cell !important;
	position: relative !important;
    z-index: 2 !important;
    float: left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    margin: 0 !important;
}

.input-group-addon {
	margin: 0 !important;
    background-color: #F7F9FA !important;
    padding: 8px 6px !important;
    border: 6px solid #F7F9FA !important;
    border-radius: 3px !important;
    color: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 6px 12px !important;
    text-align: center !important;
    width: 1% !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
	display: table-cell !important;
}