@charset "UTF-8";
/* CSS Document */
/*
\\ Transaction Framework
\\ Coded & Maintained by: Scott Crowley
\\ All code & concepts 2010 SC Designs
\\ v1.5 02/13/2011
*/
/*  -- MAIN ERROR/WARNING CONTAINERS --  */
#ts_mainerror, #ts_mainwarning { width:45%; padding:20px 10px 20px 80px; margin:40px auto; }
#ts_mainerror div, #ts_mainwarning div { margin-top:10px; }
/*  -- REGULAR MESSAGE CONTAINERS --  */
#ts_mainmsg, #ts_mainwarnmsg, #ts_mainerrmsg { width:45%; padding:20px 10px 20px 80px; margin:40px auto; }
#ts_mainmsg div, #ts_mainwarnmsg label { margin-top:10px; }
/*  -- DEV ERROR CONTAINERS --  */
/* trace container (initially collapsed) area */
#ts_deverror, #ts_trnstrace { padding: 5px 10px 5px 5px; margin:5px; border:1px solid black; font-family:Courier, sans-serif; font-size: 12px; background-color:#fafafa; }
#ts_deverror a:link, #ts_deverror a:visited, #ts_deverror a:active { color:#a00; font-weight:bold; }
#ts_deverror a:hover { font-weight:bold; text-decoration: none; }
#ts_trnstrace a:link, #ts_trnstrace a:visited, #ts_trnstrace a:active { color:#a00; font-weight:bold; }
#ts_trnstrace a:hover { font-weight:bold; text-decoration: none; }
/* alignment and borders for the form submit buttons */
#ts_deverror label, #ts_trnstrace label { display: block; font-family:Tahoma, Verdana, Arial, Geneva, sans-serif; font-weight:bold; }
#ts_trnstrace ul { padding-left:10px; margin-left:10px; }
#ts_trnstrace_details { display: none; }

