

/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/



/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***

IE has difficulty with dashed and dotted. Dotted will show as dashed, and dashed can be dodgy anyway. 
So you are far better to use the solid property, as I have done here. At least you know you will get the same display in
every browser. Maybe Microsoft will produce a decent standards compliant browser ones day...but I doubt it*/


div.full-width-box {
   background-color: #eaf2af;
	margin: 15px 0px 10px 0px;
	padding: 8px;
   border: 1px solid #ffffff;
	
}


div.full-width-box2 {
   background-color: #f9ffef;
	margin: 15px 0px 10px 0px;
	padding: 8px;
   border: 1px solid #ffffff;
	
}






div.full-width-box3 {
background:url(../image-files/a4.gif) repeat-x top left;

	margin:4px 2px 4px 2px;
	padding: 4px;
   border: 1px solid #000066;
	
}

div.center-box {
   width: 80%;
	
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	border: solid 2px #99cc00;

	
}

div.center-box-color {
   width: 80%;
   background-color: #f4f9e1;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
   border: 1px solid #ffffff;
	
}



div.topnav {
   width: 100%;
background:url(../image-files/a3.gif) repeat-x bottom left;

	margin-left:auto;
	margin-right:auto;
	padding: 10px;
   border: 1px solid #ffffff;
	
}






div.full-width-box2 {
   background-color: #f6fce8;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #ffffff;
	
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #f4f9e1;
	margin: 5px 5px 5px 5px;
	border: 1px solid #ffffff;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 3px solid #99CC00;
	padding: 10px;
	width: 45%;
	float: right;
	
}


div.alert-box {
   background-color: #eaefe0;
	margin: 5px 5px 5px 5px;
	border: 2px solid #660000;
	padding: 5px;
	width: 30%;
	float: right;
	
}







div.bottom {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 3px solid #ffffff;
	padding: 10px;
	width: 80%;
	align: center;
	
}








/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 3px;
	border: 1px solid #ffffff;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #ffffff;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
<!--blog widget-->

div#blog-insertion {
 margin:1px 1px 0px 1px; 
 border: 1px solid #3a3b38;
 padding: 6px;
 vertical-align:top;
 overflow:auto;
}
div#blog-credit{
 margin:0px 3px 5px 3px; 
 border: 1px solid #333333;
 padding: 0px;
 vertical-align:top;
  background-color: #999933;
  color: #3a3b38;
}

div#bloghead {
  background-color: #ffffff;
  color: #ffffff;
  padding-bottom:0px;
  margin-bottom: 1px;
  text-align:center;
}
div#blogroll {
    text-align: left;
    padding-bottom: 7px;
    padding-left:3px;
    padding-right:2px;
   font-size:1.0em;
}
<!--Blog Link Color-->
A:link#bloglink {
	color: #000099;
	text-decoration:none;	
	background-color: transparent;
}


A:link#blog-source {
   color: #000099;
   text-decoration:none;
}   
A:visited#blog-source {
   color: #698b22;
   text-decoration:none;
}   
A:hover#blog-source {
   color: #698b22;
   text-decoration:none;
}   
A:active#blog-source {
   color: #698b22;
   text-decoration:none;
}   
A:visited#bloglink {
	color: #698b22;
	text-decoration:none;
	background-color: transparent;
}

A:hover#bloglink {
	color: #000000;
	text-decoration:none;
	background-color: transparent;
}

<!--end blog-widget-->


#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 ;
	color:#fff;
	}

#easyTooltip2{
	padding:5px 10px;
	border:1px solid #5e5e5e;
	background:#5e5e5e ;
	color:#fff;
	width:250px;
	}
#easyTooltip2 h4, #easyTooltip2 p{
	margin:.25em 0;
	}	

 <!----> 
      a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
  
      a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}
  
      a.tooltip:hover span{display:inline; position:absolute; background:#cbf76e; border:2px solid #3a3b38; color:#3a3b38;}

<!---->



