/*added for box*/

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:50%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	filter: alpha(opacity=60);
	opacity: 0.6;
	}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			

/*END box*/


body {
	background-color: #ffffff;
	color: #11425b;
	font-family: verdana,arial,helvetica,sans;
	font-size: 12px;
	align: center;
}

td {
	font-family: verdana,arial,helvetica,sans;
	font-size: 12px;
	text-align: left;
}
th {
	font-family: verdana,arial,helvetica,sans;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

pre {
	color: #11425b;
	font-family: verdana,arial,helvetica,sans;
	font-size: 12px;
}
table.header td {
	text-align: right;
	padding-left: 12px;
}
table.header a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
table.footer td {
	font-size: 11px;
	text-align: left;
	padding-right: 5px;
	padding-left:10px;
	color: #666666;
}

table.footer a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 2px;
}

a { color: #11425b;}
a:visited {color: #666666;}
a:hover {color: #4a819d;}
a:active {color: #666666;}

A.scroller {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; FONT-SIZE: 12px;  PADDING-BOTTOM: 0px; COLOR: #00395c; TEXT-DECORATION: none;
}
a.scroller:hover {color: #D45D01;}

 .nav {
   float:right;
   font-size:12px;
   background:url("images/tabs.gif") no-repeat top left;
   white-space: nowrap;
   font-weight:bold;
   width:600px;
   height:37px;
   }
 .nav ul {
   margin:0;
   padding:0 10px 0;
   list-style:none;  
   }
 .nav li {
   float:left;
   margin:0;
   padding:0 0 0 17px;

   }
 .nav a {
   float:left;
   display:block;
   padding:9px 8px 6px 8px;
   color: #11425b;
   text-decoration:none;
   }
 .nav a:hover {
   color:#4a819d;
   }
 li.currentnav a {
   background: url("images/tabs_current.gif") repeat-x top;
   color:#11425b;

  }

div.menu ul {
margin:0;
padding:0 5px;
}
div.menu li {
display:block;
font-size:8pt;
list-style-position:outside;
list-style-type:none;
padding:0;
}
div.menu li a {
padding:0;
text-decoration:none;
}
div.menu.li.selected-item {
font-weight:bold;
}
   
.error { font-weight: bold; color: #DC6305; }
.default { color:#8E8E8E; }

p{
	margin: 0px;
	}
h1{
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:0px;
	padding-top:0px;
	margin: 0px;
	}
<!--h1 and mainTitle are the same visual style-->
.mainTitle {
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:0px;
	padding-top:0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color:#11425b;
	margin: 0px;
}
<!--h2 and title are the same visual style-->
.title {
	font-size: 15px;
	font-weight: bold;
	color:#11425b;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color:#11425b;
	margin: 0px;
}
<!--h3 and subtitle are the same visual style-->
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color:#11425b;
}
h4, h5, h6 {
	font-size: 13px;
	font-weight: bold;
	color:#11425b;
	margin: 0px;
}
<!--h4, h5, h6 and subsubtitle are the same visual style-->
.subsubtitle {
	font-size: 13px;
	font-weight: bold;
	color:#11425b;
}
.smallType {
	font-size: 11px;
}
.caption {
	font-size: 10px;
}
.breadcrumb {
	font-size: 11px;
	padding-bottom:15px;
	padding-left:6px;
	padding-right:4px;
	padding-top:0px;
}
a.breadcrumb {
	font-size: 11px;
	text-decoration: none;
}

ul {
	margin-left: 10px;
	margin-top: 1px;
	padding-left: 10px;
	margin-bottom: 3px;
}
.ledgerOther { background: #e5eff4;}
	
/*Add spacing under list items when needed*/
.liBottom {
	margin-bottom: 1em;
	}

/*Close up extra space*/
.liReverse {
	margin-bottom: -1em;
	}
	
.topnav {
  background:none;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
  }
.topnav a {
  background-image:none;
  color: #666666;
  text-decoration:none;
  }


.formLabelRequired {
	font-weight: bold; text-align: right; vertical-align: top;
}

.formLabel {
	font-size: 12px; text-align: right; vertical-align: top;
}

.prompt {text-align: left; margin-top: 0.6 em; }

input[type='text'] { border: 1px solid #8E8E8E; color:#11425b; background-color:#FFFFFF; font-family: verdana,arial,helvetica,sans; font-size: 11px;}
input[type='password'] { border: 1px solid #8E8E8E; color:#11425b; background-color:#FFFFFF; font-family: verdana,arial,helvetica,sans; font-size: 11px;}
input.error { border: 1px solid #990000; color:#990000; background-color:#F6BCBC; }
input.default { border: 1px solid #8E8E8E; color:#8E8E8E; background-color:#FFFFFF; }
select { border: 1px solid #8E8E8E; color:#11425b; background-color:#FFFFFF; font-family: verdana,arial,helvetica,sans; font-size: 11px;}
select.default { border: 1px solid #8E8E8E; color:#8E8E8E; background-color:#FFFFFF; }
select.error { border: 1px solid #990000; color:#990000; background-color:#F6BCBC; }
textarea { border: 1px solid #8E8E8E; color:#11425b; background-color:#FFFFFF; font-family: verdana,arial,helvetica,sans; font-size: 11px;}


.healthpartners-portal-window-container-healthy-outcomes { width:236; margin-top: 1px; margin-right: 4px; margin-bottom:4px;}

.healthpartners-portal-window-container-homepage { width:950; margin-top: 1px; margin-right: 4px; margin-bottom:4px;}

.healthpartners-portal-window-container { width:100%; margin-top: 1px; margin-right: 4px; margin-bottom:4px;}

.healthpartners-portal-window-nw { background-image:url(images/whiteBorder_01.gif); background-repeat:no-repeat; height:14px; width:16px; padding:0px;}
.healthpartners-portal-window-n { background-image:url(images/whiteBorder_02.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-ne { background-image:url(images/whiteBorder_03.gif); background-repeat:no-repeat; height:14px; width:18px; padding:0px;}
.healthpartners-portal-window-w { background-image:url(images/whiteBorder_04.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-center { background-color:white; padding:0px;}
.healthpartners-portal-window-e { background-image:url(images/whiteBorder_06.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-sw { background-image:url(images/whiteBorder_07.gif); background-repeat:no-repeat; height:18px; width:16px; padding:0px;}
.healthpartners-portal-window-s { background-image:url(images/whiteBorder_08.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-se { background-image:url(images/whiteBorder_09.gif); background-repeat:no-repeat; height:18px; width:18px; padding:0px;}

.healthpartners-portal-window-nw-primary { background-image:url(images/blueBorder_01.gif); background-repeat:no-repeat; height:14px; width:16px; padding:0px;}
.healthpartners-portal-window-n-primary { background-image:url(images/blueBorder_02.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-ne-primary { background-image:url(images/blueBorder_03.gif); background-repeat:no-repeat; height:14px; width:18px; padding:0px;}
.healthpartners-portal-window-w-primary { background-image:url(images/blueBorder_04.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-center-primary { background-color: #E5EFF4; padding:0px;}
.healthpartners-portal-window-e-primary { background-image:url(images/blueBorder_06.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-sw-primary { background-image:url(images/blueBorder_07.gif); background-repeat:no-repeat; height:18px; width:16px; padding:0px;}
.healthpartners-portal-window-s-primary { background-image:url(images/blueBorder_08.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-se-primary { background-image:url(images/blueBorder_09.gif); background-repeat:no-repeat; height:18px; width:18px; padding:0px;}

.healthpartners-portal-window-nw-secondary { background-image:url(images/purpleBorder_01.gif); background-repeat:no-repeat; height:14px; width:16px; padding:0px;}
.healthpartners-portal-window-n-secondary { background-image:url(images/purpleBorder_02.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-ne-secondary { background-image:url(images/purpleBorder_03.gif); background-repeat:no-repeat; height:14px; width:18px; padding:0px;}
.healthpartners-portal-window-w-secondary { background-image:url(images/purpleBorder_04.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-center-secondary { background-color: #D6D4DB; color:#160D2E; padding:0px;}

.healthpartners-portal-window-e-secondary { background-image:url(images/purpleBorder_06.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-sw-secondary { background-image:url(images/purpleBorder_07.gif); background-repeat:no-repeat; height:18px; width:16px; padding:0px;}
.healthpartners-portal-window-s-secondary { background-image:url(images/purpleBorder_08.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-se-secondary { background-image:url(images/purpleBorder_09.gif); background-repeat:no-repeat; height:18px; width:18px; padding:0px;}
.healthpartners-portal-window-center-secondary h2 {
	color:#160D2E;
}
.healthpartners-portal-window-center-secondary h3 {
	color:#160D2E;
}
.healthpartners-portal-window-center-secondary h4 {
	color:#160D2E;
}
.healthpartners-portal-window-center-secondary h5 {
	color:#160D2E;
}
.healthpartners-portal-window-center-secondary h6 {
	color:#160D2E;
}
.healthpartners-portal-window-center-secondary .title{color:#160D2E;}
.healthpartners-portal-window-center-secondary a{color:#160D2E;}
.healthpartners-portal-window-center-secondary a:visited {color: #666666;}
.healthpartners-portal-window-center-secondary a:hover {color: #a291ce;}
.healthpartners-portal-window-center-secondary a:active {color: #666666;}
.healthpartners-portal-window-center-secondary .subtitle { 	font-size: 14px; font-weight: bold; color:#160D2E; }
.healthpartners-portal-window-center-secondary .subsubtitle {font-size: 13px;  font-weight: bold; color:#160D2E; }
.healthpartners-portal-window-center-secondary .smallType { font-size: 11px;  color:#160D2E; }
.healthpartners-portal-window-center-secondary .caption { font-size: 10px;  color:#160D2E; }

.healthpartners-portal-window-nw-tertiary { background-image:url(images/orangeBorder_01.gif); background-repeat:no-repeat; height:14px; width:16px; padding:0px;}
.healthpartners-portal-window-n-tertiary { background-image:url(images/orangeBorder_02.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-ne-tertiary { background-image:url(images/orangeBorder_03.gif); background-repeat:no-repeat; height:14px; width:18px; padding:0px;}
.healthpartners-portal-window-w-tertiary { background-image:url(images/orangeBorder_04.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-center-tertiary { background-color: #f9e3d0; color: #d45d01; padding:0px;}
.healthpartners-portal-window-e-tertiary { background-image:url(images/orangeBorder_06.gif); background-repeat:repeat-y; padding:0px;}
.healthpartners-portal-window-sw-tertiary { background-image:url(images/orangeBorder_07.gif); background-repeat:no-repeat; height:18px; width:16px; padding:0px;}
.healthpartners-portal-window-s-tertiary { background-image:url(images/orangeBorder_08.gif); background-repeat:repeat-x; padding:0px;}
.healthpartners-portal-window-se-tertiary { background-image:url(images/orangeBorder_09.gif); background-repeat:no-repeat; height:18px; width:18px; padding:0px;}
.healthpartners-portal-window-center-tertiary h2 {
	color:#D45D01;
}
.healthpartners-portal-window-center-tertiary h3 {
	color:#D45D01;
}
.healthpartners-portal-window-center-tertiary h4 {
	color:#D45D01;
}
.healthpartners-portal-window-center-tertiary h5 {
	color:#D45D01;
}
.healthpartners-portal-window-center-tertiary h6 {
	color:#D45D01;
}
.healthpartners-portal-window-center-tertiary a { color:#D45D01; }
.healthpartners-portal-window-center-tertiary a:visited { color:#666666; }
.healthpartners-portal-window-center-tertiary a:hover { color:#EBA56F; }
.healthpartners-portal-window-center-tertiary a:active { color:#666666; }
.healthpartners-portal-window-center-tertiary .title { color:#D45D01; font-size:15px; font-weight:bold; }
.healthpartners-portal-window-center-tertiary .subtitle { color:#D45D01; font-size:14px; font-weight:bold; }
.healthpartners-portal-window-center-tertiary .subsubtitle { color:#D45D01; font-size:13px; font-weight:bold; }
.healthpartners-portal-window-center-tertiary .smallType { color:#D45D01; font-size:11px; }
.healthpartners-portal-window-center-tertiary .caption { color:#D45D01; font-size:10px; }
