.floatl{
	float: left;
	position: relative;
}
.floatr{
	float: right;
	position: relative;
}

.padded{
	padding: 0.5em 1em;
}
.padl{
	padding-left: 1em;
}
.padr{
	padding-right: 1em;
}
.padt{
	padding-top: 0.5em;
}
.padb{
	padding-bottom: 0.5em;
}

.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
	position: relative;
}
.justify{
	text-align: justify;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.large{
	font-size: 1.2em;
}
span.nobr{
	white-space: nowrap;
}

div.errors{
	width: 32em;
	padding: 1em;
	color: #CC3333;
	border: solid 4px #CC0000;
	border-style: groove;
}

input, radio{
	vertical-align: baseline;
}


#tempLinks{
	width:100%;
	/*border-bottom:solid 1px #00A651;*/
	/*height: 20px;*/
	vertical-align: bottom;
	margin-top: 6px;
	margin-bottom: 0;
}


#tempLinks a{
	color:#00A651;
	font-weight: bold;
	text-decoration: none;
}

#tempLinks a:hover{
	text-decoration: underline;
}

#sampleLink{
	/*visibility: hidden;*/
	/*float: right;*/
	text-align: center;
	font-size: small;
}

#backLink{
	float:left;
	background-color: #00A651;/*#387C2C;*//*#008131;*//*#147C33;*/
	/*background: url("/images/bg_blueSilk.jpg") repeat;*/
	position: relative;
	width: 740px;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	padding-top: 0.3em;
	padding-left: 0em;/*0.2em 0;/* 0.2em 2em;*/
	padding-right: 0em;
	margin: 0;
	text-align: left;
	height: 1.8em;
}
#backLink a{
	margin-left: 1.5em;
}

#backLink a:link{
	color: white;
	text-decoration: none;

}

#backLink a:visited{
	color: white;
	text-decoration: none;
}
#backLink a:hover{
	text-decoration: underline;
}

#bottomLink{
	float:left;
	background-color: #00A651;/*#387C2C;*//*#008131;*//*#147C33;*/
	/*background: url("/images/bg_blueSilk.jpg") repeat;*/
	position: relative;
	width: 740px;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	padding-top: 0;
	padding-left: 0em;/*0.2em 0;/* 0.2em 2em;*/
	padding-right: 0em;
	margin: 0;
	text-align: center;
	height: 1.8em;
}
#bottomLink a{
	margin: 0 1.5em;
}

#bottomLink a:link{
	color: white;
	text-decoration: none;
	margin: 0 1.5em;
}

#bottomLink a:visited{
	color: white;
	text-decoration: none;
}
#bottomLink a:hover{
	text-decoration: underline;
}

#bottomLink a:active{

}

#backCat{
	visibility: hidden;
	float: left;
	padding-left:2em;
}

span.name{
	font-weight: bold;
}
span.value{
	font-weight: normal;
}

div.indent{
	/*position: relative;*/
	padding: 0 2em 0 1em;
	margin: 0;
}

div.indent hr{
	color: #333366;/*IE*/
	background-color: #333366;/*Mozilla*/
	border: none;
	/*margin-right: 2em;*/
}

div.subindent{
	padding: 0 0 0 2em;
	margin: 0;
}

.fxs{
	font-size: x-small;
}
.fxxs{
	font-size: xx-small;
}

.hiline{
	line-height: 1.3em;
}


div.simsearch{
	text-align: left;
	position: relative;
	left: -1em;
}
div.simsearch a{
	color:#00A651;
}

div.simsearch a:visited{
	color:#00A651;
}

div.simsearch a:hover{
	text-decoration:none;
	color: #0000CC;
}
input.subBut{
	background-color: #00A651;
	color: white;
	border: none;
	cursor: pointer;
}
input.subBut:hover{
	background-color: #00E16E;
}

a.subBut{
	background-color: #00A651;
	color: white;
	border: none;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;

}
a.subBut:hover{
	background-color: #00E16E;
}
.subBut a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00A651;
}

.selectedCover{
	/*border: solid 1px #00A651; */
	/*background-color: #DDFEEE;*/
	/*background-image: url("/images/green_tick.gif");*/
	background-position: bottom right;
	background-repeat:  no-repeat;
	overflow: auto;


}
.selectedCover input{
position: absolute;
	top: 1px;
	left: 1px;
}
.deSelectedCover{
/*	border: solid 1px gray;*/
	background-color: white;
	cursor: pointer;
	overflow: auto;
}
.deSelectedCover input{
position: absolute;
	top: 1px;
	left: 1px;
}
