/** Eric Meyer is so dreamy... */

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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
    text-decoration:none;
    color:black;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: normal;
}

blockquote, q {
	quotes: "" "";
}

/*************************
 * FORMS
 *************************/

form.styled {
	width:600px;
	padding:0px;
	background:white url('../../images/formtop.gif') top left no-repeat;
	padding-top:.7em;
	font-size:90%;
	margin:auto;
}

* html form.styled {
	position:relative;
	left:50%;
	margin-left:-300px;
}

form.styled span.error {
	color:red;
	display:block;
	text-align:center;
}

form.styled fieldset {
	border:1px solid #ccc;
	border-top:0px;
	margin:-1.5em 0px 0px 0px;
	padding-bottom:.5em;
}

form.styled input {
	padding:1px;
	padding-left:3px;
	color:#222;
}

form.styled select {
    color:#222;
}

form.styled fieldset p.instructions {
	color:#222;
	margin:2em 1em 1em 1.5em;
	font-size:91%;
}

form.styled fieldset p.instructions.indented {
    text-align:center;
    margin-left:5em;
}

form.styled fieldset legend {
	padding-top:20px;
	font-size:125%;
	padding-left:1em;
	margin-bottom:-10px;
	margin-top:10px;
}

form.styled fieldset.short legend {
    margin-bottom:-20px;
    margin-top:3px;
}

form.styled fieldset ul {
	list-style:none;
	line-height:1.4;
	margin:1.5em 0em 1.5em 4em;
	padding-left:.8em;
}

form.styled fieldset.short ul {
    margin:.5em 0em .5em 4em;
}

form.styled fieldset ul li {
	margin:10px 0px;
	clear:both;
}

form.styled fieldset ul li hr {
    height:1px;
    width:100%;
    border:0px;
    border-top:1px solid #ccc;
    width:599px;
    position:relative;
    left:-4.8em;
    margin:1.75em 0px;
}

form.styled fieldset ul li label {
	display:block;
	float:left;
	width:36%;
	color:#333;
	margin-left:-2em;
	padding-right:1.2em;
	text-align:right;
	margin-bottom:1em; /* this should only make a difference for labels that wrap */
}

form.styled fieldset ul li input,
form.styled fieldset ul li textarea,
form.styled fieldset ul li select,
input.stylish,
textarea.stylish {
	border:1px solid #999;
	background:white url('../../images/buttonback.gif') bottom left repeat-x;
}

form.styled fieldset ul li select option {
	padding-right:5px;
}

form.styled fieldset ul li input.error,
form.styled fieldset ul li textarea.error,
form.styled fieldset ul li select.error {
    border:1px solid #F82222;
}

form.styled fieldset ul li input.checkbox,
form.styled fieldset ul li input.radio {
	border:0px;
}

form.styled fieldset ul li  input.checkbox {
    width:auto;
}

form.styled fieldset ul li label span.req {
	color:#f07000;
	font-weight:bold;
	vertical-align:top;
	margin-right:2px;
	margin-left:-1em;
}

form.styled fieldset ul li textarea {
	width:17em;
	height:6.4em;
}

form.styled ul li.companion {
	font-size:80%;
	color:#888;
	margin-top:-8px;
}

form.styled ul li.companion span {
	margin-left:36%;
	display:block;
}

form.styled ul ol {
	list-style-type:none;
	display:block;
	float:left; /* take advantage of the floated labels */
}

form.styled table.list {
	border:0px;
	margin:.5em 1em;
	color:#333;
}

form.styled table.list th,
form.styled table.list td {
	text-align:left;
}


form.styled p.submit {
	margin:0px;
	background:#f6f6f6 url('../../images/formbottom.gif') bottom left no-repeat;
	padding:1em;
	text-align:center;
}

form.styled a {
	color:#f07000;
	text-decoration:none;
}

form.styled a:hover {
	text-decoration:underline;
}

form.styled p.submit input {
	/*position:relative;*/ /* removed for now as IE kills position w/ it. */
	border:1px solid #999;
	background:white url('../../images/buttonback3.gif') bottom left repeat-x;
}

form.styled.short {
	margin-top:2em;
}

form.styled.short fieldset {
	border-bottom:0px;
}

form.styled.short p.submit {
	background-color:transparent;
	padding-top:0px;
	border-top:0px;
}

form.styled.low-profile {
    background-image:none;
    width:auto;
}

form.styled.low-profile p.instructions {
    margin-left:0px;
}

form.styled.low-profile fieldset {
    border-width:0px;
}

form.styled.low-profile fieldset ul {
    margin-left:0px;
}

form.styled.low-profile fieldset ul li label {
    width:20%;
}

form.styled.low-profile p.submit {
    background-image:none;
    background-color:transparent;
}

form.styled .errata {
	padding-right:2em;
}

/*********************
 * STYLED DIVS
 *********************/

div.styled {
	width:600px;
	padding:0px;
	background:white url('../../images/formtop.gif') top left no-repeat;
	font-size:90%;
	margin:auto;
	padding-top:1px;
	margin-top:1em;
}

div.styled .content {
	margin:0px;
	background:transparent url('../../images/formbottom.gif') bottom left no-repeat;
	padding-bottom:1em;
}

div.styled .content p.copy,
div.styled .content p.instructions {
    margin:0px;
    padding:.5em 1.5em;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

p.copy.mbottom {
    margin-bottom:2em;
}

div.styled .content p.instructions {
    color:#333333;
}

div.styled h1.small.title,
div.styled h2.title {
	font-size:125%;
	padding-left:.5em;
	color:#f07000;
	font-weight:normal;
	text-align:left;
	margin:.5em;
	margin-top:1em;
}


/*************************
 * PAGED LIST
 *************************/

.pagedlist_container {
 	/*margin:2em auto;*/ /* removing for admin updates controller */
}

.pagedlist {
 	width:100%;
 	margin:0px;
 	border-right:0px;
 	clear:right;
 	border-collapse:collapse;
}

.pagedlist.emptyMessage {
    margin:1em;
    background-color:transparent;
}

.pagedlist .right {
 	text-align:right;
}

.pagedlist .left {
 	text-align:left;
}

.pagedlist .center {
 	text-align:center;
}

.pagedlist_nav {
 	width:60%;
 	margin:1em 0em;
 	text-align:right;
 	border-bottom:1px solid #ccc;
}

.pagedlist_nav .pagedlist_pnav {
    float:right;
}

#body div#content .pagedlist_nav h2.title {
    font-weight:normal;
    width:auto;
    font-size:120%;
    text-align:left;
    margin-bottom:2px;
    border-bottom:0px;
}

.pagedlist_nav h2.title span {
    font-size:80%;
}

.pagedlist_nav .orderform {
    float:right;
    position:relative;
    top:11px;
}

.pagedlist_nav .orderform select option {
    padding-right:6px;
}

.pagedlist_nav.bottom {
    border-top:1px solid #ccc;
    border-bottom:0px;
    margin-top:1em;
}

.pagedlist_nav.bottom .pagedlist_pnav form {
    float:left;
}

.pagedlist_nav.bottom .pagedlist_pnav ul {
    float:right;
    position:relative;
    top:-5px;
}

.pagedlist_nav ul {
 	list-style-type:none;
 	float:right;
 	margin:.5em 0px;
}

.pagedlist_nav ul li {
 	display: block;
 	float:left;
 	margin:0px 2px;
 	text-align:center;
}

.pagedlist_nav ul li.plink {
 	background-position: center top;
 	background-repeat:no-repeat;
 	width:24px;
}

.pagedlist_nav ul li a {
 	color:black;
 	text-decoration:none;
 	display:block;
}

.pagedlist_nav ul li a img {
 	border:0px;
 	width:24px;
}

.pagedlist_pnav {
 	float:left;
 	position:relative;
 	top:5px;
}

.pagedlist_pnav input {
 	width:1.5em;
	background:#FFFFFF none repeat-x scroll;
	border:1px solid #B2B2B2;
	padding:1px;
	font-weight:normal;
	/*padding:2px 5px;*/
}

.pagedlist_pnav input:active,
.pagedlist_pnav input:hover,
.pagedlist_pnav input:focus,
.pagedlist_pnav select:active,
.pagedlist_pnav select:hover,
.pagedlist_pnav select:focus {
	background-color:#FFFFFF;
	border:1px solid #666666;
}

.pagedlist_pnav div {
 	display:inline;
 	margin-right:.5em;
}

.pagedlist_pnav a img {
 	border:0px;
 	vertical-align:middle;
 	width:16px;
 	height:16px;
}

.pagedlist_pnav .rpp {
	width:4.5em;
	vertical-align:middle;
	background:#FFFFFF url('/images/common/forms/textbg.png') repeat-x scroll;
	border:1px solid #B2B2B2;
	padding:1px;
	font-weight:normal;
}

 * html .pagedlist * {
 	background-image:none !important;
 	background-color:inherit;
}

.pagedlist_body {
    width:100%;
    /*clear:both;*/ /* removing for admin settings controller */
}

/*********************
 * MENUS
 *********************/

div.menu.vertical {
	float:left;
	width:165px;
	margin-top:1em;
	margin-bottom:1em;
	background:transparent url('../../images/menuborder.gif') top right no-repeat;
	padding-top:1.5em;
	margin-left:5px;
}

div.menu.vertical div {
	display:block;
	width:100%;
	height:100%;
	min-height:150px;
	background:transparent url('../../images/menuborder.gif') bottom right no-repeat;
}

div.menu.vertical ul {
	list-style:none;
}

div.menu.vertical ul li {
	display:block;
}

div.menu.vertical ul ul li a {
	padding-left:2em;
}

div.menu.horizontal {
	width:98%;
	float:left;
	padding-left:2%;
}

div.menu.horizontal ul {
	list-style:none;
	float:left;
}

div.menu.horizontal ul li {
	display:block;
	float:left;
}

div.menu ul li a {
	text-decoration:none;
	line-height:1.5;
	padding:1px 1.75em;
	display:block;
}

/***********************
      OBJECT VIEW
 ***********************/

.objectview {
    display:block;
    width:70%;
    background:white url('../../images/formtop.gif') top left no-repeat;
    width:600px;
    padding-top:2px;
    margin-bottom:3em;
}

.objectview .wrapper {

}

.objectview .menu {
    display:block;
    text-align:right;
    list-style-type:none;
    margin-right:1.5em;
    margin-bottom:-1em;
}

.objectview .menu li {
    display:inline;
    list-style-type:none;
}

.objectview .menu li a {
    color:black;
    border:1px solid #CCCCCC;
    border-top:0px solid transparent;
    padding:4px;
    font-size:x-small;
    margin:0px .25em;
}

.objectview .body {
    margin-top:1em;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.objectview table {
    width:90%;
    text-align:left;
}

.objectview table caption {
    text-align:left;
    padding:6px 0px 1em 1em;
    font-size:115%;
    color:#6666AA;
}

.objectview .body table tr.titlerow {
    display:none;
}

.objectview table tr th {
    padding-right:1em;
    width:35%;
    vertical-align:top;
    color:#333333;
    text-align:right;
    padding-top:.5em;
    font-weight:normal;
    white-space:nowrap;
}

.objectview table tr td {
    border-bottom:1px solid #ccc;
    margin-right:2em;
    padding-left:.5em;
    vertical-align:bottom;
    padding-top:.5em;
}

.objectview table tr.legend td {
    border-bottom:0px;
}

.objectview table tr td span.legend-span {
    margin-left:.75em;
    border-bottom:1px solid #ccc;
    display:block;
    padding-left:.25em;
    padding-top:1em;
}

.objectview table tr td a {
    color:#666;
}

.objectview table tr td a:hover,
.objectview table tr td a:active {
    color:#22a;
    text-decoration:none;
}

.objectview .footer {
    background:transparent url('../../images/formbottom.gif') bottom left no-repeat;
    padding-top:20px;
    margin-top:-18px;
}

/***********************
      OBJECT TABLE
 ***********************/

div.objecttable.wrapper {
    width:90%;
    margin:0em 1em 2em 0em;
    padding:1px 0px 0px 1px;
    font-size:90%;
}

table.objecttable {
    width:100%;
    text-align:left;
    border-collapse:collapse;
    border-bottom:1px solid #DEE8EB;
}

table.objecttable caption {
    border-bottom:1px solid #DEE8EB;
    padding-bottom:5px;
    font-size:95%;
    text-align:left;
    font-style:italic;
}

table.objecttable th {
    background:#58B2CB url('../../images/th_back.gif') left top no-repeat;
    color:#1C1C1C;
    font-weight:normal;
    border-right:1px solid #DEE8EB;
    border-left:1px solid #DEE8EB;
    white-space:nowrap;
}

table.objecttable.empty th {
    background-image:url('../../images/th_back_gray.png');
}


table.objecttable th.sort {
    background-image:url('../../images/th_back_alt.gif');
}

table.objecttable th.menu {
    text-align:center;
}

table.objecttable th.menu span.menu {
    white-space:nowrap;
}

table.objecttable th a,
table.objecttable th span.nosort {
    text-decoration:none;
    color:#1C1C1C;
    display:block;
    padding:4px 10px;
}

table.objecttable th.sort a {
    padding-right:26px;
}

table.objecttable th.sort.asc a {
    background:transparent url('../../images/icons/bullet_arrow_up.png') right center no-repeat;
}

table.objecttable th.sort.desc a {
    background:transparent url('../../images/icons/bullet_arrow_down.png') right center no-repeat;
}

table.objecttable tr.odd {
    background-color:#EBF6F9;
}

table.objecttable.data tr:hover {
    background-color:#ffffdd;
}

table.objecttable.data tr:hover td.sort {
    background-color:#f0f0d0;
}

table.objecttable tr.odd:hover {
    background-color:#ffffcc;
}

table.objecttable tr.odd:hover td.sort {
    background-color:#f0f0c0;
}

table.objecttable td {
    border:1px solid #DEE8EB;
    border-bottom-width:0px;
    padding:4px 10px;
}

table.objecttable td.sort {
    background-color:#F8F8FF;
}

table.objecttable td.menu {
    white-space:nowrap;
    padding-right:10px;
    padding-left:10px;
    text-align:center;
}

table.objecttable tr.odd td.sort {
    background-color:#CFECF2;
}

table.objecttable td a img {
    border:0px;
    position:relative;
    top:1px;
}

table.objecttable td.emptymessage {
    text-align:center;
    color:#333;
}

div.objecttable.nav {
    margin-top:5px;
    text-align:center;
}

div.objecttable.nav div.rpp {
    float:left;
    margin-right:1em;
}

div.objecttable.nav .buttons {
    float:right;
}

div.objecttable.nav .buttons a {
    color:black;
    padding:2px;
}

div.objecttable.nav .buttons a.prev {
    padding-left:19px;
    margin-right:5px;
    background:transparent url('../../images/icons/control_rewind_blue.png') left center no-repeat;
}

div.objecttable.nav .buttons a.next {
    padding-right:19px;
    margin-left:5px;
    background:transparent url('../../images/icons/control_fastforward_blue.png') right center no-repeat;
}

div.objecttable.nav .buttons span.prev {
    padding-left:19px;
    margin-right:5px;
    color:#555;
    background:transparent url('../../images/icons/control_rewind.png') left center no-repeat;
}

div.objecttable.nav .buttons span.next {
    padding-right:19px;
    margin-left:5px;
    color:#555;
    background:transparent url('../../images/icons/control_fastforward.png') right center no-repeat;
}

/*******************************
      ACTION MENUS
 *******************************/

div.menu.action {
    display:block;
    width:100%;
    line-height:2;
    margin-bottom:-2.8em;
    z-index:499;
    padding-bottom:4px;
}

.action-menu {
    display:block;
    float:left;
    cursor:pointer;
    border:1px solid #DEE8EB;
    margin:0px 1em 0px 0px;
}

.action-menu h3 {
    color:#1C1C1C;
    font-weight:normal;
    font-size:110%;
    line-height:1.5;
    padding:0em 1.5em 0em .5em;
    background:white url('../../images/icons/bullet_arrow_down.png') right center no-repeat;
    z-index:555;
}

.action-menu h3 a img {
    vertical-align:middle;
    position:relative;
    top:-1px;
    border:0px;
}

.action-menu h3 a {
    text-decoration:none;
    color:#1C1C1C !important;
}

.action-menu h3 a:hover {
    text-decoration:none;
    color:#000000;
}

.action-menu ul {
    list-style-type:none;
    display:none;
    min-width:12em;
    white-space:nowrap;
    border:1px solid #DEE8EB;
    margin-left:-1px;
    border-bottom-width:0px;
    background-color:white;
    line-height:1.5;
}


.action-menu:hover ul,
.action-menu.hover ul {
    display:block;
    position:absolute;
}


.action-menu ul li a {
    color:#1C1C1C !important;
    display:block;
    padding:2px .75em 2px .95em;
    border-bottom:1px solid #DEE8EB;
    text-decoration:none;
}

.action-menu ul li a:hover {
    background-color:#ffffcc;
    text-decoration:none;
    color:#000000 !important;
}

 /*******************************
       STAT BOX
  *******************************/

.statBox {
    width:350px;
    float:left;
    margin-right:1em;
    margin-bottom:1em;
}

.statBox table {
    width:100%;
    text-align:left;
    border-collapse:collapse;
    border-bottom:1px solid #DEE8EB;
    border-left:1px solid #DEE8EB;
}

.statBox table caption {
    border-bottom:1px solid #DEE8EB;
    padding-bottom:5px;
    font-size:95%;
    text-align:left;
    font-style:italic;
}

.statBox table th {
    background:#CCCCFF url('../../images/th_back.gif') left top no-repeat;
    color:#1C1C1C;
    font-weight:normal;
    border-right:1px solid #DEE8EB;
    border-left:1px solid #DEE8EB;
    white-space:nowrap;
    width:100%;
    padding:3px;
    text-align:center;
}

.statBox table td {
    border:1px solid #DEE8EB;
    border-bottom-width:0px;
    padding:4px 10px;
    white-space:nowrap;
}

.statBox table tr.odd {
    background-color:#EBF6F9;
}

.statBox table tr.odd:hover {
    background-color:#FFFFCC;
}

/***********************
   TABLE MENUS
 ***********************/

.objectview .table-menu {
    float:right;
    margin-right:1em;
}

.table-menu .menu-icon a {
    display:block;
    background-color:white;
    border:1px solid #ccc;
    padding:.2em;
    padding-right:2em;
    outline:none;
    color:#222;
}

.table-menu .menu-icon a:active,
.table-menu .menu-icon a:hover,
.table-menu .menu-icon a:link,
.table-menu .menu-icon a:visited,
.table-menu .menu-icon a:focus {
    outline:none;
}

.table-menu .menu-icon a:hover {
    text-decoration:none;
}

.table-menu .menu-div {
    position:absolute;
    min-width:150px;
    background-color:white;
    border:1px solid #ccc;
    margin-left:5em;
    margin-top:-1.8em;
    display:none;
}

.table-menu.vertical .menu-div {
    margin-left:0px;
    margin-top:-1px;
}

.table-menu.open .menu-div.open {
    display:block;
}

.table-menu .menu-div ul {
    list-style-type:none;
    text-align:left;
    background:transparent url('../../images/25grayballoons.png') left top repeat-y;
}

.table-menu .menu-div li a {
    display:block;
    background-color:transparent;
    background-position:4px 50%;
    background-repeat:no-repeat;
    padding:0px;
}

.table-menu .menu-div li a:hover {
    text-decoration:none;
    background-color:#AED9E6;
    color:#222;
}

.table-menu .menu-div li a span.text {
    border:1px solid transparent;
    display:block;
    padding:.3em;
    padding-left:30px;
}

.table-menu .menu-div li a:hover span.text {
    border:1px solid #44B;
}

.table-menu .menu-div li .fail {
    display:block;
    padding:0.3em 0.3em 0.3em 30px;
    color:#777;
}

.table-menu .menu-div li.edit a        { background-image:url('../../images/icons/page_white_edit.png'); }
.table-menu .menu-div li.view a        { background-image:url('../../images/icons/application_view_detail.png'); }
.table-menu .menu-div li.delete a      { background-image:url('../../images/icons/delete.png'); }
.table-menu .menu-div li.link a        { background-image:url('../../images/icons/link.png'); }
.table-menu .menu-div li.unlink a      { background-image:url('../../images/icons/link_break.png'); }
.table-menu .menu-div li.quickEdit a   { background-image:url('../../images/icons/lightning.png'); }
.table-menu .menu-div li.tag a         { background-image:url('../../images/icons/tag_blue.png'); }
.table-menu .menu-div li.untag a       { background-image:url('../../images/icons/tag_blue_delete.png'); }
.table-menu .menu-div li.work a        { background-image:url('../../images/icons/wrench.png'); }
.table-menu .menu-div li.add_note a    { background-image:url('../../images/icons/note-add.png'); }


/********************************************************************************************
                    JQUERY STYLES

*******************************************************************************************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Helvetica", sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Helvetica", sans-serif;
	color:#666666;
}

#TB_window a:link {
    color: #666666;
}

#TB_window a:visited {
    color: #666666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666666;
}

#TB_window a:focus {
    color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
    background: url('macFFBgHack.png') repeat;
}

.TB_overlayBG {
	background-color:#000;
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title {
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4;
}

#TB_ajaxContent.TB_modal {
	padding:15px;
}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}


/* ----- add selectors here for font sizing ----- */
#JT_close_left,
#JT_close_right {
    font-size: 1.1em;
}

#JT_copy p,
#JT_copy ul {
    font-size: 1.1em;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left {
	background: url('../../images/arrow_left.gif') no-repeat left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
}

#JT_arrow_right {
	background: url('../../images/arrow_right.gif') no-repeat left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
}

/* for consistency between firefox and IE */
body > #JT_arrow_right {
  margin-left: 3px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid black;
	background-color: #fff;
	min-width:400px;
	overflow:hidden;
}

#JT_copy {
	padding:10px;
	color:#333;
}

.JT_loader {
	background: url('../../images/loader.gif') no-repeat center center;
	width:100%;
	height:12px;
}

#JT_close_left,
#JT_close_right {
	text-align: left;
	padding: 8px 12px 0px 8px;
	color:#6666AA;
	font-size:115%;
	/*background-color: #ccc;*/
	/*font-weight:bold;*/
}

#JT_copy p {
    margin:3px 0;
}

#JT_copy img {
	padding: 1px;
	border: 1px solid #ccc;
}

.jTip {
    cursor:help;
}

#JT iframe {
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	height:3000px;
}

/******************************
        TOOLTIP
 ******************************/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #FFFFFF;
	padding: 5px;
	opacity: 0.85;
}

#tooltip * {
    font-weight:normal;
    font-size:120%;
}

/******************************
        TOOLTIP
 ******************************/

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/*************************
 * INFO/DEBUG WINDOW
 *************************/

.staticWindow {
    border:1px solid black;
    background-color:#787878;
    color:white;
    display:inline;
    padding:.5em;
    position:fixed;
    bottom:35px;
    left:7px;
    font-size:80%;
    padding-bottom:0px;
    width:100px;
}

.staticWindow img {
    float:left;
    margin:0px 2px;
}

.staticWindow th {
    padding-right:5px;
    text-align:right;
}

.staticWindow tr * {
	font-size:10px;
}

.staticWindow .icons {
    display:block;
    clear:both;
    margin:.3em 0em .3em 0em;
}

.staticWindow .icons a {
    display:block;
    float:left;
    margin:.35em 0em;
    border-width:0px;
}

.staticWindow .icons a img {
    border:0px;
}

.infoWindow {
    position:fixed;
    top:5px;
    left:5px;
    background-color:white;
    border:1px solid black;
    padding:1% 1% .75em 1%;
    margin-left:1%;
    overflow-y:scroll;
    z-index:10000;
    max-height:85%;
    display:none;
}

.infoWindow a.hider {
    position:relative;
    top:.5em;
    left:.5em;
    border-width:0px;
}

.infoWindow a img {
    border:0px;
}

.infoWindow ol {
    list-style-type:decimal !important;
    margin-left:1.5em;
    margin-right:1.5em;
}

.infoWindow ol li {
    list-style-type:decimal !important;
    padding:.2em;
    margin-left:2em;
    font-size:80%;
}

.infoWindow ol li.demph {
    color:#777;
}

.infoWindow ol li pre {
    font-size:90%;
    display:inline;
}

.infoWindow p.title {
    margin:1.3em .5em .1em .5em;
}