/* ----------------------------------------- Layout ----------------------------------------- */

body {
	font-size: 0.75em;
	min-width: 1000px;
	max-width: 3000px;
}

/* reset all browser specific css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}
ol, ul, li {
	margin-left: 0.8em;
}

#all {
	min-width: 1000px;
	max-width: 3000px;
	word-wrap: break-word;
}

#container {
	padding-top: 10px;
	width: 100%;
	margin: auto;
	overflow: visible;
}

.leftcol {
	width: 250px;	
	float: left;
	position: absolute;
}

.rightcol {
	margin-left: 250px;
	position: relative;
	min-width: 750px;
}

.rightcol-inner {
	min-width: 740px;
	padding-left: 10px;
	padding-right: 10px;
}

.padding {
	padding-top: 10px;
}

#logo {
	display: block;
	margin: 0px;
	padding-left: 10px;
}

/*--- Links ----------------------------------------------------------------------------------------- */

  a { color: #036; text-decoration:none; }
  a:focus,
  a:hover,
  a:active,
  a:visited  { color: #036; }

/* ----------------------------------------- Various ----------------------------------------- */
hr {
  color: #fff;
  background:transparent;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border:0;
  border-bottom: 1px #eee solid;
}

.clear {
	clear: both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}

fieldset, a img {
	border: 0px;
}

fieldset.submit_buttons {
	text-align: right;
}

fieldset.input_fields input,fieldset.input_fields textarea,fieldset.input_fields select {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.button {
	cursor: pointer;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

/** Generic Content Classes */
.small {
	font-size: smaller;
}
.highlight { color: #f60; }
.dimmed { color: #888; }
.error { color: #400; } 
input.error, textarea.error, select.error { color: #400; background-color: #fee !important; border: 1px #844 solid; }

.info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

.note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
.important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
.warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
.center { display:block; text-align:center; margin: 0.5em auto; }