﻿body 
{
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background: #FFF;

}

#mainContainer 
{
	margin:0px auto 0px auto;
	width:1024px;
	position:relative;
	margin-top: -240px;
}

#mainContent {
text-align:left;
}


/*.maindiv
{
	background: url('../images/TopCropBig.jpg') no-repeat top;
	width:1024px;
	height:900px;
}*/

.maindiv
{
	background-image: url('../images/HealthVault_Home_bg3_2.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:scroll;
	width:1024px;
	height:468px;
}

.backpackbox
{
	background: url('../images/backpackbox.jpg') no-repeat;
	font:11pt Verdana;
	color:Black;
	position:relative;
	margin-left:119px;
	margin-top:25px;
	width:231px;
	height:24px;
	padding:2px 0px 0px 5px;
	cursor:pointer;
}

.msg_body2 {
	padding: 5px 0px 0px 1px;
	font-size:7pt;
	background-color:#F4F4F8;
	overflow:auto;
	height:80px;
	width:230px;
	white-space:nowrap;
}

.expander
{
	font:11pt Verdana;
	color:Black;
	width:690px;
	cursor:pointer;
}
.expander_head_image
{
	width:18px;
	float:left;
	padding-bottom:0px;
	font-size:15px;
}

.msg_body3 
{
	padding: 5px 0px 15px 1px;
	font-size:8pt;
	background-color:#F4F4F8;
	overflow:auto;
	width:95%;
	min-height:0px;
}

.hvlogo
{
	position:relative;
	margin-left:60px;
	margin-top:-440px;
	width: 167px;
	height: 48px;
	background:url("../images/healthvault_logo.jpg");
	background-repeat: no-repeat;
	cursor:pointer;
}




/*
	Templates Page
*/

#mainContainerTemplates 
{
	margin:0px auto 0px auto;
	width:1024px;
	position:relative;
	/*border:solid 1px red;*/
	top: -122px;
}

.maindivtemplates
{
	background-image: url('../images/ribbon.png');
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:scroll;
	width:1024px;
	height:122px;
	/*border:solid 1px red;*/
}

.hvlogotemplates
{
	position:relative;
	left:45px;
	top:-95px;
	width: 148px;
	height: 43px;
	background:url("/images/healthvault_logo.jpg");
	background-repeat: no-repeat;
	cursor:pointer;
}


/* Expanding divs
p {
padding: 0 0 1em;
}*/

.msg_list_main {
margin: 0px 0px 0px 100px;
padding:0px;
width: 700px;
}

.msg_list {
margin: 0px;
padding: 0px;
width: 100%;
}

.msg_top 
{
	background-image: url('../images/TemplatesRightBoxTop.jpg');
	background-repeat:no-repeat;
	height:10px;
	margin-bottom:-2px;	
}

.msg_head 
{
	background-image: url('../images/TemplatesRightBoxHeadingMiddle.jpg');
	background-repeat:repeat-y;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
}

.msg_head_image
{
	 background: url('../images/arrowcollapsed.jpg') no-repeat top;
	 position:absolute;
	 left:460px;
	 top:4px;
	 margin-right:10px;
	 width:18px;
	 height:17px;
}

.msg_top_bottom
{
	background-image: url('../images/TemplatesRightBoxHeadingTopBottom.jpg');
	background-repeat:no-repeat;
	height:4px;
	margin-bottom:-2px;	
}

.msg_bottom 
{
	background-image: url('../images/TemplatesRightBoxBottom.jpg');
	background-repeat:no-repeat;
	height:8px;
	margin-top:-1px;	
}

.msg_body 
{
	background-image: url('../images/TemplatesRightBoxMiddle.jpg');
	background-repeat:repeat-y;
	padding: 5px 10px 15px;
	background-color:#F4F4F8;
	margin-left:1px;	
	margin-top:-2px;	
}

.detail_table_header
{
	background-color:#DAEAF7;
	padding:5px 5px 5px 5px;
	color:#557eb9;
	font-weight:bold;
}

.detail_table_col_alt
{
	background-color:#F4F4F8; padding:5px 5px 5px 5px;
}

.detail_table_col
{
	background-color:#fff; padding:5px 5px 5px 5px;
}





* {
	margin: 0;
	padding: 0;
}

#tabs {
	font-size: 10px;
	margin: -2px 0;
}

.tabs_ul {
	float: left;
	background: #fff;
	width: 900px;
	padding-top: 4px;
	padding-left:3px;
}

.tabs_li {
	list-style: none;
	background: url('../images/Menu3.jpg') no-repeat;
	width:126px;
	height:63px;
}

* html #tabs li {
	display: inline;	
}

.tabs_li, .tabs_li a {
	float: left;
	outline-style:none;
}

.tabs_li.active {
	background: url('../images/MenuSelected3.jpg') no-repeat;
	width:126px;
	height:63px;	
}

#tabs div {
	background: #fff;
	clear: both;
	padding: 15px 15px 0px 15px;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	padding-left:30px;
	font-size:15px;
	padding-bottom:2px;
}

.tabs_li a 
{	
	text-decoration: none;	
	margin: 8px 0px 0px 27px;
	text-align:center;	
	color:#557eb9;
	font-weight: bold;
	width:85px;
	height:49px;
}

#tabContainer
{
	position:relative;
	left:68px;
	width:887px;	
}
