/* Base CSS definitions for STANPAK Customer Web Services */


/* GENERIC definitions */

body, h1, h2, h3, h4, h5, h6, p, div, th, td, ul, ol, dl, blockquote, input, select, textarea, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* SIZE */
p, ol, ul { 
	font-size: 80%; 
	}
.normal {
	font-size: 80%
	}
.normal-btn {
	font-size: 80%
	}
.small, .sm {
	font-size: 68%
	}
.xsmall {
	font-size: 60%
	}
.xtiny {
	font-size: 1px;
	}
.large {
	font-size: 140%
	}
.xlarge {
	font-size: 170%
	}
.xxlarge {
	font-size: 200%
	}
.xxxlarge {
	font-size: 250%
	}
.bold {
	font-weight: bold;
	}
input.normal, textarea.normal, select.normal {
	font-family:Verdana, Courier New, Courier;
	font-size:100%; 
	}
.fullsize { 
	font-size: 100%; 
	}


/* COLOR */
.gray {
	color: #CCCCCC;
	}
.darkgray {
	color: #666666;
	}
.red {
	color: red;
	}
.green-bg {
	padding-left:.25em; 
	padding-right:.25em;
	color:#FFFFFF; 
	background-color:#00CC00; 
	}
.red-bg {
	padding-left:.25em; 
	padding-right:.25em;
	color:#FFFFFF; 
	background-color:#FF0000; 
	}


/* SPACING */
.topspace {
	margin-top: .5em;
	}
.small-space {
	font-size: 68%; margin-bottom:4px;
	}
ul.space4 li {
	margin-bottom:4px;
	}
ul.space6 li {
	margin-bottom:6px;
	}
ul.space8 li {
	margin-bottom:8px;
	}
.indent {
	margin-left:40px;
	}
.spacebefore {
	margin-top:2em;
	}
.hang {
	margin-left:10px; 
	text-indent:-10px;
	}
td.pad { 
	padding-left:20px; padding-right:20px; 
	}


/* VIRTUAL */
.bold {
	font-weight:bold;
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
.left {
	text-align:left;
	}
.msg {
	color: #333333;
	}
.msg_sm {
	margin-left: 5px; 
	font-size: 68%; 
	color: #333333;
	}
.errormsg {
	color: #ff0000;
	}
.errormsg_sm {
	margin-left: 5px; 
	font-size: 68%; 
	font-weight:bold;
	color: #ff0000; 
	}
.tablenote {
	margin-top: 6px; 
	margin-left: 10px; 
	font-size: 60%; 
	color: #333333;
	}
.tablewarn {
	margin-top: 6px; 
	margin-left: 10px; 
	font-size: 68%; 
	font-weight:bold;
	color: #FF0000; 
	}
.tablenotered {
	margin-top: 6px; 
	margin-bottom: 8px; 
	margin-left: 10px; 
	font-size: 60%; 
	color: #FF0000; 
	}
tr.hilite td {
	font-weight:bold;
	}
.subtext { 
	font-size: 68%; 
	}
.reminder { 
	font-size: 68%; 
	}
.disable { 
	color: #999999; 
	}
h2.topic1, h3.topic1 {
	margin-bottom: -.5em;
	}
div.legendhdg {
	font-weight:bold;
	margin-bottom:2px;
	margin-top:6px;
	margin-left:20px;
	}
div.legenditem {
	margin-left:35px;
	text-indent:-15px;
	}
.help {
	border-bottom:1px dashed #00CC00;
	cursor:help;
	}



/* DATA TABLES */
table.data th, table.data td, 
table.data-held th, table.data-held td, 
table.data-denied th, table.data-denied td, 
table.data-2bapproved th, table.data-2bapproved td {
	font-size: 60%;
	}
table.data-borderless th, table.data-borderless td  {
	font-size: 68%;
	}
table.frm {
	margin-top:4px; margin-bottom:4px;
	}
table.frm th, table.frm td  {
	font-size: 68%;
	}


/* LOGIN page */
table.login {
	BORDER-RIGHT: #333333 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #333333 1px solid; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: #333333 1px solid; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #333333 1px solid; 
	BACKGROUND-COLOR: #ffffff
	}
div.login {
	FONT-SIZE: 80%
	}
input.login {
	FONT-SIZE: 80%
	}
input.login_btn {
	FONT-SIZE: 80%
	}


/* NAVIGATION */
.nav-other-hdg-first {
	font-size: 68%; 
	line-height:150%; 
	color:#3366CC;
	}
.nav-other-hdg {
	font-size: 68%; 
	line-height:150%; 
	color:#3366CC; 
	margin-top:8px;
	}
.side-heading {
	font-size: 80%; 
	letter-spacing:.2em;
	margin-bottom:4px;
	}

h4.subsection {
	margin-top:2em;
	background-color:#EFEFEF;
	padding:2px;
	border: 1px solid #E1E1E1;
	}
table.leftlinks { 
	background-color:#FFFFFF; 
	border:1px solid #336699; 
	}



/* SCROLL BOX */
div.scrollbox { 
	overflow:auto; 
	padding:1px; 
	margin:0px; 
	border:1px solid #CCCCCC;
	}
div.scrollboxAll { 
	overflow:visible; 
	width:100%; 
	cellpadding:0px; 
	margin:0px; 
	}


/* BUTTONS */

input.btn {
	cursor: hand;
	font:bold 10px Verdana;
	height:28px;
	padding:0px 0px;
	border: 1px solid #003C74;
	}


