/*
Colors: Dark Red #9B2700, Dark Blue #264989, Light blue #4382C0, Gray #EEEEEE, Orange #FF6600
*/
/* Dark Blue */
.bgcolor1 {
background-color: #264989;
}

/* Med Blue Background color */
.bgcolor2 {
background-color: #336699;
}

/* Light blue color */
.bgcolor3 {
background-color: #4382C0;
}

/* Light Background color */
.bgcolor4 {
background-color: #EEEEEE;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body  {
	background-color:#264989;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

a	{
	text-decoration: none;
}
a:link	{
	background-color: transparent;
	text-decoration: none;
}
a:active	{
	background-color: transparent;
	text-decoration: none;
}
a:visited	{
	background-color: transparent;
	text-decoration: none;
}
a:hover	{
	background-color: transparent;
	text-decoration: underline;
}

form {
	margin: 0px 3px;
}

h1	{
	font-family: Arial, Helvetica, sans-serif;
	color: #264989;
	font-size:16px;
	margin: 2px 0px;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #264989;
	font-size:14px;
	margin: 2px 0px;
}

h3	{
	color: #CC2200;
	font-size:13px;
	margin-bottom: 2px;
	margin-top: 0px;
}

h4	{
	color: #E68A00;
	font-size:11px;
	margin-bottom: 2px;
	margin-top: 0px;
}

li	{
	padding: 2px 0px;
}

p	{
	line-height: 1.3;
}

td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul	{
	list-style: disc outside;
	margin: 0px 20px;
}


/* Table cell content area for sub boxes */
td.sub_box_header	{
	background-image:url(../../images/yellow_crnr_tl.gif);
	background-repeat: no-repeat;
}
td.sub_box	{
	padding:10px;
	border-right:2px solid #FFCC00;
	border-bottom:2px solid #FFCC00;
	border-left:2px solid #FFCC00;
}

/************************************************/
/*  Special Link Styles							*/
/************************************************/ 

/* Top Navigation - Background is red. From tan to orange or blue. */
a.tnav	{
	font-size:12px;
	padding: 20px 9px 20px 9px;
}
a.tnav:link {
	background-color: transparent;
	color: #F4F0E1;
	text-decoration: none;
	font-weight: bold;
}
a.tnav:active  {
	color: #F4F0E1;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.tnav:visited  {
	color: #F4F0E1;
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.tnav:hover  {
	color: #EDF2F8;
	text-decoration:underline;
	font-weight: bold;
}

/* Left Navigation - Background is light blue. From dark blue to orange or tan or white. */
a.lnav	{
	text-decoration: none;
}
a.lnav:link {
	background-color: transparent;
	text-decoration: none;
}
a.lnav:active  {
	background-color: transparent;
	text-decoration: none;
}
a.lnav:visited  {
	background-color: transparent;
	text-decoration: none;
}
a.lnav:hover  {
	text-decoration:underline;
}


/***********************************************/
/*  Multi-Level Categories 		               */
/***********************************************/
.cat_level1	{
	font-size:11px;
	font-weight: bold;
	padding-bottom: 3px;
}

.cat_level2	{
	font-size: 11px;
	padding-left:6px;
	padding-bottom: 1px;
}

.cat_level3	{
	color:#000;
	font-size: 10px;
	padding-left: 12px;
}

.cat_level4	{
	font-size: 9px;
	padding-left: 18px;
}

.cat_level5	{
	font-size: 8px;
	padding-left: 24px;
}

/***********************************************/
/*  Misc. styles     			               */
/***********************************************/
.button {
	background-image:url('../../images/bt_go.gif');
	width:21px;
	height:20px;
	border:0px;
	cursor:pointer;
	}

/* Left margin sub-navigation */
#sub_menu	{
	padding: 1px 1px 1px 1px;
	background-color:#FFFFFF;
}
/* Main outline table class */
.table_border	{
	border-right:1px solid #55322B;
	border-bottom:1px solid #55322B;
	border-left:1px solid #55322B;
}

.checkout_table	{
	border:1px solid #55322B;
	background-color:#F4F0E1
}

.alert {
	color: #9B2700;
	text-align: center;
	padding: 5px 20px;
}

.form_header {
	background-color: #9B2700;
	color: #F4F0E1;
	font-weight:bold;
	padding:2px 5px;
}

.body10pt {
	font-size:10pt;
}

.body8pt {
	font-size:8pt;
}

.bar_header1 {
	color: #9B2700;
	font-weight: bold;
	background-color: #F4F0E1;
	margin: 0px 0px 3px 0px;
	padding: 3px;
}

.bar_header2 {
	color: #55322B;
	font-weight: bold;
	background-color: #F4F0E1;
	margin: 0px 0px 3px 0px;
	padding: 3px;
}

/* Main table outline */
.toutline  {
	padding : 3px 3px;
	border: 1px solid black;

}
.toutline_red  {
	padding : 3px;
	border:1px solid #9B2700;

}

.table_outline2 {
	border:solid 1px #55322B;
	margin-bottom:7px;
}

.tiny	{
	font-size: 10px;
}
.row1 {
	background-color: #F7F7F7;
}

.row2 {
	background-color: #E9E9E9;
}

.app_message {
	color: red;
}

.sold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: red;
	font-size:10px;
}
