/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cartweaver Administration CSS © 2002, All Rights Reserved.
You may modify this file to make changes throughout your site.
Last Updated: 6/24/02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
Purpose:Page margins and colors
Application:Automatic
Note:Margin is set for IE Browser only. Set Margins for NS in the body tag if desired.
Additional Info: Learn more about margins and CSS at http://www.dwfaq.com/tutorials/basics/margins.asp
*/
body{
margin:0px;
padding:0px;
color:#333333;
}

/*
Purpose:Default font and text size for listed tags
Application:Automatic
*/
body,table,td,th,p,ol,ul,li {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* Input text for leftbar */
input.leftbar{font-family: Arial, Helvetica, sans-serif; font-size:10px;}
textarea.leftbar{font-family: Arial, Helvetica, sans-serif; font-size:10px;}
select.leftbar{font-family: Arial, Helvetica, sans-serif; font-size:10px;}

/*
Purpose:The page background color & a custom class (.bodycolor)
to use when you need the same background color as the body.
Application:Automatic to <body>.
.bodycolor Application: <table>,<td>,<p>,<span>,<div>
*/
body, .bodycolor{
/*background-color:#BBBBBB;*/
background-color:#FFFFFF;
}

/*
Purpose: Font Class creation
*/
font.pdfont {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#000000;}

/*
Purpose: change the header colors
*/
span.red {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#FF0000;}


/*
Purpose: Mostly used as alternative background color in table cells
Application: <table>,<td>,<p>,<span>,<div>
*/
.bckgrndcolor{
background-color:#CCCCCC;
}

/*
Purpose: Mostly used as alternative background color in table cells
Also since the background color is a yellowish, it is used to highlite information.
Application: <table>,<td>,<p>,<span>,<div>
*/
.rowcolor {
background-color : #FFFFCC;
}

/*
Purpose:Style all <th> with the specified color text and background color
Application:Automatic
*/
th{
color:#FFFFCC;
background-color:#444444;
font-size: 14px;
}

/*
Purpose:Default document link styles
Application:Automatic
Note: a:hover and a:active are not available in NS4x
*/
a:link{
color:#003366;
}
a:visited{
color:#666699;
}
a:hover{
color:#003366;
text-decoration:none;
}
a:active{
color:#666699;
text-decoration:none;
}

/* BEGIN leftbar_head */
td#leftbar_head 	{
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	display: block;
	text-align: center;
	background-color: #009966;
	color: #FFFFFF;
}
/* END leftbar_head */

/* BEGIN font class for leftbar_cat.cfm */
td#leftbar_cat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/* END font class for leftbar_cat.cfm */

/* BEGIN font class for list_cat.cfm */
li#list_cat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/* END font class for list_cat.cfm */

/* BEGIN font class for leftbar_red.cfm */
td#leftbar_red{
	font: bold;
	color: #FF0000;
}
/* END font class for leftbar_red.cfm */

/* font class for the copyright */
.footer {
font-size: 9px;
color: #999999;
}
/* END font class for the copyright */

/* BEGIN font class for leftbar_event.cfm */
.leftbar_event{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/* END font class for leftbar_event.cfm */

