/* generic text, background color - only content class has line-height feature, for body and td, it would mess up image positioning */

    body { background: #f3f4d9; font-family: arial, helvetica, sans-serif; font-size: 11px; color: #000000; margin:10px 10px 10px 10px; }
    
.admcontentbg {background: #FFFFFF;}
.contentbg {background: #FFFFFF;}
.content {font-family: arial, helvetica, sans-serif; font-size: 11px; color: #000000; }
      td {font-family: arial, helvetica, sans-serif; font-size: 11px; color: #000000; text-align: left;}


/* background colors and images */


/* forms */

input, textarea, select { font-family: verdana, arial, helvetica; font-size: 10px; }

.submitbutton {
cursor:pointer;
border:outset 1px #CCCCCC;
background:#999999;
color:#666666;
font-weight:bold;
padding: 3px 3px;
background:url(/images/buttonbg.gif) repeat-x left top;
}

.orderbutton, a.orderbutton:link, a.orderbutton:visited {
cursor:pointer;
border:outset 1px #CCCCCC;
background:#999999;
color:#666666;
font-weight:bold;
padding: 3px 3px;
text-decoration: none;
background:url(/images/buttonbg.gif) repeat-x left top;
}

a.orderbutton:hover {
cursor:pointer;
border:outset 1px #CCCCCC;
background:#999999;
color:#000099;
font-weight:bold;
padding: 3px 3px;
text-decoration: none;
background:url(/images/buttonbg.gif) repeat-x left top;
}

.deletebutton {
cursor:pointer;
border:outset 1px #CCCCCC;
background:#999999;
color:#990000;
font-weight:bold;
padding: 3px 3px;
background:url(/images/buttonbg.gif) repeat-x left top;
}

/*link color - font and size, line-height is inherited*/

				a {color: #f47621; text-decoration: underline;}
		  a:hover {color: #f47621; text-decoration: none;}
		a:visited {color: #f47621; text-decoration: underline;}

        a.content {color: #f47621; text-decoration: underline;}
  a.content:hover {color: #f47621; text-decoration: none;}
a.content:visited {color: #f47621; text-decoration: underline;}

/* headers - display inline does not add any extra line breaks */

h1 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 20px; color: #f47621; font-weight: bold;}
h2 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 18px; color: #333333; font-weight: normal;}
h3 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: normal;}
h4 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold;}

/* h5 is used for the help section on the admin site */
h5 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; }

h6 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 24px; color: #f47621; font-weight: bold;}
a.h1 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 18px; color: #f47621; text-decoration: none;}
a.h2 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 16px; color: #333333; text-decoration: none;}
a.h3 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 14px; color: #f47621; text-decoration: none;}
a.h4 {display: inline; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: none;}

/* list styles added here */

	   ul {display: block; list-style-position: outside;}
ul.inline {display: block; list-style-position: outside;}

/* styles for small text */

 .directions {font-family: arial, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; }
     .footer {font-family: arial, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; }
     a.footer, a.footer:visited {font-family: arial, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #336699; }
     a.footer:hover {font-family: arial, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #003399; }
      .small {font-family: arial, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #666666; }
       .help {font-family: arial, helvetica, sans-serif; font-size: 10px; font-style: normal; color: #CC0000; }
    .caption {font-family: arial, helvetica, sans-serif; font-size: 11px; font-style: normal; color: #666666; }







   /* test styles for bold/italics/link javascript */
.buttons {
	background: #ccc;
	border: 1px solid #ccc;
	margin: 1;
	float:left;
}
.raise	{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background: #ccc;
	margin:1;
	float:left;
}
.press {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background: #ccc;
	margin:1;
	float:left;
}
#toolbar {
	margin: 0;
	width: 78px;
	padding: 0;
	height:20px;
	background: #ccc;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	text-align:left;
}






