/* generic clean cross-browser css */

html {
	background-color: white;
	color: black;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	line-height: 1.15em;
}

body {
	margin: 0;
}

form {
	display: inline;
	margin: 0;
	padding: 0;	
}

input.button, button {
	font-family: Tahoma, Arial;
	font-size: 14px;
	height: 23px;
	width: auto;
	white-space: nowrap;	
}

h1, h2, h3, h4, h5 {
	margin: 4px 0px 4px 0px;	
	padding: 0px;	
}

a img {
	border: none;
}

p {
	margin: 2px 0px 2px 0px;	
	padding: 0px;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1.16em;
}

h3 {
	font-size: 1.08em;
}

h4 {
	font-size: 1.00em;
}

h5 {
	font-size: 0.9em;
}

ul, ol {
	text-indent: 0px;
	list-style-position: outside;
	margin: 0px 0px 0px 20px;
	padding: 0;
}

ul {
	list-style-type: disc;	
}

a {
	text-decoration: underline;
	color: #0066CC;	
}

a:visited {
	color: #003399;	
}

a:hover {	
	color: #0099FF;
}

table.layout td {
	padding: 2px;
}

/* horizontal menu style */
ul.horizontal {
	list-style: none;
}
ul.horizontal li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	line-height: 1.4em;
}
ul.horizontal li.sep {
	border-left: 2px solid #dfdfdf;
	padding-left: 9px;
}

/* horizontal rule */
div.hr {
  height: 1px;
  background-color: black;
  margin: 2px;
}
div.hr hr {
  display: none;
}

/* basic alignments */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;	
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.hidden {
	visibility: hidden;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}

/* basic font styles */
.title {
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: none;
}
.subtitle {
	font-style: italic;
	font-size: 1.05em;
	text-decoration: none;
}
.small {
	font-size: 11px;
    line-height: 13px;
    letter-spacing: 0px;
}

/* basic colors */
.error
{
	color: #990000;
}

.warning
{
	color: #CC9900;
}

.success
{
	color: #006600;
}