﻿a.ato_link {
    display:inline-block;
    width:50px;
    height:12px;
    margin:0 0 0 3px;
    padding:0;
    border:none;
    text-decoration:none;
    background-image:url(../images/etc/ato_info.png);
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
}
/* ----- Modal Popup Classes ----- */
a.help_bubble {
    display:inline-block;
    width:12px;
    height:12px;
    margin:0 0 0 3px;
    padding:0;
    border:none;
    text-decoration:none;
    background-image:url(../images/etc/question_bullet_12px.png);
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
}
.confirmbox_outershell { border:3px solid #006699; }
.confirmbox_modal_contents { margin:5px 5px 0 5px; background-color:#fff; border-width: 3px 3px 0px 3px; border-style:solid; border-color:#2299cc; overflow:auto; }
.confirmbox_modal_bottom { margin:0 5px 5px 5px; background-color:#fff; border:3px solid #2299cc; }
.confirmbox_bottombutton { margin:5px; padding:5px; }
.confirmbox_text { margin:5px; padding:10px 20px; font:normal 1em/1.4em Arial; }
.confirmbox_text .confirmtitle { text-align:center; font-weight:bold; }
.confirmbox_text .confirmbody {  margin-top:10px; }
.confirmbox_text .confirmbutton { text-align:center; margin-top:10px; }
.confirmbox_text .confirmbody p { margin:10px 0; }
.confirmbox_heading { width:300px; margin:10px auto; font-size:2em; line-height:1.2em; }
.confirmbox_textcontents {  }
.confirmbox_textcontents p { margin:10px 0; }
.confirmbox_closebutton_container { margin:15px auto 15px auto; text-align:center; }
.confirmbox_closebutton_container a{ cursor:pointer; }
.confirmbox_closebutton { margin:0 auto; padding:5px 10px; border:2px solid #006699; font-size:1.2em; font-weight:bold; color:#006699; text-decoration:none; }
.confirmbox_closebutton:hover { border-color:#2299cc; color:#2299cc; }
.modalBackground {
    background-color:White;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}
/*CSS classes for HelpPopOut Component*/
a.help_bubble_new {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    padding: 0;
    border: none;
    text-decoration: none;
    background-image: url(../images-new/sprite-taxapp.png);
    background-repeat: no-repeat;
    background-position: -380px 0;
    cursor: pointer;
    position: absolute;
}

.modalBackgroundNew {
}

.confirmbox_outershell_new {
    box-shadow: 0 3px 5px #333;
    width: 400px;
    border: 1px solid #999;
}

.confirmbox_modal_contents_new {
    margin: 0;
    background-color: #fff;
    overflow: auto;
}

.confirmbox_text_new {
    padding: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    font-family: Arial, sans-serif;
    text-align: left;
    white-space: normal;
}

    .confirmbox_text_new .confirmtitle {
        text-align: center;
        font-weight: bold;
        color: #fff;
        background-color: #7da6d5;
        margin: -20px;
        padding: 20px;
        margin-bottom: 10px;
    }

        .confirmbox_text_new .confirmtitle span {
            font-size: 16px;
        }

    .confirmbox_text_new .confirmbody {
        margin-top: 10px;
        max-height: 250px;
        overflow: auto;
        padding: 0 10px 20px 0;
        margin: 0 -10px -20px 0;
    }

.confirmbox_modal_bottom_new {
    margin: 0;
    background-color: #f5f5f5;
}

.confirmbox_bottombutton_new {
}

.confirmbox_closebutton_container_new {
    text-align: center;
    height: 50px
}

    .confirmbox_closebutton_container_new a {
        cursor: pointer;
    }

.confirmbox_closebutton_new {
    margin: 7px auto;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    text-decoration: none;
    display: inline-block;
}
/*End CSS for HelpPopOut Component*/

.popupbox_clear {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
}
/* Help Box */
.helpbox_modal_contents {
    width:480px;
    background-color:Transparent;
}
.helpbox_text {
    width:480px;
    margin:0;
    padding:35px 0 0 0;
    background-color:Transparent;
    background-image:url(../images/etc/questionpopup-a_bg.png);
}
.helpbox_closebutton {
    float:right;
    display:block;
    width:20px;
    height:20px;
    margin:0px 20px 10px 10px;
    padding:0;
    background-image:url(../images/etc/questionpopup-a_close.png);
    cursor:pointer;
}
.helpbox_title {
    display:block;
    margin:0 10px 0 40px;
    padding:0;
    font-size:1.5em;
}
.helpbox_body {
    display:block;
    margin:0 15px 0 40px;
    padding:0;
}
.helpbox_body p, .helpbox_body ul {
    margin:10px 0 0 0;
}
.helpbox_body ul {
    padding:0 0 0 15px;
}
.helpbox_footer {
    width:480px;
    height:20px;
    background-color:Transparent;
    background-image:url(../images/etc/questionpopup-a_bottom.png);
}
/* Error Box  */
.errorbox_modal_contents{
	width:320px;
	padding:0;
	background-color:#ddd;
	border:2px solid #888;
}
.errorbox_header {
    width:320px;
    margin:0;
    padding:0;
}
.errorbox_body {
    width:296px;
    margin:0;
    padding:10px;
}
.errorbox_body h1,.errorbox_body h2,.errorbox_body h3,
.errorbox_body h4,.errorbox_body h5,.errorbox_body h6 {
    margin:5px 10px;
    text-align:left;
    font-size:1.5em;
    font-weight:bold;
}
.errorbox_body p, .errorbox_body ul {
    margin:5px 10px;
}
.errorbox_body p { text-align:right; font-size:1em; color:Black; }
.errorbox_body ul { text-align:left; padding:0 0 0 20px; }
.errorbox_body ul li a { text-decoration:none; font-size:1.2em; }
.errorbox_body ul li a:hover { text-decoration:underline; }

.errorbox_modal_contents.color { border:none; background-color:Transparent; }
.errorbox_modal_contents.color .errorbox_header { height:30px; }
.errorbox_modal_contents.color .errorbox_body { border-width:2px; border-style:none solid solid; }

.errorbox_modal_contents.red h1,.errorbox_modal_contents.red h2,.errorbox_modal_contents.red h3,
.errorbox_modal_contents.red h4,.errorbox_modal_contents.red h5,.errorbox_modal_contents.red h6 { color:#aa0000; }
.errorbox_modal_contents.red .errorbox_header { background-image:url(../images/etc/popupheader_red.png); }
.errorbox_modal_contents.red .errorbox_body { background-color:#fef; border-color:#a66; }
.errorbox_modal_contents.red .errorbox_body ul li a { color:#aa0000; }
.errorbox_modal_contents.red .errorbox_body ul li a:hover { color:#cc4444; }
.errorbox_modal_contents.red .ok_button { border-color:#cc4444; background-color:#eeddee; color:#aa0000; }
.errorbox_modal_contents.red .ok_button:hover { border-color:#ee6666; background-color:#ffeeff; color:#cc4444; }

.errorbox_body .ok_button {
	float:right;
	width:100px;
	margin:5px 0 0;
	padding:5px;
	background-color:#ddd;
	border-width:2px;
	border-style:solid;
	border-color:#999;
	color:#666;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.errorbox_body .ok_button:hover {
	background-color:#eee;
	border-color:#bbb;
	color:#888;
	text-decoration:none;
}
.errorbox_modal_background {
    background-color:White;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}
/* ----- end ----- */
