html, body, div, form, h1, h2, h3, h4, h5, h6, img, p { margin:0; }
html, body, div, form, h1, h2, h3, h4, h5, h6, img, p { padding:0; }
body{
	font-family: Verdana, Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	background: #cccccc url(/assets/bg_grad.jpg) fixed repeat-x;
}

body.plsr {
	background: #006f49 url(/assets/bg_grad_green.jpg) fixed repeat-x;
}

.intranet_home_boxes { float:left; width:200px; margin: 10px; padding:8px; background-color:#F3F3F3; border:1px solid #999; }
.tblborder { border: 1px solid #999; background-color:#E7E7E7; padding:20px; }

body.plsr .tblborder { background-color: #C5E3BF; }
/*
C5E3BF - mint ice cream
BCED91 - green mist
*/
/******* hyperlink and anchor tag styles *******/
a {
	color: #005FA9;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.clear { clear:both; }
.areaOff { display:none; margin:0; padding:0; }
.areaOn { display:block; }

/************** header tag styles **************/
h1{
 font: bold 130% Verdana, Arial,sans-serif;
 /*color: #334d55;*/
 color:#009900;
 padding:0 0 12px 0;
}
h2{
 font: bold 134% Verdana, Arial,sans-serif;
 color:#F00;
 margin: 0px;
 padding:0 0 12px 0;
}
h3{
 font: bold 90% Verdana, Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.story h3 a, h3 a { text-decoration:underline; }
.story h3 a:hover, h3 a:hover { text-decoration:none; }

h4{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}
h4.msgError, h4.msgSuccess { padding: 10px; border-bottom: 1px solid #ccd2d2; color:#FFF; font-weight:bold; text-align:center; }
h4.msgSuccess { background-color:#009900; }
h4.msgError { background-color:#CC0000; }
h5{
	font: bold 100%;
	margin: 0px;
	padding: 0px;
}
.note { color:#CC0000; font-size:10px; }
.smallnote { color:#333; font-size:10px; font-weight:normal; }
.alertnote { color:#CC0000; font-weight:bold; }
a.hide_link_decoration { color:#000; text-decoration:none; }

.profile_items_wrapper1, .profile_items_wrapper2 { padding: 10px; margin:15px 0 15px 0; border:1px solid #666; }
.profile_items_wrapper1 { background-color:#E7E7E7; }
.profile_items_wrapper2 { background-color:#F9F9F9; }

/*************** list tag styles ***************/
ul { list-style-type: square; }
ul ul{ list-style-type: disc; }
ul ul ul{ list-style-type: none; }
/********* form and related tag styles *********/
form { margin: 0; padding: 0; }
label{
 font: bold 1em Verdana, Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Arial,sans-serif;
}

#nav_inpage_horizontal { float:left; margin:0 0 20px 0; background:#FFF; }
#nav_inpage_horizontal ul { margin:0; padding:0; list-style:none; }
#nav_inpage_horizontal ul li { display:inline; margin:0; padding:0; }
#nav_inpage_horizontal ul li a { float:left; padding:2px 10px 4px 10px; }
#nav_inpage_horizontal ul li a.first {}
#nav_inpage_horizontal ul li a.last { border-right:none; }
#nav_inpage_horizontal ul li a:hover { background-color:#E7E7E7; color:#00267F; text-decoration:none; }
#nav_inpage_horizontal ul li a.active { font-weight:bold; text-decoration:none; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	margin-top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}
#pageNav {
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right: 1px solid #ccd2d2;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}
#utility a{
	color: #ffffff;
}
#utility a:hover{
	text-decoration: underline;
}
/************** pageName styles ****************/
#pageName{
	padding: 18px 0px 18px 18px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageName h2{
	font: bold 160% Verdana, Arial,sans-serif;
	color: #333;
	margin:0px;
	padding: 0px;
}
body.plsr #pageName h2 {
	color: #065f3e;
}
#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 2px 0 2px 0;
	margin: 0px;
}
/************* globalNav styles ****************/
#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/glbnav_background.gif);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink {
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(/assets/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav, .subglobalNavShow {
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
}
.subglobalNav { visibility: hidden; }
.subglobalNavShow { visibility: visible; }
.subglobalNav a, .subglobalNavShow a { font-size: 80%; color: #ffffff; }
.subglobalNav a:hover, .subglobalNavShow a:hover { color: #cccccc; }

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a  {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature { height: auto; }

.feature h3{
	font: bold 175% Verdana, Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
/*************** story styles ******************/
.story {
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	/*width: 750px;*/
}
.story h3{
	font: bold 120% Verdana, Arial,sans-serif;
	color: #006699;
	margin: 0 0 10px 0;
}
.story h3 a { text-decoration:underline; }
.story h3 a:hover { text-decoration:none; }
.story p {
	margin: 0 0 10px 0;
	padding: 0px;
	line-height:16px;
}
/*.story table {
	margin: 0 0 20px 0;
	background-color:#F5f7f7;
	padding: 10px;
	border:1px solid #CCC;
}*/
.story a.capsule{
	font: bold 1em Verdana, Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
/************** siteInfo styles ****************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************ sectionLinks styles **************/

#sectionLinks { margin: 0px; padding: 0px; }
#sectionLinks h3 { padding: 10px 0px 2px 10px; border-bottom: 1px solid #cccccc; }

#sectionLinks a {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(/assets/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* relatedLinks styles **************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
.relatedLinks h3{ padding: 10px 0px 2px 0px; }
.relatedLinks a { display: block; padding-left:10px; text-decoration:none; }
.relatedLinks a:hover { text-decoration:underline; }
/**************** advert styles *****************/
#advert { padding: 10px; }
#advert img { display: block; }
/********************* end **********************/
tr.header td, td.header { color:#FFF; background:#71828A; }


/*** NAVIGATION - VERTICAL IN PAGE SUBNAV ***/
/*#subnav2 { width:187px; float:left; padding:0 0 20px 0; margin:0; }*/
ul#subnav2 { width:80px; list-style: none; padding: 0; margin: 0 0 0 0;}
/*#subnavLeft ul li { width:157px; float:left; display:block; padding:4px 0px 4px 0px; }*/
ul#subnav2 li { 
	background-image: url(http://www.balancepointcorp.com/images/Subnav_Arrows.jpg);
	background-repeat: no-repeat;
	background-position: 0.0em 0.4em;
	float:left; 
	display:block; 
	padding:0px 0px 4px 10px; }
#subnav2 ul li a { text-decoration:underline; color:#000; }
#subnav2 ul li a:hover { text-decoration:none; }
#subnav2 #navon a { color:#003399; text-decoration:none; }

/*** CALENDAR ***/
.inputSubmit {
	color: #000000;
	background-color: #EEEEEE;
	border-color : #000000;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
	font-weight: bold;
}
.inputBox {
	color : #000000;
	background : #FFFFFF;
	border-color : #000000;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
}
a.iAdd {
	font-size: 10px;
	color: #52637B;
	text-decoration: none;
}
.iAdd:hover {
	text-decoration: underline;
}
a.iDay {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
.iDay:hover {
	text-decoration: underline;
}
.iEventTitle {
	font-size: 11px;
	color: #005FA9;
}
a.iEventTitle {
	font-size: 11px;
	text-decoration: underline;
}
.iEventTitle:hover {
	text-decoration: none;
}
.link-confirmed {
	text-decoration: none;
	font-size: 12px;
}
.link-confirmed:hover {
	color: #003366;
	text-decoration: underline;
	font-size: 12px;
}
.link-notconfirmed {
	color: #CC0033;
	text-decoration: none;
	font-size: 12px;
}
.link-notconfirmed:hover {
	color: #CC0033;
	text-decoration: underline;
	font-size: 12px;
}


.temporary_data-container { text-align: center; }
.temporary_data { width: 95%; text-align: center;}
.plsr_new_customer .temporary_data { height: 342px; }
.plsr_search_customer .temporary_data { height: 120px; }
.plcr_new_customer .temporary_data { height: 312px; }
.plcr_search_customer .temporary_data { height: 70px; }
