.src_ac_ui_Viewer
{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.src_ac_ui_Viewer .toolbar
{
	vertical-align: middle;
	width: 100%;
	background-color: #fff;
}

.src_ac_ui_Viewer .toolbar .button
{
	float: left;
	margin: 2px;
	padding: 4px;
	border: 1px solid #ddd;
	cursor: pointer;
	background-color: #fff;
}

.src_ac_ui_Viewer .button div.pdf
{
	background: transparent url(../style/src/ac/ui/Viewer/page_white_acrobat.png) no-repeat center center;
}

.src_ac_ui_Viewer .button div.excel
{
	background: transparent url(../style/src/ac/ui/Viewer/page_white_excel.png) no-repeat center center;
}

.src_ac_ui_Viewer .button div.word
{
	background: transparent url(../style/src/ac/ui/Viewer/page_white_word.png) no-repeat center center;
}

#src_ui_htmlviewer_iframe
{
	position: relative;
	top: 0px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	overflow: visible;
}
