.BMITrackerOutWrap
{
width:595px;
text-align:center;
background-color: Transparent;
font-family: Arial;
font-size:14px;
}

.BMITrackerWrap
{
width:97%;
margin:0 auto;
padding:10px 0 20px 0;

}

h1#BMITrackerHead
{
	margin: 0;
	padding:0;
	display:block;
	height:66px;
	width:100%;
	font-size:28px;
	font-weight:bold;
	color:#ffffff;
	background:url('images/ChartTitle.gif') no-repeat top center;
	/* text-indent:-2000px; */
	background-color:#2c6ba1;
	padding:80px 0 0 0;
	text-align:left;
}

h1#BMITrackerHead span
{
	margin-left:30px;
}

div.PanelAddReadings
{
	margin:0 auto;
	width:97%;
}

.ReadingTable
{
width:100%;
font-family: Arial;
font-size:14px;
border-collapse: collapse;
text-align:center;
border-collapse: collapse;
}

.ReadingTable th
{
font-size:14px;
color:#000000;
vertical-align:middle;
}

h2#AddReadings
{
	display:block;
	height:33px;
	width:100%;
	font-size:25px;
	font-weight:bold;
	color:#004b7d;
	margin:0;
	text-align:left;
/* background:url('images/AddReadings.gif') no-repeat top left;*/

}

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
{
height:330px;
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:97%;
	height:130px;
	background:#2c6ba1 url('images/PleaseLogin.gif')  no-repeat;
	position:relative;
}

div.PleaseLoginPanel h2
{
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	position:absolute;
	top: 5px;
	left:150px;
}

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: 220px; 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;
	
}
