body { /*background-image:url(../images/bg.jpg) !important; background-repeat:repeat; */
	margin: 0;
	padding: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
form {
	margin: 0 0 18px
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 27px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #eee
}
legend small {
	font-size: 13.5px;
	color: #999
}
label, input, button, select, textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px
}
input, button, select, textarea {
	font-family: 'Nunito Sans', sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
	color: #333
}
input, textarea, select, .uneditable-input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.uneditable-textarea {
	width: auto;
	height: auto
}
label input, label textarea, label select {
	display: block
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
*margin-top:0;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	border: 0 \9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
input[type="image"] {
	border: 0
}
input[type="file"] {
	width: auto;
	padding: initial;
	line-height: initial;
	background-color: #fff;
	background-color: initial;
	border: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
input[type="button"], input[type="reset"], input[type="submit"] {
	width: auto;
	height: auto
}
select, input[type="file"] {
	height: 28px;
*margin-top:4px;
	line-height: 28px
}
input[type="file"] {
	line-height: 18px \9
}
select {
	width: 220px;
	background-color: #fff
}
select[multiple], select[size] {
	height: auto
}
input[type="image"] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
textarea {
	height: auto
}
input[type="hidden"] {
	display: none
}
.radio, .checkbox {
	min-height: 18px;
	padding-left: 18px
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px
}
.controls>.radio:first-child, .controls>.checkbox:first-child {
	padding-top: 5px
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle
}
.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
	margin-left: 10px
}
input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-ms-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}
input:focus, textarea:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6)
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.input-mini {
	width: 60px
}
.input-small {
	width: 90px
}
.input-medium {
	width: 150px
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
color:#b94a48;
border-color:#ee5f5b
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
border-color:#e9322d;
-webkit-box-shadow:0 0 6px #f8b9b7;
-moz-box-shadow:0 0 6px #f8b9b7;
box-shadow:0 0 6px #f8b9b7
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
*zoom:1
}
.form-actions:before, .form-actions:after {
	display: table;
	content: ""
}
.form-actions:after {
	clear: both
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025)
}
:-moz-placeholder {
color:#999
}
::-webkit-input-placeholder {
color:#999
}
.help-block, .help-inline {
	color: #555
}
.help-block {
	display: block;
	margin-bottom: 9px
}
.help-inline {
	display: inline-block;
*display:inline;
	padding-left: 5px;
	vertical-align: middle;
*zoom:1
}
.input-prepend, .input-append {
	margin-bottom: 5px
}
.input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
	position: relative;
	margin-bottom: 0;
*margin-left:0;
	vertical-align: middle;
	-webkit-border-radius: 0 2px 12px 0;
	-moz-border-radius: 0 2px 12px 0;
	border-radius: 0 2px 12px 0
}
.input-prepend input:focus, .input-append input:focus, .input-prepend select:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus {
	z-index: 2
}
.input-prepend .uneditable-input, .input-append .uneditable-input {
	border-left-color: #ccc
}
.input-prepend .add-on, .input-append .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc
}
.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.input-prepend .active, .input-append .active {
	background-color: #a9dba9;
	border-color: #46a546
}
.input-prepend .add-on, .input-prepend .btn {
	margin-right: -1px
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	-webkit-border-radius: 12px 0 0 3px;
	-moz-border-radius: 12px 0 0 3px;
	border-radius: 12px 0 0 3px
}
/* Icons */
[class^="icon-"], [class*=" icon-"] {
display:inline-block;
width:14px;
height:14px;
*margin-right:.3em;
line-height:14px;
vertical-align:text-top;
background-image:url("../images/glyphicons-halflings.png");
background-position:14px 14px;
background-repeat:no-repeat
}
[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
*margin-left:0
}
.icon-user {
	background-position: -168px 0;
	margin-top: 3px;
}
.icon-lock {
	background-position: -287px -24px;
	margin-top: 3px;
}
/* Button */ 
.btn {
	display: inline-block;
*display:inline;
	padding: 4px 10px 4px;
	margin-bottom: 0;
*margin-left:.3em;
	font-size: 13px;
	line-height: 18px;
*line-height:20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
*background-color:#e6e6e6;
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
*border:0;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
filter:progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom:1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05)
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
*background-color:#d9d9d9;
	box-shadow: #ccc 0px 0px 2px;
	color: #000;
}
.btn:active, .btn.active {
	background-color: #ccc \9
}
.btn:first-child {
*margin-left:0
}
.btn:hover {
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05)
}
/* login page */
.logo-strip {
	text-align: center;
    padding: 27px 0 10px 0;
    margin-right: 50px;
}
.login_page {
	margin: 40px 40px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.login_page .login_box {
	width: 380px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	margin-bottom: 10px
}
.login_page .top_b {
	text-align: center;
	text-shadow: 0 0px 1px #3c5103;
	font: 100 18px/42px 'PT Sans', sans-serif;
	height: 42px;
	padding: 0 20px;
	background-color: #6b812d;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	font-size: 15px;
	color: #FFFFFF;
}
.login_page .cnt_b {
	padding: 20px 0;
	width: 67%;
	margin: 0 auto
}
.login_page .btm_b {
	padding: 5px 10px;
	border-top: 1px solid #e7e7e7;
	background: #f3f3f3;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px
}
.login_page .links_b {
	font-size: 11px;
	text-align: center
}
.login_page .linkform {
	float: left;
	font-size: 11px;
	line-height: 30px;
}
.login_page .linkform a {
	text-decoration: none;
	color: #94812e;
}
.login_page .linkform a:hover {
	text-decoration: underline;
	color: #94812e;
}
.login_page .btnform {
	float: right;
}
.links_btm_old {
	text-align: center !important;
	font-size: 11px;
	color: #999999;
}
.links_btm {
	bottom: 2%;
	color: #000;
	font-size: 12px;
	position: fixed;
	right: 1%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 99;
}
.formRow {
	margin: 10px 0 0 0;
}
.cl {
	clear: both;
}
.btn {
	outline: none !important;
}
