/*****************
GLOBAL LAYOUT
****************
blue=#637BB5  grey=#E0E0E0  red=#B61B22*/
BODY
{
	font-size: 62.5%;
	background-color: #E0E0E0;
	font-family: arial, helvetica, sans-serif;
}
HTML
{
	background-color: #E0E0E0;
}
#background
{
	width: 100%;
	float: left;
	background: url(/common/images/body-bg.gif) repeat-x top left;
}
.container
{
	width: 978px;
	margin: 0 auto;
	float: left;
}
.nav
{
	white-space: nowrap;
	float: left;
	width: 978px;
	background-color: #637BB5;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 130% !important;
	font-size: 120%;
}
.main
{
	clear: both;
	width: 978px;
	padding: 30px 0 20px;
}
.exhibitions-main
{
	clear: both;
	width: 978px;
	padding: 0 0 20px;
}
.exhibitions-content
{
	float: left;
/*IE6 Hack: width is necessary to maintain proper width in IE6*/
	width: 748px;
	min-width: 748px;
	max-width: 748px;
/*show box border for testing*/
	background-color: transparent;
	padding-left: 30px;
}
.exhibitions-spacer
{
	display: inline;
	float: left;
	width: 170px;
	height: 30px;
}
.exhibitions-footer
{
	padding: 0 0 0 23px;
	font-size: 11px !important;
	font-size: 10px;
}
.content
{
	display: inline;
/*Fix IE floating margin bug*/
	float: right;
	width: 808px;
	overflow: visible !important;
	overflow: hidden;
}
.side-bar
{
	display: inline;
	float: left;
	width: 170px;
	overflow: visible !important;
	overflow: hidden;
	padding-top: 0px;
}
.footer
{
	clear: both;
	width: 778px;
	padding: 11px 0 11px 200px;
	font-size: 11px !important;
	font-size: 10px;
	overflow: visible !important;
	overflow: hidden;
}
/*****************
IMAGES
****************
LOGO IMAGE*/
#site-logo
{
	float: left;
	width: 146px;
	height: 106px;
	padding: 0px 0px 15px;
}
A.site-logo
{
	display: block;
	width: 146px;
	height: 106px;
	text-decoration: none;
	background: url(/common/images/theclarklogo-dual.gif);
}
A.site-logo:hover
{
	background-position: top right;
}
/*MEMBER TAG IMAGE*/
A.join-top
{
	position: absolute;
	top: 5px;
	left: 808px;
	z-index: 600;
	background-image: url(/common/images/icon_membership_top.png);
	background-repeat: no-repeat;
	width: 65px;
	height: 29px;
	background-color: transparent;
	outline: none;
}
A.join-bottom
{
	position: absolute;
	top: 34px;
	left: 808px;
	z-index: 600;
	background-image: url(/common/images/icon_membership_bottom.png);
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	background-color: transparent;
	outline: none;
}
/*****************
TOP NAVIGATION BAR
*****************/
.nav UL
{
	list-style-type: none;
}
.nav UL LI
{
	float: left;
	z-index: 500 !important;
	z-index: 500;
	background-color: #637BB5;
}
.nav UL LI A
{
	float: none !important;
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px 0 21px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	outline-style: none;
/*bucket exposed, but no hover*/
}
.nav UL LI UL
{
	display: none;
	border: none;
}
/*(Non-IE6 hovering)*/
.nav UL LI:hover
{
	position: relative;
}
/*Sylvain IE hack*/
.nav UL LI:hover A
{
	color: #637BB5;
	background-color: #FFFFFF;
	text-decoration: none;
/*bucket when subbucket is highlighted*/
}
/*Color main cells hovering mode*/
.nav UL LI:hover UL
{
	display: block;
	width: 10em;
	position: absolute;
	z-index: 500;
	top: 34px;
	margin-top: 0;
	left: 0;
	padding: 0px 16px;
	border-top: 1px solid rgb(215, 215, 215);
}
/*Color subcells normal mode*/
.nav UL LI:hover UL LI A
{
	white-space: normal;
	display: block;
	width: 10em;
	height: auto;
	line-height: 1.3em;
	margin-left: -17px;
	padding: 4px 16px;
	border-right: 1px solid rgb(215, 215, 215);
	border-left: 1px solid rgb(215, 215, 215);
	border-bottom: 1px solid rgb(215, 215, 215);
	background-color: #637BB5;
	font-weight: normal;
	color: #FFFFFF;
/*dropdown exposed, but no hover*/
	font-size: 85% !important;
	width: 135px;
}
/*Color subcells hovering mode*/
.nav UL LI:hover UL LI A:hover
{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #637BB5;
/*dropdown upon hover*/
	width: 135px;
}
/*(IE6 hovering)*/
.nav UL LI A:hover
{
	position: relative;
	z-index: 500;
	background-color: #FFFFFF;
	text-decoration: none;
/*bucket upon hover*/
	color: #637BB5;
}
/*Color main cells hovering mode*/
.nav UL LI A:hover UL
{
	display: block;
	width: 10em;
	position: absolute;
	z-index: 500;
	top: 3.1em;
/*IE6 Hack: removes space above dropdown menus*/
	t\op: 2.8em;
	left: 0px;
	ma\rgin-top: 0.1em;
	border-top: 1px solid rgb(215, 215, 215);
}
/*Color subcells normal mode*/
.nav UL LI A:hover UL LI A
{
	white-space: normal;
	display: block;
	w\idth: 10em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px;
	border-right: 1px solid rgb(215, 215, 215);
	border-left: 1px solid rgb(215, 215, 215);
	border-bottom: 1px solid rgb(215, 215, 215);
	background-color: rgb(235, 235, 235);
	font-weight: normal;
	color: rgb(100, 100, 100);
}
/*Color subcells hovering mode*/
.nav UL LI A:hover UL LI A:hover
{
	background-color: #E1E1E1;
	text-decoration: none;
}
/*****************
CONTENT BOXES
*****************/
.content-primary
{
	float: left;
/*IE6 Hack: width is necessary to maintain proper width in IE6*/
	width: 595px;
	min-width: 335px;
	max-width: 595px;
/*show box border for testing*/
	background-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
}
.content-photos
{
	float: left;
	max-width: 260px;
	background-color: transparent;
	padding-right: 30px !important;
/*IE6 Hack: correct border size on photo image*/
	padding-right: 0;
	font-size: 1.1em;
	padding-bottom: 15px;
}
.content-photos IMG
{
	width: 260px;
}
.content-photos-caption
{
	margin-top: 3px;
	float: left;
	text-decoration: underline;
}
.content-photos-fellows
{
	float: left;
	max-width: 200px;
	background-color: transparent;
	padding-right: 30px !important;
/*IE6 Hack: correct border size on photo image*/
	padding-right: 0;
	font-size: 1.1em;
	padding-bottom: 15px;
}
.content-photos-fellows IMG
{
	width: 200px;
}
.content-photos-manton
{
	float: left;
	clear: both;
	max-width: 250px;
	background-color: transparent;
	padding-right: 30px !important;
/*IE6 Hack: correct border size on photo image*/
	padding-right: 0;
	font-size: 1.1em;
	padding-bottom: 15px;
}
.content-photos-manton IMG
{
	width: 250px;
}
.content-video
{
	float: left;
	width: 100%;
/*show box border for testing*/
	font-size: 1.1em;
	padding-bottom: 30px;
}
.content-secondary
{
	display: inline;
	float: right;
	width: 150px;
	background-color: transparent;
	/*[ph]0*/
	/*[ph]1*/
	/*[ph]2*/
	/*[ph]3*/
	/*[ph]4*/
	padding-top: 51px;
}
@media print
{
	.content-secondary
	{
		/*[id]0*/display: inline;
		/*[id]1*/float: right;
		/*[id]2*/width: 150px;
		/*[id]3*/border-left: none;
		/*[id]4*/background-color: transparent;
	}
}
/*eMUSEUM THUMBS*/
.emusuem
{
	float: left;
	width: 595px;
	margin: 20px 0 6px;
}
.emusuem .thumb IMG
{
	width: 50px;
	height: 50px;
	border: 2px solid #637BB5;
	margin: 0 5px 0 0;
}
.emusuem .thumb:hover IMG
{
	width: 50px;
	height: 50px;
	border: 2px solid #B61B22;
	margin: 0 5px 0 0;
}
.emusuem .thumb
{
	margin: 0;
	float: left;
}
.emusuem .thumb:hover
{
	background-color: transparent;
}
/*****************
FOOTER
*****************/
.footer P
{
	clear: both;
	line-height: 1.3em;
	color: rgb(125, 125, 125);
	font-weight: normal;
	font-size: 100%;
}
.footer A:link
{
	color: #637BB5;
	text-decoration: underline;
	outline-style: none;
}
.footer A:visited
{
	color: #637BB5;
	text-decoration: underline;
	outline-style: none;
}
.footer A:hover
{
	color: #B61B22;
	text-decoration: underline;
	outline-style: none;
}
.footer P.credits
{
	clear: both;
	font-weight: normal;
}
/*****************
CLEAR FLOATS
*****************/
.container:after, .nav:after, .main:after, .content:after, .content DIV:after, .side-bar:after, .side-bar DIV:after, .footer:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-primary:after, .content-secondary:after, .content-photos:after, .content-photos-fellows:after, .content-photos-manton:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
P:after
{
	content: ".";
	display: block;
	height: 0;
/*clear:both Do not use here to avoid paragraphs clearing next to images;*/
	visibility: hidden;
}
/*****************
CONTENT
****************
HEADINGS*/
.content H1
{
	margin: 0px 0px -6px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 180% !important;
	font-size: 160%;
	line-height: 105%;
}
.content H1 EM
{
	font-weight: bold;
	font-style: italic;
}
.content H1 I
{
	font-weight: bold;
	font-style: italic;
}
.content H2
{
	margin: 0px 0px -11px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 140% !important;
	font-size: 125%;
}
.content H2 EM
{
	font-style: italic;
	font-weight: bold;
}
.content H2 I
{
	font-style: italic;
	font-weight: bold;
}
.content H2.bullets
{
	margin: 20px 0px 0;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 140% !important;
	font-size: 125%;
}
.content H2.fluff-top
{
	margin: 14px 0px -11px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 140% !important;
	font-size: 125%;
}
.content H2.fluff-bottom
{
	margin: 0px 0px 3px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 140% !important;
	font-size: 125%;
}
.content H3
{
	margin: 0px 0px -11px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 120% !important;
	font-size: 110%;
}
.content H3 EM
{
	font-style: italic;
	font-weight: bold;
}
.content H3 I
{
	font-style: italic;
	font-weight: bold;
}
.content H3.fluff-top
{
	margin: 14px 0px -11px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 120% !important;
	font-size: 110%;
}
.content H3.fluff-bottom
{
	margin: 0px 0px 3px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 120% !important;
	font-size: 110%;
}
.content H3.list
{
	margin: 0px 0px -10px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 100% !important;
	font-size: 100%;
}
.content H3.line
{
/*Start IE Hack*/
	position: relative;
	z-index: 1;
	top: -1px;
/*End IE Hack vertical alignment to blend top border with h1, if directly after each other*/
	margin: 0px 20px -6px;
	padding: 1em 0 0;
	border-top: 1px solid rgb(215, 215, 215);
	font-size: 100% !important;
	font-size: 100%;
}
.content H4
{
	margin: 0px 0px -6px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 100% !important;
	font-size: 100%;
}
.content H5
{
	margin: 10px 0px -5px 0;
	color: #637BB5;
	font-weight: bold;
	font-size: 90% !important;
	font-size: 85%;
	float: none;
}
.content H6
{
	margin: 4px 0px;
	color: rgb(50, 50, 50);
	font-weight: normal;
	font-size: 90% !important;
	font-size: 85%;
}
/*PARAGRAPH TEXT*/
.content P
{
	margin: 1em 0;
	color: #000000;
	line-height: 1.3em;
	padding: 0 20px 0 0;
	font-size: 131% !important;
	font-size: 115%;
}
.content P EM
{
	font-style: italic;
}
.content P I
{
	font-style: italic;
}
.content P.details
{
	margin: -0.2em 0 1em;
	line-height: 1em;
	font-size: 120% !important;
	font-size: 110%;
}
.content P.smaller
{
	line-height: inherit;
	font-size: 110% !important;
	font-size: 110%;
}
.content BLOCKQUOTE
{
	clear: both;
	margin: 0 30px 0.6em;
	font-size: 90%;
}
/*LISTS*/
.content UL
{
/*overflow in UL keeps the UL in a block w/o needing floats*/
	overflow: auto;
	margin: 1em 0 10px;
	padding: 0em 20px 0em 25px;
}
.content UL LI
{
	margin: 0 0 0.3em 5px;
	padding: 0 0 0 0px;
	background: none no-repeat 0 0.5em;
	line-height: 1.3em;
	font-size: 131% !important;
	font-size: 115%;
	list-style: disc;
}
.content UL LI STRONG, .content UL LI B
{
	font-weight: bold;
}
/*this fixes font size across all UL/LI's*/
.content UL LI EM, .content UL LI I
{
	font-style: italic;
}
.content UL LI UL LI
{
	margin: 0 0 0.3em 5px;
	padding: 0 0 0 5px;
	background: url(../img/bg_bullet_square.gif) no-repeat 0 0.5em;
	line-height: 1.3em;
	font-size: 100% !important;
	font-size: 100%;
	list-style: disc;
}
/*hide bullets: <ul class="bullets">*/
.content UL.nobullets LI
{
	margin: 0 0 0.3em 0px;
	padding: 0 0 0 0px;
	list-style: none;
}
/*show bullets: <ul class="bullets">*/
.content UL LI UL.bullets LI
{
	margin: 0 0 0.3em 15px;
	padding: 0 0 0 0px;
	list-style: disc;
	font-size: 100% !important;
	font-size: 100%;
}
.content OL
{
	margin: 1.4em 0 1em;
	padding: 0 20px 0 40px !important;
	padding: 0 20px 0 50px;
}
.content OL LI
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.3em 3px;
	line-height: 1.3em;
	font-size: 131% !important;
	font-size: 115%;
}
.content UL.indent
{
	padding: 0 50px;
}
.content OL.indent
{
	padding: 0 20px 0 70px !important;
	padding: 0 20px 0 80px;
}
/*EXHIBITION PAGES RESULTS DISPLAY*/
UL.results-display-large
{
	margin: 0;
	padding: 0;
	width: 100%;
}
UL.results-display-large LI
{
	margin: 0 0 10px;
	padding: 10px 0 0;
	overflow: hidden;
	border-top: 1px solid #C7C7C7;
	list-style: none none;
}
UL.results-display-large LI P
{
	margin: 0;
	font-size: inherit !important;
}
.results-image-large
{
	display: block;
	float: left;
	width: auto;
	margin: 0 12px 0 0;
	text-align: right;
}
UL.results-display-small
{
	margin: 0;
	padding: 0;
	width: 100%;
}
UL.results-display-small LI
{
	margin: 0 0 10px;
	padding: 10px 0 0;
	overflow: hidden;
	border-top: 1px solid #C7C7C7;
	list-style: none none;
}
UL.results-display-small LI P
{
	margin: 0;
	font-size: inherit !important;
}
.results-image-small
{
	display: block;
	float: left;
	width: auto;
	margin: 0 12px 0 0;
	text-align: right;
}
/*CALENDAR (JQUERY)*/
#datepicker TABLE TH
{
	height: auto;
	padding: 0 0 0 5px;
	font-size: 110% !important;
}
#datepicker TABLE TD
{
	padding: 1px !important;
}
/*TABLES*/
.content TABLE
{
	clear: both;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 85%;
/*IE6 Hack: prevent table from covering H1 tag*/
	margin-top: 15px;
}
.content TABLE TH.top
{
	height: 3.5em;
	padding: 0 7px;
	empty-cells: show;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120% !important;
	font-size: 110%;
}
.content TABLE TH
{
	height: 3em;
	padding: 2px 20px 2px 7px;
	text-align: left;
	font-weight: bold;
	font-size: 120% !important;
	font-size: 110%;
}
.content TABLE TD
{
	height: auto;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 120% !important;
	font-size: 110%;
	padding: 0px;
}
.content TABLE TD P
{
	padding: 10px 0 0 !important;
	margin: 0;
}
.content P.caption
{
	clear: both;
	margin: 0.5em 0 0;
	text-align: left;
	font-size: 120% !important;
	font-size: 110%;
}
.content .content-primary TABLE
{
	clear: both;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 85%;
/*IE6 Hack: prevent table from covering H1 tag*/
	margin-top: 15px;
}
.content .content-primary TABLE TD
{
	vertical-align: top;
	padding-bottom: 3px;
}
.content .content-primary TABLE TD P
{
	padding: 0px;
	margin: 0px;
}
.content-secondary TABLE
{
	clear: both;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
/*COMMON FORM*/
INPUT:focus, TEXTAREA:focus
{
	background-color: #FFC;
	border-color: #505050;
}
SELECT:focus
{
	background-color: #FFC;
	border-color: #505050;
}
.form-layer
{
	background-color: #FFFFFF;
	position: absolute;
	left: 200px;
	top: 184px;
	width: 580px;
	border: 2px solid #000000;
	padding: 0;
}
.form-common
{
	background-color: #FFFFFF;
	float: left;
	width: 520px;
	padding: 22px 30px 9px;
}
.form-common P.form
{
	margin: 0 0 10px 15px;
}
.form-common FIELDSET
{
	padding: 10px 0 10px 0px !important;
	padding: 0;
	margin: 0 0 20px;
	border: 1px solid rgb(220, 220, 220);
}
.form-common FIELDSET P
{
	clear: both;
}
.form-common FIELDSET LEGEND
{
	margin: 0 !important;
	margin: 0;
	padding: 0;
	color: rgb(80, 80, 80);
	font-weight: bold;
	font-size: 131%;
}
.form-common LABEL.left
{
	float: left;
	width: auto;
	margin: 0 0 0 10px;
	padding: 2px;
	font-size: 100%;
	font-weight: bold;
}
.form-common SELECT.combo
{
	width: 175px;
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.form-common INPUT.field
{
	width: 275px;
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.form-common INPUT.field-5
{
	width: 50px;
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.form-common INPUT.field-10
{
	width: 100px;
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.form-common TEXTAREA
{
	width: 275px;
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.form-common INPUT.button
{
	float: left;
	width: 9em;
	margin-left: 115px !important;
	margin-left: 118px;
	padding: 3px !important;
	padding: 2px;
	background: rgb(230, 230, 230);
	border: 1px solid rgb(150, 150, 150);
	text-align: center;
	color: rgb(150, 150, 150);
	font-size: 100%;
	font-weight: bold;
}
.form-common INPUT.button:hover
{
	cursor: pointer;
	border: 1px solid rgb(80, 80, 80);
	background: rgb(220, 220, 220);
	color: rgb(80, 80, 80);
	font-weight: bold;
}
.content-primary .form-common
{
	/*[disabled]margin:0;*/
}
.content-primary .form-common FIELDSET
{
	/*[disabled]padding:10px 0;*/
	/*[disabled]padding:0;*/
	/*[disabled]margin:0 0 20px 0px;*/
	/*[disabled]border:1px solid #637BB5;*/
}
.content-primary .form-common FIELDSET LEGEND
{
	margin: 0 0 0 5px !important;
	margin: 0 0 20px 5px;
	padding: 0 2px;
	color: rgb(80, 80, 80);
	font-weight: bold;
	font-size: 131%;
}
.content-primary .form-common LABEL.left
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 2px 2px 2px 14px;
	font-size: 100%;
}
.content-primary .form-common SELECT.combo
{
	width: 140px;
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.content-primary .form-common INPUT.field
{
	/*[disabled]width:135px;*/
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.content-primary .form-common TEXTAREA
{
	width: 242px;
	padding: 2px;
	border: 1px solid #C8C8C8;
	font-size: 100%;
}
.content-primary .form-common INPUT.button
{
	float: left;
	width: 9em;
	margin-right: 19px !important;
	margin-right: 19px;
	margin-left: 0 !important;
	margin-left: 0;
	padding: 3px !important;
	padding: 2px;
	background: rgb(230, 230, 230);
	border: 1px solid rgb(150, 150, 150);
	text-align: center;
	color: rgb(150, 150, 150);
	font-size: 100%;
}
.content-primary .form-common INPUT.button:hover
{
	cursor: pointer;
	border: 1px solid rgb(80, 80, 80);
	background: rgb(220, 220, 220);
	color: rgb(80, 80, 80);
}
/*LOGIN FORM*/
.content .form-login
{
	width: 636px;
	margin: 1em 10px 0 20px;
}
.content-primary .form-login
{
	width: 297px;
	margin: 1em 10px 0 20px;
}
.content-secondary .form-login
{
	width: 297px;
	margin: 1em 10px 0 20px;
}
.content .form-login P
{
	clear: both;
	margin: 0;
	padding: 0;
}
.content .form-login FIELDSET
{
	width: 160px;
	border: none;
}
.content .form-login FIELDSET P
{
	clear: both;
}
.content .form-login LABEL.top
{
	float: left;
	width: 125px;
	margin: 0 0 2px;
	font-size: 110%;
}
.content .form-login LABEL.right
{
	float: left;
	width: 125px;
	margin: 5px 0 0;
	padding: 0 0 0 3px;
	font-size: 110%;
}
.content .form-login INPUT.field
{
	width: 158px;
	margin: 0 0 5px;
	padding: 0.1em 0 0.2em !important;
	padding: 0.2em 0 0.3em;
	border: 1px solid #C8C8C8;
	font-size: 110%;
}
.content .form-login INPUT.checkbox
{
	float: left;
	margin: 5px 0 0 !important;
	margin: 2px 0 0 -3px;
	border: none;
}
.content .form-login INPUT.button
{
	float: left;
	width: 5em;
	margin: 10px 0 5px;
	padding: 1px;
	background: rgb(230, 230, 230);
	border: 1px solid rgb(150, 150, 150);
	text-align: center;
	color: rgb(150, 150, 150);
	font-size: 110%;
}
.content .form-login INPUT.button:hover
{
	cursor: pointer;
	border: 1px solid rgb(80, 80, 80);
	background: rgb(220, 220, 220);
	color: rgb(80, 80, 80);
}
/*AUDIO PLAYER*/
.content .audio-player
{
	width: 626px;
	height: 20px;
	margin: 10px 20px;
	border: 5px solid rgb(175, 175, 175);
}
.content-primary .audio-player
{
	width: 283px;
	height: 20px;
	margin: 10px 20px;
	border: 5px solid rgb(175, 175, 175);
}
.side-bar .audio-player
{
	width: 224px;
	height: 20px;
	margin: 1em 20px;
	border: 5px solid rgb(175, 175, 175);
}
/*****************
SIDE-BAR
****************
HEADING*/
.side-bar H1
{
	margin: 0;
	padding: 5px 20px 12px;
	border-bottom: 1px solid rgb(215, 215, 215);
	background: url(../img/icon_celltitle_level1.gif) no-repeat;
	background-position: 225px 5px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 220% !important;
	font-size: 200%;
}
.side-bar H2
{
/*Start IE Hack*/
	position: relative;
	z-index: 1;
	top: -1px;
/*End IE Hack to remove vertical -1px margin bug otherwise produced by margin*/
	margin: 0 20px;
	padding: 15px 35px 5px 0;
	border-top: 1px solid rgb(215, 215, 215);
	background: url(../img/icon_celltitle_level2.gif) no-repeat;
	background-position: right 15px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 180% !important;
	font-size: 160%;
}
.side-bar H3
{
	margin: 1em 0 -0.3em;
	padding: 0 20px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 180% !important;
	font-size: 160%;
}
.side-bar H3.line
{
/*Start IE Hack*/
	position: relative;
	z-index: 1;
	top: -1px;
/*End IE Hack vertical alignment to blend top border with h1, if directly after each other*/
	margin: 0 20px -0.3em;
	padding: 1em 0 0;
	border-top: 1px solid rgb(215, 215, 215);
}
.side-bar H4
{
	margin: 1em 0 -0.3em;
	padding: 0 20px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 160% !important;
	font-size: 140%;
}
.side-bar H5
{
	margin: 1em 0 -0.6em;
	padding: 0 20px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 140% !important;
	font-size: 125%;
}
.side-bar H6
{
	margin: 0.4em 0 0.5em;
	padding: 0 20px;
	color: rgb(50, 50, 50);
	font-weight: normal;
	font-size: 130% !important;
	font-size: 115%;
}
H1.form
{
	margin: 0 0 10px 45px;
}
/*PARAGRAPH TEXT*/
.side-bar P
{
	margin: 1em 0;
	color: #000000;
	line-height: 1.3em;
	padding: 0 20px;
	font-size: 131% !important;
	font-size: 115%;
}
.side-bar P.details
{
	margin: -0.2em 0 1em;
	line-height: 1em;
	font-size: 120% !important;
	font-size: 110%;
}
.side-bar BLOCKQUOTE
{
	clear: both;
	margin: 0 30px 0.6em;
	font-size: 90%;
}
/*LIST*/
.side-bar UL
{
	margin: 1.4em 0 0;
	padding: 0 20px 0 10px;
	list-style: none;
}
.side-bar UL LI
{
	margin: 0 0 0.3em 2px;
	padding: 0 0 0 12px;
	background: url(../img/bg_bullet_square.gif) no-repeat 0 0.5em;
	line-height: 1.3em;
	font-size: 131% !important;
	font-size: 115%;
}
.side-bar OL
{
	margin: 1.4em 0 1em;
	padding: 0 20px 0 40px !important;
	padding: 0 20px 0 50px;
}
.side-bar OL LI
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.3em 3px;
	line-height: 1.3em;
	font-size: 131% !important;
	font-size: 115%;
}
.side-bar UL.indent
{
	padding: 0 50px;
}
.side-bar OL.indent
{
	padding: 0 20px 0 70px !important;
	padding: 0 20px 0 80px;
}
/*TABLE*/
.side-bar TABLE
{
	clear: both;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
}
.side-bar TABLE TD
{
	height: 3em;
	padding: 2px 7px;
	border: 2px solid rgb(245, 245, 245);
	text-align: left;
	font-weight: normal;
	color: rgb(80, 80, 80);
	font-size: 120% !important;
	font-size: 110%;
}
.side-bar P.caption
{
	clear: both;
	margin: 0.5em 0 2em;
	text-align: left;
	color: rgb(80, 80, 80);
	font-size: 120% !important;
	font-size: 110%;
}
/*SEARCH FORM*/
.side-bar .form-search
{
	width: 170px;
	margin: 0;
}
.side-bar .form-search FIELDSET
{
	border: none;
}
.side-bar .form-search INPUT.field
{
	float: left;
	width: 90px;
	padding: 2px 0px 2px 4px;
	border: 1px solid #C8C8C8;
	font-size: 110%;
}
.side-bar .form-search INPUT.button
{
	/*[disabled]clear:both;*/
	float: left;
	width: 3em;
	margin-left: 0.5em;
	margin-top: 0;
	padding: 0px;
	background: rgb(230, 230, 230);
	border: 1px solid rgb(150, 150, 150);
	text-align: center;
	color: rgb(150, 150, 150);
	font-size: 120%;
}
.side-bar .form-search INPUT.button:hover
{
	cursor: pointer;
	border: 1px solid rgb(80, 80, 80);
	background: rgb(220, 220, 220);
	color: rgb(80, 80, 80);
}
/*LANGUAGE TRANSLATION*/
.side-bar .translate
{
	width: 170px;
	margin: 0;
}
.side-bar .translate FIELDSET
{
	border: none;
}
.side-bar .translate SELECT
{
	float: left;
	width: 96px;
	padding: 1px 2px;
	border: 1px solid #C8C8C8;
	font-size: 110%;
	margin-top: 10px;
}
.side-bar .translate A.flag:link
{
	float: right;
	width: 34px;
	height: 20px;
	background: transparent url(/common/images/icon_flag_usa.png) no-repeat;
	margin: -20px 33px 0 0;
}
.side-bar .translate A.flag:visited
{
	float: right;
	width: 34px;
	height: 20px;
	background: transparent url(/common/images/icon_flag_usa.png) no-repeat;
	margin: -20px 33px 0 0;
}
.side-bar .translate A.flag:hover
{
	float: right;
	width: 34px;
	height: 20px;
	background: transparent url(/common/images/icon_flag_usa.png) no-repeat;
	margin: -20px 33px 0 0;
}
/*BOX-MENU*/
.box-menu
{
	clear: both;
	width: 170px;
	margin: 0;
	padding: 0;
}
.box-menu UL
{
	width: 170px;
	margin: 0;
	margin-top: -1px;
	padding: 0;
	border-bottom: 1px solid #C8C8C8;
}
.box-menu UL LI
{
	margin: 0;
	padding: 0;
	background: none;
	font-size: 131% !important;
	font-size: 115%;
}
.box-menu LI A
{
	display: block;
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 2px 20px;
	border-top: 1px solid #C8C8C8;
	color: #4B4B4B;
	font-weight: normal;
/*Adjust Font Size Display*/
	font-size: 0.9em;
	outline-style: none;
}
.box-menu UL LI UL
{
	margin: 0 0 5px;
	border: none;
}
.box-menu UL LI UL LI
{
	margin: 0;
	padding: 0;
	background: none;
	font-size: 0.9em !important;
	font-size: 0.9em;
}
.box-menu UL LI UL LI A
{
	display: block;
	min-height: 1.1em;
	height: auto !important;
	height: 1.1em;
	line-height: 1.1em;
	margin: 0;
	padding: 3px 0 3px 40px;
	border: none;
	color: #4B4B4B;
	font-weight: normal;
/*Adjust Font Size Subset Display*/
	font-size: 90%;
}
.box-menu LI A:hover
{
	background-color: rgb(240, 240, 240);
	color: #4B4B4B;
	text-decoration: none;
}
.box-menu LI A:visited
{
	color: #4B4B4B;
	text-decoration: none;
}
.box-menu LI A.nav-on
{
	color: #637BB5;
	background-color: #F0F0F0;
	font-weight: bold;
}
.box-menu LI A.nav-off
{
	color: #4B4B4B;
}
/*Text Size Display Letters*/
#icons LI A#text-size-1:link
{
	color: #637BB5;
	border: 1px solid transparent;
	font-size: 10px;
	text-decoration: none;
}
#icons LI A#text-size-1:visited
{
	color: #637BB5;
	border: 1px solid transparent;
	font-size: 10px;
	text-decoration: none;
}
#icons LI A#text-size-1:hover
{
	color: #B61B22;
	border: 1px solid #B61B22;
	font-size: 10px;
	text-decoration: none;
}
#icons LI A#text-size-1:active
{
	color: #B61B22;
	border: 1px solid transparent;
	font-size: 10px;
	text-decoration: none;
}
#icons LI A#text-size-2:link
{
	color: #637BB5;
	border: 1px solid transparent;
	font-size: 14px;
	text-decoration: none;
}
#icons LI A#text-size-2:visited
{
	color: #637BB5;
	border: 1px solid transparent;
	font-size: 14px;
	text-decoration: none;
}
#icons LI A#text-size-2:hover
{
	color: #B61B22;
	border: 1px solid #B61B22;
	font-size: 14px;
	text-decoration: none;
}
#icons LI A#text-size-2:active
{
	color: #B61B22;
	border: 1px solid transparent;
	font-size: 14px;
	text-decoration: none;
}
#icons LI A#text-size-3:link
{
	color: #637BB5;
	border: 1px solid transparent;
	font-size: 18px;
	text-decoration: none;
}
#icons LI A#text-size-3:visited
{
	color: #637BB5;
	border: 1px solid transparent;
	font-size: 18px;
	text-decoration: none;
}
#icons LI A#text-size-3:hover
{
	color: #B61B22;
	border: 1px solid #B61B22;
	font-size: 18px;
	text-decoration: none;
}
#icons LI A#text-size-3:active
{
	color: #B61B22;
	border: 1px solid transparent;
	font-size: 18px;
	text-decoration: none;
}
/*BOX OF ICONS*/
.box-icons
{
	clear: both;
	width: 162px;
	margin: 0;
	padding: 50px 0 0px 20px;
	font-weight: normal;
}
.side-bar UL#icons LI
{
	list-style: none;
	background-image: none;
	padding-left: 0px;
	margin-bottom: 6px;
}
#icons
{
	margin-left: 0;
	padding-left: 0;
	font-size: 0.8em;
/*IE7 fontsize correction*/
	font-size: 0.9em;
	float: left;
}
A.printer
{
	background: url(/common/images/icon_printer.png) no-repeat right;
	padding: 1px 24px 1px 0;
/*IE6 Hack: allow space between icon and hyperlink*/
	text-align: right;
}
A.email
{
	background: url(/common/images/icon_email.png) no-repeat right;
	padding: 1px 24px 1px 0;
/*IE6 Hack: allow space between icon and hyperlink*/
	text-align: right;
}
A.social-networking
{
	padding: 0;
	border: 0 none transparent;
/*IE6 Hack: allow space between icon and hyperlink*/
	text-align: right;
}
#icons LI.enews A:link
{
	background-color: #637BB5;
	color: #FFFFFF;
	padding: 2px 4px;
	font-size: 0.9em;
	text-decoration: none;
}
#icons LI.enews A:visited
{
	background-color: #637BB5;
	color: #FFFFFF;
	padding: 2px 4px;
	font-size: 0.9em;
	text-decoration: none;
}
#icons LI.enews A:hover
{
	background-color: #B61B22;
	color: #FFFFFF;
	padding: 2px 4px;
	text-decoration: none;
}
#icons LI.enews A:active
{
	background-color: #B61B22;
	color: #FFFFFF;
	padding: 2px 4px;
	text-decoration: none;
}
#icons A:link
{
	font-weight: normal;
	color: #4B4B4B;
}
#icons A:visited
{
	font-weight: normal;
	color: #4B4B4B;
}
#icons A:hover
{
	font-weight: normal;
	color: #4B4B4B;
}
#icons A:active
{
	font-weight: normal;
	color: #4B4B4B;
}
/*****************
TEXT STYLES
*****************/
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.bold, B, STRONG
{
	font-weight: bold;
}
.bold-light
{
	color: #4F4F4F;
}
.italic, I, EM
{
	font-style: italic;
}
.normal
{
	font-weight: normal;
	font-size: 100%;
}
.h1-normal
{
	font-weight: normal;
	font-size: 12px;
	margin-left: 15px;
}
.clear
{
	clear: both;
}
.alert
{
	color: #FE0000;
	font-weight: bold;
}
.required
{
	color: #FE0000;
	font-weight: bold;
	font-size: 150%;
	vertical-align: top;
}
.success
{
	color: #008000;
	font-weight: bold;
}
.failure
{
	color: #FE0000;
	font-weight: bold;
}
.invisible
{
	visibility: hidden;
	display: none;
	font: normal 0px sans-serif;
}
.smallfont
{
	font-size: 90%;
}
.quote-open
{
	background: url(/z2/multiflex/images/icon-quote-open.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}
.quote-close
{
	background: url(/z2/multiflex/images/icon-quote-close.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}
/*****************
IMAGES
*****************/
.main IMG
{
	/*[disabled]margin:0 30px 10px 0px;*/
}
.rap-thumbs-header
{
	margin: 15px 0 10px;
	float: left;
	width: 100%;
}
.rap-thumbs
{
	margin: 20px 30px 10px 0;
	float: left;
	font-size: 112%;
	width: 150px;
	text-align: left;
	height: 240px;
}
.rap-thumbs IMG
{
	margin: 0;
	width: 150px;
}
.video-thumbs
{
	margin: 20px 20px 10px 0;
	float: left;
	height: 130px;
	font-size: 85%;
	overflow: visible;
	width: 120px;
	text-align: left;
}
.video-thumbs P
{
	margin: 5px 0 0 2px;
	width: 100%;
}
.main IMG.center
{
	clear: both;
	float: none;
	display: block;
	margin: 0 auto;
	border: 3px solid #C8C8C8;
}
.main IMG.right
{
	clear: both;
	float: right;
	margin: 3px 0 7px 10px;
	border: 3px solid #C8C8C8;
}
/*BLIZZARD BOXES*/
.ctgLanding
{
	width: 97%;
	table-layout: fixed;
	margin: 10px 10px 0;
}
.ctgLanding TD
{
}
.ctgLandingBox, .ctgLandingBoxHover
{
	width: 47%;
	cursor: pointer;
	position: relative;
}
.ctgLandingBox
{
	border: 1px solid #D7D9DB;
	background: url(/support/images/infobox_top.gif) repeat-x left -1px;
}
.ctgLandingBoxHover
{
	border: 1px solid #FFA500;
	background: #EEE;
}
.ctgLandingBoxHover .ctgTitle A
{
	color: #FFA500;
}
.ctgLandingPadVer
{
	width: 6%;
}
.ctgLandingPadHor
{
	height: 30px;
}
.ctgLandingSubBox
{
	padding: 10px;
}
.ctgLandPg_style1 .ctgLandingSubBox
{
	overflow: visible;
}
.ctgLandPg_style1 .ctgStylingElement
{
	background: url(/support/images/ctg_landing_spirit.png) no-repeat right top;
	float: right;
	width: 94px;
	height: 222px;
	position: relative;
	bottom: 30px;
	left: 30px;
}
.ctgLandPg_style2 .ctgLandingSubBox
{
	overflow: visible;
}
.ctgLandPg_style2 .ctgStylingElement
{
}
.ctgLandPg_style3 .ctgLandingSubBox
{
	overflow: visible;
}
.ctgLandPg_style3 .ctgStylingElement
{
	background: url(/support/images/ctg_landing_gm.png) no-repeat right top;
	float: right;
	width: 76px;
	height: 223px;
	position: relative;
	bottom: 30px;
	left: 25px;
}
.ctgLandPg_style4 .ctgLandingSubBox
{
	overflow: visible;
}
.ctgLandPg_style4 .ctgStylingElement
{
	background: url(/support/images/ctg_landing_cogs.png) no-repeat right top;
	float: right;
	width: 118px;
	height: 185px;
	position: relative;
	bottom: 30px;
	left: 25px;
}
/*****************
LINKS
****************
Text links*/
.main A
{
	color: #637BB5;
	text-decoration: underline;
	outline-style: none;
}
.main A:hover
{
	color: #B61B22;
	text-decoration: underline;
	outline-style: none;
}
.main A:link A:visited
{
	color: #637BB5;
	text-decoration: underline;
	outline-style: none;
}
.side-bar A
{
	color: #637BB5;
	text-decoration: none;
	outline-style: none;
}
.side-bar A:hover
{
	color: #B61B22;
	text-decoration: underline;
	outline-style: none;
}
.side-bar A:link A:visited
{
	color: #637BB5;
	text-decoration: none;
	outline-style: none;
}
/*Image links*/
.content-primary A IMG
{
	border: 2px solid #FFFFFF;
}
.content-primary A:hover IMG
{
	border: 2px solid #B61B22;
}
/*****************
SPECIAL
*****************/
HR
{
	width: 80%;
	text-align: left;
	border: 1px solid #4B4B4B;
}
