﻿.main
{
	margin: auto;
	max-width: 100%;
	width: 65.5em;
	min-width: 750px;
	min-height: 400px;
	position: relative;
	top: 80px;
	text-align: left;
	background-image: url(../images/backgrounds/ArizonaRO_vstrip1a.jpg);
	background-color: #fdffef;
	background-repeat: repeat-x;
	background-position: top;
}

.pad_right
{
	padding-right: 10px;
}

.pad_all
{
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
}

a.menu
{
    text-decoration: none;
    color: White;
}

.success,
.add,
.edit,
.close,
.faqhelp,
.attention,
.delete,
.print,
a.search
{
	display: block; /* needed so you can add margin */
	margin-bottom: .8em;
	padding-left: 18px;
	font-weight: bold;
	white-space: nowrap;
	width: 0; /* keeps these from spanning entire screen */
}
	
.success
{
	background: url(http://www.arizonaro.com/img/icons/success.gif) no-repeat left;
}

.add
{
	background: url(http://www.arizonaro.com/img/icons/add.gif) no-repeat left;
}

.close
{
	background: url(http://www.arizonaro.com/img/icons/error.gif) no-repeat left;
}
	
span.site_title
{
	font-size: 24pt;
	color: Navy;
}

BODY.disabled
{
    BACKGROUND: url(../images/backgrounds/clover2.gif) fixed left top
}

A.white
{
	color: White;
}

div.content
{
	background-color: Transparent;
	color: Navy;
	width: 100%;
	text-align: left;
	font-family: Arial Narrow;
}

div.title
{
	font-size: 16pt;
	color: Navy;
	width: 100%;
	text-align: center;
}

.title
{
	font-size: 20pt;
	color: Navy;
}

h3
{
    clear: both;
    color: Yellow;
    background: #636e7d url(http://www.arizonaro.com/img/common/h3_corner.jpg) top left no-repeat;
    text-align: center;
	font-family: Arial Narrow;
}

.data_table {
	border: solid 1px #C2C2C2;
	margin: 1px 1px 1.2em 1px;
	width: 99.9%;
}

.data_table td,
.data_table th
{
	border: solid 1px #C2C2C2;
	padding: .3em; 
	background: white;
}

.data_table th,
td.alternating_row,
tr.alternating_row td
{
	background-color:Silver;
	font-family: Arial Narrow;
}
	
.data_table th
{
	text-align: left;
}

td.icon_cell
{
	text-align: center;
	width: 35px;
}

td
{
    font-family:Arial Narrow;
}
