@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #000000;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}
/* These are the classes that will be used on the associated pages to ensure the menu button shows as being selected.
   The property values must match the #menubar li a:hover, active, and focus values. */
.home #home a, .login #login a, .dictionary #dictionary a, .encyclopaedia #encyclopaedia a, .logout #logout a, .assetlibrary #library a, .community #community a, .operations #operations a, .about #about a, .services #services a, .methodology #methodology a, .people #people a, .contact #contact a {
	color: #EF801F;
	background-color: #000000;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #E8E8E8;
	border-width: 0 5px 2px 5px;
	border-color: #EF801F;
	border-style: ridge;
} 
#container h2 {
	color: #EF801F;
	font-size: 120%;
}
#container h2.dictionary {
	color: #0078A3;
}
#container h2.community {
	color: #555555;
}
#container .overhang3 {
	position: absolute;
	left: 7px;
	top: 2px;
	border: 0;
}
#container .overhang2 {
	position: absolute;
	left: 105px;
	top: 17px;
	border: 0;
}
#container .overhang4 {
	border: 0;
	left: 120px;
	position: absolute;
	top: 17px;
}
#container .overhang1 {
	position: absolute;
	left: 520px;
	top: 10px;
	border: 0;
	width: 240px;
	height: 60px;
}
#msgpopup {
	width: 280px;
	height: 100px;
	display: none;
	position: absolute;
	background-color: #8A8A8A;
	color: #FFFFFF;
	border-style: ridge;
	border-color: #EF801F;
	padding: 0 10px;
	text-align: center;
	top: 200px;
	left: 250px;
}
/*
#header {
	height: 50px;
	padding: 10px 0px 0 300px;
	margin: 0px;
}
*/
#header {
	height: 18px;
	padding: 3px 0;
	margin: 0;
	width: 100%;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header em {
	text-align: left;
	padding-left:120px;
	margin: 0;
}
#header a {
	text-decoration: none;
	color: #000000;
	margin: 0;
}
#header a:hover, #header a:active, #header a:focus {
	text-decoration:none;
}
#menubar {
	width: 100%;
	height: 50px;
	margin: 0;
	border-bottom-color: #8A8A8A;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
}
#menubar ul {
	float: left;
	list-style-type: none;
	background-color: #E8E8E8;
	margin: 0;
	padding: 9px 5px 0 20px;
}
#menubar li {
	float: left;
	background-color: #8A8A8A;
}
#menubar li a {
	float: left;
	display: block;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#menubar li a:hover, #menubar li a:active, #menubar li a:focus {
	color: #E30020;
	background-color: #EF801F;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 20px;
	margin: 0;
}
#sidebar1 p {
	text-align: justify;
}
#sidebar1 label {
	display: inline;
	float: none;
	text-align: left;
	margin: 0;
}
#sidebar1 h3 {
	text-align:left;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666666;
	font-size:1.17em;
	}

#recentTerms p {
	text-align: left;
}
#recentTerms a, #homeNews a {
	text-decoration: none;
	color: #EF801F;
}
#recentTerms a:hover, #recentTerms a:active, #recentTerms a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}
#homeNews a:hover, #homeNews a:active, #homeNews a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}

#logout p {
	text-align: left;
}
#logout a {
	text-decoration: none;
	color: #EF801F;
}
#logout a:hover, #logout a:active, #logout a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}

#headlines p {
	text-align: left;
}
#headlines a {
	text-decoration: none;
	color: #0078A3;
}
#headlines a:hover, #headlines a:active, #headlines a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}

#newMembers p {
	text-align: left;
}
#newMembers a {
	text-decoration: none;
	color: #EF801F;
}
#newMembers a:hover, #newMembers a:active, #newMembers a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}

#referencingTerms p {
	text-align: center;
}
#referencingTerms a {
	display:block;
	border: #666666 solid 1px;
	padding: 2px;
	text-decoration: none;
	color: #EF801F;
	background-color:#E8E8E8;
	width:154px;
	margin-bottom: 4px;
}
#referencingTerms a:hover, #referencingTerms a:active, #referencingTerms a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}

#newTermsSince p {
	text-align: left;
}
#newTermsSince a {
	text-decoration: none;
	color: #EF801F;
}
#newTermsSince a:hover, #newTermsSince a:active, #newTermsSince a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}

#mainContent {
	margin: 5px 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
#mainContent h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666666;
	font-size:1.17em;
}
#mainContent a {
	text-decoration: none;
	color: #EF801F;
}
#mainContent a.adverb {
	text-decoration: none;
	color: #0078A3;
}
#mainContent a.verb {
	text-decoration: none;
	color: #0078A3;
}
#mainContent a.adjective {
	text-decoration: none;
	color: #0078A3;
}
#mainContent a.noun {
	text-decoration: none;
	color: #0078A3;
}
#mainContent a.dictionary {
	text-decoration: none;
	color: #0078A3;
}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #8A8A8A;
	text-decoration:underline;
}

#controls {
	width: 100%;
	height: 28px;
	margin: 0;
}
#controls ul {
	float: none;
	list-style-type: none;
	background-color: #E8E8E8;
	padding: 0;
	margin: 0;
}
#controls li {
	float: left;
	background-color: #8A8A8A;
	border: solid #000 1px;
	margin-right: 0.2em;
}
#controls li a {
	float: left;
	display: block;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	color: #FFFFFF;
	text-decoration: none;
}
#controls li a:hover, #controls li a:active, #controls li a:focus {
	color: #E30020;
	background-color: #EF801F;
	text-decoration: none;
}
#controls li.disabled a {
	background-color: #B7B7B7;
}
#controls li.disabled a:hover, #controls li.disabled a:active, #controls li.disabled a:focus {
	color: #FFFFFF;
	background-color: #B7B7B7;
	text-decoration: none;
}

#termShow {
	padding-bottom: 3px;
}
#termList {
	width: 100%;
	margin: 0 0 2px 0;
}
#termList ul {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	float: left;
	width: 100%;
}
#termList li {
	float: left;
	width: 245px;
	padding: 0 0 0 20px;
	white-space: nowrap;
	margin: 0 0 2px 0;
}

#termList li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0 2px;
	border: solid #E8E8E8 1px;
}
#termList li a:hover, #termList li a:active, #termList li a:focus {
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
}
#termList li a.selected {
	background-color: #CCCCCC;
	border: solid #000000 1px;
}

.library {
	background: url(images/library-closed.png) left top no-repeat;
}
.term {
	background: url(images/business-term.png) left top no-repeat;
}
.classification {
	background: url(images/rule_classification.png) left top no-repeat;
}
.functional {
	background: url(images/rule_functional.png) left top no-repeat;
}
.consequential {
	background: url(images/rule_consequential.png) left top no-repeat;
}
.compositional {
	background: url(images/rule_compositional.png) left top no-repeat;
}
.characteristic {
	background: url(images/rule_characteristic.png) left top no-repeat;
}
.quotation {
	background: url(images/rule_quotation.png) left top no-repeat;
}
.financial {
	background: url(images/rule_financial.png) left top no-repeat;
}
.regulatory {
	background: url(images/rule_regulatory.png) left top no-repeat;
}
.userdef {
	background: url(images/rule_userdef.png) left top no-repeat; /* was attach_2.png */
}
.news {
/*	background: url(images/txt.png) left top no-repeat;*/
	background: url(images/newspaper.png) left top no-repeat;
}
.project {
	background: url(images/blueprint_horizontal.png) left top no-repeat;
}
.users {
	background: url(images/group.png) left top no-repeat;
}
.words {
/*	background: url(images/Report.png) left top no-repeat;
*/	background: url(images/book_open.png) left top no-repeat;
}
.discussion {
/*	background: url(images/Discuss.png) left top no-repeat;*/
	background: url(images/comment.png) left top no-repeat;
}
.issues {
	background: url(images/Discuss.png) left top no-repeat;
}
.intraversed {
	background: url(images/Intraversed-icon-open.png) left top no-repeat;
}
#benefits, #issues {
	background-color: #929292;
	text-align: center;
	padding-bottom: 1em;
}
#benefits  h2, #issues h2 {
	padding-top: 1em;
	color: #FFFFFF;
}
#benefits  h3, #issues   h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	margin: 0 1em 1em 1em;
}
#intralignTeam {
/*	background: url(images/Discuss.png) left top no-repeat;*/
	padding: 1px;
	height: 180px;
	background-color: #88B2C2;
/*	background: url(../Images/IntralignTeam.jpg) left top no-repeat;*/
}
#intralignTeam h4{
	margin: 1px 0 2px 0;
	font-size: 1em;
}
#intralignTeam p{
	margin: 2px 0 0 0;
}
#productdef ul {
	padding: 0;
	margin: 0;
}
#productdef li {
	list-style: none;
	padding: 0 0 0 2em;
	margin: 1em 0 0 0;
}

#termApproval ul {
	padding: 0 0 0 1em;
	margin: 0;
}
#termApproval ul li {
	line-height: 1.4em;
	list-style: none;
	padding: 0 0 0 2em;
	margin: 0.5em 0 0 0;
}

#termApproval ul li a {
	float: left;
	width: 8em;
	padding: 0.3em 0 0 0;
	margin: 0;
}

#footer {
	padding: 2px 10px 0 20px;
	height: 60px;
	margin: 0;
	background-color: #CCCCCC;
}
#changes, #referenceArtefacts, #accordion {
	margin: 5px 0 5px 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 

#footer a {
	text-decoration: none;
	color: #E30020;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #663300;
	text-decoration:underline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 25px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}
.first {
	margin-top: 5px;
}
.divider {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.hidden {
	display: none;
}
label {
	width: 8em;
	float: left;
	text-align: right;
	margin: 3px;
	display: block;
	margin-top: 3px;
}
.label {
	width: 8em;
	margin: 0 0.5em 0 0;
	text-align: right;
/*	display: inline-block;*/
	float: left;
}
.content {
	margin: 0 0 0 8.5em;
	text-align: left;
	display: block;
}

.wait {
	background-image: url(images/spinner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.thinDivider {
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}
.warning {
	background-color:#FFFF00;
}
fieldset {
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	border-color: #999999;
	border-width: 1px;
	background-color: #F3F3F3;
}
.ui-accordion-content fieldset {
	background-color:#000000;
	padding-right: 0.4em;
}
legend {
	font-size: 1.1em;
	text-align: left;
	padding: 0 0 0 1.6em;
}

#issueTable {
	border: thin solid #333333;
	background-color: #FFFFFF;
}

#libraryTerms {
	width: 100%;
	margin: 0 0 2px 0;
}
#libraryTerms ul {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	float: left;
	width: 100%;
}
#libraryTerms li {
	float: left;
	width: 245px;
	padding: 0 0 0 20px;
/*	white-space: nowrap; */
	margin: 0 0 2px 0;
}
#libraryTerms li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0 2px;
	border: solid #E8E8E8 1px;
}
#libraryTerms li a:hover, #libraryTerms li a:active, #libraryTerms li a:focus {
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: none;
}
#libraryTerms li a.selected {
	background-color: #CCCCCC;
	border: solid #000000 1px;
}



