/* 
	Main Enablis Stylesheet
	Dwakn Consulting Oct 2004
*/

body {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	min-width: 750px;
	background: #FFF url(images/background.png) top center repeat-y;
	margin: 0;
	padding: 0;
}

* html body {
	min-width: 751px;
}

#page {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

* html #page {
	width: 751px;
}

#header img {
	margin-left: 3em;
	border: 0;
}

#header {
	padding: 0;
	margin-left: 0;
	margin-right: 2px;
	padding-top: 1em;
	background: #FFF;
	padding-bottom: 10px;
}

* html #header {
	margin-left: 2px;
}

#nav {
	float: left;
	width: 180px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#nav ul li {
	list-style: none;
	padding-left: 16px;
	background: url(images/bullet.png) no-repeat 3px 3px;
}

#nav ul li ul {
	margin-left: 0;
	line-height: 1.2em;
}

#nav ul li ul li {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}

#nav ul li a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
	background: #FFD;
}

#nav ul li ul li a {
	font-weight:  normal;
}

#contentholder {
	float: right;
	width: 508px;
	padding-right: 25px;
}

#contentheader {
	padding-top: 1px;
	font-size: 140%;
	padding-bottom: 8px;
}

#breadcrumbs {
	text-align: right;
	font-size: 75%;
}

#breadcrumbs {
	color: #999;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #666;
}

h1 {
	font-size: 120%;
	color: #369;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 110%;
}

/* IE only hack */
* html h1 {
	margin-bottom: -1em;
}

#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #C30;
}

#content a:hover {
	color: #C00;
	background: #FFD;
}

#footer {
	clear: both
	margin-left: 188px;
	padding-top: 0.5em;
	padding-bottom: 2em;
	border-top: 1px dashed #ccc;
	margin-top: 2em;
}

a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#extra {
	margin-top: 2em;
	margin-left: 15px;
}

img.img_right {
	float:right;
	padding: 10px;
	clear: both;
}

img.img_left {
	float: left;
	padding: 10px;
	clear: both;
	margin-right: 10px;
}

img {
	border: 0;
}

.required {
	color: #C00;
}

input
{
	margin-bottom: 8px;
}


textarea
{
	margin-bottom: 8px;
}

.img_right {
	float: right;
	padding: 5px;
}

.img_left {
	float: left;
	padding: 5px;
}

table {
	border: 1px solid #000;
}

table th {
	background: #333;
	color: #fff;
}

table td, table th {
	border: 1px solid #000;
	padding: 3px;
}

/* FORMS */

form {
	text-align: left;
}

input {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 4px;
	width: 70%;
	margin-bottom: 3px;
}

.styled_check {
	border: 0;
}

textarea {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 70%;
}

.submit input
{
	width: auto;
	border: 0;
}

input.imagesubmit {
        width: 65px;
        height: 22px;
        border: 0;
        padding: 0;
        margin-top: 1em;
}

input.imagesubmit:hover {
        background: #EEE;
}

input.button {
	font-weight: bold;
}

.optionbox 
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	display: inline;
}

.radio 
{
	display: inline;
}

.radio input
{
	width: 15px;
	clear: both;
	margin-right: 15px;
	margin-top: 10px;
}

.checkbox 
{
	border-bottom: solid 1px #C3C3C3;
	width: 250px;
}

.checkbox input
{
	display: inline;
	width: 20px;
	margin-right: 2px;
}

.checkbox label
{
	display: inline;
}

.short input
{
	display: inline;
	width: 21px;
	margin-right: 15px;
}

.short
{
	display: inline;
}

label 
{
	margin-top: 0.5em;
	display: block;
}
