﻿

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ToolBoxes

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ToolsContainer {
width:725px;
}

.ToolsSectionTitle  {
	font-size:1.3em;
	font-weight:bold;
	color:#324a9a;
	/*line-height:2.0em;*/
	width:725px;
	height:25px;
	float:left;
	}

/*e7e7e7 - Light gray */

.toolboxshell{
	/*border-color:#bdbebe;*/
	border-color:#b7bcdc;
	border-width:1px;
	border-style:solid;
	width:300px;
	background-color:#ebebeb Transparent; 
	border-top: solid 5px #324a9a ; /*71ad18;*/
		
	/*padding: 1px 1px 1px 1px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;*/
	/*height:70px;*/
	margin-bottom:5px;
	font-size:smaller;
	background-color:#f3f3f3;

}
	
.toolboxshell p {
	 /*line-height:.3em;*/
	 margin: 0px  0px 2px 0px;
	 padding: 0px 0px 0px 10px;
}

.toolboxtitle {
	/*margin-top:2px;
	margin-left:auto;
	margin-right:auto;*/
	font-family:sans-serif, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:black;
	/*color:#89898a;*/
	width:262px;
	width:100%;
	
	/*position:relative;*/
	font-size:1.4em;
	line-height:1.0em;
	padding-bottom:4px;
	padding-top:3px;
	text-indent:3px;
	/*background-image:url(../../images/rcorner300l.gif);*
	background-repeat:no-repeat;
	background-position: top;
		/*background-color:#868282;*/
	background-color:#FFFFFF;
	/*background-color:#f3f3f3;*/
	/*margin-left:4px;
	/*font-weight:bold;*/
	/*height:25px;*/
	/*z-index:4;	 */
	/*padding:.5em 0px .7em 0px;*/
	

	}

.toolboxtitle a:link,
.toolboxtitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

.toolboxtitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}


.helptext {
	font-size:0.65em; 
	vertical-align:middle;
	text-align:right;
	}


	

	
	
	
.LeftColumn {
	float:left;
	width:325px;
	}
	

.RightColumn 
{
	float:left; 
	width:350px; 
	margin-left:25px
}

