.BloodPressureTrackerOutWrap
{
width:595px;
text-align:center;
background-color:#ffffff;
font-family: Arial;
font-size:14px;
}

.BloodPressureTrackerWrap
{
width:97%;
margin:0 auto;
padding:10px 0 20px 0;

}

h1#BloodPressureTrackerHead
{
display:block;
height:146px;
width:100%;
background:url('images/BloodPressureTrackTitle.gif') no-repeat top center;
text-indent:-2000px;
background-color:#2c6ba1;
}

.ReadingTable
{
width:100%;
font-family: Arial;
font-size:14px;
border-collapse: collapse;
text-align:center;
}

.ReadingTable th
{
font-size:14px;
color:#000000;
vertical-align:middle;
}

h2#AddReadings
{
display:block;
height:33px;
width:100%;
background:url('images/AddReadings.gif') no-repeat top left;
text-indent:-2000px;
}

div#AddReadingForm
{
padding:10px 0 10px 0;
width:100%;
background-color:#dcecec;
text-align:center;
}

div#AddReadingForm table
{
width:95%;
margin:0 auto;
font-family: Arial;
font-size:14px;
border-collapse: collapse;
text-align:left;
}

a.AddReadingButton, a.AddReadingButton:link, a.AddReadingButton:hover
{
display:block;
height:20px;
width:51px;
background:url('images/buttonSmallAdd.png') no-repeat top left;
float:right;
margin:10px 10px 10px 0;
}

a.ClearButton
{
display:block;
height:20px;
width:51px;
background:url('images/buttonSmallClear.png') no-repeat top left;
float:right;
margin:10px 0px 10px 0;

}

#ContentWrap
{
width:100%;
}

.tabindex
{
height:36px;
width:100%;
background-color:#2c6ba1;
border-bottom:solid 1px #fefefe;
font-family:Myriad Pro;
font-weight:bold;
font-size:18px;
color:#ffffff;
}

.tabindex ul
{
margin:0;
padding:0;
list-style:none;

}

.tab_item, .tab_item_hover, .tab_item_selected
{
display:block;
line-height:36px;
/*padding:0 20px 0 15px;*/
height:36px;
width:180px;
float:left;
cursor:pointer;
margin-left:5px;
}

.tab_item
{

background:transparent  url('images/backgroundNavigationButtons.gif')  no-repeat 0 0;

}

.tab_item_hover
{
background:transparent url('images/backgroundNavigationButtons.gif')  no-repeat 0 -36px;
}


.tab_item_selected
{
background:transparent url('images/backgroundNavigationButtons.gif')  no-repeat 0 -72px;
color:#275984;
}

div.PleaseLoginPanel
{
	margin:0 auto;
	width:100%;
	height:130px;
	background:#2c6ba1 url('images/PleaseLogin.gif')  no-repeat;
	position:relative;
}

div.PleaseLoginPanel p
{
	position:absolute;
	top: 35px;
	left: 150px;
	color: #ffffff;
	text-align: left;
	width: 70%;
}

div.PleaseLoginPanel a
{
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}

#ReadingList{
width: 100%;height: 260px;background-color:#ffffff;
}

DIV.Paging
{
	width:100%;
	height:25px;
	background-color:#ddebec;
	position:relative;
	
	line-height:normal;
	
}

DIV.Paging a:link, DIV.Paging a:hover, DIV.Paging a:active, DIV.Paging a:visited
{
	color:#00B62D;
	text-decoration:none;
}

DIV.Paging a.Previous
{
	position:absolute;
	top:2px;
	left:40px;
	
}

DIV.Paging a.Next
{
	position:absolute;
	top:2px;
	right:40px;
	
}