@charset "UTF-8";


/*basic settings*/

body {
	margin: 0px;
	padding: 0px;
}

form table br p div {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	line-height: 3em;
	background-color: #003366;
	text-align: center;
}

h2 {
}

h3 {
}

/*space settings*/
.spaceV20 {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*common*/

#maincontainer {
	background-color: #FFFFFF;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}

#main_bg {
	background-color: #CCCCCC;
}

/*loginpage settings*/

#login_maincontainer {
	background-color: #FFFFFF;
/*	width: 500px; */
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	height: 120%;
	padding-bottom: 20px;
	font-size: 1.5em;
}

#loginbox {
	width: 24em;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#loginbox table {
	font-size: 1em;
}
#loginbox td {
	padding: 15px;
}
#loginbox #txtbox {
	width  : 140px;
}
#loginbox input,button {
	font-size: 100%;

}


/*tabledecolation*/
.tablelineG {
	background-color: #999999;
	text-align: left;
}
.tablelineG td {
	background-color: #FFFFFF;
}
th {
	background-color: #9999ff;
	font-weight: normal;
}
