﻿
body
{
	font-family: Verdana;
	font-size: 11px; /* border-bottom-style: inset;              //text-shadow: aquamarine;             //box-shadow: aliceblue;*/
	border-radius: 3px;
	
}
legend
{
	font-weight: bold;
	font-size: 12px;
}
A:link
{
	color: Black;
}
A
{
	text-decoration: none;
}
A:visited
{
	color: Black;
}
A:hover
{
	color: white;
}
A:active
{
	color: white;
}
.style1
{
	width: 113px;
}


.Grid
{
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse: collapse;
	font-family: Verdana;
	color: #474747;
	font-size: 11px;
}
.GridSelectedRowStyle
{
	background-color: rgba(86, 153, 153, 0.42);
}
.Grid td
{
	padding: 2px;
	border: solid 1px #c1c1c1;
}
.Grid td input
{
	width: 98%;
}
.Grid td Select
{
	width: 98%;
	height: 20px;
	padding: 0px;
}
.Gridth
{
	padding: 4px 2px;
	color: #fff;
	background: rgb(0, 163, 163);
	border-left: solid 1px #525252;
	font-size: 12px;
}
.Grid .alt
{
	background: #fcfcfc;
}
.Grid .pgr
{
	background: rgb(0, 163, 163);
}
.Grid .pgr table
{
	margin: 3px 0;
}
.Grid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: normal;
	color: #fff;
	line-height: 12px;
	font-size: 14px;
}
.Grid .pgr a
{
	color: #000;
	text-decoration: none;
}
.Grid .pgr a:hover
{
	color: White;
	text-decoration: none;
}
label
{
	margin-left: 4px;
	font-weight: normal;
}
.menuButton
{
	background-color: rgb(7, 113, 113);
	text-align: center;
	width: 115px;
	padding: 3px;
	font-family: Verdana;
	font-size: 13px;
	border-radius: 8px;
}
.input
{
	font-family: Verdana;
	font-size: 11px; /* border-bottom-style: inset;              //text-shadow: aquamarine;             //box-shadow: aliceblue;*/
	border-radius: 3px;
	height: 20px;
	padding: 1px;
	margin: 2px;
}

.select
{
	font-family: Verdana;
	font-size: 11px;
	border-radius: 3px;
	height: 20px;
	margin: 2px;
}
.menu
{
	z-index: 105;
	position: absolute;
	background-color: transparent;
	height: 38px;
	top: 75px;
	left: 1%;
}
.body
{
	z-index: 101;
	position: absolute;
	top: 160px;
	left:5%;
    right:4%;	
	
}
.btnSmall
{
	background-image: url(./images/Button.png);
	border-bottom-style: none;
	border-right-style: none;
	background-color: transparent;
	width: 99px;
	font-family: Verdana;
	border-top-style: none;
	height: 32px;
	color: aliceblue;
	font-size: 11px;
	border-left-style: none;
	cursor: hand;
	font-weight: normal;
	  -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
}
.btnBig
{
	background-image: url(./images/BigButton.png);
	border-bottom-style: none;
	border-right-style: none;
	background-color: transparent;
	width: 125px;
	font-family: Verdana;
	border-top-style: none;
	height: 32px;
	color: aliceblue;
	font-size: 11px;
	border-left-style: none;
	cursor: hand;
	font-weight: normal;
	  -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.btnBig a:link
{
	color: aliceblue;
}

.btnBig a:visited
{
	color: aliceblue;
}

.menuLink
{
	font-size: 15px;
	font-weight: normal;
}


.completionList
{
	border-radius: 5px;
	z-index: 201;
	border: solid 1px Gray;
	margin: 0px;
	padding: 3px;
	height: 120px;
	overflow: auto;
	background-color: #FFFFFF;
}
.listItem
{
	color: #191919;
}
.itemHighlighted
{
	color: rgb(253, 253, 253);
	background-color: darkcyan; /*rgb(112, 190, 190); 	 }