body {
	background-color: #97c61b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #204000;
	text-decoration: none;
}

input {
	border-style: none;
	box-sizing: border-box;
	width: 100%;
	color: #204000;
}

input.text {
	border-style: solid;
	border-width: 2px;
	border-radius: 3px;
	padding: 8px;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFFFFF;
	border-color: #dddddd;
}

div.header{
	border-style: solid;
	border-width: 2px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 18px;
	padding: 2px;
	margin: 0px;
	background-color: #E7FFE0;
	border-color: #97c61b;
	color: #97c61b;
	text-align: center;
}

div.logincontainer {
	min-width: 265px;
	max-width: 530px;
	margin: auto;
}

div.login {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-radius: 4px;
	width: 220px;
	height: 165px;
	padding: 10px;
	margin: 10px;
	float: left;
}

div.loginitem {
	width:100%;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
	padding: 10px;
}

div.pageheader {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	height: 32px;
	margin-bottom: 20px;
}

div.headeritem {
	float: right;
	margin: 4px;
}

div.main {
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #FFFFFF;
        border-radius: 4px;
        width:220px;
        padding: 10px;
        position: fixed;
        top: 10%;
        left: 50%;
        margin-left: -100px;
}

div.menuitem {
        width:100%;
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
        padding: 10px;
}

div.search {
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #FFFFFF;
        border-radius: 4px;
        padding: 10px;
}

div.searchitem {
        width:200px;
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: center
        padding: 10px;
}

table.search {
	white-space: nowrap;
}

div.contacts {
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #FFFFFF;
        border-radius: 4px;
        padding: 10px;
}

table.contacts {
        white-space: nowrap;
}

div.call {
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #FFFFFF;
        border-radius: 4px;
        padding: 10px;
}

.button {
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #97c61b;
	padding: 4px;
	background-color: #97c61b;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
.button:hover {
	background-color: #FFFFFF;
	border-color: #97c61b;
	color: #97c61b;
}
.button:disabled  {
        background-color: #C0C0C0;
        border-color: #C0C0C0;
        color: #FFFFFF;
}

.buttonsmall, button[type="button"].small{
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #97c61b;
	padding: 2px;
	background-color: #97c61b;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.buttonsmall:hover, button[type="button"].small:hover {
	background-color: #FFFFFF;
	border-color: #97c61b;
	color: #97c61b;
}
.link {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #0000FF;
	background-color: transparent;
	text-align: right;
	text-decoration: none;
}
.link:hover {
	color: #97c61b;
}
