/*****************************************************/
/*HTML TAG STYLES*/
body {
	background: #fff; 
	padding: 0px;
	margin: 0px;
}

body, p, td, th, div, span, h1, h2, h3, h4, h5, h6, .copy {
	font: 10px verdana, arial, sans-serif;
	color: #000;
	line-height: 15px;
}

input, select, textarea {
	font: 11px verdana, arial, sans-serif;
	color: #000;
	line-height: 12px;
}

body, p, div, span, .copy {
	line-height: 15px;
}

p {
	margin: 5px 0;
	padding: 0;
}

a, a:visited, a:hover {
	color: #cc3300;
}

strong span{
	font-weight: bold;
}

h1, .h1 {
	/* for site name at top */
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

h2, .h2 {
	/* for page title */
	font: bold 20px verdana, arial, sans serif; 
	color: #787878;
}

h3, .h3 {
	/* page headers */
	font: bold 14px verdana, arial, sans serif;
	color: #ffffff;
	background-color: #999933;
}

h4, .h4 {
	/* page subheaders */
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

th {
	color: #fff;
	background-color: #000;
	text-align: left;
	font-weight: bold;
}
/*//HTML TAG STYLES*/
/*****************************************************/





/*****************************************************/
/* begin cart style */

.calHdr 
{
	font: bold 12px verdana;
	color: #ffffff;
	background-color: #999933;
}

.cart {
	width: 740px;
}

.cartCol1{
	font: 10px verdana;
}
.cartCol2{
	font: 10px verdana;
}
.cartCol3{
	font: 10px verdana;
}
.cartCol4{
	text-align: left;
	font: 10px verdana;
}
.cartCol5{
	text-align: left;
	font: 10px verdana;
}

/* inside headers */
tr.cartrow0 th, tr.cartrow1 th {
	color: #999933;
}

.cart .noPadding{
	padding: 0px;	
}

.cart .lineColor{
	background-color:blue;	
	padding: 0px;
}

/* alt colors */
tr.cartrow0 {
	background-color: #f5f5f5;
}
tr.cartrow1 {
	background-color: #ffffff;
}
/* end cart style */
/*****************************************************/



/*****************************************************/
/* begin calendar style */
.days {
	/* weekday labels at top */
	font-weight: bold;
}

.calendar-content, a.calendar-content, a.calendar-content:visited
{
		/* content for each day */
		font: bold 9px verdana;
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
}

a.calendar-content:hover 
{
	color: #cc3300;
}

/* end calendar style */
/*****************************************************/







.small {
	/* smaller text */
	font-size: 10px;
}

.requiredField, p.requiredField {
	/* any error or warning text */
	color: #cc3300;
	font-weight: bold;
}

.reserveLabels{
	font-weight:bold;
}


td.formlabel {
	/* labels next to form fields */
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

/* #sitename at top of each page */
#sitename a {
	text-decoration: none;
}
#sitename a:hover {
	text-decoration: underline;
}

/* basic nav */
#utilitynav a {
	text-decoration: none;
	font-weight: bold;
}
#utilitynav a:hover {
	text-decoration: underline;
}


/***SUBSCRIPTIONS**************************/
.reviewsub1{
	width: 100px;	
}
.reviewsub2{
	width: 200px;	
}
.reviewsub3{
	width: 100px;	
}
.reviewsub4{
	width: 150px;	
}

/***PRODUCTIONS**************************/

a.production {
	font-weight: bold;
	font-size: 1.2em;
}


/* ------------------ /DEV STYLES ------------------ */

.subNav, a.subNav, a.subNav:visited {
	font: bold 18px verdana;
	color: #ffffff;
	text-decoration: none;
}
a.subNav:hover {
	color: #999933;
}

