@charset "UTF-8";
/* CSS Document */
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\																												 \\\\\
\\\\\	Custom Transaction System Document																			 \\\\\
\\\\\																												 \\\\\
\\\\\	Coded & Maintained by: Scott Crowley																		 \\\\\
\\\\\				  Contact: scott@scottcrowley.com																 \\\\\
\\\\\																												 \\\\\
\\\\\	All code & concepts ©2008 SC Designs																		 \\\\\
\\\\\																												 \\\\\
\\\\\	Version: 1.0																								 \\\\\
\\\\\																												 \\\\\
\\\\\ Document Revision History:																					 \\\\\
\\\\\ 11/19/08 10:45 Document Created																				 \\\\\
\\\\\																												 \\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

/*  -- MAIN ERROR/WARNING CONTAINERS --  */
#ts_mainerror, #ts_mainwarning {
	font-family:Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#c61e1e;
	text-align:left;
	width:45%;
	background-color:#dbe9fb;
	border:1px solid #c61e1e;
	padding:20px 10px 20px 80px;
	margin:40px auto;
	background-image:url(../i/error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#ts_mainwarning {
	color:#cc6d16;
	border:1px solid #ea7910;
	background-image:url(../i/warn_org.png);
}
#ts_mainerror label, #ts_mainwarning label {
	font-weight:bold;
	font-size:16px;
}
#ts_mainerror div, #ts_mainwarning div {
	margin-top:10px;
}
#ts_mainerror a, #ts_mainerror a:link, #ts_mainerror a:visited, #ts_mainerror a:active {
	color:#8e001c;
	font-weight:bold;
	text-decoration:underline;
}
#ts_mainerror a:hover {
	font-weight:bold;
	text-decoration:none;
}
#ts_mainerror a:active {
	color:#ff5a00;
	font-weight:bold;
	text-decoration:none;
}
#ts_mainwarning a, #ts_mainwarning a:link, #ts_mainwarning a:visited, #ts_mainwarning a:active {
	color:#8e001c;
	font-weight:bold;
	text-decoration:underline;
}
#ts_mainwarning a:hover {
	font-weight:bold;
	text-decoration:none;
}
#ts_mainwarning a:active {
	color:#ff5a00;
	font-weight:bold;
	text-decoration:none;
}

/*  -- REGULAR MESSAGE CONTAINERS --  */
#ts_mainmsg, #ts_mainwarnmsg, #ts_mainerrmsg {
	font-family:Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#1559af;
	text-align:left;
	width:45%;
	background-color:#e8edff;
	border:1px solid #307ed8;
	padding:20px 10px 20px 80px;
	margin:40px auto;
	background-image:url(../i/warn_blue.png);
	background-repeat:no-repeat;
	background-position:10px center;
}
#ts_mainwarnmsg {
	background-image:url(../i/warn_org.png);
}
#ts_mainerrmsg {
	background-image:url(../i/error.png);
}
#ts_mainmsg label, #ts_mainwarnmsg label, #ts_mainerrmsg label {
	font-weight:bold;
	font-size:16px;
}
#ts_mainmsg div, #ts_mainwarnmsg label {
	margin-top:10px;
}
#ts_mainmsg a, #ts_mainmsg a:link, #ts_mainmsg a:visited, #ts_mainmsg a:active {
	color:#d9001c;
	font-weight:normal;
	text-decoration: underline;
}
#ts_mainwarnmsg a, #ts_mainwarnmsg a:link, #ts_mainwarnmsg a:visited, #ts_mainwarnmsg a:active {
	color:#d9001c;
	font-weight:normal;
	text-decoration: underline;
}
#ts_mainerrmsg a, #ts_mainerrmsg a:link, #ts_mainerrmsg a:visited, #ts_mainerrmsg a:active {
	color:#d9001c;
	font-weight:normal;
	text-decoration: underline;
}
#ts_mainmsg a:hover, #ts_mainwarnmsg a:hover, #ts_mainerrmsg a:hover {
	font-weight:normal;
	text-decoration: none;
}
#ts_mainmsg a:active, #ts_mainwarnmsg a:active, #ts_mainerrmsg a:active {
	color:#ff5a00;
	font-weight:normal;
	text-decoration: none;
}

/*  -- 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;
}

/*  -- FIELD ERROR CLASSES --  */
.ts_field_error {
	font-family:Arial, Helvetica, sans-serif;
	color:#c61e1e;
	font-weight:normal;
}
.ts_field_error span {
	font-weight:bold;
}
