
/*
.pos-app-container 	.pos_default	{
		font-size: 12px;
		color: #000000;
	}
	
.pos-app-container 		.pos_black{color: #000000;}
.pos-app-container 		.pos_beige{color: #C8C58C;}
.pos-app-container 		.pos_brown{color: #391000;}
.pos-app-container 		.pos_blue{color: #003366;}
.pos-app-container 		.pos_red{color: #CC0000;}
.pos-app-container 		.pos_obscureGray{color: #333333;}
.pos-app-container 		.pos_darkgray{color: #666666;}
.pos-app-container 		.pos_litegray{color: #999999;}
.pos-app-container 		.pos_palegray{color: #CCCCCC;}
.pos-app-container 		.pos_white{color: #FFFFFF;}
.pos-app-container 		.pos_whitesmoke{color: #F5F5F5;}
		
.pos-app-container 		.BGbeige{background-color: #C8C58C;}
.pos-app-container 		.BGblueCustom1{background-color: #97ABBE;}
		
.pos-app-container 	.pos_title	{
		font-size: 16px;
		color: #000000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#CCCCCC;
		padding-bottom:5px;
		font-weight:bold;
	}

.pos-app-container 	.pos_topnav	{
		font-size:11px;
		font-weight:bold;
		text-align:center;
	}
.pos-app-container 	.pos_topnav2	{
		font-size:11px;
		font-weight:bold;
		background-color:#783F2C;
		text-align:center;
	}
	
.pos-app-container 	a.pos_topnav:link	{
		text-decoration: underline;
		font-size:11px;
		color: #000;
	}
.pos-app-container 	a.pos_topnav:visited	{
		text-decoration: underline;
		font-size:11px;
		color: #000;
	}
.pos-app-container 	a.pos_topnav:hover	{
		text-decoration: underline;
		font-size:11px;
		color: #CC0000;
	}
	
.pos-app-container 	a.pos_topnav2:link	{
		text-decoration: underline;
		font-size:11px;
		color: #FAFAE0;
	}
.pos-app-container 	a.pos_topnav2:visited	{
		text-decoration: underline;
		font-size:11px;
		color: #FAFAE0;
	}
.pos-app-container 	a.pos_topnav2:hover	{
		text-decoration: underline;
		font-size:11px;
		color: #FAFAE0;
	}
	
.pos-app-container 	a.pos_miniLnk:link	{
		text-decoration: underline;
		font-size:9px;
		color: #999999;
	}
.pos-app-container 	a.pos_miniLnk:visited	{
		text-decoration: underline;
		font-size:9px;
		color: #999999;
	}
.pos-app-container 	a.pos_miniLnk:hover	{
		text-decoration: underline;
		font-size:9px;
		color: #333333;
	}
	
.pos-app-container 	.pos_frmInput	{
		font-size: 11px;
		font-weight: bold;
		color:#000000;
	}
	
.pos-app-container 	.pos_frmInput2	{
		font-size: 12px;
		font-weight: normal;
		color:#000000;
	}
	
.pos-app-container 	.pos_btmLine	{
			border-bottom-style:solid;
			border-bottom-width:1px;
			border-bottom-color:#CCCCCC;
	}
	
.pos-app-container 		.pos_itmOutLine	{
			border:1px solid #BF8447;
		}

.pos-app-container .pos_itmOutLine table.pos_default tr td {
	text-align:left;
	}
.pos-app-container 		.pos_itmTitle	{
			border:1px solid #BF8447;
			background-color:#EBCC94;
		}
		
.pos-app-container .pos_itmTitle table.pos_default tr td {
	text-align:left;
	}
.pos-app-container .pos_itmTitle table.pos_default tr td + td {
	text-align:right;
	}
		
.pos-app-container 		.pos_imgBorder	{
			border-width:1px;
			border-color:#333333;
		}
	
.pos-app-container 	.pos_pager {
		font-size:11px;
	}
	
.pos-app-container 	a.pos_pager:link	{
		text-decoration: underline;
		font-size:11px;
	}
.pos-app-container 	a.pos_pager:visited	{
		text-decoration: underline;
		font-size:11px;
	}
.pos-app-container 	a.pos_pager:hover	{
		text-decoration: underline;
		font-size:11px;
	}
	
.pos-app-container 	a.pos_cartLnk:link	{
		text-decoration: underline;
		font-size:12px;
	}
.pos-app-container 	a.pos_cartLnk:visited	{
		text-decoration: underline;
		font-size:12px;
	}
.pos-app-container 	a.pos_cartLnk:hover	{
		text-decoration: underline;
		font-size:12px;
	}
*/
/* STYLE SHEET FOR POS/RESOURCE CATALOG */
	.separator { padding:0 8px;}
	.pos_default	{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	}
	
	/* standard colors */	
		.pos_black{color: #000000;}
		.pos_beige{color: #C8C58C;}
		.pos_brown{color: #391000;}
		.pos_blue{color: #003366;}
		.pos_red{color: #92191C;}
		.pos_obscureGray{color: #333333;}
		.pos_darkgray{color: #666666;}
		.pos_litegray{color: #999999;}
		.pos_palegray{color: #CCCCCC;}
		.pos_white{color: #FFFFFF;}
		.pos_whitesmoke{color: #F5F5F5;}
		
		/* background colors */
		.BGbeige{background-color: #C8C58C;}
		.BGblueCustom1{background-color: #97ABBE;}
		
	.pos_title	{
		font-size: 100%;
		color: #000000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#CCCCCC;
		padding-bottom:5px;
		font-weight:bold;
	}

	.pos_topnav	{
		font-size:11px;
		font-weight:bold;
	}
	.pos_topnav2	{
		font-size:11px;
		font-weight:bold;
		background-color: #92191C;
	}
	
	a.pos_topnav:link	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
		color: #000;
	}
	a.pos_topnav:visited	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
		color: #000;
	}
	a.pos_topnav:hover	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
		color: #92191C;
	}
	
	a.pos_topnav2:link	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
		color: #FAFAE0;
	}
	a.pos_topnav2:visited	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
		color: #FAFAE0;
	}
	a.pos_topnav2:hover	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
		color: #FAFAE0;
	}
	
	a.pos_miniLnk:link	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:9px;
		color: #999999;
	}
	a.pos_miniLnk:visited	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:9px;
		color: #999999;
	}
	a.pos_miniLnk:hover	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:9px;
		color: #333333;
	}
	
	.pos_frmInput	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color:#000000;
	}
	
	.pos_frmInput2	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color:#000000;
	}
	
	.pos_btmLine	{
			border-bottom-style:solid;
			border-bottom-width:1px;
			border-bottom-color:#CCCCCC;
	}
	
	/* displays/dsp_catalog */
		/* css class for table data cell containing single resource item */
		.pos_itmOutLine	{
			border-style:solid;
			border-width:1px;
			border-color:#CCCCCC;
		}
		
		/* css class for table data cell containing resource item title */
		.pos_itmTitle	{
			border-style:solid;
			border-width:1px;
			border-color:#CCCCCC;
			background-color:#E8E8E8;
		}
		
		.pos_imgBorder	{
			border-width:1px;
			border-color:#333333;
		}
	
	/* displays/dsp_catalog */
	.pos_pager {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	a.pos_pager:link	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
	}
	a.pos_pager:visited	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
	}
	a.pos_pager:hover	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:11px;
	}
	
	a.pos_cartLnk:link	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:12px;
	}
	a.pos_cartLnk:visited	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:12px;
	}
	a.pos_cartLnk:hover	{
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size:12px;
	}

.pos_itmOutLine .pos_itmTitle tr td { text-align:left; color:#0D3692; }
	
.pos_itmOutLine .pos_itmTitle tr td + td {
	text-align:right; vertical-align:top;
	}
	
.pos_itmOutLine table tr + tr .pos_default tr td { text-align:left; }
.pos_itmOutLine table tr + tr .pos_default tr td + td + td { text-align:right; }


