/*  

####################################################################################
#                                                                                  #  
#	 This file is part of Purchase Order Web Form.                                 #
#                                                                                  #
#    Purchase Order Web Form is free software: you can redistribute it and/or      #
#    modify it under the terms of the GNU General Public License as published by   #
#    the Free Software Foundation, either version 3 of the License, or             #
#    (at your option) any later version.                                           #
#                                                                                  #
#    Purchase Order Web Form is distributed in the hope that it will be useful,    #
#    but WITHOUT ANY WARRANTY; without even the implied warranty of                #
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                 #
#    GNU General Public License for more details.                                  #
#                                                                                  #
#    You should have received a copy of the GNU General Public License             #
#    along with Purchase Order Web Form.                                           #
#    If not, see <http://www.gnu.org/licenses/>.                                   #
#                                                                                  #
####################################################################################

General Tag Styles */

body {
	width: 50em;
	margin: 0;
	padding: 0;
	background-color: #999;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

h1 {
	font: bold 150% Arial, Helvetica, sans-serif;
	}

h2 {
	font: bold 125% Arial, Helvetica, sans-serif;
	}

h3 {
	font: bold 110% Arial, Helvetica, sans-serif;
	}

h4 {
	font: bold 1000% Arial, Helvetica, sans-serif;
	}

ol {
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: 0%;
	}

li a:active, li a:visited, li a:link {
	color: #00C;
	text-decoration: underline;
	}

li a:hover {
	color: #00C;
	text-decoration: overline underline;
	background-color: #FF9;
	}
	
p a:active, p a:visited, p a:link {
	color: #00C;
	text-decoration: underline;
	}

p a:hover {
	color: #00C;
	text-decoration: overline underline;
	background-color: #FF9;
	}
	
th {
	background-color: #CCC;
	}

/* class styles */
	
.error {
	color: #F00;
	}

.req {
	color: #F00;
	font: bold 120% Arial, Helvetica, sans-serif;
	}

/* id styles */

#page {
	background-color: #FFF;
	padding: 0.5em;
	margin: 0.5em;
	}
	
#footer {
	font-size: 70%;
	}
	
#footer p {
	text-align: center;
	}
	
/* Form Styles */
	
form {
	padding: 0.1em;
	margin: 0.1em;
	}

fieldset {
	background-color: #FFF;
	border: 0.2em solid #CCC;
	}
	
legend {
	border: 0.2em solid #CCC;
	}

#no_table label, #no_table input {
	display: block;
	width: 30em;
	float: left;
	margin-bottom: 0.25em;
}

#no_table label {
	text-align: right;
	width: 15em;
	padding-right: 0.5em;
}

#no_table br {
	clear: left;
}

#no_table .submit {
	width: 10em;
	}