﻿/*body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}*/

#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#toolTipPlaceHolder
{
	position:absolute;
	z-index:204;
	float:right;
	background-color:#ffffff;
	white-space:nowrap;
}

table td.left_top,
table td.right_top,
table td.left_bottom,
table td.right_bottom {
	height:20px;
	width:20px;
}
table td.left_top {
	background:url(/images/popup/bg_left_top_corner.gif) left top no-repeat;
}
table td.right_top {
	background:url(/images/popup/bg_right_top_corner.gif) right top no-repeat;
}
table td.left_bottom {
	background:url(/images/popup/bg_left_bottom_corner.gif) left bottom no-repeat;
}
table td.right_bottom {
	background:url(/images/popup/bg_right_bottom_corner.gif) right bottom no-repeat;
}
table td.top {
	background:#ffffff url(/images/popup/bg_top.gif) left top repeat-x;
}
table td.bottom {
	background:url(/images/popup/bg_bottom.gif) left bottom repeat-x;
}
table td.left {
	background:url(/images/popup/bg_left.gif) left top repeat-y;
}
table td.right {
	background:url(/images/popup/bg_right.gif) right top repeat-y;
}
table td.center {
	background:#FFFFFF;
}

table td div.title {
	float:left;
	position:relative;
	top: -10px;
	padding: 0px;
	font-weight:bold;
	background:url(/images/popup/title_bg_left.gif) left center no-repeat;
	font-size:12px;
	color:#999999;
	height:23px;
}
table td div.title div.inner {
	float:left;
	padding: 0px 10px;
	background:url(/images/popup/title_bg_right.gif) right center no-repeat;
	height:23px;
}
table td div.title div.inner span {
	padding:4px 0px 0px 0px;
	height:19px;
	float:left;
	background:url(/images/popup/title_bg_center.gif) repeat-x center center;
}
a.close{
	float:right;
	background: #ffffff url(/images/popup/close.gif) center center no-repeat;
	height:23px;
	width:23px;
	position:relative;
	top: -10px;
	padding: 0px;
}
a.close_over{
	float:right;
	background: #ffffff url(/images/popup/close_over.gif) center center no-repeat;
	height:23px;
	width:23px;
	position:relative;
	top: -10px;
	padding: 0px;
}

.popupMain {
	float: left;
	padding:0px;
}
.popupMain .text
{
	width:100%;
	font-size: 12px;
	color:#000000;
	text-align:center;
}
.popupMain .buttons
{
	text-align:center;
}
.popupMain .buttons .button_narrow 
{
	background:url(/images/mp/button_narrow.gif) top left no-repeat;
	height: 23px;
	width: 70px;
	padding: 0px;
	color: #ffffff;
	border:0px none #ffffff;
	font-weight:bold;
	margin: 0px;
}
.popupMain .buttons .button_narrow_over
{
	background:url(/images/mp/button_narrow.gif) top left no-repeat;
	height: 23px;
	width: 70px;
	padding: 0px;
	color: #ffcc00;
	border:0px none #ffffff;
	font-weight:bold;
	margin: 0px;
}

form.dialog {
	float:left;
	clear:left;
	font-size: 12px;
	height: 16px;
	background:none;
}
table.dialog {
	margin: 10px 0px 0px 0px;
	color: #999999;
}
.popupMain form.dialog table.dialog input.dialog {
	background:transparent;
	border:none;
	height: 21px;
	width: 130px;
	margin:0px 5px 0px 5px;
	float:left;
	padding:0px;
}
.popupMain form.dialog table.dialog input.dialog_wide {
	background:transparent;
	border:none;
	height: 21px;
	width: 255px;
	margin:0px 5px 0px 5px;
	float:left;
	padding:0px;
}
.popupMain form.dialog table.dialog td.dialog_title
{
	vertical-align:top;
	white-space:nowrap;
	padding-top:4px;
}
.popupMain form.dialog table.dialog td.dialog {
	background:url(/images/mp/input_bg.gif) no-repeat top left;
	height: 23px;
	width: 150;
	vertical-align:top;
}
.popupMain form.dialog table.dialog td.dialog_wide {
	background:url(/images/mp/wide_input_bg.gif) no-repeat top left;
	height: 23px;
	width: 276px;
	vertical-align:top;
}
.popupMain form.dialog table.dialog td.dialog_textarea {
	background:url(/images/mp/textarea_bg.gif) no-repeat top left;
	height: 128px;
	width: 276px;
	vertical-align:top;
}
.popupMain form.dialog table.dialog textarea{
	border: none 0px;
	width:250px;
	height:115px;
	margin-left:10px;
	background:#ffffff;
	overflow:auto;
}

.popupMain form.dialog table.dialog span.dialog {
	background:transparent;
	color:#000000;
	border:none;
	height: 21px;
	width: 130px;
	margin:2px 5px 0px 10px;
	float:left;	
}

table.dialog a,
table.dialog a:visited,
.popupMain form.dialog table.dialog a,
.popupMain form.dialog table.dialog a:visited {
	background:url(/images/mp/button_search.gif) center left no-repeat;
	padding: 10px 0px 10px 30px;
	float:left;
	text-decoration:none;
	color:#414141;
}
table.dialog a:hover,
.popupMain form.dialog table.dialog a:hover {
	background:url(/images/mp/button_search_over.gif) center left no-repeat;
	color:#919191;
}

.popupMain form.dialog table.dialog a.reglink,
.popupMain form.dialog table.dialog a.reglink:visited 
{
	background:none;
	text-decoration:underline;
	color:#414141;
	float:none;
	padding:0px;
}
.popupMain form.dialog table.dialog a.reglink:hover 
{
	background:none;
	color:#919191;
}