﻿
/* General Style Rules */
body {
    margin: 0;
    padding: 0;
}

p, td, th, li, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 0;
}

h1, h2, h3, h4 
{
	margin: 20px 0 5px 0;
}

h1 
{
	font-size: 20px;
	font-weight: normal;
}

h2 
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

ul, ol
{
	margin: 0 0 10px 10px;
}

a:link {
    color: #00D;
    text-decoration: none;
}

a:visited {
    color: #00D;
    text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.alert, .message
{
	font-weight: bold;
	font-size: 12px;
}
.alert
{
	color: #F11;
}

.numeric 
{
	text-align: right;
}

.centered
{
	text-align: center;
}

.left
{
	text-align: left;
}

.inactive 
{
	color: #999;
}

.float_item
{
	float: left;
	margin: 0 20px 0 0;
}

.search_item 
{
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
}

.value
{
	font-weight: bold;
}

.top
{
	margin-top: 0px;
	padding-top: 0px;
}

/* Regular table styles */

table
{
	margin: 10px 0;
}

table.tabular
{
	margin: 10px 0;
	border-collapse: collapse;
	background: #FCFCFC;
	border-color: #CCC;
	border-style: solid;
}

td, th 
{
	padding: 3px;	
}



th 
{
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background: #BCE;
}

table.justify
{
	width: 100%;
}

/* Layout table styles */
table.layout 
{
	background: transparent;
	border-style: none;
}

td.label 
{
	padding-right: 5px;
	text-align: right;
}

td.value
{
	font-weight: bold;
}

tr.alternate
{
	background: #F3F3F3;
}

select, input 
{
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
}

img
{
	display: block;
	border: 0;
}

.inline 
{
	display: inline;
}

img.inline
{
	display:inline;
	vertical-align: bottom;
}

.nospace 
{
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

td.right
{
	text-align: right;
}

.print_only
{
	display: none;
	visibility: hidden;
}

li.inline
{
	margin: 0 15px 0 0;
}

.inline_dependant
{
	margin: 0 5px 0 0;
}

.hidden
{
	display: none !important;
	visibility: hidden !important;
}

.small
{
	font-weight: normal;
	font-size: 11px;
}

.suggested_input
{
	color: #888;
	text-align:center;
}

table.form_label
{
	margin: 10px 0;
}

table.form_label th
{
	font-size: 12px;
	font-weight: normal;
	color: #888;
	background: transparent;
	text-align: left;
	padding: 2px 20px 2px 2px;
	vertical-align: bottom;
}

table.form_label td
{
	padding: 2px 20px 2px 2px;
	vertical-align: top;
}

ul.inline_list
{
	margin: 3px;
	padding: 0;
}

ul.inline_list li 
{    
    display: inline;
    margin: 0 10px 0 0;
}

.nobr 
{
	white-space: nowrap
}

