/*///////////// Basics ////////////*/

a:hover{
	color:white;
	} 

/*///////////// My Plot Components ////////////*/

#myPlot-block { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100%; /* originally 500px */
	padding: 0; 
	text-align: left; 
	color: #D5D0BA;	
	margin: 5px 0 10px 0;
	background: #9BAFC2;
	border-width:1px;
	border-style: solid;
	border-color: #748ba0;	
}
#myPlot-block-inner { 
	padding: 10px; 
	overflow: hidden;
	
		
}
#myPlot-clear { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100%; 
	padding: 0; 
	text-align: left; 
	color: #DAE0D2;
	margin-bottom: 10px;	
	background-image: url(http://www.blotanical.com/images/clear-bkgrnd.png);
	background-repeat: repeat-x;
	background-color:#9bafc2; 
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #748ba0;
		
}
#myPlot-clear-inner { 
     padding: 10px; 
    overflow: hidden;
    /*background: #dae0d2;*/
    }    
#myPlot-smBlock {
	display:block;
	float:left;
	width:23%;
	padding:2px;
	background-image: url(http://www.blotanical.com/images/small-bkgrnd.png);
	background-repeat: repeat-x; 
	min-height:230px;
	margin:1px;
	}    
#myPlot-smBlock-inner {
	padding:3px;
	overflow:hidden;
	/*background:#DAE0D2;*/
	}
#myPlot-header {
    float:left;
    width:100%;
    /* background:#DAE0D2 url("../images/bg.gif")*/
    /*  repeat-x bottom;*/
    font-size:93%;
    font-weight: bold;
    font-family: trebuchet ms, verdana, sans serif;
    line-height:normal;
    }
  #myPlot-header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#myPlot-header li {
    float:left;
    background:url(../images/norm_left.gif)url("../images/norm_left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
  #myPlot-header a, #myPlot-header strong, #myPlot-header span {
    display:block;
    background:url(../images/norm_right.gif)url("../images/norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    color: #343862;
    font-size: 12px;
    /*position: absolute;*/
    }
  #myPlot-header #focus {
    background-image:url(../images/norm_left_on.gif);
    /*position: relative;*/
    }
  #myPlot-header #focus a {
    background-image:url(../images/norm_right_on.gif);
    padding-bottom:5px;
    text-decoration:none;
    color: #404040;
    font-size: 12px;
   /*position: relative;*/
    }
  #plot-header {
    float:left;
    width:100%;
    background:#DAE0D2 url("../images/bg.gif")
      repeat-x bottom;
    font-size:93%;
    font-weight: bold;
    font-family: trebuchet ms, verdana, sans serif;
    line-height:normal;
    border-width:1px 1px 0 1px;
	border-style: solid;
	border-color: #748ba0;
    }
  #plot-header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#plot-header li {
    float:left;
    background:url("../images/norm_left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
#plot-header a, #plot-header strong, #plot-header span {
    display:block;
    background:url("../images/norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    color: #343862;
    font-size: 12px;
    }
  #plot-header #current {
    background-image:url("../images/norm_left_on.gif");
    }
  #plot-header #current a {
    background-image:url("../images/norm_right_on.gif");
    padding-bottom:5px;
    text-decoration:none;
    color: #404040;
    font-size: 12px;
    }
    
  .cssPlot img {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color:#B7AE88;
    padding: 3px;
    margin-left:auto;
    margin-right:auto;
    }
  .cssPlot p {
    font-family: trebuchet 'ms', arial, sans-serif;
    color:#343862;
    font-size: 10px;
   } 
   .cssButtons img {
   	border-style:none;
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
   	}
  .plotData p {
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 50%; 
  padding-right: 5px; 
  margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: right;
  color: #343862;
  font-size: 11px; 
  line-height: 13px;
  }   	
  .plotData h3 {
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 50%; 
  padding-right: 5px; 
  margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: left;
  color: #343862;
  font-size: 11px;
  font-weight: bold; 
  line-height: 13px;
  }

/*///////////// My Plot Forms ////////////*/

form label { 
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 50%; 
  padding-right: 5px; 
  margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: right;
  color: #343862;
  font-size: 11px; 
  line-height: 13px;
}
form label#txt_label { 
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 240px; 
  padding-right: 5px; 
  margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: left;
  color: #343862;
  font-size: 11px; 
  line-height: 13px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: trebuchet 'ms', verdana, arial, san-serif;
  color: #404040;
  margin: 0;
  padding: 0;
  min-width: 180px;
  max-width: 95%;
  /* width: 560px; */
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  font-size:12px;
  color: #343862;
  border-style: none;
}
form fieldset legend {
  font-size:14px; 
  font-weight: bold;
  color: #343862;
}
form br {
	clear:left;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form input#radio {
  width: 80px;
  color: #343862; 
  text-align: center; 
  margin-left: 300px;
}	
form input#mp_radio {
  width: 20px;
  color: #343862; 
  text-align: left; 
  margin: 10px 0 0 10px;
}
form input#img_radio {
  width: 82px;
  height:22px;
}
form input#transp_back {
  /*background-color:#E6E5E4;
  border: none;*/
  }
form input#post {
  width: 80px;
  color: #343862; 
  text-align: center; 
  margin-left: 30px;
}  
form input#chars {
  width: 30px;
  text-align: center; 
  margin-left: 10px;
}
form input.disabled {
	color:#b9beb3;
	background-color: #000000;
	width: 40px;
  	text-align: left; 
  	margin: 10px 0 0 10px;
  	border: none;
	}  
form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 230px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-family: trebuchet 'ms', verdana, arial, sans serif;
    padding-left:3px;                              
}
form textarea {
	/*margin: 0 20px 0 20px;*/
	
	}
form select#GPS {
  width: 40px;
  margin:5px 0 0 0; 
}
form select#dropdown {
  width: 210px;
  margin:5px 0 0 0; 
}


form input#location {
	width: 100px;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form input#checkmark {
	margin-left:0px;
	}
form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#plotWrapper {
   width: 100%;
   }
#plotWrapper-inner {
   /*border-width: 1px;*/
   /*border-style: solid;*/
   /*border-color: #ece8de;*/
   margin-bottom: 10px;
	}
#plotAlpha { 
	margin: 1px; 
	/*width: 240px; */
	width:30%;
	float: left; 
	}
#plotAlpha-inner {
   padding: 2px;
   }
#plotBeta a:hover{
	color:white;
	}   
#plotBeta { 
	margin: 1px; 
	/*width: 320px; */
	width: 69%;
	float: left; 
	background-image: url(http://www.blotanical.com/images/small-bkgrnd.png);
    background-repeat: repeat-x; 
    min-height:230px;
	
	}
#plotBeta-inner {
   padding: 10px;
   text-align: left;
   }
  
#plotBeta p{
	font-size:8pt;
	font-weight:normal;
	font-family: trebuchet ms, verdana, sans serif;
    line-height:normal;
    text-align:left;
    margin-left:25px;
    min-width:90%;
    }   
#titles {
   margin-left: 290px;
   }
#titles-ind {
   text-align: left;
   font-family: trebuchet 'ms', arial, sans-serif;
   color: #343862;
   font-size: 10px; 
   line-height: 11px;

   height: 13px;
   word-spacing: 18px;
   
   }
   
#links a span {display: none;}   

/*#links a:hover span {
   display: block;
   position: absolute; top: 400px; left: 0; width: 125px;
   padding: 5px; margin: 400px; z-index: 100;
   color: #AAA; background: black;
   font-size: 11px;
   font-family: trebuchet ms, sans-serif; 
   text-align: center;
   line-height: 14px;
   text-decoration: none;
   }*/
   
#links a:hover span {
   display: block;
   float:right;
   width: 200px;
   margin-right: 10px;
   border-style: solid;
   border-width: 1px;
   border-color: #FFFFFF;
   background: #D5D0BA;
   font-size: 14px;
   font-weight: bold;
   font-family: trebuchet ms, sans-serif; 
   text-align: center;
   padding:3px; 
   margin-top: 0;
   line-height: 18px;
   
   }
   
////////////// My Plot My Favourites ////////////////////   

#favWrapper {
	display:block;
	width:500px;
	padding:3px;
	}
#favLabel{
	display:block;
	float:left;
	width:250px;
	padding:3px 8px 0 3px;
	font-family: trebuchet 'ms', arial, sans-serif;
    color:#343862;
    font-size: 12px;
    font-weight:bold;
    text-align:right;
	}	
#favResponse{
	float:left;
	width:200px;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-color:#DAE0D2;
	background-color:#ffffff;
	font-family: trebuchet 'ms', arial, sans-serif;
    color:#343862;
    font-size: 12px;	
	}
#favExperience{
	float:left;
	width:250px;
	padding:3px 0 0 10px;
	font-family: trebuchet 'ms', arial, sans-serif;
    color:#343862;
    font-size: 12px;
    padding-bottom:0px;	
	}	
#favExperience img{
	vertical-align:bottom;
	}

#favClear{
	clear:both;
	margin-bottom:2px;	
	}
	
////////////// My Plot Messages ////////////////////   

#msgWrapper {
   width: 100%;
   }
#msgWrapper-inner {
   /*border-width: 1px;*/
   /*border-style: solid;*/
   /*border-color: #ece8de;*/
   	margin-bottom: 10px;
   	/*background: #f1ecd4;*/
   	background-image: url(http://www.blotanical.com/images/small-bkgrnd.png);
    background-repeat: repeat-x; 
    
   	}
#msgWrap {
	float:left;
	display:block;
	width:400px;
	margin:2px;
	padding:2px;
	}	
#msgIcon {
	float:left;
	display: block;
	width:80px;
	margin: 2px;
	text-align: center;
	font-size:0.6em;
    font-weight: bold;
    font-family: trebuchet ms, verdana, sans serif;
    line-height: normal; 
    color: #343862;
    }

#msgIcon img{
	border-style:solid;
	border-width: 1px;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	}
	
#msgHolder {
	float:left;
	display:block;
	width:480px;
	margin:2px;
	padding:2px;
	}
   	
#msgDate {
	font-size:14px;
    font-weight: bold;
    font-family: trebuchet ms, verdana, sans serif;
    line-height: normal; 
    color: #343862;
    padding-left:3px;
    margin-bottom: 2px;
    }  

#msgActions {
	font-size:9px;
    font-weight: normal;
    font-family: arial, trebuchet ms, verdana, sans serif;
    line-height: normal; 
    color: #343862;
    padding-left: 2px;
    margin: 2px 0 2px 0;
    }  

#msgBody {
	font-size:12px;
    font-weight: normal;
    font-family: trebuchet ms, verdana, sans serif;
    line-height: normal; 
    color: #343862;
    padding-left: 6px;
    width: 440px;    
    }
    
#msgClear{
	clear:both;
	margin-bottom:2px;	
	}    

#flag img{
	border:none;
	padding:0 5px 0 0;
	margin:0;
	float:right;
	}     	
