/* TODO this sheet needs to be merged with the style.css */
.top_margin{
	margin-top: 5px;
}

.vertical_spacing{
	margin: 23px 0px;
}

.align_left {
	text-align: left;
}

.margin_right {
	margin-right: 4px;
}

.yui-skin-sam .yui-button {
	margin: auto;
}

.tool_container {
	position: relative;
}

.toolbar {
	position: absolute;
}

.no_pad {
	padding: 0px;
}

#DialogHistory table {
	width: 100%;
}

#DialogHistoryUser .tableCol1 {
	width: 17%;
}

#DialogHistoryUser .tableCol2 {
	width: 30%;
}

#DialogHistoryUser .tableCol3 {
	width: 15%;
}

#DialogHistoryUser .tableCol4 {
	width: 18%;
	white-space: normal;
}

#DialogHistoryUser .tableCol5 {
	width: 18%;
	white-space: normal;
}

#DialogHistoryClaim .tableCol1 {
	width: 16%;
}

#DialogHistoryClaim .tableCol2 {
	width: 15%;;
}

#DialogHistoryClaim .tableCol3 {
	width: 27%;
}

#DialogHistoryClaim .tableCol4 {
	width: 14%;
}

#DialogHistoryClaim .tableCol5 {
	width: 14%;
}

#DialogHistoryClaim .tableCol6 {
	width: 14%;
}

#Dialog .tableCol1,#Dialog .tableCol2,#Dialog .tableCol3,#Dialog .tableCol4,#Dialog .tableCol5,#Dialog .tableCol6
	{
	text-align: left;
	vertical-align: top;
}

.margin_top3px {
	margin-top:3px;
}