@charset "utf-8";
/* CSS Document */

a { color:#205FA8; } 

.Errors { width:400px; display:none; font-size:12px; color:#FF0000; border-bottom:1px solid red; }
.Errors h2 { margin:0; padding:0; font-size:22px; }
.Errors ul { margin-left:20px; }

.PDFGuide { font-size:13px; margin:10px 0 0 0; } 
.PDFGuide .TextBox { background-color:#FFFFFF; width:180px; border:1px solid #205FA8; padding:3px; float:right;   }

/* MessageBox */
.Overlay { background-color:#000000; display:none; position:fixed; top:0; left:0; right:0; bottom:0; z-index:500; }
.PopupBox { margin: 0; position: fixed; display: none; z-index: 999; }
.PopupBox .TopLeft { background: transparent url(MessageBox/TopLeft.png) no-repeat scroll left top; padding-left: 21px; }
.PopupBox .Top { background: transparent url(MessageBox/Top.png) repeat-x scroll left top; height: 45px; }
.PopupBox .Title { float: left; margin-top: 14px; color: #fff; font-size: 20px; padding-right: 20px; }
.PopupBox .CloseButton { margin-top: 10px; width: 35px; height: 33px; display: block; float: right; cursor: pointer; background: transparent url(MessageBox/CloseButton.png) no-repeat scroll right top; }
.PopupBox .CloseButton:hover { background-position: right -33px; }
.PopupBox .TopRight { background: transparent url(MessageBox/TopRight.png) no-repeat scroll right top; padding-right: 21px; }
.PopupBox .Left { background: transparent url(MessageBox/Left.png) repeat-y scroll left top; padding-left: 21px; }
.PopupBox .Content { background-color: #fff; padding: 7px 0px 0px 0px; }
.PopupBox .Right { background: transparent url(MessageBox/Right.png) repeat-y scroll right top; padding-right: 21px; }
.PopupBox .BottomLeft { background: transparent url(MessageBox/BottomLeft.png) no-repeat scroll left bottom; padding-left: 21px; }
.PopupBox .Bottom { background: transparent url(MessageBox/Bottom.png) repeat-x scroll left bottom; height: 30px; text-align: right;}
.PopupBox .Progress { float: right; display: none; background: #fff url(ajax-loader.gif) no-repeat scroll right center; height: 20px; padding-right: 23px; width: 80px; line-height: 20px; color: #000; }
.PopupBox .BottomRight { background: transparent url(MessageBox/BottomRight.png) no-repeat scroll right bottom; padding-right: 21px; }

