
.grey { color:#b3b3b3; }
.navi { font-size: 10px; }

.close { }

.popupDrag {
display:block;
float:left;
left:5px;
min-height:210px;
position:absolute;
top:26px;
width:458px;
z-index:1000;
}

.form_popupDrag{
	display:block;
	float:left;
	left:300px;
	min-height:210px;
	position:absolute;
	top:500px;
	width:500px;
	z-index:1000;
}

.popupDrag * { cursor:pointer; }

/*******************************************
 * Shades arund the popup
 ********************************************/
#popupShadeTop {
    width:432px;
    padding-top:5px;
    margin:0px 30px 0px 36px;
    min-height:36px;
    background: url(img_popup/popup_shade_top.png) repeat-x top center;
}
#popupShadeBottom {
    width:440px;
    margin:0px 30px 0px 27px;
    min-height:31px;
    background: url(img_popup/popup_shade_bottom.png) repeat-x bottom center;
    z-index:1000;
}

#topLeft{
    width:35px;
    height:36px;
    position:relative;
    margin:-5px 0px 0px -35px;
    background: url(img_popup/popup_shade_top_left.png) no-repeat left center;
}
#topRight{
    width:29px;
    height:36px;
    position:relative;
    margin:-5px -29px 0px 0px;
    background: url(img_popup/popup_shade_top_right.png) no-repeat left center;
}
#bottomLeft{
background:transparent url(img_popup/popup_shade_bottom_left.png) no-repeat scroll left center;
height:31px;
position:relative;
margin:0 0 0 -27px;
width:27px;
}
#bottomRight {
    width:30px;
    height:31px;
    position:relative;
    margin:0px -30px 0px 0px;
    background: url(img_popup/popup_shade_bottom_right.png) no-repeat left center;
}

#bottomCenter {
	width: 440px;
	height:6px;
	background-color:#ffffff;
}

.left { float:left; }
.right { float:right; }

#popupWrapLeft {
    width:470px;
    background: url(img_popup/popup_shade_left.png) repeat-y left center;
}
#popupWrapRight {
    width:470px;
    margin-left:23px;
    background: url(img_popup/popup_shade_right.png) repeat-y right center;
}

/***********************************
  * the popup container
  ***********************************/

#popupHeaderWrapperLeft {
    width:445px;
    height:43px;
    position:absolute;
    margin:-21px 0px 0px 10px;
    background-image: url(img_popup/popup_headerWrapperLeft.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#popupHeaderWrapperRight {
    width:440px;
    height:43px;
    margin-left:5px;
    background-image: url(img_popup/popup_headerWrapperRight.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#popupHeader {
background-image:url(img_popup/popup_header.png);
background-repeat:no-repeat;
height:71px;
width:433px;
}

#closeButtonHeader {
	width:44px;
	height:17px;
	float:right;
	position:relative;
	margin-right:3px;
	background:url(img_popup/popup_closeButtonHeader.png) no-repeat center center;
}

#closeButtonHeader:hover { background-image:url(img_popup/popup_closeButtonHeaderHover.png) }

#popupHeader table { margin:0px 0px 0px 18px; }

.containerCircle {
    width:30px;
    height:30px;
    position:relative;
    margin-top:4px;
    background: url(img_popup/popup_containerCircle.png) no-repeat center center;
}
.headerInfo {
    color:#ffffff;
    font-family:verdana;
    font-size:14px;
    font-weight:bold;
    margin-left:7px;
    position:relative;
}
#popup {
    margin:-5px 6px 0px 0px;
    padding:10px 10px 0px 10px;
    background-color: #ffffff;
}
#popupContent {
height:auto;
overflow:auto;
padding:0 24px 0 9px;
}

.popup_claim{
margin-left:203px;
margin-top:40px;
}

#popupContent span{
display:block;
font-family:verdana;
font-size:12px;
}
#popupContent span { color:#7f7f7f; }
#popupContent span * { color:#7f7f7f; }

#popupContent span hr { color:#cdcdcd;
			   border:0;
    		   background-color:#cdcdcd;
    		 }

#popupContent span h1 { font-size:14px; color: #403f3f; font-weight:bold; margin: 0px 0px 0px; }
#popupContent span h1 * { font-size:14px; color: #403f3f; font-weight:bold; }
#popupContent span h2 { font-size:12px; color: #403f3f; font-weight:bold; margin: 20px 0px 0px; }
#popupContent span h2 * { font-size:12px; color: #403f3f; font-weight:bold; }

#popupContent span ol { margin:0px 0px 7px 26px; padding-left:10px; }
#popupContent span ul { margin:0px 0px 7px 26px; padding-left:10px; }
#popupContent span dl { margin:0px 0px 7px 26px; padding-left:10px; }

#popupContent span p { margin-bottom:7px; }
#popupFooter { height:43px; }

#popupFooter img {
	position:relative;
	border:0px;
	float:left;
	margin:-2px 5px 0px 0px;
}
#popupFooter span {
	font-weight:bold;
	font-size:10px;
}
.close_button_popup_footer {
float:right;
margin:19px 8px 0 0;
width:85px;
}

.pdf_button_popup_footer{
float:left;
margin:13px 8px 0 24px;
width:91px;
}

.pdf{
color:#B3B3B3;
font-family:verdana;
font-size:11px;
}