

body,form,html{padding:0;margin:0}
html,body{height:100%;}
body{background:#76827b;}

body{
	background-color:#ffffff;
	background-image:url(images/tall.gif);
	background-repeat:repeat-x;
	min-height:100%;
	height: auto;
	background-position:top left;

}

body, div, p, td, input, textarea, option, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#70706e;
}

h1 {
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	margin: 0px 0 0px 0;
}


h2 {
	color: #000;
	font-size:20px;
	margin: 0px 0 0px 0;
}

h3 {
	color: #a8a8a8;
	font-size:18px;
	margin: 0px 0 0px 0;
}

h4 {
	color: #C60;
	font-size:14px;
	margin-bottom: -1px;
}

h5 {
	color:#fff;
	font-size:16px;
	margin: 0px 0 0px 5px;
}

.phone {
	float:right;
	margin: 0px 0 0px 0;
}

.phone1 {
	color:#80b612;
	font-size:12px;
	padding: 0px 0 -10px 0;
}

.phone2 {
	color:#ffb70d;
	font-size:24px;
	text-transform:uppercase;
	padding: -10px 0 0px 0;
}

p{padding-bottom:15px;padding-top:0;margin:0;}

ul{margin-left:20px;}

option{padding:0 10px 0 10px;}

.success{color:#99FF00;}
.failed{color:#ffffff;}
.status{
	background:url(images/status.jpg) no-repeat 20px;
	height:40px;
	width:975px;
	margin:0 auto;
	position:relative;
	line-height:40px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-indent:40px;
	color:#99FF00;
}

* html .container{height:100%;}

.container{
	width:900px;
	margin:0 auto;
	padding:9px 0 0 0;
}

.logo{
	padding:0px 0 5px 0px;
}

.white{
	color:#FFF;
}

.box1{
	background-color:#a5cd1e;
	background-image:url(images/grn-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:191px;
	width: 300px;
	
}

.box2{
	background-color:#ffcb18;
	background-image:url(images/ylw-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:191px;
	width: 300px;
}

.box3{
	background-color:#fd9301;
	background-image:url(images/org-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:191px;
	width: 300px;
}

.box3x{
	background-color:#fb6900;
	background-image:url(images/org-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:550px;
	width: 300px;
}

.box4{
	background-color:#fff;
	width: 300px;
}

.box5{
	background-color:#fff;
	background-image:url(images/box5-bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width: 300px;
}

.box6{
	background-color:#7fb511;
	background-image:url(images/grn-bg1.png);
	background-position:top left;
	background-repeat:no-repeat;
	width: 325px;
	
}

.boxtext{
	padding:10px 10px 0px 10px;
	color: #FFF;
}

.boxtext p{
	color: #FFF;
	font-size: 12px;
}

.boxtext img{
	float: right;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
}

.boxtext1{
	padding:10px 10px 0px 10px;
}

.flash{
	width:900px;
	height: 357px;
	background-image:url(images/slide-6.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-top:0px;
}

.content{
	width:900px;
	padding:0px 0 0 0px;
}


strong, em, b {
    font-family:Arial, Helvetica, sans-serif;
}

.powered {
	color: #333;
}
.powered a:link {
	color: #3C0;
	text-decoration: none;
}
.powered a:hover {
	color: #0F0;
}
a:link {
	color: #fd9301;
	text-decoration: none;
}
a:visited {
	color: #fd9301;
	text-decoration: none;
}
a:hover {
	color: #0CF;
}
a:active {
	color: #fd9301;
	text-decoration: none;
}.image{
	position:relative;
	vertical-align:middle;
	border:none;
}

.notfound{
	background:url('images/404.gif');
	background-repeat:no-repeat;
	height:100px;
	padding-left:260px;
	padding-top:10px;
}

.header{
	font-family:"Trebuchet MS";
	font-size:18px;
}


li.plain{
	list-style-type:none;
	margin-left:20px;
	text-indent:20px;
	margin-top:5px;
}

.centerbox {
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-50px;
	position:absolute;
	background:url(images/loginbg.jpg) no-repeat;
	width:443px;
	height:213px;
	padding:100px;
}

.button {
	color:#333333;
	cursor:pointer;
	width:120px;
	background:url(images/misc/btn.gif) no-repeat;
	border:none;
	text-align:center;
}

.button:hover {
	color:#ffffff;
	cursor:pointer;
	width:120px;
	background:url(images/misc/btn_over.gif) no-repeat;
	border:none;
	text-align:center;
}

.text {
	font-size:11px;
	border:1px solid #7f9db9;
	background:#ffffff;
	padding:1px;
	
}

textarea.text{
	width:300px;
	height:60px;
}

.required {
	border:1px solid #ff0000;
	background:#f6f6f6;
	font-size:11px;
	padding:1px;
}

.red {
	color:#ff0000;
}

table.data,table.default,table.full{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}

table.default{padding:10px;border:1px solid #ecf6fc;margin-bottom:10px;}
table.default td,table.full td{padding:4px;}
table.full{padding:10px;}

table.data th{
	background:#48464B;
	line-height:20px;
	color:#FFFFFF;
	padding:4px;
	font-weight:normal;
	font-size:11px;
	text-align:left;
}

table.data td{
	padding:2px;
	border-bottom:1px solid #48464B;
	vertical-align:absmiddle;
	cursor:pointer;
	line-height:20px;
}

table.data td *{
	padding:2px;
	cursor:pointer;
	line-height:20px;
}

table.data tr.alt td {
	background: #ecf6fc;
}

table.data tr.over td {
	background: #bcd4ec;
}

table.data tr.on td {
	background: #bcd4ec;
}

table.paging{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}

table.paging td{padding:4px;background: #ecf6fc;vertical-align:middle;width:50%}
table.paging td *{
	padding:4px;
}

td.left{text-align:left;}
td.right{text-align:right;}

table.none{border-collapse:collapse;border-spacing:0px;width:1%;}

/*
table.data tr{border-bottom:1px solid #48464B;}
table.data td{padding:4px;}
tr.even td {background:#D5DFC2;}
tr.odd td{background:#F5FAEB;}
*/

.tabs{clear:both;}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/misc/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px;
	float: left;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.topmenu {font-size:1.2em;padding:0 0 0 10px;background:url(images/menu.png) no-repeat 0px;height:40px;}
#topnav{padding:0px 5px 0 6px;}
/* remove all the bullets, borders and padding from the default list styling */
.topmenu ul {margin:-1px;list-style-type:none; height:25px;}

/* style the sub-level lists */
.topmenu ul ul {width:14em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.topmenu ul li {float:left;height:40px;line-height:40px;}

/* style the sub level list items */
.topmenu ul ul li {display:block;width:13em;height:auto;position:relative;line-height:1em;z-index:100;left:-40px;top:15px;}

/* style the links for the top level */
.topmenu a, .topmenu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#ffffff;padding:0 1.1em 0 1.1em;text-transform:uppercase;border-right:1px dotted #FFF;font-weight:bold}

/* style the sub level links */
.topmenu ul ul a, .topmenu ul ul a:visited {display:block;background:#a6cd1e; color:#ffffff;width:13em;height:100%;line-height:1em; padding:0.5em 1em;}
.topmenu ul table ul a, .topmenu ul table ul a:visited  {width:13em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.topmenu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.topmenu ul ul table {left:-1px;}
.topmenu ul ul table ul.left {margin-left:2px;}

.topmenu li:hover {position:relative;}
* html .topmenu a:hover {position:relative;}

/* style the third level background */
.topmenu ul ul ul a, .topmenu ul ul ul a:visited {background:#ffce1a;}
/* style the fourth level background */
.topmenu ul ul ul ul a, .topmenu ul ul ul ul a:visited {background:#a6cd1e;}
/* style the sub level 1 background */
.topmenu ul :hover a.sub1 {background:#ffffff;}
/* style the sub level 2 background */
.topmenu ul ul :hover a.sub2 {background:#a5cc1e;}

/* style the level hovers */
/* first */
.topmenu a:hover {color:#cccccc;background:#000000;font-weight:bold;}
.topmenu :hover > a {color:#cccccc;background:#000000;font-weight:bold;}
/* second */
.topmenu ul ul a:hover{color:#000000;background:#7fb611;font-weight:normal;}
.topmenu ul ul :hover > a {color:#000000;background:#7eb511;font-weight:normal;}
/* third */
.topmenu ul ul ul a:hover {color:#000000;background:#ffb70d;font-weight:normal;}
.topmenu ul ul ul :hover > a {color:#000000;background:#ffb70d;font-weight:normal;}
/* fourth */
.topmenu ul ul ul ul a:hover {color:#000000;background:#fd9701;font-weight:normal;}
.topmenu ul ul ul ul :hover {color:#000000;background:#fd9701;font-weight:normal;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.topmenu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0;width:14em;}

/* position the third level flyout menu */
.topmenu ul ul ul{left:15em;top:-1em;width:14em;}

/* position the third level flyout menu for a left flyout */
.topmenu ul ul ul.left {left:-16em;}


/* make the second level visible when hover on first level list OR link */
.topmenu ul li:hover ul, .topmenu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.topmenu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.topmenu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.topmenu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.topmenu ul :hover ul :hover ul :hover ul {visibility:visible;}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
/*
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
*/
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    /*border-top: 1px solid #97a5b0; ORIGINAL*/
	border: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}

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

#TB_secondLine {
	font: 11px Arial, 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(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#D5E2F1;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

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

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#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:#eeeeee;
	height:27px;
}

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

#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 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

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

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

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




table.jCalendar {
	border: 1px solid #fff;
	background: #c4d5e3;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background:#c4d5e3;
	color: #333;
	font-size: 11px;
	font-weight:bold;
	font-variant:small-caps;
	padding: 3px 5px;
	border:1px solid #fff;
}
table.jCalendar td {
	background: #e9eff4;
	color: #333;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #e9e9e9;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #e9eff4;
	color:#333;
	font-size: 10px;
	padding: 2px;
	width: 186px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 11px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


 .jqiwarning .jqi{
      background-color: #D5E2F1;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #bcd4ec;
      padding: 10px;
      width: 300px;
}
div.jqi .jqiclose{
	display:none;
      float: right;
      margin: -35px -10px 0 0;
      cursor: pointer;
}
div.jqi .jqicontainer{
      background-color: #D5E2F1;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #ecf6fc;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
	/*
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
	*/
	  color:#333333;
	cursor:pointer;
	width:120px;
	background:url(images/btn.gif) no-repeat;
	border:none;
	text-align:center;
	margin-right:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:11px;
	color:#48464b;
}

.simpleTree
{
	overflow:auto;
	margin:0;
	padding:0;
	/*
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 14px;
}
.simpleTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.simpleTree ul
{
	margin:0; 
	padding:0;
}
.simpleTree .root
{
	margin-left:-16px;
	background: url(images/tree/root.gif) no-repeat 16px 0 #ffffff;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/tree/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/tree/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/tree/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/tree/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(images/tree/collapsable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(images/tree/collapsable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(images/tree/expandable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(images/tree/expandable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(images/tree/leaf.gif) 0 -1px no-repeat #fff;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(images/tree/leaf-last.gif) 0 -1px no-repeat #fff;
}
.simpleTree .ajax
{
	background: url(images/tree/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .treetext
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;
}
#drag_container
{
	background:#ffffff;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(images/tree/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(images/tree/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(images/tree/collapsable.gif) no-repeat -17px 0 #ffffff;
}
