body {
	font-family:verdana,arial;
}
#sidenav, #ft, #hd {
	background-color: #9dc73f;
}
#hd {
	padding: 0px;
	border: solid 1px #000;
	border-bottom: none;
	height: 105px;
	overflow: none;
	background: #9dc73f url(/Idiom/Registration.nsf/caf/wui/skin/idiom/idiomlogo.gif);
	background-repeat: no-repeat;
}
#hd img {
	padding: 0px;
	margin: 0px;
}
#bd {
	border: solid 1px #000;
	border-top: none;
}
#sidenav {
	min-height: 400px;
	border: solid 1px #000;
	border-top: none;
	border-bottom: none;
}
#ft {
	margin-top: 75px;
}
fieldset {
	margin: 5px;
}
label {
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	color: #3e3e3e;
}
.errLabel {
	color:red;
	display:block;
}
.loginTitle {
	background-color: #5f6468;
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
}
.loginTitle h2 {
	font-size: 1.5em;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-top:  1px solid #000;
}
.subtitle {
	background-color: #5f6468;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
.subtitle h2 {
	font-size: 1.5em;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-top:  1px solid #000;
}
/* Data entry and form related */
td.label {
	text-align:right;
	width:250px;
	padding: 2px;
}
td.field {
	padding: 2px;
	/*width:400px; */
	width: 450px;
}
tt, input, select {
	font-family:verdana,arial;
}
input {
	padding: 2px;
}
input:focus{
	outline:none;
	background-color:#F3FFCF;
}
select.textbox {
	border: solid 1px #aaaaaa;
}
.textbox {
	border: solid 1px #aaaaaa;
	width: 300px;
}
textarea:focus{
	outline:none;
	background-color:#F3FFCF;
}
#osx-modal-content, #osx-modal-data {display:none;}
/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}
/* Container */
#osx-container {background-color:#eee; color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777; font-size:.9em;}

