@charset "utf-8"; 

/* MIMETYPE="text/css" */

body {
	background-color: white ; 
}

/**
	// Doesn't work with Firefox 33.0 or before for Mac,
	// works with Google Chrome:
	family-name: Textile;
**/
/**
	// Works with Firefox 33.0 or before for Mac, 
	// works with Google Chrome: 
	font-family: Textile; 
**/
@font-face
{
	font-family: Textile ;
	src: url(../font/Textile.ttf) ; 
}


.togglebtn, .openbtn {
	background-color: green ; 
}
.closebtn {
	background-color: green ; 
}
.togglebtn, .openbtn, .closebtn {
	height: 20px ; 
	width: 40px ; 
	color: white ; 
} 

.normallyclosed {
	display: none ; 
	/** hidden: "hidden" ; */  
}

.normallyopen {

}

.normallyclosed, .normallyopen {

}

table {
	border: 2px solid black ;  
	cellspacing: 1px ; 
} 
th, td {
	border: 2px ridge #555 ;  
}

table table {
	border: none; 
} 

th, theader, tbody { 
	font-size: small ; 
}

/* 
	width: 670px; 
	width: 720px ; 
*/
fieldset {
	max-width: 720px ; 
	width: 400px ; 
} 

th>input {
	font-family: inherit ; 
	font-style: inherit ; 
	font-weight: inherit ; 
	font-size: inherit ; 
	width: inherit ; 
	height: inherit ; 
}

fieldset .legend, 
fieldset>legend, 
fieldset>legend>.legend, 
fieldset>legend>input
{
	font-family: inherit ; 
	font-style: inherit ; 
	font-weight: bold ; 
	font-size: inherit ; 
}
	
.header {
	width: 730px ; 
	padding: 7px ; 
	border: 1px ridge black ; 
	margin: 3px ; 
} 

input[type:button], button {
	font-weight: bold ; 
	font-family: serif ; 
}


#dataEntryFieldset table {
	background-color: white ; 

}


