span.tab_active {
  float: left;
  display: block;
  text-align: center;

  width: 100px;
  margin: 0px 1px 1px 0px;
  padding: 3px 0px 5px 0px;

  color: #ffffff;
  font-size:10px;
  font-weight: bold;
  font-style: italic;

  background-image:url(/images/tab_active.gif);
}

span.tab_inactive, span.tab_inactive a:link, span.tab_inactive a:active, span.tab_inactive a:visited {
  float: left;
  display: block;
  text-align: center;

  width: 100px;
  margin: 0px 1px 1px 0px;
  padding: 3px 0px 5px 0px;

  color: #666666;
  font-size:10px;
  font-weight: bold;
  font-style: italic;

  background-image:url(/images/tab_inactive.gif);
}
div.help {
 background-color: #ffffdd;
 border: 1px solid #fffcd1;
 padding: 3px;
}

div.nav_left {
  margin: 0px;
  padding: 0px;
  width: 158px;
  border: 1px solid #3d3a34;
  border-top: none;
  line-height:14px;
}

div.form_1col {
	float: left;
	width: 760px;
	margin: 0px 1px 1px 0px;
	padding:0px;
	border: 0px;
	background-color: #dddddd;
}

div.form_2col {
	float: left;
	width: 379px;
  height: 50px;
	
	margin: 0px 1px 1px 0px;

	background-color: #dddddd;
	border: 0px;
}
div.form_3col {
	float: left;
	width: 252px;
  height: 50px;
	
	margin: 1px 1px 1px 0px;

	background-color: #dddddd;
	border: 0px;
}

div.form_4col {
	float: left;
	width: 188px;
  min-height: 80px;	

 	margin: 0px 1px 1px 0px;

	background-color: #dddddd;
	border: 0px;
}

div.form_num {
	float:left;
	width:40px;
  height:40px;
	
	padding: 5px;
	margin: 0px 5px 0px 0px;

	color: #cccccc;
	font-size:36px;
	line-height: 1em;
	font-weight:bold;
	text-align:center;
	
	background-color: #eeeeee;
	border: 0px;
}

div.form_buttons {
	float:right;
	padding: 10px;
}

.page_message {
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 60px;
	width: 710px;
	border: solid #d7d3ca;
	border-width: 1px 1px 0px 1px;
	height: 28px;

	
	font-style: italic;
	color:#333333;
	
	background-color: #e0fc58;
	background-image:url(/images/attention.gif);
	background-repeat: no-repeat;
	background-position:10px 6px;
}

.page_alert {
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 60px;
	width: 710px;
	border: solid #d7d3ca;
	border-width: 1px 1px 0px 1px;
	height: 28px;
	
	font-style: italic;
	font-weight: bold;
	color:#000000;
	
	background-color: #ff6655;
	background-image:url(/images/warning.gif);
	background-repeat: no-repeat;
	background-position:10px 6px;
}


.textile_preview_border {
	width:708px; 
	border:1px solid #aaaaaa;
	margin:2px 0px 4px 0px;
}

.textile_preview {
	border:1px solid #ffffff;
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	padding: 0px 5px 0px 5px;
	background-color: #e3e3da;
	overflow: auto;
	height: 300px;
}

.big_area {
	height: 300px;
}

span.button {
	float: left;
	display: block;

	height: 12px;
	
	text-align:center;
  cursor:pointer;
  cursor:hand;
  
	border: 0px;
	padding: 4px;
	margin: 0px 1px 1px 0px;

	color: #ffffff;
  background: #aba496;
}
.marginal {
	color: #666666;
}

.input_table {
	width: 100%;
	margin: 0px;
	background-color: #dddddd;
}
.input_table th {
	text-align: left;
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	
	margin-top: 0px;
	padding-top: 0px;
	
	color: #ffffff;
	background: #575550;
}


.td_bottom {
	padding-bottom:0px;
}

.td_list_head {
	text-align: left;
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	
	color: #ffffff;
	background: #777570;
	border-top: 1px solid #ffffff;
}

.td_list_head a, .td_list_head a:visited {
	font-size: 9px;
	color: #444444;
	font-style: normal;
	text-decoration: none;
}

.td_odd {
	background: #d0d0d0;
	border-top: 1px solid #ffffff;
}

.td_even {
	background: #e0e0e0;
	border-top: 1px solid #ffffff;
}

.td_paginate {
	color: #333333;
	background: #b7b5b0;
	border-top: 1px solid #ffffff;
}

.td_paginate_popup {
	color: #333333;
	background: #b7b5b0;
	border-bottom: 1px solid #ffffff;
	line-height:10px;
}

.td_paginate a, .td_paginate a:visited .td_paginate_popup a, .td_paginate_popup a:visited {
	color: #333333;
}
.td_white_line {
	font-size:1px;
	line-height:1px;
	height:1px;
	background: #ffffff;
}
