/*
  $Id: stylesheet_red.css,v 1.58 2003/12/04 14:12:16 hpdl Exp $

  B2IP, Web Developing & Design Solutions
  http://www.b2ip.com

  Copyright (c) 2003 B2IP

  Released under the GNU General Public License
*/
?>

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

BODY {
  background: #000000;
  color: #FFFFFF;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.BodyText {
  background: #663300;
  padding: 10px;
}

.agouraTxt {
	color:#FFFFFF;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin:20px;
}

li.link {
	cursor:pointer;
	text-decoration:underline;
	color:#e8ca66;
	font-weight:bold;
	
 }
 
a.bioLink {
	display:block;
	width:250px;
	margin:0px;
	padding:0px;
}

A {
	background: transparent;
	text-decoration: none;
	color: #E8CA66;
}

A:hover {
	background: transparent;
	text-decoration: none;
	color: #ffffff;
}

blockquote {
	background: url(images/bkg-blockquote.gif) top left no-repeat;
	padding: 8px 0 8px 28px;
	margin-left: 15px;
	color: #666;
}

FORM {
	display: inline;
}

TR.header {
	background: #663300;
}

TR.headerNavigation {
  background: #5C6A72;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #5C6A72;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #663300
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

TD.nav {
  background: #ADB5BA;
}

TR.search {
  padding-bottom: 7px;
  height: 23px;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #E8CA66;
}

H2, H4, H5 {
  color: #196AD1;
  margin: 0px 0px 5px 0px;
}

H3 {
  color: #0347BF;
  font-family: tahoma, lucida, Verdana, Arial, sans-serif;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.messageStack {
  margin: 5px;
  font-size: 10px;
  color: #465584;
  background-color: #FFFCF5;
  border-width: 1px;
  border-style: dotted;
}

/* topnav */

tr#topnav {
	height: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
tr#topnav * {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
td#topnav td {
	margin-right: 2px;
	display: block;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
	float: left
}

tr#topnav td.off {
	background: #663300;;
	color: #E8CA66
}
tr#topnav td.on {
	background: #663300;
	color: #ffffff
}
tr#topnav td.selected {
	background: #663300;
	color: #ffffff
}

tr#topnav td.off a {
	background: transparent;
	text-decoration: none;
	color: #E8CA66
}
tr#topnav td.on a, tr#topnav td.selected a {
	background: transparent;
	text-decoration: none;
	color: #ffffff
}

/* Tablular Data Table */
.dataTable {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #585858;
	border: 1px solid #D6D3CE;
	cursor: default
}
.dataTable thead td,
.dataTable thead th {
	background-color: #E8E6DC;
	border-top: 1px solid #FAF9F2;
	border-left: 1px solid #FAF9F2;
	border-right: 1px solid #C2C0B4;
	border-bottom: 1px solid #C2C0B4;
	padding: 4px 8px;
	white-space: none;
	font-weight: bold;
	color: #333;
}
.dataTable tbody td {
/*	border-bottom: 1px solid #E2E1E8;*/
	padding: 4px 8px;
	vertical-align: top;
	color: #000
}
.even {
	background-color: #F7F7F5;
}
.odd {
	background-color: #fff;
}

/* Form Elements */
/*
form .frm {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 3px double #999;
	width: 155px;
	background: url(/images/bg_diag.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #666;
}				
form input .frm {	
	height: 14px;
}									
form input.frm:focus,
form textarea.frm:focus {
	background-color: white;
	background-image: none;
	border: 3px double #fff;
	color: #000;
}
*/
.frm {
	background-color: #E8EEF6;
	border: 1px solid #A7B8CF;
	font-size: 12px;
	color: #333;
}
.frm-on {
	background: #fff url(images/bkg-frm-on.jpg) top repeat-x;
	border: 1px solid #A7B8CF;
	font-size: 12px;
	color: #000;
}
textarea.frm2 {
	background-color: #fff;
	padding: 6px;
	line-height: 1.7em;
	font: 12px courier;
	scrollbar-face-color: #F0F1F2;     
    scrollbar-highlight-color: #fafafa; 
    scrollbar-3dlight-color: #fafafa;
	scrollbar-shadow-color: #E8EAEB;  
    scrollbar-darkshadow-color: #E8EAEB; 
    scrollbar-track-color: #fcfcfc; 
    scrollbar-arrow-color: #000;
	border: 1px solid #eee;
	color: #666;
}

.btn {
	background-color: #EA7B63;
	border-top: 1px solid #FA9884;
	border-left: 1px solid #FA9884;
	border-right: 1px solid #D84727;
	border-bottom: 1px solid #D84727;
	padding: 2px 5px;
	color: #fff;
}
