@charset "utf-8"; 
/* $Id: style.css,v 1.1.4.10 2008/10/11 21:47:20 andregriffin Exp $ */
/* Drupal 5 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/
/* Yahoo Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p
{
	margin: 0;
	padding: 0;
}

/**
 * 1.GLOBAL
 */
body {
  background: #fff;
  color: #333;
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.0em;
  margin: .5em 0;
}

h2 {
  font-size: 1.0em;
  margin: .75em 0 .5em;
  text-transform: uppercase;
}

h3 {
  font-size: 1.0em;
  margin: .5em 15px;
}

h4 {
  font-size: 1.0em;
  margin: .5em 15px;
	color: #003;
}

h5, h6
{
	font-size: 0.9em;
	margin: .5em 15px;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #996;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0  auto 0 0;
  width: 1175px;
  padding: 0;
  font-weight: normal;
}

#container {
  margin: 0;
}

/* 1 column */
#center {
  margin: 0 0 0px;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #fff;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 0px;
  width: 387px;
  margin: 0;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: 1px solid #fff;
  padding-left: 0px;
  width: 1056px;
  margin: 0;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #fff;
  padding-right: 0px;
  width: 510px;
  margin: 0;
}

/**
 * 3.HEADER
 */
#header
{
display: none;
	margin: 0;
	padding: 0px 0;
	position: relative;
	height: 124px;
}

#header #logo {
  float: left;
  padding: 0;
}

#header #name {
  display:block;
}

#header #slogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
  margin: 3em 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#nav {
  font-size: 1em;
  margin: 0 0 10px;
}

#nav ul.primary-links {
  font-weight: 700;
  padding: 5px;
}

#nav ul.primary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 5px 0;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
  text-decoration: underline;
}

#nav ul.secondary-links {
  border-top: 1px solid #b4d7f0;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: .9em;
  margin: 4px 0 4px 15px;
  padding: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.meta {
   display: inline;
   font-size: .9em;
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
  color: #666;
  display; inline;
}

.pager {
  margin: 1em 0;
}

.pager a:link, .pager a:visited, .pager strong.pager-current {
  border: 1px solid #ccc;
  margin: .3em .2em;
  padding: .3em .5em;
}

.pager a:hover, .pager a:active {
  background-color: #edf5fa;
}

.pager strong.pager-current {
  background-color: #d4e7f3;
  color: #069;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
padding: 0;
margin: 0;
}

#sidebar-left
{
display: none;
}

#sidebar-right
{
	float: right;
	margin: 0px;
	width: 669px;
	text-align: left;
	padding: 0;
	border-top: 1px #FFF solid;
}


/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 0px;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer {
  margin: 10px 0 20px 117px;
  padding: 5px 0;
  position: relative;
  width: 1060px;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

/**
*MAYA'S CUSTOM STUFF
*/
#quote
{
	color: #fff;
}
 #quoter
 {
 	color: #cc9;
 }
 
#header #block-views-quotes_view
{
display: none;
}
#header #block-views-quotes_view h2, #header #block-views-quotes_view .submitted, #header #block-views-quotes_view .field-label, .block-menu h2, #first-time, .view-content-news-block .submitted, #block-views-Legal_Updates .submitted, #block-views-workshop_list .submitted, #block-views-workshop_list .field-field-workshop-date, .view-content-Legal-Updates .submitted, #center .submitted
{
	display: none;
}

#header #block-views-quotes_view .field-field-author
{
padding-left: 100px;
color: #cc9;
}

#header #block-views-quotes_view p
{
	padding-top: 0;
	margin-top: 0;
}

#center p, #center .node_read_more
{
	padding: 0;
	margin: 0 15px;
}

#center h2, #center #webform-client-form-36
{
	padding-left: 15px;
	padding-right: 15px;
}

#address_table
{
	width: 500px;
	margin-left: 10px;
	color: #fff;
}
#address_table b
{
	color: #cc9;
}

#block-views-Legal_Updates
{
	background-color: #cc9;
	padding: 15px;
	width: 521px;
}
#block-views-Legal_Updates .more-link
{
font-weight: bold;
font-size: 14px;
}

#block-views-news_block
{
	border-top: 4px #996 solid;
	margin-top: 5px;
}

#block-views-news_block h2
{
	color: #996;
}


#workshop-front-page
{
	background-color: #030;
	background-image: url(../../../../images/stripes_dark.jpg);
	padding: 15px 0 15px 15px;
	color: #cc9;
	border-bottom: 1px #FFF solid;
	width: 328px;
	height: 287px;
	overflow: none;
}

#workshop-front-page #node-36
{
	display: none;
}


#workshop-front-page .view-data-node-link
{
	margin: 0;
	padding: 0 0 8px 0;
}

#workshop-front-page .meta
{
	display: inline;
}


#block-views-workshop_list a:link, #block-views-workshop_list a:visited
{
	color: #ffc;
}

#block-views-workshop_list img
{
	margin: 0;
	padding: 0;
}

.view-item-workshop-list .view-data-node-title
{
	text-transform: uppercase;
}


#stafflist
{
	background-color: #cc9;
	width: 620px;
}

#stafftop
{
	background-color: #663;
	color: #fff;
	padding: 15px;
}

#stafflist p
{
	padding: 7px 0 7px 15px;
	margin: 0;
}

#stafflist a:link, #stafflist a:visited
{
	font-weight: bold;
}


.view-staff-bios
{
	display: none;
}

.field-field-contact-author .field-label-inline-first, .field-field-workshop-date
{
	margin-left: 15px;
}

#sidebar-right #block-user-0
{
	background-color: #cc9;
	width: 300px;
	text-align: left;
	padding: 15px 15px 15px 0;
}

#sidebar-right #block-user-0 h2
{
	margin-left: 15px;
	color: #fff;
}

.view-content-recent-client-updates li
{
	padding-bottom: 5px;
}

.field-field-brief-summary
{
	margin-left: 15px;
}

.view-staff-calendar td.sat, .view-staff-calendar th.sat, .view-staff-calendar td.sun, .view-staff-calendar th.sun

{
	display: none;
}


/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li {  list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded {  }
ul li.collapsed {  }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0 5px 0 0; padding: 0; text-align: right;}
ul.menu li { list-style-type: none; margin: 0 0 4px 0; padding: .1em 5px .1em 0; text-transform: uppercase; background-color: #444; filter: alpha(opacity=60); -moz-opacity:0.60; }
ul.menu li a { padding: .1em 0 .1em 1.5em; filter: alpha(opacity=100); -moz-opacity:1.0; }
ul.menu li ul li { background-position: 1.5em .6em; text-transform: none; background: transparent;}
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }
ul.menu a:link, ul.menu a:visited {color: #fff;}
ul.menu a:hover, ul.menu a:active {color: #cc9;}



/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%; }
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #999; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#watchdog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

/***************************************
   =cluetip stuff
-------------------------------------- */
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close
{
	float: right;
	position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #dda;
}
.cluetip-default #cluetip-outer
{
	position: relative;
	margin: 0;
	background-color: #DDA;
	background-image: url(images/bkgrnd-bio-blend.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}


.none {
display: none;
}
