﻿body {
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    font-size: 10pt;
	margin: 0px;
}

/* login page */

.logo {
	xmargin: 35px;
	max-width: 100%;
}


.login_main {
	position: relative;
	box-sizing: border-box;
	width: 46em;
	max-width: 99%;
	min-height: 24em;
	border: 2px solid #007749;
	margin: 5em auto;
	padding: 35px;
	xbackground-color: #f0f4cc;
	background-image: url('Images/kaingagraphic.png');
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: 360px 210px;
}

.login_main h1 {
	float: none;
	text-align: left;
	margin: 0px 0px 35px 0px;
	font-size: 20pt;
}

.login_main h2 {
	text-align: left;
    font-size: 16pt;
    margin: 0px;
}

.login_form {
	margin: 35px 0px 0px 0px;
	width: 20em;
	max-width: 100%;
}

.login_form label {
    font-weight: bold;
    color: #48A23F;
}

.login_form input {
    width: 12em;
	max-width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.5em;
}

.login_error {
	box-sizing: border-box;
	color: #D25C3C;
	font-weight: bold;
}


@media only screen and (max-width: 600px) {
	.login_main {
		margin: 0.1em auto;
	}
}

@media only screen and (max-width: 250px) {
	.login_main {
		padding: 20px;
	}
	.login_main h2 {
		font-size: 12pt;
	}

}


	/* header */

div.header {
	margin: 27px 0px;
}

div.header h1 {
	margin: 10px 0px 0px 0px;
	float: right;
	color: #48A23F;
}

	div.header .logo {
		vertical-align: middle;
		margin: 0px 35px 0px 0px;
		width: 240px;
	}

	/* misc */

	div.content {
		display: inline-block;
		width: 980px;
		margin: 0px 27px;
		text-align: left;
	}

	a {
		text-decoration: none;
		font-weight: bold;
	}

	p.info {
		font-size: 14pt;
		color: #66cccc;
		font-weight: bold;
		font-style: italic;
		clear: both;
	}

	ul.sitemenu {
		margin-top: 2em;
		padding: 0px;
	}

		ul.sitemenu li {
			list-style: none;
			margin-top: 1em;
		}

			ul.sitemenu li input {
				vertical-align: middle;
				width: 48px;
				margin-right: 1em;
			}

	.tar {
		text-align: right;
	}


	/* buttons */

	.buttons {
		width: 170px;
		padding-left: 10px;
		float: right;
		z-index: 10;
		position: relative;
	}

		.buttons p {
			margin-top: 0px;
			margin-bottom: 1em;
		}

		.buttons input {
			width: 100%;
		}

		.buttons input, .gsn_button {
			margin-bottom: 5px;
			padding: 0.3em 1em;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

			.buttons input[type=submit], .gsn_button {
				background-color: #48A23F;
				color: #ffffff;
				border: none;
				font-weight: bold;
				cursor: pointer;
				white-space: normal;
			}


	/* menu */

	ul.menu {
		width: 100%;
		background-color: #666666;
		padding: 0px;
	}

		ul.menu:after {
			content: '';
			display: block;
			clear: both;
		}

		ul.menu li {
			list-style: none;
			margin: 0px;
			padding: 0px;
			display: inline-block;
			float: left;
		}

		ul.menu a {
			display: inline-block;
			padding: 0.5em 1em 0.5em 1em;
			color: #ffffff;
		}

			ul.menu a:hover {
				background-color: #999999;
			}

			ul.menu a.current {
				background-color: #333333;
			}


	/* tables */

	.gsn_table {
		border-spacing: 0px;
		border-collapse: collapse;
		min-width: 980px;
		margin: 0px auto 2em auto;
		background-color: #ffffff;
		text-align: left;
	}

		.gsn_table th, .gsn_table td {
			padding: 5px 10px;
			margin: 0px;
		}

		.gsn_table thead tr, th.gsn_subsection2 {
			background-color: #ffcc66;
			text-align: left;
			font-size: 10pt;
		}

		.gsn_table thead a {
			text-decoration: none;
		}

		.gsn_table tbody {
			font-size: 8pt;
		}

			.gsn_table tbody tr:nth-child(even) {
				background-color: #eeeeee;
			}

	th.gsn_subsection {
		text-align: center;
		color: #0000ff;
		background-color: #e6e6fa;
		padding: 1em;
	}

	td.gsn_subsection {
		padding: 1em;
		background-color: #d3d3d3;
	}

	.colsubtotal, .coltotal {
		text-align: right;
		font-weight: bold;
	}

	.coltotal {
		font-size: 120%;
		color: #0000ff;
	}

	.gsn_table img {
		vertical-align: middle;
	}

	.gsn_table input[type=text], .gsn_table textarea {
		width: 100%;
	}

	.gsn_table .gsn_button {
		padding: 0.2em 1em;
		margin: 1px 0.5em;
	}


	/* filters */
	.gsn_filters {
		font-size: 10pt;
		text-align: right;
	}

		.gsn_filters p {
			margin-top: 0px;
		}

	div.gsn_filters {
		float: right;
		margin: 1em 0px 1em 1em;
	}


	/* Edit form */

	ul.editform .haserror input, ul.editform .haserror select {
		border-color: #D25C3C;
		outline: 1px solid #D25C3C;
	}

	ul.editform li > span {
		display: none;
	}

	ul.editform .haserror > span {
		display: inline-block;
		color: #D25C3C;
		font-weight: bold;
		font-size: 80%;
	}

	ul.editform {
		list-style: none;
		padding-left: 14em;
		position: relative;
	}

		ul.editform label {
			position: absolute;
			left: 0px;
			padding: 3px 0.5em 0px 0px;
			width: 14em;
			text-align: right;
			box-sizing: border-box;
		}

	div.checkbox {
		display: inline-block;
	}

	ul.editform .checkbox label {
		position: static;
		padding: 0px;
		width: auto;
		vertical-align: middle;
	}

	ul.editform table label {
		position: static;
		padding: 0px 0.5em 0px 0px;
		width: auto;
	}

	ul.editform input[type=text], ul.editform input[type=password], ul.editform input[type=email], ul.editform select {
		margin: 0.1em 0px;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.editform input {
		vertical-align: middle;
	}

	ul.editform td {
		box-sizing: border-box;
		padding: 0.1em 0.5em;
		min-width: 10em;
	}

		ul.editform td:first-child {
			padding: 0.1em 0px;
		}

	/* Messages */
	.gsn_msg {
		display: none;
		padding: 0.5em 1em;
		margin: 1em 0px;
		width: 980px;
		box-sizing: border-box;
	}

	.msgError {
		display: block;
		color: #dd0000;
		border: 1px solid #dd0000;
		background-color: #ffeeee;
	}

	.msgSuccess {
		display: block;
		color: #009900;
		border: 1px solid #009900;
		background-color: #eeffee;
	}

