/******************************************************
* extVIEW.css                                         *
* Controls layout/appearance of extVIEW output pages. *
* Copyright (C) 2004-2008 by Extensions Software      *
******************************************************/

/************
* Page Body *
************/
body {

	/* Page background color (Default: #FFFAFA) */
	background: #fffffff;

}

/********************
* Page Header Image *
********************/
img.page_header {

	/* Page Header Image margin/offset (Default: 0px) */
	margin: 0px;

}

/*******************
* Page Header Text *
*******************/
p.page_header {

	/* Page Header margin/offset (Default: 0px) */
	margin: 0px;

	/* Page Header font family (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Page Header text color (Default: #800000) */
	color: #03300B;

	/* Page Header font size (Default: 16pt) */
	font-size: 16pt;

	/* Page Header font weight (Default: bold) */
	font-weight: bold;

	/* Page Header font style (Default: none) */
	font-style: none;

}

/*********************
* Main Listing Table *
*********************/
table.list {

	/* Table border style (Default: solid 1px #03300B) */
	border: solid 1px #03300B;

	/* Border-collapse (Default: collapse) */
	border-collapse: collapse;

}

/********************************************
* Main Listing / Column Header (Field name) *
********************************************/
tr.list_header {

	/* Column Header cursor (Default: arrow) */
	cursor: arrow;

}
td.list_header {

	/* Column Header background color (Default: #66CCFF) */
	background: #ffffff;

	/* Column Header border style (Default: solid 1px #03300B) */
	border: solid 1px #03300B;

	/* Column Header cell padding (Default: 3px) */
	padding: 4px;

	/* Column Header font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Column Header font size (Default: 10pt) */
	font-size: 10pt;

	/* Column Header font weight (Default: bold) */
	font-weight: bold;

	/* Column Header text alignment (Default: center) */
	text-align: center;

	/* Column Header foreground text color (Default: #03300B) */
	color: #03300B;

}
a.list_header {

	/* Column Header link color (Default: #03300B) */
	color: #03300B;

}
a:visited.list_header {

	/* Column Header visited link color (Default: #03300B) */
	color: #03300B;

}
a:hover.list_header {

	/* Column Header hover link color (Default: #4682B4) */
	color: #416141;

}

/*****************************************
* Main Listing / Table Row (Field value) *
*****************************************/
tr.list_row {

	/* Table Row cursor (Default: pointer) */
	cursor: pointer;

}
td.list_row {

	/* Table Row cell border style (Default: solid 1px #03300B) */
	border: solid 1px #03300B;

	/* Table Row font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Table Row font size (Default: 10pt) */
	font-size: 10pt;

	/* Table Row font weight (Default: normal) */
	font-weight: normal;

	/* Table Row text alignment (Default: left) */
	text-align: left;

	/* Table Row cell padding (Default: 3px) */
	padding: 4px;

}
a.list_row {

	/* Table Row link color (Default: #0000FF) */
	color: #03300B;

	/* Table Row text decoration (Default: underline) */
	text-decoration: underline;

}
a:visited.list_row {

	/* Table Row visited link color (Default: #03300B) */
	color: #03300B;

}
a:hover.list_row {

	/* Table Row hover link color (Default: #4682B4) */
	color: #416141;

}

/****************************************
* Main Listing / Alternating Row Colors *
****************************************/
tr.list_clr1, td.list_clr1 {

	/* Alternating Color 1 text color (Default: #03300B) */
	color: #03300B;

	/* Alternating Color 1 background color (Default: #FFFFE0) */
	background: #fffffff;

}
tr.list_clr2, td.list_clr2 {

	/* Alternating Color 2 text color (Default: #800000) */
	color: #03300B;

	/* Alternating Color 2 background color (Default: #F5F5DC) */
	background: #fffffff;

}

/*************************************************
* Main Listing / Table Row Hover-Over Color/Font *
*************************************************/
tr.list_hover {

	/* Hover-over text color (Default: #000000) */
	color: #000000;

	/* Hover-over background color (Default: #ADD8E6) */
	background: #cccccc;

	/* Hover-over text decoration (Default: none) */
	text-decoration: none;

}

/*************************
* Detailed Listing Table *
*************************/
table.detail {

	/* Table border style (Default: solid 1px #03300B) */
	border: solid 1px #03300B;

	/* Border-collapse (Default: collapse) */
	border-collapse: collapse;

}

/*********************************************
* Detailed Listing / Row Header (Field name) *
*********************************************/
tr.detail_header {

	/* Row Header cursor (Default: arrow) */
	cursor: arrow;

}
td.detail_header {

	/* Row Header background color (Default: #66CCFF) */
	background: #cccccc;

	/* Row Header border style (Default: solid 1px #03300B) */
	border: solid 1px #03300B;

	/* Row Header cell padding (Default: 3px) */
	padding: 3px;

	/* Row Header font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Row Header font size (Default: 10pt) */
	font-size: 10pt;

	/* Row Header font weight (Default: bold) */
	font-weight: bold;

	/* Row Header text alignment (Default: right) */
	text-align: right;

	/* Row Header foreground text color (Default: #03300B) */
	color: #03300B;

}

/*********************************************
* Detailed Listing / Table Row (Field value) *
*********************************************/
tr.detail_row {

	/* Table Row cursor (Default: arrow) */
	cursor: arrow;

}
td.detail_row {

	/* Table Row cell border style (Default: solid 1px #03300B) */
	border: solid 1px #03300B;

	/* Table Row font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Table Row font size (Default: 10pt) */
	font-size: 10pt;

	/* Table Row font weight (Default: normal) */
	font-weight: normal;

	/* Table Row text alignment (Default: left) */
	text-align: left;

	/* Table Row cell padding (Default: 3px) */
	padding: 3px;

}
a.detail_row {

	/* Table Row link color (Default: #0000FF) */
	color: #03300B;

}
a:visited.detail_row {

	/* Table Row visited link color (Default: #03300B) */
	color: #03300B;

}
a:hover.detail_row {

	/* Table Row hover link color (Default: #4682B4) */
	color: #416141;

}

/********************************************
* Detailed Listing / Alternating Row Colors *
********************************************/
tr.detail_clr1, td.detail_clr1 {

	/* Alternating Color 1 text color (Default: #03300B) */
	color: #03300B;

	/* Alternating Color 1 background color (Default: #FFFFE0) */
	background: #ffffff;

}
tr.detail_clr2, td.detail_clr2 {

	/* Alternating Color 2 text color (Default: #800000) */
	color: #03300B;

	/* Alternating Color 2 background color (Default: #F5F5DC) */
	background: #ffffff;

}

/*********************
* Search Options Box *
*********************/
table.SearchBox {

	/* Search Box top margin/offset (Default: 1em) */
	margin-top: 1em;

	/* Search Box border style (Default: solid 1px #03300B) */
	border: solid 1px #03300B;

	/* Search Box border-collapse (Default: collapse) */
	border-collapse: collapse;

}
td.SearchBox {

	/* Search Box background color (Default: #E6E6FA) */
	background: #cccccc;

	/* Search Box border (Default: solid 1px #03300B) */	
	border: solid 1px #03300B;

	/* Search Box text color (Default: #03300B) */
	color: #03300B;

	/* Search Box font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Search Box font size (Default: 9pt) */
	font-size: 9pt;

	/* Search Box font weight (Default: bold) */
	font-weight: bold;

	/* Search Box text alignment (Default: center) */
	text-align: center;

	/* Search Box padding (Default: 4px 10px 4px 10px) */
	padding: 4px 10px 4px 10px;

}

/***************
* Printing Box *
***************/
table.PrintBox {

	/* Print Box border style (Default: none) */
	border: none;

}
td.PrintBox {

	/* Print Box background color (Default: transparent) */
	background: transparent;

	/* Print Box text color (Default: #03300B) */
	color: #03300B;

	/* Print Box font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Print Box font size (Default: 10pt) */
	font-size: 10pt;

	/* Print Box font weight (Default: bold) */
	font-weight: bold;

	/* Print Box padding (Default: 4px) */
	padding: 4px;

}
a.PrintBox {

	/* Print Box link color (Default: #800000) */
	color: #03300B;

}
a:visited.PrintBox {

	/* Print Box visited link color (Default: #800000) */
	color: #03300B;

}
a:hover.PrintBox {

	/* Print Box hover link color (Default: #4682B4) */
	color: #416141;

}

/*********************
* Quick Search Links *
*********************/
p.quick_search_links {

	/* Quick Search Links text color (Default: #03300B) */
	color: #03300B;

	/* Quick Search Links font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Quick Search Links font size (Default: 10pt) */
	font-size: 10pt;

	/* Quick Search Links Normal paragraph font weight (Default: bold) */
	font-weight: bold;

}
a.quick_search_links {

	/* Quick Search Links link color (Default: #0000FF) */
	color: #03300B;

}
a:visited.quick_search_links {

	/* Quick Search Links visited link color (Default: #0000FF) */
	color: #03300B;

}
a:hover.quick_search_links {

	/* Quick Search Links hover link color (Default: #4682B4) */
	color: #416141;

}

/*************
* Paragraphs *
*************/
p {

	/* Normal paragraph text color (Default: #03300B) */
	color: #03300B;

	/* Normal paragraph font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Normal paragraph font size (Default: 10pt) */
	font-size: 10pt;

	/* Normal paragraph font weight (Default: bold) */
	font-weight: bold;

}
p.edit_user_name {

	/* Edit User Name text color (Default: #03300B) */
	color: #03300B;

	/* Edit User Name font size (Default: 12pt) */
	font-size: 12pt;

}
p.small {

	/* Small paragraph font size (Default: 7pt) */
	font-size: 7pt;

	/* Small paragraph font weight (Default: normal) */
	font-weight: normal;

}

/****************
* Form elements *
****************/
select.city {

	/* City Drop-down menu text color (Default: #03300B) */
	color: #03300B;

	/* City Drop-down menu font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* City Drop-down menu font weight (Default: normal) */
	font-weight: normal;

	/* City Drop-down menu top margin/offset (Default: 2px) */
	margin-top: 2px;

}
select.office {

	/* Office Drop-down menu text color (Default: #03300B) */
	color: #03300B;

	/* Office Drop-down menu font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Office Drop-down menu font weight (Default: normal) */
	font-weight: normal;

	/* Office Drop-down menu top margin/offset (Default: 2px) */
	margin-top: 2px;

}
select.company {

	/* Company Drop-down menu text color (Default: #03300B) */
	color: #03300B;

	/* Company Drop-down menu font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Company Drop-down menu font weight (Default: normal) */
	font-weight: normal;

	/* Company Drop-down menu top margin/offset (Default: 2px) */
	margin-top: 2px;

}
select.department {

	/* Department Drop-down menu text color (Default: #03300B) */
	color: #03300B;

	/* Department Drop-down menu font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Department Drop-down menu font weight (Default: normal) */
	font-weight: normal;

	/* Department Drop-down menu top margin/offset (Default: 2px) */
	margin-top: 2px;

}
input.search_text {

	/* Search Text Input box text color (Default: #03300B) */
	color: #03300B;

	/* Search Text Input box font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Search Text Input box font weight (Default: normal) */
	font-weight: normal;

	/* Search Text Input box top margin/offset (Default: 2px) */
	margin-top: 2px;


}
select.search_field {

	/* Search Field Drop-down menu text color (Default: #03300B) */
	color: #03300B;

	/* Search Field Drop-down menu font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Search Field Drop-down menu font weight (Default: normal) */
	font-weight: normal;

	/* Search Field Drop-down menu top margin/offset (Default: 2px) */
	margin-top: 2px;


}
input.go {

	/* Go! Button text color (Default: #000000) */
	color: #000000;

	/* Go! Button font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Go! Button font weight (Default: normal) */
	font-weight: normal;

}
input.clear {

	/* Clear Button text color (Default: #000000) */
	color: #000000;

	/* Clear Button font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Clear Button font weight (Default: normal) */
	font-weight: normal;

}
input.edit_save_cancel {

	/* Edit/Save/Cancel Button bottom margin/offset (Default: 1em) */
	margin-bottom: 1em;

	/* Edit/Save/Cancel Button text color (Default: #000000) */
	color: #000000;

	/* Edit/Save/Cancel Button font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* Edit/Save/Cancel Button font size (Default: 10pt) */
	font-size: 10pt;

	/* Edit/Save/Cancel Button font weight (Default: normal) */
	font-weight: normal;

}
input.edit_value {

	/* User Edit Input box text color (Default: #03300B) */
	color: #03300B;

	/* User Edit Input box font (Default: Verdana,Arial,Helvetica,sans-serif) */
	font-family: Verdana,Arial,Helvetica,sans-serif;

	/* User Edit Input box font weight (Default: normal) */
	font-weight: normal;

}

/*************
* Hyperlinks *
*************/
a {

	/* Un-visited link color (Default: #0000FF) */
	color: #03300B;

}
a:visited {

	/* Visited link color (Default: #0000FF) */
	color: #03300B;

}
a:hover {

	/* Hover link color (Default: #4682B4) */
	color: #03300B;

}

/**********
* IE6-fix *
**********/
form {

	margin: 0px;

}

