/* AN Supplies 15/09/05 - JJones:Control 2K Limited */



/* Generic page element styles */

body{
font-family: Arial, Helvetica, sans-serif;
cursor:default;
margin: 0px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	color: #0099CC;
	text-decoration: none;
}
a.edit:link, a.edit:visited, a.edit:hover, a.edit:active {
	font-size: 11px;
	text-decoration: underline;
	color: #FF0000;
	}
.PBleft {
	background-image:  url(Images/PBleft.jpg);
	background-repeat: repeat-y;
}
.PBright {
	background-image:  url(Images/PBRight.jpg);
	background-repeat: repeat-y;
}
.Fleft {
	background-image:  url(Images/FooterLeft.jpg);
	background-repeat: no-repeat;
}
.Fright {
	background-image:  url(Images/FooterRight.jpg);
	background-repeat: no-repeat;
}
.FBg {
	background-image:  url(Images/FooterBg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}



/* Banner Styles */

.BannerBg {
	background-image: url(Images/BBg.jpg);
	background-repeat: repeat-x;
}
.bannerlink {
	
	font-size: 10px;
	vertical-align: middle;
	padding-top: 1px;
}
a.bannerlink:link, a.bannerlink:active,a.bannerlink:visited{
	color: #666666;
	text-decoration: none;
}
 a.bannerlink:hover{
	color: #1A50B8;
	text-decoration: underline;
}
.bannertab {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}
a.bannertab:link, a.bannertab:active, a.bannertab:visited{	
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.bannertab:hover{
	color: #3858C7;
	font-weight: bold;
	text-decoration: none;
	align: middle;
}


/* Content Styles */


.Head{
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	}
.SubHead{
	font-size: 11px;
	color: #0E2B8D;
	font-weight: bold;
	}
input, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	}
.ENVPanel {
	border-top: 1px solid #333366;
	border-bottom: 1px solid #333366;
	
}
.TboxError {
	font-size: 11px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	}
.cleartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E2B8D;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.SubHead1 {
	font-size: 11px;
	color: #0E2B8D;
	font-weight: bold;
	line-height: 11px;
}
.Btn{
	cursor: hand;
}
	
	
/* Products page styles */

.slinkholder{
	display: inline;
	vertical-align: middle;
	margin: 10px;
}

/* Hacks */

.spotlightholder {
	border: 1px dotted #999999;
}
li{
	text-indent: -10px;
}
.floatright{
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #666;
	top: 0px;
	right: 0px;
}
.container{
	position: relative;	
}
.morelink{
	top: 120px;
	right: -138px;
	position: relative;
}
select {
	font-size: 10px;
	height: 12px;
}
H1  {
	font-size: 9px;
	vertical-align: middle;
	line-height: 14px;
	white-space:nowrap;
	padding-bottom: 10px;
	display: inline;
}
