/*
 -------------------------------------------------------------------------------
|  Copyright (C) 2004 Azalea Technology, LLC. All rights reserved.              |
|-------------------------------------------------------------------------------|
|  Unauthorized removal of this notice is considered a violation of the         |
|  license agreement under which this Code may be used. This work is protected  |
|  under United States copyright law and the similiar law(s) of other countries |
|  under which such as work is afforded legal protection, and upon conviction   |
|  of such a violation in a court of applicable jurisdiction, such person(s)    |
|  may be subject to the maximum allowable penalty as permitted under such law. |
|-------------------------------------------------------------------------------|
|  You acknowledge and agree that information presented to you in this file     |
|  is protected by all applicable copyrights, trademarks, service marks,        |
|  patents or other proprietary rights and laws, and by virute of accessing the |
|  the file, except as expressly authorized by Azalea Technology, LLC., you     |
|  agree not to modify, rent, lease, loan, sell, distribute, store, or create   |
|  derivative works based on the file, in whole or in part.                     |
 -------------------------------------------------------------------------------

 Organization: Sunrise Decks & RV Products
       Domain: www.sunriservproducts.com
         Date: Tuesday, May 18, 2004
      Purpose: Styles for public web site
   Programmer: B. Roberts
               Azalea Technology, LLC.
			   P.O. Box 131150
			   Tyler, TX 75713-1150
               (903) 581-4448
               broberts@azaleatech.com
			   http://www.azaleatech.com
*/
html{

      height: 100%;

}

 

body{

      height: 100%;

}
a {
	color: #E0E0E0;
   	text-decoration: None;
	font-weight: bold;
}

a:hover {
	color: #B5B9F7;
	text-decoration: underline;
}

.textbox
{
	font-family: "Courier New", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-left: 2px SOLID #B5B9F7;
	border-top: 2px SOLID #B5B9F7;
	border-right: 2px SOLID #B5B9F7;
	border-bottom: 2px SOLID #B5B9F7;
	background-color: White;
	padding : 3px 2px 3px 2px;
}

.button
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	border-left: 2px SOLID #B5B9F7;
	border-top: 2px SOLID #B5B9F7;
	border-right: 2px SOLID #B5B9F7;
	border-bottom: 2px SOLID #B5B9F7;
	background-color: #404040;
	padding : 1px 1px 1px 1px;
}

.normaltext {
	color: #E0E0E0;
	font-family: Arial;
	font-size: 13px;
}
      
.normaltextB {
	color: #E0E0E0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.copyright {
	color: #C0C0C0;
	font-family: Arial;
	font-size: 12px;
}

a.copyright {
	color: #C0C0C0;
	font-family: Arial;
	font-size: 12px;
}

a.copyright:hover {
	color: #B5B9F7;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

.menulinks {
	color: #B5B9F7;
	font-family: Arial;
	font-size: 12px;
}

a.menulinks {
	color: #B5B9F7;
	font-family: Arial;
	font-size: 12px;
}

a.menulinks:hover {
	color: #B5B9F7;
	text-decoration: underline;
}

.heading {
	color: #B5B9F7;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
}

.heading2 {
	color: #B5B9F7;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.standardTableBorder
{
	border-color:#003900;
	border-style:solid;
	clear:both;
	border-width:1px 1px 1px 1px;
}

.standardTableTitleLeft
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color : #404040;
	border-color : #B5B9F7;
	border-width : 1px 0px 0px 1px;
	border-style : solid;
}

.standardTableTitleCenter
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color : #404040;
	border-color : #B5B9F7;
	border-width : 1px 0px 0px 0px;
	border-style : solid;
}

.standardTableTitleRight
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color : #404040;
	border-color : #B5B9F7;
	border-width : 1px 1px 0px 0px;
	border-style : solid;
}

.standardTableContentLeft
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color: #E9E9E9;
	border-width: 0px 0px 2px 1px;
	border-style: solid;
	border-color: #000000 #000000 #808080 #B5B9F7;
}

.standardTableContentCenter
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color: #E9E9E9;
	border-color: #808080;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

.standardTableContentRight
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color: #E9E9E9;
	border-width: 0px 1px 2px 0px;
	border-style: solid;
	border-color: #000000 #B5B9F7 #808080 #000000;
}

.data
{
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.dataWarn
{
	color: #FF0000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

