.LeaveHistoryRow
{
	float: left;
	width: 150px;
}

.LeaveHistoryRowShort
{
	float: left;
	width: 95px;
}

.LeaveHistoryRowVeryShort
{
	float: left;
	width: 65px;
}

.approve
{
	border:1px solid #000;
	background-color:greenyellow;
	padding:5px 10px;
	color:#000;
	border-radius:3px;
}

.notapprove
{
	border:1px solid #000;
	background-color:red;
	padding:5px 10px;
	color:#000;
	border-radius:3px;
}

.submit .approve,
.submit .notapprove
{
	cursor:pointer;
}

article.OnwColumn
{
	width: 100%;
	float: left;
}

article.OnwColumn .LeaveHistoryRow
{
	float: left;
	width: 155px;
}

article.OnwColumn .LeaveHistoryRowShort
{
	float: left;
	width: 100px;
}

article.OnwColumn .LeaveHistoryRowVeryShort
{
	float: left;
	width: 80px;
}

article.OnwColumn .LeaveHistoryRowLast
{
	float: left;
	width: 360px;
}

article.TwoColumn
{
	width: 475px;
	float: left;
}

div.VerticalBreak
{
	height: 400px;
	width:1px;
	float: left;
	margin: 10px 30px 0 5px;
}

div.row.header
{
	border-bottom:1px solid #999;
	margin-bottom:20px;	
}
