/* HTML Tags */
form {margin-top:0px; margin-bottom:0px;}

/* Visibility Classes */
.invisiblerow {display: none;}
.visiblerow {display: tablerow;}
.visibleblock {display: block;}

/* Error Classes */
.error_form {border-top-width: 3px; border-left-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-color: #DDAAAA; border-style: solid;}
.error_title {color: #990000;}

/* Popup Classes */
.popup {color: #000000;text-decoration: none; font-family: Verdana, Arial, Helvetica; font-size: 8pt;border-color: #000000;border-width: 1px;border-style: solid; padding: 1px 15px 1px 15px; }
.popuptext {color: #000000;text-decoration: none; font-family: Verdana, Arial, Helvetica; font-size: 8pt;}

/* Calendar Classes */
.cal_hdr{text-align:center; font-size:10px;font-weight:bold;}
.cal_dhdr{width:14%;text-align:center;font-size:10px;}
.cal_day{color:#24417B; font-size:10px; text-align:center; cursor:pointer;}
.cal_sday{color: #000000;font-size:10px; text-align:center; cursor:pointer; background-color:#AAAAAA; border:1px solid #000000;}
.cal_link{color:#24417B; cursor:pointer;}
.cal_today{color:#AAAAAA;font-weight:bold;cursor:pointer;}

/* HTTP Request Classes */
.http_saved{border-style: solid;border-width: 1px; border-color: green;}
.http_unsaved{border-style: solid;border-width: 1px; border-color: orange;}
.http_error{border-style: solid;border-width: 1px; border-color: red;}
.http_radio_saved{background-image:url("//images.hh2.com/Legacy/ajax_radio_saved.gif");background-repeat:no-repeat;}
.http_radio_unsaved{background-image:url("//images.hh2.com/Legacy/ajax_radio_unsaved.gif");background-repeat:no-repeat;}
.http_radio_error{background-image:url("//images.hh2.com/Legacy/ajax_radio_error.gif");background-repeat:no-repeat;}
.http_checkbox_saved{background-image:url("//images.hh2.com/Legacy/ajax_checkbox_saved.gif");background-repeat:no-repeat;}
.http_checkbox_unsaved{background-image:url("//images.hh2.com/Legacy/ajax_checkbox_unsaved.gif");background-repeat:no-repeat;}
.http_checkbox_error{background-image:url("//images.hh2.com/Legacy/ajax_checkbox_error.gif");background-repeat:no-repeat;}
.http_text_saved{background-image:url("//images.hh2.com/Legacy/ajax_text_saved.gif");background-repeat:repeat-x;padding:2px;}
.http_text_unsaved{background-image:url("//images.hh2.com/Legacy/ajax_text_unsaved.gif");background-repeat:repeat-x;padding:2px;}
.http_text_error{background-image:url("//images.hh2.com/Legacy/ajax_text_error.gif");background-repeat:repeat-x;padding:2px;}
.http_textarea_saved{border-style:solid; border-width:2px; border-color:#099B17;}
.http_textarea_unsaved{border-style:solid; border-width:2px; border-color:#FF7E00;}
.http_textarea_error{border-style:solid; border-width:2px; border-color:#FF0000;}
.http_select-one_saved{background-color:#099B17;}
.http_select-one_unsaved{background-color:#FF7E00;}
.http_select-one_error{background-color:#FF0000;}
.http_undefined_saved{background-image:url("//images.hh2.com/Legacy/ajax_bg_success.gif");}
.http_undefined_unsaved{background-image:url("//images.hh2.com/Legacy/ajax_bg_processing.gif");}
.http_undefined_error{background-image:url("//images.hh2.com/Legacy/ajax_bg_fail.gif");}
.http_select_saved{background-image:url("//images.hh2.com/Legacy/ajax_text_saved.gif");background-repeat:repeat-x;padding:2px;}
.http_select_unsaved{background-image:url("//images.hh2.com/Legacy/ajax_text_unsaved.gif");background-repeat:repeat-x;padding:2px;}
.http_select_error{background-image:url("//images.hh2.com/Legacy/ajax_text_error.gif");background-repeat:repeat-x;padding:2px;}
.http_crud {border-top-width: 0px; border-left-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-color: #555555; border-style: solid;}


/* Misc Classes */
.imageFade {Filter:Alpha(Opacity=75);}