/*
Artistech Newmedia Inc.
*/

/* -- General Styling -- */

body {
	background-image:url(images/bg_main.gif);
	background-repeat:repeat-x;
	background-color: #A30418; 
	margin: 0;
}

div {
	font: 11px Arial, Verdana, sans-serif;
	color: #2e0002;
	font-weight: normal;
	line-height: 18px; 
	padding: 0; 
	margin: 0;
}

.footerclass {
	font: 11px Arial, Verdana, sans-serif;
	color: #ffffff;
	font-weight: normal;
	line-height: 18px; 
	padding: 0; 
	margin: 0;
}


a {
	font: 11px Arial, Verdana, sans-serif; 
	color: #0d4e86;
	line-height: 18px;  
}
	
a:link, a:visited, a:active {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font: 16px Arial, Verdana, sans-serif; 
	color:#5e0005; 
	font-weight:bold;
	padding: 0;
	margin: 0;
}

h2 {
	font: 16px Arial, Verdana, sans-serif; 
	color: #2e0002; 
	font-weight: bold;
	padding: 0;
	margin: 0;
}

td {
	padding: 0px;
	margin: 0;
}

.faq { 
	font: 11px Arial, Verdana, sans-serif; 
	color: #ffffff;
	line-height: 18px;
}

.faq a { 
	font: 11px Arial, Verdana, sans-serif; 
	color: #ffffff;
	line-height: 18px;
}

/* -- BODY -- */


#pagewrap {
	width: 100%;
	height: 100%;
	margin: 0 auto; 
	padding: 0;
}

/* -- HEADER -- */

#header {
	background-image:url(images/orange_bar.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	width: 975px;
	margin: 0 auto;
}

#leftcol {
	float:left;
	width: 330px;
	margin-left: 25px;
	display: inline;
}

#rightcol {
	float:right;
	width: 595px;
	display: inline;
}

#rightcontent {
	padding-right: 25px;
	background-image:url(images/now_open.gif);
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
	padding-top: 50px;
}

#maincontentarea {
	background-color: #FFFFFF;
	padding-left: 65px;
	padding-right: 25px;
}

#3col {
	padding-right: 45px;
	display: inline;
}

/* -- FOOTER -- */



#footer {
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	width: 975px;
	height: 225px;
	padding-top: 25px;
	
}

#footer a {
	font-size: 11px;
	color: #ffffff;
}

.spacer {
	padding-left: 10px;
	padding-right: 10px;
}

.error{color:#FF0000;}

/* Date picker CSS */
/* the div that holds the date picker calendar */
.dpDiv {}


/* the table (within the div) that holds the date picker calendar */
.dpTable {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; color: #505050; background-color: #e8e8e8; border: 1px solid #AAAAAA;	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD { border: 1px solid #ece9d8;}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {	background-color: #e3daaf;	border: 1px solid #AAAAAA;}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {background-color: #e3daaf; border: 1px solid #888888; cursor: pointer; color: #1a2857; }


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD { background-color: #fffdd7; border: 1px solid #AAAAAA; color: #000000;}


/* additional style information for the text that indicates the month and year */
.dpTitleText { font-size: 12px; color: gray; font-weight: bold;	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight { color: 163e72; font-weight: bold;}


/* the forward/backward buttons at the top */
.dpButton {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: gray; background: #ebe7c1; font-weight: bold; padding: 0px;	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: gray; background: #ebe7c1;	font-weight: bold;}

/*---------------- */
