﻿/* CSS File: General */


/* ==== Overall Elements ==== */
body { 
	color: #060f05;
	background-color: #182617;
	background: url('images/body_background.gif');
	font-family: arial, 'lucida console', sans-serif;
	font-size: 0.9em;
}

hr {
	color: #a59c58;
}

p {
	line-height: 1.2;
	text-indent: 30px;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}

ul.toolbar {
	margin: 0px 0px 0px -25px;
}
	/* ---- Fix for IE ---- */
	*html ul.toolbar {
		margin: 0px 0px 0px 20px;
	}

center.toolbar {
	margin-bottom: -5px;
}

/* ==== Headers ==== */
h3 {
	background: url('images/header_background_01.gif');
	border: 1px solid #182617;
	font-size: 1.1em;
	text-align: center;
	height: 19px;
}

h3.loading {
	margin-top: -21px;
}

h3.title {
	margin-top: -24px;
}
	/* ---- Fix for IE ---- */
	*html h3.title {
		margin-top: -21px;
	}

h3.toolbar_title {
	margin-top: -24px;
	margin-bottom: 0px;
}
	/* ---- Fix for IE ---- */
	*html h3.toolbar_title {
		margin-top: -21px;
	}

h3.header1 {
	background: url('images/header_background_01.gif');
}
h3.header2 {
	background: url('images/header_background_02.gif');
}
h3.header3 {
	background: url('images/header_background_03.gif');
}
h3.header4 {
	background: url('images/header_background_04.gif');
}
h3.header5 {
	background: url('images/header_background_05.gif');
}

/* ==== Input Elements ==== */
input, textarea, select{
	background-color: transparent;
	color: #060f05;
	border-color: #060f05;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
}

input.search {
	background-color: transparent;
	color: #060f05;
	border-color: #060f05;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	width: 100px;
}

input.button {
	font-weight: bold;
}

/* ==== Icon Images ==== */
	left_arrow {
		background: url('images/icons/left_arrow.gif');
		width: 12px;
		height: 14px;
	}