/* eTutor.css */

/* -------------------------------------------------------------------------
generic font names : serif, sans-serif, cursive, fantasy, monospace 
Use one of the below to select best out of available font on Windows, Mac or Linux Browsers
	font-family: "Trebuchet MS", Helvetica, FreeSans, sans-serif;
	font-family: Arial, "Nimbus Sans L"
	font-family: "Arial Black"
	font-family: "Times New Roman", Times, FreeSerif;
	font-family: Verdana, Kalimati;
	font-family: "Courier New", "Nimbus Mono L";

font sizes: xx-small,x-small,small,medium,large,x-large,xx-large
	font-size: xx-large;
-------------------------------------------------------------------------*/

body { 
	background-image: url("bkmat.gif");
	background-repeat: repeat-x, repeat-y, round;
}

p {
	font-family: "Trebuchet MS", Helvetica, FreeSans, sans-serif;
}

/*Screen Layout Plan-------------------------------------------------------------------------*/
#header {
	background-color: #e2e393;
	text-align: center;
	border: 3px double gray;
}
#left {
	float: left;
	min-width: 20%;
	padding-left: 1%;
	border: 3px double red;
/* 	min-height: 30em;*/ 
/*	height: 100%;*/

}
#center {
	float: left;
	min-width: 50%; 
	padding-left: 1%;
	border: 3px solid black;
	background-color: #EEEEEE;
/*	min-height: 30em;*/ 
}
#right {
	float: left;
	min-width: 20%;
	padding-right: 1%;
	border: 3px double blue;
/*	min-height: 30em;*/ 
}
#footer {
	border: 1px black solid;
	float: left;
	min-width: 100%;
	clear: both;
	text-align: center;
	padding-right: 1%;
	border-top: 3px double green;
}

.loginBoxHomePage{
/*	min-width:15em;*/
/*	min-height: 6em;*/
	border: 5px outset blue;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
}

/* Form Layout Plan -------------------------------------------------------------------------*/
form{
	border: 5px outset blue;
}

fieldset {
	background-color: #AAAAFF;
/*	min-width:250px;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}

legend {
/*	min-width:96%;*/
	font-size: medium;
	text-align: center;
}

label {
	clear: left;
	float: left;
/*	min-width: 5em;*/
	text-align: right;
	margin-right: .5em;
}

input {
	float: left;
	background-color: #CCCCFF;
/*	min-width:10em;*/
}

button {
	float: left;
	clear: both;
/*	min-width: 10em;*/
	margin-left: 7em;
	margin-top: 1em;
	background-color: #0000CC;
	color: #FFFFFF;
}
