﻿body {
	direction: RTL;
	margin: 0px;
	border: 0px;
	cursor: default;
	font-family: Segoe UI,Tahoma,Arial;
	font-size: 11px;
}

.ms-usd-RefreshDialog-Header {
	top: 0px;
	position: absolute;
	width: 96%;
	height: 75px;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-bottom-color: #A4ABB2;
}

DIV.ms-usd-RefreshDialog-Header-Title {
	font-weight: Lighter;
	font-size: 27px;
	font-family: Segoe UI Light, Segoe UI, Tahoma, Arial;
	margin-left: 30px;
	margin-right: 30px;
	color: #262626;
}

.ms-usd-TextAutoEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ms-usd-RefreshDialog-Header-Desc {
	padding-top: 4px;
	font-family: Segoe UI,Tahoma,Arial;
	margin-left: 30px;
	margin-right: 30px;
	color: #666666;
	font-size: 12px;
}

.ms-usd-RefreshDialog-Main {
	font-size: 12px;
	top: 90px;
	position: absolute;
	bottom: 49px;
	vertical-align: top;
	width: 95%;
	font-family: Segoe UI,Tahoma,Arial;
	color: #444444;
	background-color: #FFFFFF;
	border-bottom-color: #A4ABB2;
	right: 30px;
	left: 30px;
}

.ms-usd-RefreshDialog-Footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-width: 288px;
	height: 44px;
	text-align: left;
	background-color: #F8F8F8;
	border-top-color: #FFFFFF;
}

.ms-usd-RefreshDialog-Button {
	color: #444444;
	background-color: #FFFFFF;
	height: 24px;
	font-family: Segoe UI,Tahoma,Arial;
	border: 1px solid #C6C6C6;
	background-image: none;
	margin-top: 10px;
	width: auto;
	min-width: 80px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 16px;
	width: 84px;
	text-align: center;
	cursor: pointer;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
}
