@charset "utf-8";
/* CSS Document */
DIV.main-box-container {
	margin-top: 10px;
}
DIV.main-box-container-top {
}
DIV.main-box-upper-left-corner {
	background: url(../images/mainbox/upper-left-corner.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-upper-right-corner {
	background: url(../images/mainbox/upper-right-corner.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-bottom-left-corner {
	background: url(../images/mainbox/bottom-left-corner.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-bottom-right-corner {
	background: url(../images/mainbox/bottom-right-corner.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-upper-left-corner-dark {
	background: url(../images/mainbox/upper-left-corner-dark.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-upper-right-corner-dark {
	background: url(../images/mainbox/upper-right-corner-dark.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-bottom-left-corner-dark {
	background: url(../images/mainbox/bottom-left-corner-dark.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-bottom-right-corner-dark {
	background: url(../images/mainbox/bottom-right-corner-dark.gif) no-repeat;
	width: 6px;
	height: 6px;
}
DIV.main-box-center-edge {
	background: white;
	height: 6px;
	font-size: 0px;
}
DIV.main-box-center-edge-floating {
	background: #c6c6c6;
	height: 6px;
	font-size: 0px;
}
DIV.main-box-vertical-edge {
	height: 6px;
	font-size: 0px;
}
DIV.main-box-title-bar {
	background: #ffffff url(../images/mainbox/main-box-title-bg.gif) repeat-x bottom;
	/*border-bottom: 1px solid #ddd;*/



	height: 30px;
}
DIV.main-box-title-bar-internal {
	background: white;
	padding-top: 5px;
	padding-bottom: 3px;
	overflow: auto;
}
H2.title-caption {
	color: #555555;
	padding-top: 15px;
	padding-bottom:5px;
}
H3.title-caption {
	padding-right: 10px;
	color: #000000;
}
H3.title-caption a:link {
	color: #000000;
	text-decoration: none;
}
H3.title-caption a:visited {
	color: #000000;
	text-decoration: none;
}
H3.title-caption a:hover {
	color: #c00000;
	text-decoration: none;
}
H3.title-caption title {
	padding-right: 5px;
}
.title-caption-distinguished {
	padding-right: 10px;
	color: #c00000;
}
UL.main-box-tab-bar {
	background:#f6f6f6;
	height: 24px;
	border-bottom:1px solid #ddd;
}
UL.main-box-tab-bar LI {
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	border-left: 1px solid #b9bcc3;
	cursor: pointer;
}
UL.main-box-tab-bar LI.selected-tab {
	background:url(../images/mainbox/selected-tab-back.gif);
	margin-top: -1px;
	height: 26px;
}
UL.main-box-tab-bar LI.not-selected-tab {
	background:url(../images/mainbox/tab-back.gif);
	margin-top: -1px;
}
UL.main-box-tab-bar LI.not-selected-tab H4 {
	padding-top: 4px;
	color: #000000;
}
UL.main-box-tab-bar LI.not-selected-tab:hover {
	background: url(../images/mainbox/tab-back-on.gif) repeat-x top;
}
UL.main-box-tab-bar LI.selected-tab H4 {
	padding-top: 5px;
	color: #c00000;
	font-weight: bold;
}
DIV.main-box-quick-details-container {
	background: url(../images/mainbox/quick-details-back.gif) repeat-x top;
	height: 87px;
	border-bottom: 1px solid #ddd;
}
DIV.main-box-quick-details-container-no-back {
	height: 87px;
	border-bottom: 1px solid #ddd;
}
DIV.main-box-quick-details-container-no-back-no-border {
	height: 87px;
}
DIV.main-box-quick-details-image-section {
	height: 87px;
}
DIV.main-box-quick-details-image-section IMG {
	width: 90px;
	height: 68px;
	margin-right: 10px;
	margin-top: 10px;
}
DIV.main-box-quick-details-link-section {
	height: 87px;
}
DIV.main-box-quick-details-link-section-title-container {
	height: 30px;
	margin-top: 15px;
}
DIV.main-box-quick-details-link-section-title-container H4 {
	color: #006699;
}
DIV.main-box-quick-details-link-section-link-container {
	height: 20px;
	margin-top: 12px;
}
DIV.main-box-quick-details-link-section-link-container A {
	font-size: 14px;
	color: #555555;
}
 DIV.main-box-quick-details-link-section-link-container A:hout {
 color: #6d8080;
}
DIV.main-box-other-details-container {
	background: white;
	min-height: 30px;
	border-bottom: 1px dotted #dddddd;
}
DIV.main-box-other-details-container-internal {
	background: white;
	min-height: 75px;
}
DIV.main-box-other-details-container-internal-less-min {
	background: white;
	min-height: 5px;
}
DIV.main-box-inner-content {
	padding: 10px;
	padding-top: 10px;
}
DIV.main-box-inner-content-no-padding {
	min-height: 464px;
	overflow: auto;
}
UL.main-box-other-details-list {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 10px;
	list-style-type:none;

}
UL.main-box-other-details-list LI {
	padding-top: 3px;
	color:#c00000;
}
UL.main-box-other-details-list LI A {
	font-size: 15px;
	background:transparent url(../images/general/bullet.gif) no-repeat;
	background-position: right;
	display:inline-block;
	padding-right:10px;
}
UL.main-box-other-details-list LI SPAN {
	color: #006699;
	font-size: 15px;
}
UL.main-box-other-details-list LI H4.main-box-other-details-option {
	color: #006699;
}
DIV.main-box-bottom-bar {
	background: white;
	height: 24px;
}
DIV.main-box-bottom-bar A {
	display: block;
	font-size: 15px;
	font-weight: BOLD;
	padding-right: 10px;
	padding-top: 5px;
}
DIV.content-loading {
	text-align: center;
}
IMG.loading-image-centered {
	margin-top: 18px;
}
DIV.image-container {
	background: white;
	text-align: center;
}
UL.horizontal-menu-class {
	list-style-type: none;
}
UL.horizontal-menu-class LI {
	display: inline;
	float: left;
	margin-right: 5px;
}
UL.horizontal-menu-class LI IMG {
	border: none;
	cursor: pointer;
}
DIV.horizontal-menu-margin {
	overflow: auto;
	height: 20px;
}
UL.less-inner-margin LI {
	margin-right: 1px;
}
DIV.main-paragraph {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	border-bottom: 1px dotted #ccc;
	padding-bottom:20px;
	min-height: 240px;
	overflow: auto;
}
.image-note {
	color: #666;
	font-size: 14px;
	display: inline;
	float: left;
	line-height: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.cap {
	width: 280px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-size: 14px;
	color: #000;
	padding-top:5px;
	line-height:130%;
}
p.author-job {
	width: 140px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	line-height:110%;
}
P.note-paragraph {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px;
}
H9.font-size {
	margin-left: 5px;
	height: 20px;
	margin-top: 3px;
}
.main-menu-style li {
	cursor: pointer;
}
.main-menu-style li.highlighted-option {
	background: url(../images/topmainbox/optionHighlightedBackMid.gif) scroll 0px 0px;
	width: 321px;
	height: 38px;
}
.main-menu-style li.highlighted-option-first {
	background: url(../images/topmainbox/optionHighlightedBack.gif) scroll 0px 0px;
	width: 321px;
	height: 38px;
}
.main-menu-style li.normal-option {
	background: url(../images/topmainbox/optionNormalBack.gif) scroll 0px 0px;
	width: 321px;
	height: 38px;
}
div.non-highlighted-point {
	margin-top: 6px;
	margin-right: 4px;
	background: url(../images/cartoonBox/triggerbutton.gif) no-repeat scroll 0px 0px;
	width: 7px;
	height: 7px;
	cursor: pointer;
}
div.highlighted-point {
	margin-top: 6px;
	margin-right: 4px;
	background: url(../images/cartoonBox/triggerbutton.gif) no-repeat scroll -11px 0px;
	width: 7px;
	height: 7px;
	cursor: pointer;
}
div.left-arrow-button {
	background: url(../images/cartoonBox/navigationbuttons.gif) no-repeat scroll 0px 0px;
	width: 27px;
	height: 20px;
	cursor: pointer;
}
div.right-arrow-button {
	background: url(../images/cartoonBox/navigationbuttons.gif) no-repeat scroll -27px 0px;
	width: 26px;
	height: 20px;
	cursor: pointer;
}

