/* CSS Document */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

.ntext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
.ntext-button-red-small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    background: #FF0000;
    width: 65px;
    padding: 9px;
	border: 1px solid black;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-button-red-medium {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    background: #FF0000;
    width: 120px;
    padding: 9px;
	border: 1px solid black;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-button-blue-small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    background: #003399;
    width: 65px;
    padding: 9px;
	border: 1px solid black;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-button-blue-small:hover {
    background: #277BFF;
}
.ntext-button-blue-medium {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    background: #003399;
    width: 120px;
    padding: 9px;
	border: 1px solid black;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.ntext-button-blue-large {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
    background: #003399;
    width: 300px;
    padding: 10px;
	border: 1px solid black;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.ntext-button-green-small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    background: #66BB40;
    width: 60px;
    padding: 9px;
	border: 1px solid black;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-button-green-medium {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    background: #66BB40;
    width: 120px;
    padding: 9px;
	border: 1px solid black;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.ntext-button-green {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
    background: #66BB40;
    width: 100%;
    padding: 10px;
    letter-spacing: 1px;
    border: none;
    color: #fff;
	border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.ntext-red {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: red;
}

.ntext-form {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
    background: #FFFFFF;
    width: 100%;
    padding: 9px;
    border: none;
    color: #000;
	border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-form-noborder {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
    background: #FFFFFF;
    width: 100%;
    padding: 10px 10px 2px 10px;
	box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #DFDFDF;
}

.ntext-form-noborder-small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
    background: #FFFFFF;
    width: 50px;
    padding: 10px 10px 2px 10px;
	box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #DFDFDF;
}

.ntext-form-noborder-medium {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
    background: #FFFFFF;
    width: 150px;
    padding: 10px 10px 2px 10px;
	box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #DFDFDF;
}

.ntext-form-small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
    background: #FFFFFF;
    width: 60px;
    padding: 9px;
    border: none;
    color: #000;
	border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-form-medium {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
    background: #FFFFFF;
    width: 100px;
    padding: 9px;
    border: none;
    color: #000;
	border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.ntext-form-search {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
    background: #FFFFFF;
    background: #fff url(/icons/search.png) no-repeat 98% center;
	width: 100%;
    padding: 7px;
    border: none;
    color: #000;
	border: 1px solid grey;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
.ntext-form-search-small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
    background: #FFFFFF;
    width: 107px;
    padding: 7px;
    border: none;
    color: #000;
	border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: black;
    background: #003399;
    width: 100%;
    padding: 9px;
    letter-spacing: 1px;
    border: none;
    color: #fff;
	border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.ntext-button-red {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: black;
    background: #FF0000;
    width: 100%;
    padding: 9px;
    letter-spacing: 1px;
    border: none;
    color: #fff;
	border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.ntext-button-small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid green;
	padding: 10px;
	background-color: green;
	height: 35px;
	width: 138px;
}
.ntexttable {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: black;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}

.ntexttabledesc {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	color: black;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}

.insert {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	/*border-color: grey;
	border-style: solid;
	border-width: 1px;*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: px;
	padding-left: 0px;
	list-style : inside square;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
}

.ntexttablebgwhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid black;
	padding: 5px;
	background-color: #fff;
}
.ntextform {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid green;
	padding: 5px;
	background-color: white;
}

.ntextsubmit {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid green;
	padding: 5px;
	background-color: green;
}
.ntextbig {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	color: #000000;
}
.ntextconfirm {
	font-family: Tahoma, Verdana, Arial;
	font-size: 25px;
	font-weight: bold;
	color: black;
}
.ntextconfirm-red {
	font-family: Tahoma, Verdana, Arial;
	font-size: 25px;
	font-weight: bold;
	color: red;
}
.ntextconfirm-green {
	font-family: Tahoma, Verdana, Arial;
	font-size: 25px;
	font-weight: bold;
	color: #3C0;
}
.ntextrow {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ntextrowred {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF0000;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
  	padding: 2px;

}
.ntextrowbggreen {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #eeffee;
}
.ntextrowbgred {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFCCCC;
}
.ntextrowbgblue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #CCCCFF;
}
.ntextrowbgyellow {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #ffffd0;
}
.ntextrowbgorange {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFE8B0;
}
.black_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.60;
  filter: alpha(opacity=60);
}

.white_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index:1001;
  -moz-opacity: 0.9;
  opacity:.90;
  filter: alpha(opacity=90);
}

.menu_content {
  display: none;
  position: absolute;
  top: 100px;
  left: 80px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 18px;
  z-index:1002;
  overflow: auto;
}

.white_content {
  display: none;
  position: absolute;
  top: 30px;
  left: 80px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 18px;
  z-index:1002;
  overflow: auto;
}

.warning-message {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
    background: #FFE1E5;
    padding: 10px;
	border: 1px solid #FFA1A7;
    color: #DE0005;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.info-message {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
    background: #FEF3D6;
    padding: 10px;
	border: 1px solid #FDE480;
    color: #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.go-message {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
    background: #B8FEC2;
    padding: 10px;
	border: 1px solid #00C11B;
    color: #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.ntext select {
	background: #fff;
	width: 150px;
	padding: 9px;
	font-size: 13px;
	height: 37px;
	border: 1px solid black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
}

footer {
	width: 100%;
	left: 0;
	bottom: 0;
	position: fixed;
	background: white;
}

header {
	background: #fff;
	width: 100%;
	top: 0;
	position: fixed;
}

body {
	position: relative;
}

.textbgred {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-right: 5px;
	padding-left: 5px;
}
.textbggreen {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	background-color: #090;
	padding-right: 5px;
	padding-left: 5px;
}
.textbggold {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	background-color: #E6BE00;
	padding-right: 5px;
	padding-left: 5px;
}
.textbggrey {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	background-color: #999;
	padding-right: 5px;
	padding-left: 5px;
}

.textbgblue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	background-color: #458CF8;
	padding-right: 5px;
	padding-left: 5px;
}

.textbgorange {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	background-color: #F8A345;
	padding-right: 5px;
	padding-left: 5px;
}

.textbgwhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
}
