body {
	margin: 0 auto;
	/*text-align: center;*/
	font-size: 62.5%;
	line-height: 1.7;
	font-family: Helvetica, Arial, sans-serif;
	background: url(/img/bg-body-external.gif) repeat-x left top;
	color: #333333;
}

/* LINKS */
a {
	color: #3f6eaa;
	text-decoration: underline;
	}
a:visited {
	color: #3f6eaa;
	}
a:hover {
	color: #3f6eaa;
	}

/* BUTTONS */
.input-button {
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	*vertical-align: middle;	/* only for IE */
	background: transparent url('/img/button-r.gif') no-repeat right top;
	cursor: pointer;
	margin-right: 5px;
}
.input-button span {
	display: block;
	_display: inline-block; /* only for IE6 */
	font-size: 11px;
	line-height: 21px;
	line-height: 20px;
	padding-left: 6px;
	margin-right: 6px;
	height: 100%;
	color: #fff;
	background: url('/img/button-l.gif') no-repeat left top;
	overflow: hidden;
	position: relative;
}
.input-button input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); /* only for IE */
}
.input-button:link, .input-button:visited, .input-button:hover, .input-button:active {
	color: black;
	text-decoration: none;
}

.input-button-blue {
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	*vertical-align: middle;	/* only for IE */
	background: transparent url('/img/button-r-blue.png') no-repeat right top;
	cursor: pointer;
	margin-right: 5px;
} 

.input-button-blue span {
	display: block;
	_display: inline-block; /* only for IE6 */
	font-size: 11px;
	line-height: 20px;
	padding-left: 6px;
	margin-right: 6px;
	height: 100%;
	color: #fff;
	background: url('/img/button-l-blue.png') no-repeat left top;
	overflow: hidden;
	position: relative;
} 
.input-button-blue input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); /* only for IE */
}
 
.input-button-blue:link, .input-button-blue:visited, .input-button-blue:hover, .input-button-blue:active {
	color: black;
	text-decoration: none;
}
/*
div.btn {
	background: url(/img/bg-input.png) no-repeat top right;
    display: inline;
    height: 21px;
    margin-right: 5px;
    padding: 3px 6px 6px 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
div.btn input {
	background: transparent url(/img/bg-input-span.png) no-repeat;
    display: inline;
    border: none;
    height: 21px;
    padding: 3px 0 5px 5px;
    line-height: 9px;
    color: #fff;
    font: normal 11px arial, sans-serif;
    cursor: pointer;
}
*/
/* PRIMARY WRAPPER */
#container {
	margin: 0 auto;
	text-align: left;
	width: 738px;
}

/* MASTHEAD */
div#masthead {
	margin-top: 25px;
	height: 64px;
}
div#masthead h1 {
	display:block;
	width:191px;
	height:53px;
	text-indent:-9009px;
	background-color: transparent;
	background-image: url(/img/jtracker-logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#masthead h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
h2.pageheader {
	font: normal 20px/30px Arial, Helvetica, sans-serif;
}
h2.pageheader em {
	font-style: normal;
	color: #3f6eaa;
}
p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#poststuff #form-body {
}
#poststuff h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 3px 7px;
	margin: 0;
	background-color: #9DBA6A;
	color: #fff;
}
#poststuff .closed h3 {
	margin: 0;
}
#poststuff h3, #poststuff .closed h3 {
	cursor: pointer;
} 
#poststuff .postbox {
	margin-left: 20px;
	padding: 2px;
	margin-bottom: 20px;
	margin-right: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#poststuff .inside {
	padding: 10px 12px 12px;
	font-size: 11px;
	background-color: #effbdb;
}
#poststuff .closed .inside {
	display: none;
}
#poststuff .togbox {
	display: none;
}
#poststuff .closed .togbox {
	display: none;
}
.hide-if-no-js {
	display: none;
}
fieldset.post-fields {
	float: left;
	width: 290px;
	border: none;
}
fieldset.post-fields label {
  display: block;
  float: left;
  line-height: 1.8;
  vertical-align: top;
  width: 90px; /* Width of labels */
  text-align: right;
  margin-right: 10px;
}
fieldset.post-fields ol,
fieldset.post-fields1 ol,
fieldset.post-fields2 ol {
  margin: 0;
  padding: 0;
}
fieldset.post-fields li,
fieldset.post-fields1 li,
fieldset.post-fields2 li {
  list-style: none;
  padding: 5px;
  margin: 0;
  clear: both;
}
fieldset.post-fields input.text,
fieldset.post-fields1 input.text,
fieldset.post-fields2 input.text {
  font-size: 11px;
  height: 16px;
  border: 1px solid #a5acb2;
}
fieldset.post-fields em,
fieldset.post-fields1 em,
fieldset.post-fields2 em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
fieldset.post-fields1 {
	float: left;
	width: 700px;
	border: none;
}
fieldset.post-fields1 label {
  display: block;
  float: left;
  line-height: 1.8;
  vertical-align: top;
  width: 105px; /* Width of labels */
  text-align: right;
  margin-right: 10px;
}
fieldset.post-fields2 {
	float: left;
	width: 320px;
	border: none;
}
fieldset.post-fields2 label {
  display: block;
  float: left;
  line-height: 1.8;
  vertical-align: top;
  width: 100px; /* Width of labels */
  text-align: right;
  margin-right: 10px;
}
input.text,
select,
textarea {
	border: 1px solid #a5acb2;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
}
.field-comment {
	font: italic 11px/11px Arial, Helvetica, sans-serif;
	color: #999;
}
div.search_button{	
	width:13px;
	height:13px;
	float:left;
	background:url(../img/btn-search.png) no-repeat 0 0;
	margin:3px 0 0 7px;
}
div.search_button a{
	width:13px;
	height:13px;
	float:left;
	position:relative;
}
/* FOOTER */
#footer {
	background-image: url(/img/bg-footer-global.gif);
	background-repeat: repeat-x;
	height: 91px;
}
#footer a {
	color: #70a637;
	text-decoration: none;
}
#footer-body {
	margin: 0 auto;
	text-align: left;
	width: 738px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;
}
#copyright {
	float: left;
}
#footer-links {
	float: right;
	list-style: none;
}
#footer-links li {
	display: block;
	float: left;
}
#footer-links a {
	display: block;
	margin-left: 10px;
}
.autocomplete {
	position: absolute;
	background-color: white;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -2px;
	border: 1px solid #A5ACB2;
	width: 220px;
	z-index: 2000;
}
.autocomplete li {
	cursor: pointer;
	padding: 1px;
	padding-left: 4px;
}
.autocomplete .selected, .autocomplete li:hover {
	background-color: #CCF3FF;
}

/* ALERTS & MESSAGES */
.warning, .error {
	border: 1px solid #ff9999;
	padding: 10px 10px 10px 30px;
	background: #ffcccc url(/img/icons/priority-on.png) no-repeat 10px 12px;
	margin-top: 15px;
}
.alert {
	border: 1px solid #7493bd;
	padding: 10px 10px 10px 30px;
	background: #d3def2 url(/img/icons/alert.png) no-repeat 10px 12px;
	margin-top: 15px;
}
.message {
	border: 1px solid #f8e586;
	padding: 10px 10px 10px 30px;
	background: #fefdc5 url(/img/icons/lightbulb.png) no-repeat 10px 12px;
	margin-top: 15px;
}