/****************************************
*										*
*	HOWARD WRIGHT SCREEN 2008
*										*
*****************************************/

/*** MASTER COLORS ***/

/* BLUE */
.Blue	{ color: #52C6E2 !important; }
.VLblue	{ color: #C0DAED !important; } /* bkgrnd */
.VVLblue{ color: #DFE6F0 !important; } /* tabList HOVER bkgrnd */

/* BK */
.VLtan	{ color: #EAE8E2 !important; }

/* GREY */
.VLgrey	{ color: #B6BCC5 !important; }
.Lgrey	{ color: #939393 !important; }
.Mgrey	{ color: #6C7788 !important; }
.Dgrey	{ color: #30444C !important; }

.white	{ color: #FFF !important; }
.whiteBk{ background-color: #FFF !important; }

/* Red */
.Red	{ color: #C00 !important; }
/*** PROOFING ****/
.pink {
	font-weight:bold;
	color:#F0F;
}

/********* BODY + SET-UPS *********/
html {
font-size: 1.25em;
min-height:100%;
}
body {
font-size: 50%;
min-height:100%;
}
html>body {
font-size: 11px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color: #666666;
	background:#EAE8E2 url(../images/gen/bk/bodyBk.gif) 50% repeat-y;
	position:relative;
}

body, div, object, embed, form, img, dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
}
img, .show {
	display:block;
	}
.hide {
	display:none;
}
.display {
	display:block !important;
}

/* BASE CONTAINER ELEMENTS */
#entire {
	width:998px;
	margin:0 auto;
	background:#EAE8E2;
}
/* SEO ONLY */
#seo {
	padding:10px 250px 5px 21px;
	font-size:9px;
	z-index:4;
	background-color:#EAE8E2;
	position:relative;
	}
#center {
	width:956px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}	
#header, #content, #footer {
	width:100%;
	margin:0 auto;
	position:relative;
	}

#header {
	height:130px;
	background:transparent;
	z-index:3;
}
.admin #header {
	/*background-image:url(../images/gen/bk/hdrBkAdmin.gif);*/
}
#hdrImg {
	display:none;
}
#update {
	position:absolute;
	right:21px;
	top:10px;
	z-index:20;
	text-align:center;
}
#login a {
	color: #6C7788;
}
#logo, #logoLink {
	width:365px;
	height:75px;
	display:block;
	position:absolute;
	left:43px;
	top:25px;
	background:transparent url(../images/gen/logo/HowardWright.png) no-repeat;
	z-index:2;
}
#logo {
	behavior:url(/css/iepngfix.htc); 
}
#logo img {
	display:none;
	}
#logoLink {
	z-index:10;
}
#logoLink span {
	display:none;
}
#topNav {
	position:absolute;
	left:43px;
	top:140px;
	width:160px;
	z-index:3;
}
#content {
	width:auto;
	padding:15px 0 15px 219px;
	z-index:2;
}
#footer {
	width:128px;
	position:absolute;
	left:43px;
	top:520px;
	line-height:1.2;
	z-index:10;
	}
#footer .noPrint {
	display:block;
}
/* CONTENT PANELS */
.homePanel, .main, .mainR, .left, .mid, .right {
	float:left;
	position:relative;
}

.main { /* MAIN LEFT COLUMN */
	width:462px;
	padding-right: 5px;
	border-right:1px solid #B6BCC5;
}
.mainFull { /* MAIN FULL WIDTH COLUMN */

}
.admin .main {
	width:700px;
	border:0;
}
.mainR {
	width:455px;
	padding:0 12px;
	border-left:1px solid #B6BCC5;
}
.left {
	width:222px;
	padding-right: 5px;
}
.mid {
	width:215px;
	padding:0 12px 0 0;
	border-right:1px solid #B6BCC5;
}
.right {
	width:215px;
	padding:0 0 0 12px;
}

/* PANELS */
.panel {
	background:#FFF;
	position:relative;
	float:left;
	width:100%;
}
.right .panel {
	margin:0 -12px;
}
.panelText {
	display:none;
}


/**************** VIEWER *****************/
#viewer {
	width:450px;
	height:440px;
	padding:12px 13px 12px 16px;
	margin:-5px -12px 0;
	background:url(../images/gen/bk/viewerBk.gif) no-repeat;
	position:relative;
}
#viewerWindow {
	width:450px;
	height:215px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#viewerImgPanel {
	width:450px;
	position:absolute;
	left:0;
	top:0;	
}
#viewerImgPanel .imgHold {
	width:450px;
	height:215px;
	float:left;
}
#viewerImgPanel .imgHold img {
	display:block;
	margin:0 auto;
}
#viewerBody {
	padding:18px 25px 0px;
	background-color:#FFF;
}
#viewerBase {
	padding:0 25px 0;
	font-size:9px;
	height: 60px;
	overflow: hidden;
	background-color:#EDF4F1;
}
/* Viewer NAV */
#next, #prev {
	display:block;
	height:14px;
	width:10px;
	position:absolute;
	right:25px;
	top:100px;
	z-index:10;
}
#prev {
	right:auto;
	left:27px;
}
#next .bk, #prev .bk {
	z-index:1;
	width:10px;
	height:14px;
	top:0;
	left:0;
	position:absolute;
	background:url(../images/gen/click/next.png);
	behavior:url(/css/iepngfix.htc); 
}
#prev .bk {
	background:url(../images/gen/click/prev.png);
}
#next a, #prev a {
	z-index:2;
	position:relative;
	display:block;
	height:14px;
	cursor:pointer;
	text-decoration:none;
	}
#viewerIndex {
	z-index:10;
	height:12px;
	top:230px;
	left:0;
	position:absolute;
	padding:2px 20px;
}
#indexTitle {
	float:left;
	padding:0 3px 0 20px;
	text-transform:uppercase;
}
#viewerIndexLinks, #viewerIndexLinks a {
	float:left;
	padding:0 3px;
	display:block;
}
#viewerIndexLinks a.current {
	font-weight:bold;
}

/* TOOLTIPS */
.tool-tip {
	color: #fff;
	/*width: 17em;*/
	z-index: 13000;
	background:#EAE8E2;
/*	-moz-opacity:80;*/
	opacity:.80;
}
 
.tool-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 0;
	color: #30444C;
	padding:.6em .9em;
}
 
.tool-text {
	font-family:'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	padding:0 1em 1em;
	color:#30444C;
}

/* CONTACTS/DISTRIBUTORS */
.contactBk, .distributorsBk {
	background:url(../images/gen/bk/contactBk.png) no-repeat;
	min-height:390px;
	height:auto !important;
	height:390px;
}
.distributorsBk {
	background-image:url(../images/gen/bk/distributorsBk.png);
}

#distributorButtons {
	width:100%;
	height:390px;
	position:relative;
	overflow:hidden;
}
#contacts {
	position:absolute;
	z-index:1000;
	overflow:visible;
	width:1px;
	height:1px;
	left:0;
	top:0;
}
.cButton {
	position:absolute;
	display:block;
	background:url(../images/gen/bk/spacer.gif);
	width:9px;
	height:9px;
	z-index:10;
	text-decoration:none;
}
.cButton.current, .cButton:hover {
	background:url(../images/gen/contacts/redBk.gif) 50% no-repeat;
	text-decoration:none;

}

.cPanel, .cText, .cImg {
	position:absolute;
	width:220px;
	z-index:2000;
	top:140px;
}
.bigPanel, .bigPanel .cText, .bigPanel .cImg {
	width:467px;
}
.bigPanel .cText {
	width:447px;
}
.cPanel {
	left:-999em;
	}
.cText, .cImg {
	top:0px;
	left:0px;
	padding:25px;
	z-index:10;
}
.cImg {
	height:135px;
	background:url(../images/gen/contacts/hold.gif) no-repeat;
}
.bigPanel .cImg {
	height:275px;	
	background:url(../images/gen/contacts/holdWide_467.gif) no-repeat;
}	
.bigPanel.medPanel .cImg {
	height:135px;	
	background:url(../images/gen/contacts/holdMedWide_467.gif) no-repeat;

}
/*.cImg.medium {	
	background:url(../images/gen/contacts/holdMedium.gif) no-repeat;
	
}	*/
.cText {
	width:230px;
	padding:15px 10px 0 20px;
	z-index:20;
}
.cText p {
	line-height:1.2em;
	margin:0;
	padding:0;
	margin-bottom:.5em;
}
.cText h4 {
	padding-bottom:0;
	margin-bottom:0;
}
/*
Distributors button etc id's
BE = Belgium
IN = India
SG = Singapore
HK = Hong Kong
TW = Taiwan
SK = South Korea
JP = Japan
NZ = New Zealand
US = United States
BR = Brazil
AUS = AUS
*/

#EU_b {
	left:291px;
	top:141px;
	
}
#IN_b {
	left:413px;
	top:204px;
}
#SG_b {
	left:458px;
	top:224px;
}
#HK_b {
	left:479px;
	top:188px;
}
#TW_b {
	left:491px;
	top:188px;
}
#SK_b {
	left:502px;
	top:164px;
}
#JP_b {
	left:518px;
	top:165px;
}
#NZ_b {
	left:586px;
	top:301px;
}
#US_b {
	left:743px;
	top:167px;
}
#BR_b {
	left:836px;
	top:245px;
}
#AUS_b {
	left:515px;
	top:278px;

}




/* INNER ELEMENTS */
/* Main */
.split, .copyFtr {
	border-top:3px solid #6C7788;
	margin:1em 12px 0 0;
	padding:1em 0 0;
	clear:both; 
}
.mainL .split {
	padding-right:1em;
	}
.right .split {
}
.half {
	float:left;
	width:44%;
	padding-right:4%;
}
.contacts h3 {
	padding-top:1.5em;
}
.pullout {
	padding:0 3em 1.2em 0;
	margin:0 12px 2em 0;
	position:relative;
	z-index:10;
	border-bottom:3px solid #6C7788;
	clear:both;
}
.mainL .pullout {
	padding-right:1em;
	}
.admin .pullout {
	display:none;
}

.pullout.split {
	padding:1em 0 0em;
	margin:1em 0 1.5em;
}


/* Copy Holders */	
.copy {
	padding:0;
}
.copyHdr, .copyBody, .copyFtr {
	padding:0;
	clear:right;
}
.copyHdr, .listHdr {

}
.copyBody, .listBody {

}
.listBody {
	padding-right:100px;
}
.copyFtr, .listFtr {
	padding-top:1em;
	clear:both;
}
.copyFtr {
	padding-bottom:2em;
}
.listFtr {
	padding:0 0 1em;
}

.listSm {
	width:100%;
	overflow:hidden;
}
.listSm.admin {
	width:auto;
	padding:1em 0; 
	padding-right:100px;
	background-color:#FFF; 
	margin-bottom:-1em; 
	color:#30444C;
}
.admin .listBody, .admin .listFtr {
	display:none;
}
.admin .listBig .listBody, .admin .listBig .listFtr {
	display:block;
}

.listSm .img {
	display:none;
}
.listSm.listCases .img {
	display:inline;
	float:left;
	width:22px;
	height:22px;
	margin:0 15px 10px 10px;
	overflow:hidden;
	background:url(../images/gen/ico/pdf.gif) no-repeat;
}
.listSm.listCases .featured .img, .listBig .img {
	float:right;
	width:160px;
	height:120px;
	margin:0 0 10px 0;
	overflow:hidden;
}
.listSm.listCases .normal .listBody, .listSm.listCases .normal .img img {
	display:none;
}
.listSm.listCases .normal .date {
	/*float:right;*/
	margin-top: -1em;
	padding-bottom: .5em;
}
.listSm.listCases .normal .copy h1 {
	font-size:1.2em;
	padding-top:.3em;
	padding-bottom:1.1em;
}
.listSm .copy {
	float:left;
	width:90%;
}
.listSm.listNews .copy {
	width:100%;
}
.listSm.listCases .featured .copy, .listSm.listNews .featured .copy {
	width:65%;
}

.listSm.listNews a {
	text-decoration:none !important;
}

.feature .fullwidth{
	width:100% !important;
}

.listSm .split {
	border-top:1px solid #6C7788;
		
}


.top_btm_border {
	border-top:1px solid #B6BCC5;
	border-bottom:1px solid #B6BCC5;
	margin-bottom: .8em;
}


/* LIST STYLES */
ul, ol {
	padding:4px 0 8px 0;
	margin-left:1.4em;
	list-style:disc outside;
	font-size:1.1em;
	line-height:1.3em;
	position:relative;
	}
li {
	padding:2px 0 1px;
}	

ol{
	margin-left:2em;
	}

ol li {
	list-style:decimal outside;
	}
	
.col-2 {
	/*float:left;*/
	height:1%;
	overflow:hidden;
	/*font-weight:bold;*/
	color:#30444C;
	margin:-5px 0 0;
	padding-bottom:4px;
}
.col-2 li {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 1px 10px;
	background:url(../images/gen/bk/bullet.gif) 0% 50% no-repeat;
	width:45%;
	display:inline;
	position:relative;
}

/* BLOCK LISTS */
.blockList {
	height:140px;
	list-style:none;
	margin:0;
	padding:0 0 12px 1px;
	list-style:none;
	float:left;
	font-size:1.1em;
	line-height:1.2em;
	overflow:hidden;
}
.blockList li {
	background:transparent;
	color:#6C7788;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}
.blockList li a {
	width:250px;
	display:block;
	color:#6C7788;
	position:relative;
	padding:4px 15px;
	float:left;
}
/* MAIN EXCEPTIONS */
.mainR .blockList {
	padding-top:20px;
}
.mainR .blockList li a {
	width:225px;
	padding:15px 0;
	border-bottom:3px solid #6C7788;
	font-size:1.2em;
	line-height:1.4em;
}

.blockList span.img {
	width:60px;
	height:60px;
	float:left;
	margin:0 10px 0 0;
	/*background:url(../images/gen/bk/news.gif) 50% 50% no-repeat;*/
	overflow:visible;
	position:relative;
	display:none;
}
.events span.img {
	/*background:url(../images/gen/bk/events.gif) 50% 50% no-repeat;*/
}
span.img img {
	position:relative;
}
.right .blockList span.img {
	float:right;
	margin:0 -5px 0 0;
}
.right .blockList span.img.hanger {
	margin-top:-32px;
	margin-bottom:-4px;
	height:84px;
	/*width:110px;#*/
	width:80px;
	cursor:pointer;
	margin-left:-10px;
}
.blockList span.head {
	/*font-size:1.2em;
	line-height:1.2em;*/
}
.blockList span.head,.blockList  span.date {
	font-weight:bold;
	display:block;
}/*
.newsList .blockList span.head,.blockList  span.date {
	font-weight:normal;
	display:inline;
}*/
.right .blockList span.head, .mainR .blockList span.head {
	font-weight:normal;
	display:inline;
}
.blockList span.time {
	font-weight:normal;
}
.blockList span.intro {

}
.right .newsList span.intro {
	display:none;
}
.blockList span.more {
	color:#C00;
	/*font-weight:bold;
	text-transform:uppercase;*/
	white-space:nowrap;
	padding-right:10px;
	/*background:url(../images/gen/nav/GOarr.gif) 100% 50% no-repeat;*/
}

.blockList li a:hover, .blockList li a:hover span {
	color:#30444C;
	text-decoration:none;
}
.blockList li a:hover {
	}
.blockList li a:hover span.head, .blockList li a:hover span.more, a:hover span.Green {
	text-decoration:underline !important;
	}
.blockList.newsList li a:hover span.head {
	text-decoration:none !important;
	}
.blockList li a:hover span.more {
	color:#52C6E2;
	/*background-image:url(../images/gen/nav/GOarr_r.gif);*/
}


/***** TAB LIST *****/
.tabList {
	list-style:none;
	margin:0 0 .5em;
	padding:0;
}
.tabList li {
	list-style:none;
	width:100%;
	overflow:hidden;
}
.tabList li span {
	float:left;
	display:block;
}
.tab1, .tab3  {
	width:6em;
}
.tab2 {
	width:13em;
}
.tab3 {
}

/***** IMAGES *****/
.imgR, .imgL {
	float:right;
	padding:4px 0 20px 15px;
	z-index:100;
	position:relative;
}
.main .imgR {
	}
.imgL {
	float:left;
	padding:4px 20px 15px 0;
}
.mainImg {
	/*margin:0 0 25px -32px;*/
	margin:-10px 0 10px 0px;
	position:relative;
	}
.mainR img {
	margin-bottom:10px;
}	

/* LINK STYLES */
a { 
	color:#30444C;
	text-decoration:none; 
	}
#footer a {
	color:#6C7788;
	text-decoration:underline; 
	}
.go {
	text-transform:lowercase;
	color:#52C6E2;
}
p a {
	color:#44b3ce;
	text-decoration:underline;
}
.go:hover {

}
a:hover, #footer a:hover { 
	color:#52C6E2;
	text-decoration:underline;
	}
a.blue { 
	color:#52C6E2 !important;
	text-decoration:underline !important;
	}
td a.blue {
	font-size:11px;
	}
a.blue:hover { 
	color:#30444C !important;
	text-decoration:underline !important; 
	}
.pdf, .pdfLink {
	margin-left: 5px;
	padding:4px 0 4px 26px;
	background:transparent url(../images/gen/ico/pdf.gif) left 50% no-repeat;
	font-size:1.1em;
	display:block;
}

.pdfLinkRight {
	margin-left: 5px;
	padding:6px;
	background:transparent url(../images/gen/ico/smpdf.gif) 50% no-repeat;
	font-size:1.1em;
}

.vid, .vidLink {
	margin-left: 5px;
	padding:4px 0 4px 26px;
	background:transparent url(../images/gen/ico/vid.gif) left 50% no-repeat;
	font-size:1.1em;
	display:block;
}



.emailLink {
	margin-left: 5px;
	padding:4px 0 4px 26px;
	background:transparent url(../images/gen/ico/email.gif) left 50% no-repeat;
	font-size:1.1em;
	display:block;
	
}


p a:hover  {
	color:#30444C;
	}

/* Bread Crumb */

.bC {
	font-size:.9em;
	text-transform:uppercase;
}
.bC a {
	text-decoration:none;
}
.ancestors {
	color:#000;
}
	
/* SPECIAL LINKS */	

/* FIX FIREFOX BORDER ON FOCUS */
a:focus, input:focus {outline-style: none !important;}



/**************** STANDARD TEXT CLASSES *****************/
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	margin-top:.3em;
	font-weight:normal;
	}

h1, h2, h3, h6 {
	color:#52C6E2;
	text-transform:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 { 
	font-size:2.5em;
	line-height:1.2em;
	margin:0;
	}
	
h1.sml { 
	font-size:2em;
	}	
.listSm .feature h1, .listSm .split h1, h3.intro {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0;
}
.listSm .feature h1 a, .listSm .split h1 a {
	color:#30444C;
	text-decoration:none;
}
.listSm .feature h1 a:hover, .listSm .split h1 a:hover {
	color:#52C6E2;
	text-decoration:underline;
}
.home .pullout h1 {
	margin-bottom:.5em;
}
h1 a em, h3 a em{
	font-size:.9em;
	color:#30444C;
}
.pageHeading { 
	font-size:2.5em !important;
	line-height:1.2em;
	margin:0;
} 

h2 {
	font-size:1.8em;
	line-height:1.3em;
}
h3, h4 {
	font-size:1.3em;
	line-height:1.4em;
}
h3 {
	color:#30444C;
	font-size:1.4em;
	margin:.5em 0;
}
h3 a {
	color:#30444C;
	text-decoration:underline;
	}
.jobTitle {
	display:block;
	color:#6C7788;
	font-size:.8em;
}
.right .panel h3 {
	font-size:1.3em;
	margin:0 0 5px;
	padding:15px 20px 4px 15px;
	/*background:#FFF url(../images/gen/bk/rH3Bk.gif) 0% 0% no-repeat;*/
	color:#FFF;
}
.right .whitePanel h3 {
	margin:0;
	color:#52C6E2;
	/*background:#FFF url(../images/gen/bk/rH3BkW.gif) 0% 100% no-repeat;*/
	padding:18px 20px 1px 15px;
}

h4, h5 {
	color:#30444C;
}
.right h4 {
	padding:.3em 15px 15px;
}
.right h4 a {
	text-decoration:underline;
}
h5, h6 {
	font-size:1.2em;
	line-height:1.3em;
	}
h6 {
	color:#6C7788;
	margin-bottom:.3em;
	font-weight:normal;
	font-size:1.1em;
	/* font-variant:small-caps; */
}
p {
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:.8em;
	}
	
blockquote {
	font-size:1.2em;
	line-height:1.5em;
	padding:0 4em;
	margin:1em 0 2em -3em;
	/*background:url(../images/gen/bk/quoL.gif) no-repeat;*/
	position:relative;
	z-index:2;
	}
.admin blockquote {
	z-index:2;
	float:right;
	width:250px;
	margin-left:0;
	padding-right:3em;
	}
blockquote .extra {
	width:40px;
	height:40px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1em;
	/*background:url(../images/gen/bk/quoR.png) no-repeat;*/
	/*behavior:url(css/iepngfix.htc);*/ 
}
blockquote.rQuote .extra {
	bottom:-1.2em;
}
	
/* UNIQUE TEXT CLASSES */
.right p {
	clear:both;
}
.b {
	font-weight:bold !important;
}
.sm {
	font-size:.9em;
}
.caption {
	font-size:1em;
}
h1 .reg, h2 .reg, h3 .reg, h4 .reg, h5 .reg, h6 .reg {
	font-size:.7em;
}
p .reg {
	font-size:.8em;
}	
	
/* UNIQUE LISTS */
.left ul, .left ol {
	list-style:none;
	margin:0;
}

.defaultlist {
	font-size:1.1em;
}

#sitemap {
	font-size:1.6em;
	line-height:1em;
	font-weight:bold;
	list-style:none;
	margin-left:0;
	padding:.5em 0;
	}
#sitemap a {
	color:#52C6E2;
}
#sitemap ul {
	padding:5px 0 0;
	margin:0;
	margin-left:1.2em;
	list-style:none;
	font-size:.8em;
	line-height:1em;
	font-weight:normal;
	}
#sitemap ul a {
	color:#52C6E2;
}
	
#sitemap ul ul {	
	font-size:.9em;
	line-height:1em;
}
#sitemap ul ul a {
	color:#6C7788;
}
#sitemap li {
	padding:8px 0 5px;
}
#sitemap li {
	padding:4px 0;
}
	

/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.fc { 
display: inline-table;
height: 1%;
display: block; 
}
	

/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after, .blockList:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.fc, .blockList { 
display: inline-table;
height: 1%;
display: block; 
}

/* Quick Styles & Over-Riders (!important) */

.ofH {
	overflow:hidden;
	}
.flL {
	float:left !important;
	}
.flR {
	float:right !important;
	}
.flN {
	float:none !important;
	}
.clB {
	clear:both !important;
	}
.clL {
	clear:left !important;
	}
.clR {
	clear:right !important;
	}
.taR {
	text-align:right !important;
	}
.taL {
	text-align:left !important;
	}
.taC {
	text-align:center !important;
	}
.nb {
	border:0 !important;
}
.pt1 {
	padding-top:1em !important;
	}
.pt2 {
	padding-top:2em !important;
	}
.pb2 {
	padding-bottom:2em !important;
	}	
	
.pb0 {
	padding-bottom:0 !important;
	}
.mb10 {
	margin-bottom:1em !important;
	}
.mb5 {
	margin-bottom:.5em !important;
	}
.mb0 {
	margin-bottom:0 !important;
	}
.mb-5 {
	margin-bottom:-5px !important;
	}
.ml-15 {
	margin-left:-15px !important;
	}
.mr0 {
	margin-right:0 !important;
	}
	
.mt115{
	padding-top: 115px !important;
}
	
.noborder th, .noborder td, td.noborder{ border: none !important;}	
	
/* -----------------------------

      NAVIGATION 

----------------------------- */
/* TOP NAV */
.nav {
	width:150px;
	list-style:none;
	margin:0;
	padding:0;
	background:transparent;
	position:relative;
	overflow:visible;
	}
.nav li {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
.nav li:hover {
}
.nav li a {
	width:100%;
	float:left;
	display:block;
	font-size:11px;
	line-height:1em;
	text-decoration:none;
	margin:0;
	padding:3px 0;
	background:transparent;	
	color:#666666;
}

.left .nav {
	margin-top: -5px;
	height: 125px;
}

/* EXCEPTIONS */
.nav li.current a {
	color:#52C6E2;
	font-weight:bold;
}

.nav li.Dgrey a {
	color:#30444C;
	font-weight:bold;
}

.nav li:hover a {
	color:#52C6E2;
}

/* SUB LEVEL 1 */
.nav li ul {
	display:none;
}
.nav li.current ul {
	display:block;
	width:150px;
	list-style:none;
	position:absolute;
	top:0;
	left:176px;
	margin:0;
	padding:0;
}
.nav li li {

	}

.nav li li a {
}
.nav li li a em {
	display:none;
	}
/* SUB LEVEL 2 ++++++ CUSTOM NAV IN LEFT COLUMN */
.nav ul ul {
	display:none;
}

.nav ul li.current ul, .left .nav li.current ul  {
	display:block;
	position:relative;
	width:180px;
	top:auto;
	left:auto !important;
	padding:1px 0 4px 5px;
	overflow:hidden;
	float:left;
}
.nav ul li.current ul li a, .left .nav li.current ul li a {
	background:url(../images/gen/nav/dash.gif) no-repeat;
	padding-left:10px;
	color:#52C6E2;
}
.left .nav li.current ul li a:hover {
	color:#6C7788;
}
/* Current */

.nav li li.current a,
.nav li.drop:hover li.current a,
.nav li.current li.current a, 
.nav li li.current:hover li.current a {
	color:#52C6E2;
	font-weight:bold;
	/* background:#52C6E2 url(../images/gen/nav/navBk.gif) 100% 100% repeat-x;*/
}
.nav li li.current a em,
.nav li.drop:hover.current li a em,
.nav li.current li.current a em,
.nav li li.current:hover li.current a em {
	display:none;
}

/* Nested Normal */
.nav li:hover li a, 
.nav li.current li a,
.nav li.drop:hover li a,
.nav li li:hover li a,
.nav li li.current:hover li a {
	/*background:#52C6E2;*/
	color:#939393;
	font-weight:normal;
}
.nav li:hover li a em, 
.nav li.current li a em,
.nav li.drop:hover li a em,
.nav li li:hover li a em, 
.nav li li.current:hover li a em {
	display:none;
}

/* Hover */
.nav li li:hover a, 
.nav li.drop:hover li:hover a,
.nav li li:hover li:hover a, 
.nav li li:hover li:hover a, 
.nav li li.current:hover li:hover a {	
	color:#52C6E2;
	/* background:#52C6E2url(../images/gen/nav/navBk_r.gif) 100% 100% repeat-x;*/
}
.nav li li:hover a em, 
.nav li.drop:hover li:hover a em,
.nav li li:hover li:hover a em, 
.nav li li:hover li:hover a em, 
.nav li li.current:hover li:hover a em {	
	display:none;
}




/* PRINT STYLES FOR NAVS */

@media print {
#topNav, #logo a, .right, .noPrint {
	display:none !important;
	}
#logo img {
	display:block;
	}
#entire, #content, .main {
	float:none;
	border:0;
	margin:0;
	padding:0;
	}
	.main {
		width:60%;
		font-size:1.3em;
	}	
}


/*********************

	FORM ELEMENTS

*********************/
form { 

	}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
input, button {
	vertical-align:top;
}
.cb {
	border:0;
}

option.label {

}
option {
	background:#FFF;
	padding:1px 5px;
	margin:0;
	}

.button { 
	width:auto !important;
	margin:0 !important;
	/*margin-top:1px;*/
	padding:0;
	font-size:11px;
	line-height:1em;
	text-transform:uppercase;
	background:#52C6E2;
	color:#FFF;
	border:0;
	}
.button span {
	display:block;
	padding:2px 5px 3px !important;
	padding:4px 3px 4px;
}
.button:hover {
	background:#30444C;
}

button.vidLink {
	margin-left: 5px;
	padding:4px 0 4px 26px;
	background:transparent url(../images/gen/ico/vid.gif) left 50% no-repeat;
	font-size:1.1em;
	display:block;
	border: none;
	cursor: hand;
	color:#30444C;
	text-decoration:none;
}

button.vidLink:hover{
	color:#52C6E2;
	text-decoration: underline;
}
	
label {
	display:block;
	margin:0;
	padding:4px 0 0;
	line-height:1.2em;
	}

.r { font-weight:bold; }

.form-strip {
	padding:3px 0 0;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	}
#login label {
	color:#FFF;
	margin:6px 0 0 0;
}
#login input {
	margin:3px 0 0 0;
	}
#login input {
	width:100px;
	margin-top:3px;
	}
	
	
/******** FORM FOR RIGHT COLUMN *******/		
ul.form, .nls {
	list-style:none;
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
	margin:0;
	}
ul.form.mainLogin {
	width:240px;
	margin:10px 0 0 -15px;
}
ul.form li {
	margin:0;
	padding:3px 0 1px 15px;
	float:left;
	clear:left;
	}
ul.form li {
	width:55px;
}
.emailForm ul.form li {
	padding-left:0;
	width:100px;
	clear:left;
	}
ul.form li.inp {
	width:130px;
	list-style:none;
	clear:none;
	}
.emailForm ul.form li.inp {
	padding-left:0;
	width:200px;
	clear:left;
	}
li.inp input {
	width:124px !important;
	width:126px;
	margin:0 !important;
	margin-left:-3px;
}
.emailForm ul.form li.inp input {
	width:350px !important;
	width:346px;
}
ul.form li.inp.pass {
	width:75px;
}li.inp.pass input {
	width:69px !important;
	width:68px;
	margin:0 !important;
}
ul.form li.submit {
	width:55px;
	list-style:none;
	float:left;
	clear:none;
	padding-left:5px;
	padding-top:3px !important;
	padding-top:4px;
	}
.emailForm ul.form li.submit {
	width:55px;
	clear:left;
	padding-left:0;
	}
li.submit button {
	width:49px;
}	
.form {
	margin:0;
	padding:0;
}

label em {
	font-weight:normal;
}
input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}
.emailForm ul.form textarea {
	width:350px;
	height:130px;
}
li.submit button {
	color:#FFF;
	background:#52C6E2;
	border:0;
	}
li.submit button:hover {
	background:#C00;
	}

/******* Bot-o-no ***********/
.dnForm {
	height:0px;
	width:0px;
	overflow:hidden;
}
.dnForm input {	
	display:none;
}
	
/****************************
	
	TABLE STYLES
	
.Blue { color: #52C6E2 !important; }	

.VLblue{ color: #C0DAED !important; } 
.VVLblue{ color: #DFE6F0 !important; }

.Red	{ color: #C00 !important; }

.VLgrey	{ color: #B6BCC5 !important; }
.Lgrey	{ color: #939393 !important; }
.Mgrey	{ color: #6C7788 !important; }
.Dgrey	{ color: #30444C !important; }
	
****************************/


table {
	font-size:1.1em;
	border-collapse:collapse;
	width:100% !important;
	margin:1em 0;
}
table td table {
	width:96%;
	font-size:1em;
}
.container {
	margin-top:10px;
	background:#DFE6F0;
}
th, td {
	text-align:left;
	padding:0 1em;
	vertical-align:top;
}
table table th, table table td {
	border-bottom:1px solid #C0DAED;
	padding:1.2em 1em .2em;
}
.details td {
	padding:1em;
	}
.updates {
	font-weight:bold;
}
td input, td textarea {
	width:100%;
	width:93%;
	border:1px solid #C0DAED;
	font-size:1em;
}
tr.updates td input {
	width:auto !important;
	}
td label, td input.cb {
	float:left;
}
tr.updates th, tr.updates td {
	background:#DFE6F0;
}
tr.updates th a {
	text-decoration:underline;
}
td select {
	border:1px solid #C0DAED;
	font-size:1em;
}
.details tbody th {
	width:20%;
	font-size:1.1em;
	color:#52C6E2;
}
.container td em {
	display:block;
	font-size:.8em;
}

/* DATA TABLE */
.data th {
	color:#30444C;
	font-size:1em;
	background:#DFE6F0;
}
.data th, .data td {
	padding:4px 8px;
	border:1px solid #52C6E2;
	border-width:1px 0;
	width:40%;
	vertical-align:middle;
}
.data th.mid, .data td.mid {
	border-width:1px;
	width:12%;
}
/* STRIP TABLE */
.strip thead th {
	font-size:1.4em;
	color:#52C6E2;
	font-weight:normal;
	padding:0 0 5px;
	border-bottom:1px solid #939393;
}

.strip tbody .darktopborder{
	border-top:1px solid #939393;
}

.strip tbody .brandlogo{
	height: 30px;
	float: right;	
	padding-top: 8px;
	overflow: hidden;
} 



.strip tbody th {
	white-space:nowrap;
	width:30%;
	padding:4px 5px 3px 0;
	border-bottom:1px solid #DDD;
}
.strip tbody td {
	padding:4px 0 3px;
	border-bottom:1px solid #DDD;
}
#viewerBase tbody th, #viewerBase tbody td {
	border:0 !important;
}

#viewerBase .strip td {
	padding:2px 0 2px;
}

#viewerBase .strip tbody th {
	padding:2px 5px 2px 0;
}

table.extrapadding td{
	padding: 6px 0;
}