@charset "UTF-8";

/* CSS Document */

/* Colors
beige - #E1D8B1
dark blue - #003F74
Light Blue - #5797D6
Red - #740005
Orange - #FE5B00
Brown - #AD9B7F
*/

#rubricSplash ul, #rubricSplash ol, #rubricSplash li, #rubricSplash h1, #rubricSplash h2, #rubricSplash h3, #rubricSplash h4, #rubricSplash h5, #rubricSplash h6, #rubricSplash pre, #rubricSplash form, #rubricSplash body, #rubricSplash html, #rubricSplash p, #rubricSplash blockquote, #rubricSplash fieldset, #rubricSplash input, #rubricSplash table {
	margin: 0;
	padding: 0;
}
.rubricSpace {
	padding-bottom: 3em;
}

#rubricSplash {
 font-family:Arial, Helvetica, sans-serif; 
 font-size:0.9em;
}
#rubricSplash td > ol {
	list-style-type: upper-alpha;
	font-weight: bold;
	margin-left: 1.3em;
}
#rubricSplash ol a {
	color: #FE5B00;
	text-decoration: none;
}
#rubricSplash ol li .locked {
	color: #000;
}
#rubricSplash ol a:hover {
	color: #5797D6;
}
#rubricSplash ol ol {
	list-style: decimal;
	font-weight: normal;
}
#rubricSplash ol ol li:first-child {
	padding-top: 10px;
}
#rubricSplash ol ol li {
	padding-bottom: 8px;
}
#rubricSplash table.data {
	margin: 0px auto 30px;
	width: 100%;
	vertical-align: text-top;
	background: #FFF;
	border: 1px solid #555;
	border-collapse: collapse;
	font-size: 1em;
}
#rubricSplash table.data th {
	width: 25%;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	vertical-align: text-top;
	color: #FFF;
	border-bottom: 3px solid #000;
	background: #003f74;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#rubricSplash table.data td {
	padding: 10px 8px;
	vertical-align: text-top;
	border: 1px solid #555;
}
#rubricSplash table.data td:hover {
	background: #E1D8B1;
}
#rubricNav .cf:before, #rubricNav.cf:after {
	content:"";
	display:table;
}
#rubricNav .cf:after {
	clear:both;
}
/* for IE 6/7 (triggrt hasLayout) */
#rubricNav .cf {
	zoom:1;
}
/*horizontal menu styles */

#rubricNav {
	background:#AD9B7F;
	height:2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#rubricNav ul, #rubricNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
}
#rubricNav ul {
	background:#E1D8B1;
	height:2em;
	width:100%;
}
#rubricNav li {
	position:relative;
}
#rubricNav li a {
	display:block;
	line-height:2em;
	padding:0 1em;
	color:#003F74;
	text-decoration:none;
}
#rubricNav li a:hover, #rubricNav .rubricTopmenu > li:hover > a {
	background:#AD9B7F;
	height:2em;
	padding-top:0.3em;
	position:relative;
	top:-0.3em;
	border-radius:.3em .3em 0 0;
}
#rubricNav .current, #rubricNav a:hover.current, #rubricNav .rubricTopmenu li:hover a.current {
	background:#AD9B7F;
	color:#fff;
	padding-top:0.3em;
	position:relative;
	top:-0.3em;
	border-radius:.3em .3em 0 0;
	border-bottom:.3em solid #AD9B7F;
	cursor:default;
	z-index:999;
}
/*Drop down menu styles*/

#rubricNav ul.rubricSubmenu {
	float:none;
	background:#AD9B7F;
	color::#fff;
	width:auto;
	height:auto;
	position:absolute;
	top:2.3em;
	left:-9000em;
	font-size: 0.9em;
	z-index: 1000;
}
#rubricNav ul.rubricSubmenu li {
	float:none;
}
#rubricNav .rubricTopmenu li:hover ul {
	left:0;
}
#rubricNav ul.rubricSubmenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space:nowrap;
}
#rubricNav ul.rubricSubmenu li:last-child a {
	border-bottom:none;
}
#rubricNav ul.rubricSubmenu li a:hover {
	background:#E1D8B1;
	height:2em;
	padding-top:0.2em;
	top:0;
	border-radius:0;
}


.proficient {
	font-weight: bold;
}

#element ul, #element ol, #element li, #element h1, #element h2, #element h3, #element h4, #element h5, #element h6, #element pre, #element form, #element body, #element html, #element p, #element blockquote, #element fieldset, #element input {
 
	margin: 0;
	padding: 0;
}
#element {
	font-family: Arial, Helvetica, sans-serif;
	font-size::100%;
}
#element ol {
	list-style-type: upper-alpha;
	font-weight: bold;
	margin-left: 1.5em;
}
#element ol a {
	color: #003F74;
	text-decoration: none;
}
#element ol a:hover {
	color: #5797D6;
}
#element ol ol {
	list-style: decimal;
	font-weight: normal;
}
#element ol ol li:first-child {
	padding-top: 10px;
}
#element ol ol li {
	padding-bottom: 5px;
}
#element table caption {
	font-size: 1.5em;
	color: #003F74;
	background: #fff;
	text-align: left;
	padding: 10px 0 20px 0;
	display: table-caption;
}
#element table.data {
	margin: 0px auto 30px;
	width: 100%;
	vertical-align: text-top;
	background: #FFF;
	border: 1px solid #555;
	border-collapse: collapse;
	font-size: 1em;
	line-height: 1.2;
}
#element table.data th {
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	vertical-align: text-top;
	color: #FFF;
	border-bottom: 3px solid #000;
	background: #003f74;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 25%;
}
#element table.data td {
	padding: 10px;
	vertical-align: text-top;
	border: 1px solid #555;
}
/* TABBED CONTENT */

#rubricTabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size::100%;
}

#rubricTabs ul, #rubricTabs ol, #rubricTabs li, #rubricTabs h1, #rubricTabs h2, #rubricTabs h3, #rubricTabs h4, #rubricTabs h5, #rubricTabs h6, #rubricTabs pre, #rubricTabs form, #rubricTabs body, #rubricTabs html, #rubricTabs p, #rubricTabs blockquote, #rubricTabs fieldset, #rubricTabs input {
	margin:0;
	padding:0;
}
#rubricTabs .tabs {
	position: relative;
	min-height: 1000px!important;
	clear: both;
	margin:25px 0;
}
#rubricTabs .tab {
	display: inline-block;
}
#rubricTabs .tab label {
	color:#fff;
	background: #003F7F;
	padding: 10px;
	border: 1px solid #ccc;
	margin-left: -1px;
	position: relative;
	left: 1px;
	border-radius:.3em .3em 0 0;
	border-bottom:.3em solid #5797D6;
	cursor:default;
	font-size:0.9em;
}

#rubricTabs .tab label:hover {
	background: #5797D6;
	/* [disabled]color: #003F74; */
}
#rubricTabs .tab [type=radio] {
	display: none;
}
#rubricTabs .content {
	position: absolute;
	top: 55px;
	background: #fff;
	right: 0;
	bottom: 0;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 1em;
	overflow-y: auto;
}
#rubricTabs [type=radio]:checked ~ label {
background: #E1D8B1;
color: #003F74;
border-bottom: .3em solid #AD9B7F;
z-index: -1;
}
#rubricTabs [type=radio] ~label ~ .content {
display:none;
}

#rubricTabs [type=radio]:checked ~label ~ .content {
display:block;
}

#rubricTabs ol {
	list-style-type: decimal;
	margin-left: 1.5em;
	font-weight: normal;
}
#rubricTabs ol a {
	color: #003F74;
	text-decoration: none;
}
#rubricTabs ol a:hover {
	color: #5797D6;
}
#rubricTabs table.data {
	margin: 0px auto 30px;
	vertical-align: text-top;
	background: #fff;
	border: 1px solid #555;
	border-collapse: collapse;
	font-size: 1em;
	line-height: 1.2;
}
#rubricTabs table.data th {
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	vertical-align: text-top;
	color: #FFF;
	border-bottom: 3px solid #000;
	background: #003f74;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#rubricTabs table.data td {
	padding: 10px;
	vertical-align: text-top;
	border: 1px solid #555;
	font-weight: normal;
	width: 20%;
}
	
#rubricTabs p  {
	font-size: 1em;
	text-align: left;
	padding-top: 10px;
}
#rubricTabs a {
	text-decoration: none;
	color: #003F74;
}
#rubricTabs a:hover, #rubricTabs a:active {
	color: #5797D6;
}

#rubricTabs table caption {
	font-size:1.2em;
	color:#fff;
	background: #5797D6;
	padding: 1em;
	text-align:left;
}
#rubricTabs table.data .alt{
	background: #E1D8B1;
}


/* STYLES FOR RESOURCE TAB */


#rubricResource ul, #rubricResource ol, #rubricResource li, #rubricResource h1, #rubricResource h2, #rubricResource h3, #rubricResource h4, #rubricResource h5, #rubricResource h6, #rubricResource pre, #rubricResource form, #rubricResource body, #rubricResource html, #rubricResource p, #rubricResource blockquote, #rubricResource fieldset, #rubricResource input, #rubricResource table {
	margin: 0;
	padding: 0;
}

#rubricResource {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%
}
#rubricResource table {
	width: 100%;
	text-align: left;
	vertical-align: text-top;
	border-collapse:collapse;
}

#rubricResource th {
	border-bottom: 3px solid #003F74;
	padding: 0px 0px 10px;
	text-align: left;
	vertical-align: text-top;
}
#rubricResource th:first-child {
	width: 35%;
}
#rubricResource th:last-child {
	width: 15%;
}

#rubricResource td.grouped {
	vertical-align: middle;
}
#rubricResource td {
	padding: 1.5em 3em 0.5em 0px;
	text-align: left;
	vertical-align: text-top;
	line-height: 1.2;
	border-bottom: 2px solid #AD9B7F;
}
	

#rubricResource p {
	padding-bottom: 1em;
	padding-top: 1em;
}
#rubricResource p:first-child {
	padding-top: 0px;
}
#rubricResource p:last-child {
	padding: 0px;
}
#rubricResource a {
	color: #FE5B00;
	text-decoration: none;
}
#rubricResource a:hover {
	color: #003F74;
	border-bottom: 1px dotted #003F74;
}
#rubricResource ul li{
	list-style: square;
	padding: 0px 0em 0.2em;
	margin: 0px 0px 0px 2em;
	font-size: 0.95em;
}
#rubricResource ol li{
	list-style: decimal;
	padding: 0px 0em 0.2em;
	margin: 0px 0px 0px 2em;
	font-size: 0.95em;
}

#rubricResource td.rubricContact{
	padding-top: 3em;
	padding-bottom: 3em;
	border-bottom: none;
}
#rubricResource table caption {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0px 0px 2em;
}
#rubricResource table td img {
	vertical-align: middle;
	border-width: 0px;
	width: 200px;
}

/* Override template css to extent the IR content a bit more */
.ui-widget.app {
    padding: 0px 0px !important;
}

.stdDesc {
    font-size: 0.8em;
    padding-top: 5px;
}

.stdTitle {
    font-weight: bold;
}
