/* fotobb  -  Stylesheet */
/* base.css - 2008, v1.1 */




/* OBJECT LAYOUT CLASSES */

div {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}

td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 0px;
}

img {
	border: 0px;
}

.fill {
	width: 100%;
	height: 100%;
}


/* OTHER INTERACTIVE ELEMENTS */

a:link {
	color: #eba;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #dcb;
	text-decoration: none;
}

a:active {
	color: #eba;
	text-decoration: underline;
}

/* no border on img links */
a:link img,
a:visited img {
	border-style: none;
}

/* trick to hide the border in Netscape 4 */
a img {
	color: white;
}

/* hide the next rule from Netscape 4 */
@media all {
	/* undo the color change above */
	a img {
		color: inherit;
	}
}


/* USER CLASSES */


/* To hide whatever item you like */
.banner {
	background: white;
	vertical-align: top;
	text-align: center;
}


/* To hide whatever item you like */
.hide {
	background: transparent;
	display: none;
}

/* To make a hidden article title visible in Articles Administration -> View Articles */
td.xar-norm .hide {
	display: block;
}


/* TEXT STYLES */


/* ns 4 */
th, td {
	font-family: sans-serif;
}

/* opera 3.50 */
dt, dd {
	margin-top: 0px;
	margin-bottom: 0px;
}

dt {
	font-weight: bold;
}

body {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #ddc;
}

h1 {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #bba;
	background: transparent;
	text-align: left;
}

h2 {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #bba;
	background: transparent;
}

h3 {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #ddc;
	background: transparent;
}

h4 {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	color: #ddc;
	background: transparent;
	text-align: center;
}

h5 {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	color: #ddc;
	background: transparent;
	text-align: center;
}

h6 {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #ddc;
	background: transparent;
	text-align: center;
}

li {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #ddc;
	background: transparent;
	text-align: left;
}

p {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #ddc;
	background: transparent;
}

/* White background, black text on print layout */

@media print {
	body, h1, h2, h3, h4, h5, h6, li, p {
		color: #000;
	}
}

p.copyright {
	font-size: small;
}

p.copyright small {
	font-size: small;
}

pre {
	margin-left: 0px;
}

/* navigator 4 requires this */
pre, code {
	font-family: monospace;
}

/* Mac NS has problem with 'none' */
ul.toc {
	list-style: disc;
	list-style: none;
}

td {
	font-family: "Helvetica", "Arial", "Geneva", "Swiss", "SunSans-Regular";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #ddc;
}

br.xar-clearboth {
	clear: both;
}

/* PAGE READER SETTINGS */


@media aural {
	h1, h2, h3 {
		stress: 20;
		richness: 90;
	}
	.hide {
		speak: none;
	}
	p.copyright {
		volume: x-soft;
		speech-rate: x-fast;
	}
	dt {
		pause-before: 20%;
	}
	pre {
		speak-punctuation: code;
	} 
}


/* AE LAYOUT CLASSES */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

/* White background, black text on print layout */
@media print {
	body {
		background-color: #FFF;
		color: #000;
	}
}

body#body_admin {
	background-image: none;
}

#base {
	position: relative;
}

#base_header {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-image: url("../images/fb-main-border-top.gif");
	background-position: bottom left;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#base_header a {
	font-size: 10pt;
}

#base_header_l {
	float: left;
	height: 20px;
	padding: 60px 0px 0px 10px;
	text-align: left;
}

#base_header_r {
	float: right;
	width: 310px;
	height: 20px;
	padding: 60px 10px 0px 0px;
	text-align: right;
}

#base_main {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
	background-color: #222;
}

#base_item {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	min-height: 480px;
	padding: 10px;
	background-color: #222;
}

#base_toggle_l {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 480px;
}

#base_toggle_r {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 480px;
}

#base_toggle_l a,
#base_toggle_r a {
	display: block;
	width: 20px;
	height: 480px;
}

#base_toggle_l a:hover,
#base_toggle_r a:hover {
	width: 20px;
	height: 480px;
	background-color: #b54;
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}

#base_slider_l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 480px;
	overflow: hidden;
	background-color: #111;
}

#base_slider_r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	height: 480px;
	overflow: hidden;
	background-color: #111;
}

#base_index {
	width: 400px;
	height: 480px;
	margin: 0px;
	padding: 0px;
}

#base_select {
	width: 400px;
	height: 400px;
	overflow: hidden;
}

#base_select div {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

#base_select div a {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

#base_search {
	width: 380px;
	height: 60px;
	margin: 0px;
	padding: 10px;
}

#base_info {
	width: 360px;
	height: 460px;
	margin: 0px;
	padding: 10px;
	overflow: auto;
	background-image: url("../images/fotobb-bgd-Frank.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#base_footer {
	position: relative;
	width: 100%;
	height: 80px;
	font-size: 8pt;
	overflow: hidden;
	background-image: url("../images/fb-main-border-btm.gif");
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#base_footer a {
	font-size: 8pt;
	line-height: 12pt;
}

#base_footer_l {
	float: left;
	width: 310px;
	height: 20px;
	padding: 0px 0px 60px 10px;
	text-align: left;
}

#base_footer_r {
	float: right;
	width: 310px;
	height: 20px;
	padding: 0px 10px 60px 60px;
	text-align: right;
}

.base_menu,
.base_menu ul {
	margin: 0px;
	padding: 0px;
}

.base_menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#base_header_l.base_menu li,
#base_footer_l.base_menu li {
	float: left;
}

#base_header_r.base_menu li,
#base_footer_r.base_menu li {
	float: right;
}

.base_menu li {
	list-style-type: none;
}

.base_menu ul li a {
	display: block;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 2px 5px 2px 5px;
}

.base_menu ul li.menu_open a {
	background-color: #322;
}

.base_menu ul li a:hover {
	text-decoration: none;
	background-color: #b54;
}

.base_menu ul.menu_sub0 li a:link,
.base_menu ul.menu_sub0 li a:visited {
}

.base_menu ul.menu_sub1 li ul {
	display: none;
}

.base_menu ul.menu_sub1 li:hover ul {
	display: block;
}

.base_menu ul.menu_sub1 li a:link,
.base_menu ul.menu_sub1 li a:visited {
	font-weight: normal;
	font-size: 12px;
}

.base_menu ul.menu_sub2 li a:link,
.base_menu ul.menu_sub2 li a:visited {
	font-weight: normal;
	font-size: 10px;
}


.xar_navigation_titles {
	display: block;
	clear: both;
}

.xar_navigation_trails {
	display: block;
	clear: both;
}

.xar_navigation_trails_c1 {
	display: block;
	clear: both;
}

.xar_navigation_trails_c2 {
	display: block;
	clear: both;
	font-weight: bold;
}

.xar_navigation_catlines {
	clear: both;
}

.xar_navigation_catlines li {
	display: block;
	list-style-type: none;
	float: left;
	margin: 2px;
	padding: 0px 10px 0px 10px;
	border-left: 1px white solid;
}

table#xar_article_columns_c1,
table#xar_article_columns_c2,
table#xar_article_columns_c3,
table#xar_article_columns_c4,
table#xar_article_columns_c5 {
	margin: 0px;
	padding: 0px;
}

div.xar_article_block {
	float: left;
	margin: 0px;
	padding: 0px;
}

table.page_body {
	clear: both;
}

table.page_body td {
	vertical-align: top;
}

td.page_side {
	width: 240px;
}

td.page_self {
	padding: 20px;
}

td.page_col1 {
}

td.page_col2 {
}

td.page_col3 {
}

div#main-content {
	min-width: 200px;
	min-height: 200px;
}

div#main-content ul li {
	display: inline;
	list-style-type: none;
	width: 200px;
	height: 200px;
}

div#main-content ul li a span {
	clear: both;
}

div.xar-form-input-wrapper {
	clear: both;
}

div#fullplate-photo {
	background-color: transparent;
}

div#base_item table#xar_article_columns_c8 {
	background-color: #181818;
}

div.xar_summary_item {
	width: 120px;
	height: 120px;
	margin: 1px;
	padding: 4px;
	text-align: center;
	background-color: #111;
	border-right: 1px solid #1A1A1A;
	border-bottom: 1px solid #1B1B1B;
}

div.xar_summary_item img {
	max-width: 120px;
	max-height: 120px;
}

#base_admin {
	display: block;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 20px;
	width: 150px;
}

/* Hide admin block on print layout */
@media print {
	#base_admin {
		display: none;
	}
}

#base_admin > div {
	background-color: #444;
	opacity: .9;
	-moz-opacity: .9;
	-khtml-opacity: .9;
	filter:alpha(opacity=90);
}

/* XARAYA LAYOUT CLASSES */

.page_side_link {
	position: relative;
	display: block;
	width: 200px;
	margin: 20px;
	background-color: #111;
	/* background-image: url("../images/i7-bgd-link-c5.jpg"); */
	background-attachment: scroll;
	background-repeat: repeat;
}

.page_side_link_text {
	position: relative;
	display: block;
	margin: 0px;
	padding: 5px;
	/* background-image: url("../images/i7-bgd-link-c5.jpg"); */
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a.page_side_link_name {
	font-size: 10pt;
}

a.page_side_link_more {
	font-size: 8pt;
}

.page_side_link a:link,
.page_side_link a:active,
.page_side_link a:visited,
.page_side_link a:active:hover,
.page_side_link a:visited:hover {
	display: block;
	position: relative;
	width: 190px;
	padding: 1px 5px 1px 5px;
	color: #110;
	font-weight: bold;
	/*background-image: url("../images/i7-bgd-link-c5.jpg");*/
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #6B5A55;
}

.page_side_link h4 a:link,
.page_side_link h4 a:active,
.page_side_link h4 a:visited,
.page_side_link h4 a:active:hover,
.page_side_link h4 a:visited:hover {
	position: relative;
	font-weight: bold;
	font-size: 10pt;
}

.xar-mod-body,
.xar-mod-head {
	display: block;
	position: relative;
	margin: 20px;
}

.xar-mod-title {
	display: block;
	position: relative;
}

.base_summary_page {
	position: relative;
	display: block;
	padding: 5px;
	background-color: #DDDDDD;
	background-image: url("../images/i7-bgd-link-c5.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-bottom: 10pt solid darkblue;
}

.base_summary_text {
}

.base_display_page {
	position: relative;
	display: block;
	padding: 5px;
	background-color: #DDDDDD;
	background-image: url("../images/i7-bgd-link-c5.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-bottom: 10pt solid darkblue;
}

.base_display_text {
}

.base_display_prevnext {
	position: relative;
}

.base_display_page_prev {
	position: relative;
	float: left;
}

.base_display_page_next {
	position: relative;
	float: right;
}


table.xar_pager {
	width: 100%;
	right: 0px;
	height: 24px;
	background-color: #333;
	border-collapse: separate;
	border-spacing: 2px;
	border-bottom: 4px solid #222;
}

table.xar_pager td {
	height: 16px;
	padding: 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
}

td.xar_pager_firstpage span,
td.xar_pager_prevblock span,
td.xar_pager_prevpage span,
td.xar_pager_pagelink span,
td.xar_pager_nextpage span,
td.xar_pager_nextblock span,
td.xar_pager_lastpage span,
td.xar_pager_firstpage a,
td.xar_pager_prevblock a,
td.xar_pager_prevpage a,
td.xar_pager_pagelink a,
td.xar_pager_nextpage a,
td.xar_pager_nextblock a,
td.xar_pager_lastpage a {
	display: block;
	height: 16px;
	font-size: 11pt;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background-color: #BBBBAA;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
}

table.xar_pager a:link {
	color: #DDDDDD;
}

table.xar_pager a:hover {
	color: #110;
	text-decoration: none;
}

table.xar_pager a:visited {
	color: #DDDDDD;
}

table.xar_pager a:active {
	color: #110;
	text-decoration: none;
}

table.xar_pager p { display: none; }

td.xar_pager_firstcell { display: none; }
td.xar_pager_lastcell p { display: inline; text-indent: 2px; }

td.xar_pager_pagelink { width: 32px; }
td.xar_pager_pagelink span { width: 32px; color: #444444; }
td.xar_pager_pagelink a { width: 32px; color: #DDDDDD; }
td.xar_pager_pagelink b { display: inline; }

td.xar_pager_firstpage { width: 16px; background-image: url("../images/vh-btn-film-prev-mo.gif"); }
td.xar_pager_prevblock { width: 16px; background-image: url("../images/vh-btn-film-revw-mo.gif"); }
td.xar_pager_prevpage  { width: 16px; background-image: url("../images/vh-btn-film-back-mo.gif"); }
td.xar_pager_nextpage  { width: 16px; background-image: url("../images/vh-btn-film-play-mo.gif"); }
td.xar_pager_nextblock { width: 16px; background-image: url("../images/vh-btn-film-ffwd-mo.gif"); }
td.xar_pager_lastpage  { width: 16px; background-image: url("../images/vh-btn-film-next-mo.gif"); }

td.xar_pager_firstpage span { width: 16px; background-image: url("../images/vh-btn-film-stop-nm.gif"); }
td.xar_pager_prevblock span { width: 16px; background-image: url("../images/vh-btn-film-stop-nm.gif"); }
td.xar_pager_prevpage  span { width: 16px; background-image: url("../images/vh-btn-film-stop-nm.gif"); }
td.xar_pager_nextpage  span { width: 16px; background-image: url("../images/vh-btn-film-stop-nm.gif"); }
td.xar_pager_nextblock span { width: 16px; background-image: url("../images/vh-btn-film-stop-nm.gif"); }
td.xar_pager_lastpage  span { width: 16px; background-image: url("../images/vh-btn-film-stop-nm.gif"); }

td.xar_pager_firstpage a { width: 16px; background-image: url("../images/vh-btn-film-prev-nm.gif"); }
td.xar_pager_prevblock a { width: 16px; background-image: url("../images/vh-btn-film-revw-nm.gif"); }
td.xar_pager_prevpage  a { width: 16px; background-image: url("../images/vh-btn-film-back-nm.gif"); }
td.xar_pager_nextpage  a { width: 16px; background-image: url("../images/vh-btn-film-play-nm.gif"); }
td.xar_pager_nextblock a { width: 16px; background-image: url("../images/vh-btn-film-ffwd-nm.gif"); }
td.xar_pager_lastpage  a { width: 16px; background-image: url("../images/vh-btn-film-next-nm.gif"); }

td.xar_pager_firstpage a:hover { background-image: url("../images/vh-btn-film-prev-mo.gif"); }
td.xar_pager_prevblock a:hover { background-image: url("../images/vh-btn-film-revw-mo.gif"); }
td.xar_pager_prevpage  a:hover { background-image: url("../images/vh-btn-film-back-mo.gif"); }
td.xar_pager_nextpage  a:hover { background-image: url("../images/vh-btn-film-play-mo.gif"); }
td.xar_pager_nextblock a:hover { background-image: url("../images/vh-btn-film-ffwd-mo.gif"); }
td.xar_pager_lastpage  a:hover { background-image: url("../images/vh-btn-film-next-mo.gif"); }



/* XARAYA SYSTEM MENUS IN LEFT AND RIGHT BLOCKS */

div.xar-block-head-right,
div.xar-block-head-right div {
	top: 0px;
	left: 0px;
	background-image: none;
	background-color: #222;
}

.xar-block-body ul, 
.xar-block-body-right ul,
.xar-block-body ul li, 
.xar-block-body-right ul li {
	font-family: arial, helvetica, verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	line-height: 1.4em;
}

.xar-block-body ul, 
.xar-block-body-right ul { list-style-position: outside; }

.xar-block-body ul li, 
.xar-block-body-right ul li { background-image: none; }

.xar-block-body ul li.xar-menu-section, 
.xar-block-body-right ul li.xar-menu-section {
	border: 1px solid #126;
	padding-bottom: 1px;
}

/* offset collapsing margins effect and style up heading tags */
.xar-block-body ul li.xar-menu-section h4, 
.xar-block-body-right ul li.xar-menu-section h4 {
	margin: 0 0 1px 0;
	padding: 1px 7px;
	color: #DDD;
	font-size: 95%;
	text-align: right;
	text-transform: lowercase;
	background-color: #126;
}

/* common rules for all items containers - li elements */
.xar-block-body ul ul li.xar-menu-item, 
.xar-block-body-right ul ul li.xar-menu-item,
.xar-block-body ul ul li.xar-menu-item-current, 
.xar-block-body-right ul ul li.xar-menu-item-current {
	padding: 0;
}


/* common rules for all anchors in the menus */
.xar-block-body ul ul li.xar-menu-item a, 
.xar-block-body-right ul ul li.xar-menu-item a,
.xar-block-body ul ul li.xar-menu-item a:hover, 
.xar-block-body-right ul ul li.xar-menu-item a:hover,
.xar-block-body ul ul li.xar-menu-item-current a, 
.xar-block-body-right ul ul li.xar-menu-item-current a,
.xar-block-body ul ul li.xar-menu-item-current a:hover, 
.xar-block-body-right ul ul li.xar-menu-item-current a:hover {
	text-decoration: none;
	display: block;
	margin-left: 7px;
	margin-right: 7px;
}

/* menu items anchors - normal state */
.xar-block-body ul ul li.xar-menu-item a, 
.xar-block-body-right ul ul li.xar-menu-item a {
	color: #999988;
}

/* menu items anchors - hover state */
.xar-block-body ul ul li.xar-menu-item a:hover, 
.xar-block-body-right ul ul li.xar-menu-item a:hover {
	padding: 0 6px;
	margin: 0 1px 0 1px;
	color: #ddc;
	background-color: #222;
}

/*  visually highlight the currently active items and subitems,
	below is one example of various possible implementations */
.xar-block-body ul ul li.xar-menu-item-current, 
.xar-block-body-right ul ul li.xar-menu-item-current {
	padding: 1px;
	margin: 0 -1px 0 -1px;
	border-color: #126;
	border-width: 1px;
	border-style: solid;
}

/* menu current items anchors - normal state */
.xar-block-body ul ul li.xar-menu-item-current a, 
.xar-block-body-right ul ul li.xar-menu-item-current a {
	margin: 0;
	padding: 0 6px;
	color: #110;
	background-color: #999999;
	background-image: url(../images/itemarrowdown.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* menu current items anchors - hover state */
.xar-block-body ul ul li.xar-menu-item-current a:hover, 
.xar-block-body-right ul ul li.xar-menu-item-current a:hover {
	margin: 0;
	color: #ddc;
	background-color: #777777;
}

/*  common rules for subitems elements */
.xar-block-body ul ul li.xar-menu-subitem, 
.xar-block-body-right ul ul li.xar-menu-subitem,
.xar-block-body ul ul li.xar-menu-subitem-current, 
.xar-block-body-right ul ul li.xar-menu-subitem-current {
	display: block;
	margin: 0;
	color: #444444;
	border-top: 2px solid #CCCCBB;
	border-right: 2px solid #CCCCBB;
	border-left: 2px solid #CCCCBB;
}

/*  common rules for anchors in subitems,
	if you dont like right alignment or fixed font size - change it here */
.xar-block-body ul ul li.xar-menu-subitem a, 
.xar-block-body-right ul ul li.xar-menu-subitem a,
.xar-block-body ul ul li.xar-menu-subitem-current a, 
.xar-block-body-right ul ul li.xar-menu-subitem-current a {
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding: 0 4px 0 4px;
	color: #444444;
	background-color: #CCCCBB;
	background-image: none;
}

/*  subitems anchors - hover state */
.xar-block-body ul ul li.xar-menu-subitem a:hover, 
.xar-block-body-right ul ul li.xar-menu-subitem a:hover {
	color: #ddc;
	background-color: #999988;
}

/*  subitems anchors current - normal state */
.xar-block-body ul ul li.xar-menu-subitem-current a, 
.xar-block-body-right ul ul li.xar-menu-subitem-current a {
	margin: 0;
	color: #110;
	background-color: #BBBBAA;
}

/*  subitems anchors current - hover state */
.xar-block-body ul ul li.xar-menu-subitem-current a:hover, 
.xar-block-body-right ul ul li.xar-menu-subitem-current a:hover {
	color: #110;
	background-color: #999988;
}



/* XARAYA ADMIN TABS */


/* system-wide navigation tabs nicely wrappable and made out of a list */
dl.xar-tabs {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	line-height: 1.6em;
	color: #126;
	background-color: #222;
	border: 1px solid #126;
}

dl.xar-tabs dt.help {
	float: left;
	margin: 0px;
	padding: 2px 5px 0px 5px;
	line-height: 1.6em;
	font-weight: bold;
	font-size: 7pt;
	font-style: oblique;
	text-transform: uppercase;
	color: #126;
}

dl.xar-tabs dd {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #126;
}

dl.xar-tabs dd a:link,
dl.xar-tabs dd a:active,
dl.xar-tabs dd a:visited {
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	color: #555555;
	background-color: #CCCCBB;
}

dl.xar-tabs dd a:link:hover,
dl.xar-tabs dd a:active:hover,
dl.xar-tabs dd a:visited:hover {
	color: #ddc;
	background-color: #999988;
}

dl.xar-tabs dd.active a:link,
dl.xar-tabs dd.active a:active,
dl.xar-tabs dd.active a:visited {
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #DDD;
	background-color: #126;
	border: 0px;
	border-bottom: 1px solid #348;
}

dl.xar-tabs dd.active a:link:hover,
dl.xar-tabs dd.active a:active:hover,
dl.xar-tabs dd.active a:visited:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #237;
}

/* ie5-mac seems to need this */
* html dl.xar-tabs dd a { display: inline-block; }

/* a bit fancier look for good browsers */
dl.xar-tabs dd.active > a {
	padding-bottom: 3px;
}

* html dl.xar-tabs dd.active {
	margin-top: -3px;
	line-height: 1.9em;
}



/* XARAYA PAGE ELEMENTS */

.help {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	color: #EE9922;
	background: transparent;
}

