
body { margin-bottom: 550px; }

.ui-accordion-content{ zoom: 1; } 
.link {color:#333399;cursor:pointer;cursor:pointer;text-decoration:underline;}
a.link, a.link:visited, a.link:hover {color:#333399;}
a.link:hover {text-decoration: underline;}
.link_selected {color:#333333;cursor:pointer;cursor:pointer;text-decoration:underline;}
a.link_selected, a.link_selected:visited, a.link_selected:hover {color:#333333;}
a.link_selected:hover {text-decoration: underline;}
.imp_link {color:#990000;cursor:pointer;cursor:pointer;text-decoration:underline;font-weight:bold;}
a.imp_link, a.imp_link:visited, a.imp_link:hover {color:#990000;}
a.imp_link:hover {text-decoration: underline;}
.section {margin-bottom:1em;padding-bottom:1em;border-bottom:1px solid #999}
.loud {color:#cf1010;font-weight:bold}
.meta {
    font-size:10px;color:#666;
}

span.link {text-decoration:none}

div.colors label {
    display: block;    
    float: left;
    margin: 0px 5px 0px 0px;
}

div.colors select {
  float: left; 
}

div.colors input {
  float: left; 
}
     
div.colors label.whitespace {
    margin-left: 15px;
}

div.colors {
    overflow: auto;
}

.message_wrapper {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
	top:expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}
       
* html .message_wrapper { 
    position: absolute;
}
 
.fixed_message {
    font-weight: bold;
    color: #fff;
    background-color: #cf1010;
    padding: 3px;
    margin: 0 auto;
    width: 400px;
    text-align: center;
}

.ac_results {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  height:300px;
  overflow:auto;
}
 
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.ac_results iframe {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}
 
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: hidden;
}
 
.ac_over {
  background-color: Highlight;
  color: HighlightText;
}

#link-to-graph {
	position: absolute;
    display: none;
    z-index: 100;
    width: 400px;
    padding: 4px;
    border: 1px solid #999;
    background-color: #e8ecf9;        
}
       
#link-to-graph input {
	width: 98%;
    margin-bottom: 5px;
}
        
.close-button {
	cursor: pointer;
    position: absolute;
    right: 5px;
}

.clear { clear: left; } 

#tooltip{
        z-index: 100;
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	width: 400px;
	display:none;
}	

.ui-datepicker { 
	width: 17em; 
	padding: .2em .2em 0; 
	font-size: 12px !important;
	z-index: 100 !important;
} 

div.color_picker {
  float: left;
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: none;
  cursor: pointer;
  line-height: 16px;
}

div#color_selector {
  width: 150px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
}
  div#color_custom {width: 100%; float:left }
  div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.color_swatch {
  float: left;
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  cursor: pointer;
  line-height: 12px;
}
