/* CSS Document */
html {
	background-color: #000000;
}
html, body {
	margin: 0; padding: 0;
} 
body {
	background-color: #000000;
	margin-bottom: 0;
	margin-top: 0;
}
#myContainer {
	background-color: #000000;
}
#ft {
	background-image: url(../img/footer_bg2.jpg);
	background-color: transparent;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
}
#doc2 #hd {
	background-color: #003333;
}
#doc2 #hd #logo {
	background: transparent url(../img/head_logo.jpg) no-repeat scroll left center;
	margin-left: 30px;
	height: 180px;
}
#doc2 #hd .yuimenubar {
	background: transparent url(../img/navmenu_bg.jpg) repeat-x scroll 0 0;
	height: 52px;
	border: none;
}
#doc2 #hd .yuimenubar ul {
	margin-left: 20px;
}
#doc2 #hd .yuimenubaritem {
	margin-bottom: 11px;
	margin-top: 15px;
	height: 26px;
	border: none;
}
#doc2 #hd .yuimenubaritem a:hover {
	color: #333333;
}
#doc2 #hd .yuimenubaritemlabel {
	color: #FFFFFF;
	border: none;
	margin: 0 0; /* cause to move menu item left by -1 */
	padding-right: 10px;
	font-size: 1em;
	font-weight: bold;
}
#doc2 #hd .yuimenubaritemlabel-hassubmenu {
	background: none;
}
#doc2 #bd {
	background-color: #FFFFFF;
	padding-top: 15px;
	/* height: 700px; */
}
#doc2 #hd #topnav {
	text-align: right;
	position:relative;
	color: #AAAAAA;
	right:10px;
	top:10px;
}
#doc2 #hd #topnav a {
	text-decoration: none;
	font-size: 89%;
	color: #FFFFFF;
}
.skip, .hideme, .print {
	position:absolute;
	left:-32768px;
	top:-32768px;
}
#doc2 #bd div.yui-b#nav {
	float: left;
	width: 17%;
	padding-left: 10px;
}
#doc2 #bd div.yui-b#nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #004276;
}
#doc2 #bd div.yui-b#nav li {
	list-style-image: url(../img/red.carrot1.png);
	vertical-align: middle;
	list-style-position: outside;
} 
#doc2 #bd #yui-main {
	float: right;
	width: 80%;
	margin-right: 10px;
}
#doc2 #bd #yui-main .first {
	float: left;
	width: 80%;
	padding-left: 12px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
#doc2 #bd #yui-main .second {
	float: right;
	width: 15%;
}
#mainmid .entryscreen {
	margin-top: 40px;
	float: right;
}
#mainmid .tl {
	background: transparent url(../img/mid-green.png) no-repeat scroll left top; 
	float: left;
	height: 15px;
	width: 15px;
}
#mainmid .tr {
	background: transparent url(../img/mid-green.png) no-repeat scroll right top; 
	height: 15px;
	margin-left: 15px;
}
#mainmid .m {
	background: transparent url(../img/mid-green_m.png) repeat-y scroll right top;
	margin-left: 15px;
	padding-right: 15px;
	color: #003333;
}
#mainmid .m > div {
	background: transparent url(../img/mid-green_m.png) repeat-y scroll left top; 
	padding-left: 15px;
	margin-left: -15px;
	/* padding-bottom: 1px; */
	width: 100%;
} 
#mainmid .m div h3 {
	font-size: 1.1em;
	margin: 0;
}
/* #mainmid .m > div h3 span { */
#mainmid .m div h3 span {
	background: transparent url(../img/person_icon.png) no-repeat scroll left top; 
	padding-left: 20px;
}
#mainmid .bl {
	background: transparent url(../img/mid-green.png) no-repeat scroll left bottom; 
	float: left;
	height: 20px;
	width: 15px;
}
#mainmid .br {
	background: transparent url(../img/mid-green.png) no-repeat scroll right bottom;
	position: relative;
	height: 100%;
	/* width: 400px; */
	height: 20px;
	margin-left: 15px;
}
/* form */
form input {
	maxlength: 50;
}
#form-quickentry .form-maininput {
	border: medium none;
	padding: 0;
}
#form-quickentry .form-maininput p {
	/* margin-bottom: 5px; */
	margin-right: 5px;
}
#submitbutton {
	width: 130px;
}
#submit #submitbutton {
	/* width: 128px; */
	width: 100%;
}
#gender {
	/*margin-left: 10px;*/
	font-size: 9pt;
}
.ministry,.area,.stateprovince,.country {
	width: 140px;
}
.entryscreen .entrytable,.entryscreen .entrytable table {
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
	width: 160px;
}
.entryscreen .entrytable tbody td {
	border-bottom: none;
}
.entryscreen .entrytable th, .entryscreen .entrytable td {
	padding: 0;
}
p, fieldset, table, pre {
	margin-bottom: 0;
}
th,td {
	border: none;
}
.margintop {
	margin-top: 13px;
	line-height: 1.2em;
}
.marginbottom {
	margin-bottom: 13px;
}
.marginright {
	margin-right: 10px;
}
input {font-size: 9pt;}
/* stupid microsoft fixes */
* html .glabel { margin-left: 0 }
* html .glabel LABEL { text-indent: 0 }
