/* CSS Document */
/* Adapti Tech, Inc. Utility CSS */

/*
CVHOC Colors
Background Light Green #DCE6D2
Menu Background Dark Green #336633
Content Background Light Blue #DDFFFF

ATI Colors
Blue #80CDDD
Lit-Blue #B3E2EA
Shaded-Blue #78B5C8
Light-Blue #C8ECF0
Lightest-Blue #E7F7F8
Mauve #CABAC4
Lit-Mauve #DACDD6
Shaded-Mauve #B3A2B2
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-color: "#DCE6D2";
}
/* styles for Header.html */
div.header {
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	color:#000066;
	position: absolute; 
	width:720px; 
	height:240px; 
	z-index: auto;
	left: 240px; 
	top: 25px;
}

span.header_h1 {	/* Mozilla does a wierd thing with p.header_h1 */
	font-family: Times New Roman;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}

span.header_h2 {	/* Mozilla does a wierd thing with p.header_h2 */
	font-family: Times New Roman;
	color: #000066;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

p.header_h1 {
	font-family: Times New Roman;
	color: #CABAC4;
	font-size: 32px;
	font-weight: bold;
}

p.header_h2 {
	font-family: Times New Roman;
	color: #000099;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

/* styles for Logo.html */
div.logo {
	position: absolute; 
	width: 600px; 
	height: 85px; 
	left: 0px; 
	top: 0px;
	z-index: 101; 
}

/* styles for Footer.html */
div.ATI_logo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute; 
	top: 860px;
	width:149px; 
	height:57px; 
	z-index:10; 
}

p.footer_h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

/* styles for Menu.html */
div.menu {
	position: absolute; 
	width: 100px; 
	height: 100px; 
	z-index: auto; 
	left: 10px; 
	top: 175px; 
}

div.menu_item {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

a.menu:link	{color: #000000; text-decoration: none;}
a.menu:visited {color: #000000;	text-decoration: none;}
a.menu:hover {color: #660000; text-decoration: none;}
a.menu:active {color:#CC0000; text-decoration: none;}

div.month {
	color: black; 
	font-family: Arial;
	font-size: 48px;
	text-align: center;
}

div.daysofweek {
	color: black; 
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

/* Content */
/* styles for PHP files */
/*-- use echo '<div class="content"> ...code... </div> */
div.content_background {
	position:absolute; 
	width: 720px; 
	height: 720px;
	z-index: auto; /* not sure if this is needed or desirable */
	left: 200px; 
	top: 200px;
}

div.content {
	background-color:#ddffff;
	/*background-repeat: repeat;*/
	width: 600px; 
	/*height: 720px;*/ /* limits height */
	/* not sure if this is needed or desirable */	
	z-index: 200; 
	
	position:absolute; 
	left: 200px; 
	top: 175px;
	border-style: outset;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:.5em;
	
}

div.content_shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat;
	
	width: 620px; 
	height: 720px;
	/* not sure if this is needed or desirable */	
	z-index: 1; 
	
	position:absolute; 
	left: 210px; 
	top: 185px;
}

div.vendor {
	position:absolute; 
	width: 200px; 
	height: 220px;
	z-index: auto; /* not sure if this is needed or desirable */
	left: 10px; 
	top: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000066;
}

p.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

p.body_h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:justify;
	font-weight: bold;
}

p.body_h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}

p.body_h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:justify;
}

p.EVENTTITLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:justify;
	font-weight: bold;
}

span.Q_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	font-weight: bold;
	font-style: italic;
}

span.Q_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

span.A_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	font-weight: bold;
	font-style: italic;
}

span.A_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

span.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000080;
	font-weight:bold;
}

span.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:text-top;
}

span.h1 {
	font-family: Palatino Linotype;
	font-size: 30px;
	color:#000080;
	font-weight:bold;
}

span.h1_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:red;
	font-weight:bold;
}

NOBR.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
	font-weight:bold;
}

h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#000000;
}

h1.note  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:red;
	font-weight:bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
}

img.random {
	position:absolute; 
	height: 160px;
	z-index: auto; /* not sure if this is needed or desirable */
	left: 480px; 
	top: 0px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

li.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}


a:link     {color:cc0000; text-decoration: none;}
a:visited  {color:black; text-decoration: none;}
a:hover    {color:red; text-decoration: none;}
a:active   {color:red; text-decoration: none;}

a.content:link		{color:#000000}
a.content:visited	{color:#000000}
a.content:hover		{color:red}
a.content:active	{color:black}

input.button
{ 
	border: none;
	cursor:pointer;
	width: 375px;
	text-align:left;
	background-color:#FFFFFF;
}

input.button_PLTITLE
{ 
	border: none;
	cursor:pointer;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	position:relative;
	left: 40px;
	background-color:#FFFFFF;
}

input.button_PTITLE
{ 
	border: none;
	cursor:pointer;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	left: 40px;
	background-color:#FFFFFF;
}

input.checkbox_PTITLE
{ 
	cursor:pointer;
	position:relative;
	left: 40px; 
	width:20px;
}

table.VYM_outline
{
	width:500;
	border-color:#0C6CB8;
	border-width:thin;
}

table.VYM 
{
	width:500;
	cellspacing:2px;
	cellpadding:2px;
	background-color:#89C3F5;
}

div.productline_display
{
	position:absolute;
	z-index: auto; 
	left: 250px; 
	top: 30px; 
}

span.checked 
{
	image: url(images/check.jpg)
}


div.mall {
	background-image: url(images/SideWalk.jpg);
	position: absolute; 
	width:720px; 
	height:800px; 
	z-index: auto; 
}

div.Store_0 {
	background-image: url(images/Store_0.jpg);
	z-index: auto; 
}

div.Store_90 {
	background-image: url(images/Store_90.jpg);
	z-index: auto; 
}

.headline
{
	font-family: Arial, Helvetica, sans-serif;
	color: 1D1D82;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight : bold;
	color: 990000;
}

.subhead
{
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	font-size: 11px;
	font-weight: bold;
}

.submit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

strong
{
	font-family: Arial, Helvetica, sans-serif;
	color: 1D1D82;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;

}

.interpreter 
{
	background-color: #DCE6D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
