/* jAtomStyle.css */
html, body {
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
	/*	height: 100%;
	 width: 100%;*/
	overflow: hidden; /* hide vertical scroll bar */
}
.TFChkBox {
	cursor: pointer;
	font-weight: bold;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:1px;
	border: #808080 1PX SOLID;
	color:DarkRed;
	font-size: 11px;
}
button {
	border-radius: 3px;
	border: #808080 1PX SOLID;
	cursor: pointer;
	font-weight: bold;
	outline: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: rgb(210,200,200);
	color: minGray;
	/*background: linear-gradient(White, #beb4b4);
	 font-weight: 700;
	 font-size: 13px;*/
}
button:disabled {
	opacity: 0.6;
	cursor: default;
}

.gradientBut {
	border-radius: 5px;
	border: #808080 1PX SOLID;
	font-weight: bold;
	cursor: pointer;
	text-align: CENTER;
	outline: 0;
	color: #606060;
	background-color: #A0A0A0;
	background: linear-gradient(White, #beb4b4);
	margin-right:5px;
}
.gradientBut:hover {
	/*background-color: red;
	background: linear-gradient(#ffff00, Yellow);*/
	background: linear-gradient(White, Cyan);
}
.gradientBut:disabled {
	opacity: 0.6;
	cursor: default;
	background: linear-gradient(White, #beb4b4);
}
.gradientBut2 {
	border: Transparent 1PX SOLID;
	cursor: pointer;
	border-radius: 5px;
	text-align: CENTER;
	outline: 0;
	background-color: #D3D3D3;
	/*background: linear-gradient(White, #beb4b4);
	 background: linear-gradient(White, #A9A9A9);*/
	color: #4b4b4b;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.gradientBut2ON {
	border: Blue 1PX SOLID;
	cursor: pointer;
	border-radius: 5px;
	text-align: CENTER;
	outline: 0;
	background-color: #D3D3D3;
	background: linear-gradient(White, White);
	color: #4b4b4b;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.gradientBut2:hover {
	background-color: #FFFF00;
}
.gradientBut2:disabled {
	opacity: 0.6;
	cursor: default;
	background: linear-gradient(#D3D3D3, #D3D3D3);
}

.fields {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-Style: normal;
	color: Blue;
	background-color: WhiteSmoke;
	border: #A9A9A9 1PX SOLID;
	border-radius: 3px;
	margin-top: 3px;
	padding: 2px;
}
textarea {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4b;
	background-color: WhiteSmoke;
	border: #A9A9A9 1PX SOLID;
	border-radius: 3px;
	margin-top: 3px;
	padding: 3px;
}
.fields2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding: 2px;
	/*font-weight: normal;
	 font-Style: normal;*/
	color: #0000FF;
	width: 250px;
	border: Gray 1px solid;
	background-color: transparent;
	margin-bottom: 2px;
	border-radius: 3px;
}
.fields3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	padding: 2px;
	/*font-weight: normal;
	 font-Style: normal;*/
	color: #0000FF;
	width: 250px;
	border: Gray 1px solid;
	background-color: transparent;
	margin-bottom: 2px;
	border-radius: 3px;
}
.label2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-Style: italic;
	color: #4b4b4b;
}
label {
	margin-top: 3px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #4b4b4b;
}
.labels {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-Style: italic;
	color: #4b4b4b;
}

.buttonOff {
	/*  margin-top: 6px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: CENTER;
	color: DimGray;
	background-color: LightGray;
	border: Silver 1PX SOLID;
	outline: 0;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*border-radius: 6px;
	background: linear-gradient(#dcdcdc, Gray);
	 HEIGHT: 10%;
	 width: auto;
	 cursor: HAND;*/
}
.buttonOff:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.buttonOff:disabled:hover {
	opacity: 0.6;
	cursor: not-allowed;
	background-color: LightGray;
	color: DimGray;
}

.buttonOff:hover {
	background-color: DodgerBlue;
	color:White;
}

.buttonOn {
	/*  margin-top: 6px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: CENTER;
	color: rgb(0,0,0);
	background-color: White; /*rgb(106,181,255);*/
	border: #000000 1PX SOLID;
	outline: 0;
	/*border-radius: 6px;
	background: linear-gradient(#c8ffff, Cyan);
	 HEIGHT: 10%;
	 width: auto;
	 cursor: HAND;*/

}

.buttonOff2 {
	/*  margin-top: 6px;*/
	font-family: Comic Sans MS;
	font-size: 13px;
	font-weight: 500;
	text-align: CENTER;
	color: #505050;
	background-color: Silver;
	border: #0000ff 0PX SOLID;
	height: 25px;
	width: 350px;
	outline: 0;
	display: inline;
	border-radius: 6px;
	/*background: linear-gradient(#dcdcdc, Gray);
	 HEIGHT: 10%;
	 width: auto;
	 cursor: HAND;*/
}

.buttonOn2 {
	/*  margin-top: 6px; */
	font-family: Comic Sans MS;
	font-size: 13px;
	font-weight: 700;
	text-align: CENTER;
	color: rgb(0,0,255);
	background-color: White; /*rgb(106,181,255);*/
	border: #000000 1PX SOLID;
	height: 26px;
	width: 350px;
	outline: 0;
	display: inline;
	border-radius: 6px;
	background: linear-gradient(white, Gray);
	/*	HEIGHT: 10%;
	 width: auto;
	 cursor: HAND;*/
}
.buttonHover2 {
	/*	border-top-color: White;
	 background: #ffffc8;*/
	background: linear-gradient(#c8ffff, Gray); /* Standard syntax */
	font-family: Comic Sans MS;
	font-size: 13px;
	font-weight: 500;
	text-align: CENTER;
	color: #505050;
	background-color: Silver;
	border: #0000ff 0PX SOLID;
	height: 25px;
	width: 350px;
	outline: 0;
	display: inline;
	border-radius: 6px;
}
table {
	border-collapse: collapse;
	cursor: default;
}
table, th, td {
	padding: 5px;
	border: 1px solid #808080;
	font-size: 11px;
}
th {
	color: #ffffff;
	background-color: #546d8e;
}
tr {
	background-color: WhiteSmoke;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

