@charset "UTF-8";
/* CSS Document */

/* LAYOUT */
form {margin:0; }
input,select {
	border: 1px solid;
	border-color: #94c1e8;
	background-color: #ffffff;
}
input:focus,textarea:focus, select:focus {
	background-color: #fff;
	border-color: #abc3d7;
}
input[disabled='disabled'] { background-color:#f5f5f5; }
ul#navbar li {float:left;}
	
#doc3 {margin:10px auto; }
#header {padding-left:10px;}
#adminBar {text-align:right; padding-right:10px; padding-bottom:5px; }
#quickSearchBar {text-align:right; padding-right:10px; }

.searchField {
	border-color: #6fb0e4;
	background-color: #f6fafd;
}
input.autocomplete { background-color:#f1f1f1;; font-style:oblique;}
img.hideHandle {cursor:pointer; position:absolute; left:0px; margin-top:1px;}
#ajaxErrors ul {text-align:left;margin-left:10px;}
#ajaxErrors ul li { list-style-type:disc; font-size:100%; padding-top:2px; padding-bottom:2px;}
img.cursor {cursor:pointer;}
.clear {clear:both;}

/* TYPOGRAPHY */
body {font-size:77%; color:#444; }
h2 {font-size: 120%; font-weight:bold; color:#000; }
h5 {font-weight:bold; font-size:100%; font-variant:small-caps;margin-bottom:5px;}
h5.uline, h6.uline {border-bottom:2px solid #ddd;padding-bottom:5px;margin-bottom:8px;}
h6 {font-size: 90%; font-weight:bold;margin-bottom:5px;}
strong {font-weight:bold; }
em {font-style:oblique; }
optgroup { font-family:Arial;font-style:normal; background-color:#abc3d7; font-size:90%}
optgroup option {background-color:#fff; font-size:110%; }
.terminalnode { color: red; }
a:link, a:visited, a.body:link, a.body:visited, span.link { color: #0b578f; cursor:pointer; text-decoration:underline; }
a:hover, span.link:hover {text-decoration:none;}
a.utilsLink:link, a.utilsLink:visited {
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 3px;
}
a.jsLink {
	color:#444;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 3px 0px;
}
a.jsLink:hover {
	text-decoration:underline;
}

.button {
	border: 1px solid;;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 1px;
	border-color: #abc3d7;
	background-color: #ecf1f4;
	color: #000;
	background-image: url(/css/moogle/i/bgBtn.gif);
	padding:1px 3px;
	}
	
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {
	color: #fff;
	background-image: none;
	cursor:pointer;
	font-weight: normal;
	background-color: #4e8ccf;
	border-color: #4e8ccf;
	}
.button[disabled], .button[disabled]:hover {
	border-color: #c1c1c1;
	background-color: #f0f0f0;
	color: #000;
	background-image: url(/css/moogle/i/bgBtnGray.gif);
	cursor:default;
	}

/* CONTEXT BAR */
#contextBar {
	font-size:90%;
	color: #444;
	background-color: #f4f9fc;
	padding-left: 10px;
	border-top: 2px solid #0046ad;
	border-bottom: 2px solid #abc3d7;
	vertical-align: middle;
}

#contextBar a { color: #444444; }
#contextBar a:hover { color: #000000; }

/* NAVBAR */
#navbar {margin-top:5px;}
.yui-skin-sam a.yuimenubaritemlabel { cursor:pointer; }

/* SIDEBAR */
#sideBar {
	padding: 15px 15px 0 15px;
	border-right:2px solid #ccc;
}
#sideBar h5 {
	color:#666;
	font-weight:bold;
	margin-bottom:4px;
}
#sideBar ul li {
	float:none;
}
/* MAINCONTENT */
#mainContent {
	padding:15px 10px 0 30px;
}

/* LOCATION BAR */
#locationBar { margin-bottom:15px; border:1px solid #666; background-color:#f5f5f5; padding:5px 8px; }
#locationBar.deceased {background-color:#999;}

/* TABS */
div.tabs {margin-bottom:15px;}

/* VIEW FIELDSET */
table.viewfieldset { border-bottom:2px solid #ABC3D7; width:100%; margin-bottom:30px;  }
.viewfieldset th {background-color:#f6f6f6; text-align:right; padding-right:5px;font-size:90%; font-weight:bold;}
.viewfieldset th.horizontal {text-align:left;}
.viewfieldset td {padding-left:3px;}
.viewfieldset th, .viewfieldset td {border-bottom:1px solid #CBDAE6; padding-top:2px; padding-bottom:2px; vertical-align:text-bottom; }
td.rowchange,th.rowchange,tr.rowchange td, tr.rowchange th { background-color:pink; }

/* EDIT FIELDSET */
table.editfieldset { width:100%; margin-bottom:10px; }
.editfieldset th, span.th { text-align:right; padding-right:5px;font-size:90%; font-weight:bold;}
.editfieldset th.horizontal {text-align:left;}
.editfieldset td {padding-left:3px; text-align:left;}
.editfieldset th, .editfieldset td {padding-top:4px; padding-bottom:4px; vertical-align:text-bottom; }
.editfieldset input {padding-left:2px; padding-right:2px;}

span.expandcontract { cursor:pointer; }

/* RESULTSETS */
table.resultset { width:100%;border:1px solid #abc3d7;margin-left:1px; }
.resultset th {
	font-size:90%;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px 4px 5px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #cccccc;		
	border-bottom: 1px solid #cccccc;
	background:#ebebed;
}
#searchresults tr:hover td {background-color:#ebebeb;}
#searchresults td {
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	vertical-align: middle;
	border-bottom:1px solid #CBDAE6;
}

#searchTabs > div > div {padding:10px;}
#selectOverlay ul li { border-bottom:1px solid #4E8CCF; padding:5px;}
#selectOverlay ul li:hover {background-color:#fff; cursor:pointer; text-decoration:underline;}

/* SUBMENU */
.subMenu {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
	background-color: #fff;
	border-bottom:1px solid #cbdae6;
	border-top:2px solid #cbdae6;
	color: #444444;
}
	
ul.subMenu li {
	list-style: none;
	background-color: #fff;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #cbdae6;
	padding: 3px 3px 3px 6px;
	font-size:90%;
}

ul.subMenu li:hover {
	background-color: #ecf1f4;
	color: #000;
	cursor:pointer;
}		

ul.subMenu li span {
	display: block;
	border: 0px;
	text-decoration: none;
	text-align: left;
	padding: 3px 3px 3px 6px;
}

ul.subMenu li span:hover { color: #000; background-color: #ecf1f4; }
ul.subMenu li a {text-decoration:none; color:#444;}

.yui-calcontainer {z-index:300;}

/* SWFYUI UPLOADER */
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;

}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/lib/swfupload/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}