﻿P.breakhere {page-break-before: always}

body 
{
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tab_left
{
	background: url(../images/tabs/tab_left.gif);
	height: 31px;
	width: 8px;
	float: left;
}
.tab_right
{
	background: url(../images/tabs/tab_right.gif);
	height: 31px;
	width: 8px;
	float: left;
}

.tab_content a 
{
	text-decoration: none;
	color: White;
	cursor: hand;
}

.tab_content
{
	background: url(../images/tabs/tab_back.gif) repeat-x;
	height: 31px;
	width: 100px;
	float: left;
	text-align: left;
	/*padding-top: 10px;*/
}
.icon_people
{
	background: url(../images/tabs/people_icon.gif);
	float: left;
	width: 26px;
	height: 20px;
	margin-top: 7px;
	margin-right: 2px;
}
.icon_reports
{
	background: url(../images/tabs/reports_icon.gif);
	float: left;
	width: 22px;
	height: 20px;
	margin-top: 7px;
	margin-right: 2px;
}
.icon_issuances
{
	background: url(../images/tabs/issuances_icon.gif);
	float: left;
	width: 19px;
	height: 20px;
	margin-top: 7px;
	margin-right: 2px;
}
.icon_redemptions
{
	background: url(../images/tabs/redemptions_icon.gif);
	float: left;
	width: 25px;
	height: 18px;
	margin-top: 7px;
	margin-right: 2px;
}
.DataGridFixedHeader 
{
	background-color: white; 
	position:relative; 
	top:expression(this.offsetParent.scrollTop);
}
.input
{	font-size: 8px;
}
