@charset "ISO-8859-1";
/* FileMaker PHP Site Assistant - Stripes (Beige) CSS template




*/
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	
background: url(images/stripes_beige_bkgrnd.gif) ;
	
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

/***
 * 3 major sections of page: Header, Container(body), and Footer */
#header{
	background: #FFFFFF url(images/header1.jpg) no-repeat ;
	background-color: #012F6B ;
	height: 143px;
	width:100%;
}
#header h1 {
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 20px;
	font-size: 22pt;
	padding-top: 30px;
	margin:0px;
}
#container {
	background-color: #ffffff;
	margin: 0px;
	padding:0px;
}

#page_nav{
	width: 100%;
	padding: 0px;
	background: transparent url(images/stripes_beige_nav_bkgrnd.gif);
	height: 24px;
}

#content {
	background: url(images/stripes_beige_bkgrnd.gif) repeat;
	padding: 5px 25px 26px;
	text-align: left;
	font-size: x-small;
}
#content h1 {
	color: #5f7fa0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#content h2 {
	color: #999999;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
#page_nav ul {
	list-style-type:none;
	background: repeat-x transparent;
	margin-left: 0px;
	white-space: nowrap;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 4px;
	margin-bottom: 0px;
}

#page_nav li {
	list-style-type: none;
	margin-left: 20px;
	font-weight: normal;
	margin-top: 0px;
	font-size: 12px;
	border-right: 1px solid #FFFFFF;
	padding-right: 20px;
	display: inline;
	padding-top: 4px;
	padding-bottom: 0px;
}
#page_nav li a{
	color: #333;
	text-decoration:none;
}

.recordlist_nav {
	font-size: 12px;
	color: #7e7e7e;
	font-variant: normal;
	text-align: right;
	margin-bottom: 5px;
}


td.field_name {
	color: #7e5a25;
	font-size:12px;
	text-align: right;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	vertical-align:top;
}

td.field_data {
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;
}

td.field_data img {
	border-left: 1px solid #777777;
	border-top: 1px solid #999999;
	background: #FFFFFF;
	padding: 5px;
}

tr.submit_btn {
	color: #7e5a25;
	font-size: 12px;
	margin-top: 20px;
	text-align: left;
}

th.browse_header {
	background-color: #8aaac2;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding:7px 10px 7px 10px;
}
table.browse_records{
	background-color:#a5cce2;
	border-collapse:collapse;
	width: 100%;
}

.portal{
	border-collapse:collapse;
	text-align: right;
}
th.portal_header {
	background-color: #8aaac2;
	color:#FFFFFF;
	font-size: 12px;
	text-align: right;
	padding: 3px;
}
tr.table_row{
	background-color: #FFFFFF;
}
table.browse_records tbody{
	border-right: 1px #c7a974 solid;
}

thead {
	border-right: 1px solid #8aaac2;
}
tr.alt_row{
	background-color: #f7f2df;
}
td.browse_cell{
	font-size: 12px;
	color: #6e664c;
	border-left: 1px #c7a974 solid;
	border-bottom: 1px #c7a974 solid;
	padding: 5px 10px;
	font-weight: normal;
}
td.browse_cell img {
	width:75px;
}
td.group_header{
	border-bottom: 1px #c7a974 solid;
	background-color:#CCCCCC;
	height: 35px;
	font-weight: bold;
	text-align: left;
	padding-left:10px;
	border-left:1px #c7a974 solid;
}
td.group_total_title{
	border-bottom: 1px #c7a974 solid;
	font-size: 12px;
	height:25px;
	background: #b0e19a;
	color: #000000;
	padding-left:10px;
	border-left:1px #c7a974 solid;
}
td.grand_total_title{
	height:40px;
	background: #ff9990;
	color: #000000;
	padding-left:10px;
	border-left:1px #c7a974 solid;
	border-bottom: 1px #c7a974 solid;
	font-size: 12px;
	font-weight:bold;
}

td.group_total{
	height:25px;
	background: #b0e19a;
	color: #1b43ff;
	font-weight: bold;
	text-align: right;
	padding-right:10px;
	border-bottom: 1px #c7a974 solid;
}
td.grand_total{
	height:40px;
	background: #ff9990;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-right:10px;
	border-bottom: 1px #c7a974 solid;
}
/*
*/
.asdfasdfasdfasd {
	color: #F00;
}

