/**
 * Misc
 */

#content {
	font-family: Arial, Helvetica, sans-serif;
}

#navbar a:link, #navbar a:active, #navbar a:visited {
	padding: 0 12px;
}

/**
 * Menu
 */

#glossary-left {
	float: left;
	width: 251px;
}

#glossary-menu {
	position: relative;
	margin-top: 20px; padding-bottom: 35px;
	width: 250px;
	border: 1px solid #ccc; border-left: none;
}

#glossary-menu h4 {
	display: block;
	margin: 0 0 0 30px; padding-left: 25px;
	width: 185px; height: 29px; line-height: 29px;
	font-size: 16px; color: #fff;
	background: #f93;
}

#glossary-menu h4.title-cat {
	margin-top: 13px;
	margin-bottom: 2px;
}

#glossary-menu h4.title-cat span {
	position: absolute; top: 8px; left: 9px;
	display: block;
	width: 39px; height: 39px;
	background: url(/images/glossary/menu-icon-cat.png) no-repeat;
}

#glossary-menu h4.title-alpha {
	margin-top: 45px;
}

#glossary-menu h4.title-alpha span {
	position: absolute; top: 235px; left: 9px;
	display: block;
	width: 37px; height: 43px;
	background: url(/images/glossary/menu-icon-alpha.png) no-repeat;
}

#glossary-menu ul.menu-cat {
	margin: 0; padding: 0;
}

#glossary-menu ul.menu-cat li {
	list-style-type: none;
	margin: 0 0 0 20px;
	width: 220px; height: 40px;
	background: url(/images/glossary/menu-dots.gif) repeat-x bottom;
}

.menu-cat a:link, .menu-cat a:active, .menu-cat a:visited {
	display: block;
	margin: -2px 0 -2px;
	padding-left: 45px;
	width: 175px; height: 40px; line-height: 40px;
	font-size: 14px; font-weight: bold; color: #369; text-decoration: none;
	background: url(/images/glossary/bullets/menu-cat.gif) no-repeat 30px 0;
}

.menu-cat li.selected a:link, .menu-cat li.selected a:active, .menu-cat li.selected a:visited, .menu-cat li.selected a:hover, .menu-cat li.selected a:focus, .menu-cat a:hover, .menu-cat a:focus {
	color: #fff;
	background-color: #6cf; background-position: 30px -40px;
}

#glossary-menu ul.menu-alpha {
	clear: left;
	margin: 0 0 0 45px; padding: 0;
}

#glossary-menu ul.menu-alpha li {
	list-style-type: none;
	float: left;
	margin-top: 10px;
}

.menu-alpha a:link, .menu-alpha a:active, .menu-alpha a:visited {
	display: block;
	width: 20px; height: 20px; line-height: 20px;
	font-size: 16px; font-weight: bold; text-align: center; color: #00f; text-decoration: none;
}

.menu-alpha li.selected a:link, .menu-alpha li.selected a:active, .menu-alpha li.selected a:visited, .menu-alpha li.selected a:hover, .menu-alpha li.selected a:focus, .menu-alpha a:hover, .menu-alpha a:focus {
	background: #6cf; color: #fff;
}

/**
 * SEO Strip
 */

#seostrip {
	margin-top: 40px;
	background: #ccc;
}

#seostrip h3 {
	display: block;
	margin: 0; padding-left: 19px;
	height: 32px; line-height: 32px;
	font-size: 16px;
	background: url(/images/glossary/seostrip-titlebg.gif) repeat-x top;
	border: 1px solid #d6d6d6; border-left: none;
}

#seostrip-content {
	font-size: 13px;
	background: #f7f7f7 url(/images/glossary/seostrip-contentbg.gif) repeat-x top;
	border: 1px solid #d6d6d6; border-top: none; border-left: none;
}

#seostrip-content ul {
	margin: 0 0 0 20px; padding: 8px 0 25px;
	line-height: 25px;
}

#seostrip-content ul li {
	list-style-type: none;
	padding-left: 15px;
	background: url(/images/glossary/bullets/menu-cat.gif) no-repeat 0 -7px;
}

#seostrip-content a:link, #seostrip-content a:active, #seostrip-content a:visited {
	font-weight: bold; color: #369; text-decoration: none;
}

#seostrip-content a:hover, #seostrip-content a:focus {
	text-decoration: underline;
}

/**
 * Content
 */

#glossary-content {
	float: left;
	margin-top: 20px; margin-left: 20px;
	width: 733px;
}

.glossary-content {
	padding: 20px;
}
.glossary-content ul {
	margin-right: 100px;
}

/**
 * Content: Search Form
 */

#glossary-searchform {
	display: block;
	margin: 0 0 20px 0; padding: 20px 0 0 135px;
	width: 598px; height: 92px;
	background: url(/images/glossary/clipboard.gif) no-repeat left;
}

#glossary-searchform p {
	margin: 0;
}

#glossary-searchform label {
	display: block;
	font-size: 20px; font-weight: bold; color: #369;
	cursor: default;
}

#glossary-searchform .t {
	margin: 0; padding: 3px 5px 0 5px;
	width: 335px; height: 32px;
	font-size: 20px; vertical-align: top;
	border: 1px solid #000;
}

#glossary-searchform .s {
	margin: 0; padding: 0;
	width: 131px; height: 38px;
	font-size: 19px; font-weight: bold; color: #fff;
	background: url(/images/glossary/searchbtn.gif) no-repeat top;
	border: none; cursor: pointer;
}

#glossary-searchform .s:hover, #glossary-searchform .s:focus, #glossary-searchform .s.s-hovered {
	background-position: bottom;
}

/**
 * Content: No Results
 */

#glossary-content-noresults {
	padding: 0 20px 22px;
	font-size: 16px; font-weight: bold;
}

#glossary-content-noresults p {
	display: block;
	margin: 0 0 20px;
}

#glossary-content-noresults span {
	float: left;
	color: #c33;
}

#glossary-content-noresults ul {
	float: left;
	margin: 0 0 0 20px; padding: 0;
}

#glossary-content-noresults ul li {
	list-style-type: none;
}

#glossary-content-noresults a:link, #glossary-content-noresults a:active, #glossary-content-noresults a:visited {
	padding-left: 10px;
	text-decoration: none; font-style: oblique;
	background: url(/images/glossary/bullets/blue.gif) no-repeat 0 4px;
	color: #00f;
}

#glossary-content-noresults a:hover, .glossary-content-noresults a:focus {
	text-decoration: underline;
}

/**
 * Content: Term Search Result
 */

#glossary-content-termresult {
	padding: 0 20px 22px;
}

#glossary-content-termresult .term-category {
	margin-bottom: 20px;
	display: block;
	font-size: 18px; font-weight: bold; color: #369;
}

#glossary-content-termresult .term-label {
	display: block;
	float: left;
	width: 180px;
	padding-right: 10px;
	font-size: 16px; font-weight: bold;
}

.term-label a:link, .term-label a:active, .term-label a:visited {
	color: #000; text-decoration: none;
}

.term-label a:hover, .term-label a:focus {
	color: #00f; text-decoration: underline;
}

#glossary-content-termresult .term-definition {
	display: block;
	float: left;
	margin: 0;
	width: 405px;
	font-size: 14px; text-align: justify;
	line-height: 21px;
}

#glossary-content-termresult .term-divider {
	clear: both;
	margin: 0;
	height: 20px;
	font-size: 0;
}

#glossary-content-termresult .term-definition .hiddentext {
	display: none;
}

.moretext a:link, .moretext a:active, .moretext a:visited {
	font-weight: bold; color: #00f; text-decoration: none;
}

.moretext a:hover, .moretext a:focus {
	text-decoration: underline;
}

/**
 * Content: Term Definition
 */

.glossary-content-termdefinition-border {
	margin: 5px 0 26px 0;
	width: 595px; height: 2px;
	font-size: 0;
	background: url(/images/glossary/multiresults-border.gif) repeat-x top;
}

.glossary-content-termdefinition {
	padding: 0 20px 22px;
	font-size: 14px;
}

.glossary-content-termdefinition .term-name {
	display: block;
	margin: 0 0 27px 0;
	font-size: 16px; font-weight: bold; text-decoration: underline;
}

.glossary-content-termdefinition .term-explanation {
	display: block;
	margin: 24px 100px 0 0;
	font-size: 14px; text-align: justify;
}

.glossary-content-termdefinition .term-explanation.term-explanation-first {
	margin-top: 0;
}

.glossary-content-termdefinition .term-explanation-title {
	display: block;
	margin-bottom: 3px;
	font-weight: bold; color: #036;
}

.glossary-content-termdefinition .term-related {
	margin: 27px 100px 0 0; padding: 28px 0 0 0;
	font-size: 13px;
	background: url(/images/glossary/relterms-border.gif) repeat-x top;
}

.term-related .term-related-termslabel {
	float: left;
	display: block;
	width: 115px;
	font-weight: bold;
}

.term-related .term-related-terms {
	float: left;
	width: 475px;
}

.term-related .term-related-terms a:link, .term-related .term-related-terms a:active, .term-related .term-related-terms a:visited {
	color: #00f; text-decoration: none;
}

.term-related .term-related-terms a:hover, .term-related .term-related-terms a:focus {
	text-decoration: underline;
}

.term-related .term-related-divider {
	clear: both;
	margin: 0;
	font-size: 0;
	height: 24px;
}

.term-related .term-synonyms-label {
	float: left;
	display: block;
	width: 115px;
	font-size: 12px; color: #666;
}

.term-related .term-synonyms {
	float: left;
	font-size: 12px; color: #666;
	width: 475px;
}

.term-related .term-synonyms .hiddentext {
	display: none;
}

.term-related .term-synonyms .moretext a:link, .term-related .term-synonyms .moretext a:active, .term-related .term-synonyms .moretext a:visited {
	font-weight: normal;
}

/**
 * Content: Multi Match
 */

#glossary-content-multimatch {
	margin-right: 120px; padding: 0 20px 22px;
	font-size: 14px;
}

#glossary-content-multimatch .multimatch-title {
	display: block;
	font-size: 16px; font-weight: bold;
}

#glossary-content-multimatch a:link, #glossary-content-multimatch a:active, #glossary-content-multimatch a:visited {
	color: #00f; text-decoration: none;
}

#glossary-content-multimatch a:hover, #glossary-content-multimatch a:focus {
	text-decoration: underline;
}

