﻿body {
	/* font: normal 10pt Questrial, sans-serif; */
	padding: 0px;
	margin: 0px;
	background-color: #F6FBFE;
	color: #000000;
}


.error {
	padding: 0px;
	margin: 0px;
	/* font-family: Questrial, sans-serif; */
	font-size: large;
	color: Red;
	background-color: white
}


.vaTop {
	vertical-align: top
}

.Grid {
	border: solid 1px black
}

.Grid td {
	border: solid 1px black;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	text-align: left;
}


.GridHeader {
	background: #6E778A;
	color: White;
	border: solid 1px black;
}

.GridItem {
	background: #56b6de;
}

.GridAltItem {
	background: white;
}




.menu {
	/* font-weight: bold; */
	color: #000000;
	background: #CECECE;
}

.menuitem {
	color: #000000;
	padding-right: 7px;
	padding-left: 7px;
}

.menuselected {
	background: rgb(250, 191, 58);
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	box-shadow: 2px 2px 2px #7e7e7e2f;

}

.SpaceRow {
	height: 4px;
}

.Head1 {
	color: #2388D4;
	font-size: small;
	/* font-family: Questrial, sans-serif; */
	vertical-align: bottom
}

.TableWidth {
	width: 800px;
}

.rad {
	font-size: xx-small;
	font-style: normal;
	/* font-family: Questrial, sans-serif; */
	border: thick solid #2388D4;
	background-color: white;
	vertical-align: top;
}

.rad>tbody>tr>td {
	padding: 1px 6px 1px 6px;
}

.radgray {
	font-size: xx-small;
	font-style: normal;
	/* font-family: Questrial, sans-serif; */
	border: thick solid #6E778A;
	background-color: white;
	vertical-align: top;
}

.radgray>tbody>tr>td {
	padding: 1px 6px 1px 6px;
}


.notes {
	font-size: small;
	font-style: normal;
	/* font-family: Questrial, sans-serif; */
	border: thin solid black;
	background-color: white;
	vertical-align: top;
}




.style1 {
	width: 900px;
}

.button {
	font-size: 20px;
	background: #56b6de;
	color: White;

}

.fontNormal {
	font-size: small;
	font-style: normal;
	/* font-family: Questrial, sans-serif; */
}


.fontSmall {
	font-size: small;
}


.lightBlueBackGround {
	background-color: #CEE7FF;
}

input:Focus {
	background-color: rgb(250, 191, 58);
}


textarea:Focus {
	background-color: rgb(250, 191, 58);
}


input[type="checkbox" i] {
	margin-right: 5px;
}

input[type="radio" i] {
	margin: 0px 5px 0px 5px;
}