/*
 * FILE : molpage_section_menu.css
 *
 * CREATED : 16 December 2003
 *
 * LAST MODIFIED : 27 Feb 2007
 *
 * AUTHOR : Steve Lyon and Warren Hedley
 *
 * DESCRIPTION : This stylesheet contains the formatting rules that are define the appearance
 *     of the section menu that appears on the left of a Molecule Page.
 */

/* tooltip styling */ 
.tooltip { 
    display:none; 
    background-color:#ffa; 
    border:1px solid #cc9; 
    padding:3px; 
	width:300px;
	height:200px;
	font-size:12px; 
    -moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
}
.tooltip .close {
    float: right;
    margin: 10px 6px 0 0;
    cursor: pointer;
}

input.btn { 
	  color:#050; 
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#fed; 
	  border:1px solid; 
	  border-color: #696 #363 #363 #696; 
	} 
input.btnhover { 
	  border-color: #c63 #930 #930 #c63; }
	  
a.tooltiplink{

background-color:transparent;
color:#276089;
}
tooltiplink.a.link{}
tooltiplink.a.visited{}
tooltiplink.a.hover{}
tooltiplink.a.active{}



.msm-free-head, .msm-free-data, .msm-land-data,
.msm-auth-head, .msm-auth-data,
.msm-auto-head, .msm-auto-data {
  font-size          : 11px;
}

.msm-free-data, .msm-land-data,
.msm-auth-head, .msm-auth-data,
.msm-auto-head, .msm-auto-data {
  font-weight        : bold;
}

.msm-free-head, .msm-auth-head, .msm-auto-head {
  padding            : 3px 12px;
}

.msm-land-data, .msm-free-data, .msm-auth-data, .msm-auto-data {
  padding            : 6px 12px;
  border-bottom      : 4px solid white;
}

td.msm-land-data ul, td.msm-free-data ul, td.msm-auto-data ul, td.msm-auth-data ul {
  list-style         : none;
  padding            : 0;
  margin             : 0;
}

.msm-free-head {
  color              : #FFFFFF;
  background-color   : #336666;
  font-weight        : normal;
  border-bottom      : 4px solid white;
}

.msm-free-data, .msm-free-data a
{
  color              : #000000;
  background-color   : #BCBCBC;
}

.msm-land-data, .msm-land-data a
{
  color              : #BCBCBC;
  background-color   : #595193;
}

.msm-auth-head
{
  color              : #C5DAE9;
  background-color   : #276089;
}

.msm-sub-head {
  font-size          : 9px;
  font-weight        : normal;
}

.msm-auth-data, .msm-auth-data a {
  color              : #276089;
  background-color   : #C5DAE9;
}

.msm-auto-head {
  color              : #C2D8D8;
  background-color   : #336666;
}

.msm-auto-data, .msm-auto-data a {
  color              : #336666;
  background-color   : #C2D8D8;
}

a.msm-high-link {
  color              : #B90000;
}

a.msm-land-link {
  color              : #EEEE00;
}

a.msm-nodata-link {
  color              : #666666;
}
