/*jquery-tips.css*/

.jquery_tips_left{float:left;display:inline}

.jquery_tips_right{float:right;display:inline}

.jquery_tips,.jquery_tips *{height:52px;background:url(../images/tips.png)}

.jquery_tips{font-size:14px;width:120px;position:absolute;background-position:left -161px;}

.jquery_tips .jquery_tips_right{width:5px;background-position:left top}

.jquery_tips .jquery_tips_left{width:14px;background-position:-6px top}

.jquery_tips .jquery_tips_stat{width:29px;display:inline-block;float:left;display:inline;margin-right:4px;}

.jquery_tips .jquery_tips_main{white-space:nowrap;margin:0;background:none;line-height:52px;float:left}

.jquery_tips .jquery_tips_main .jquery_tips_okay{background-position:-20px top;}

.jquery_tips .jquery_tips_main .jquery_tips_warn{background-position:-20px -54px;;}

.jquery_tips .jquery_tips_main .jquery_tips_error{background-position:-20px -108px;}

.jquery_tips .jquery_tips_main .jquery_tips_load{background:url(../images/loading.gif) center center no-repeat;}

/*jquery-simple-tree.css*/

.simpleTree{margin:0;padding:0}.simpleTree li{list-style:none;margin:0;padding:0 0 0 18px;line-height:14px}.simpleTree li span{display:inline;clear:left;white-space:nowrap;margin-left:3px}.simpleTree ul{margin:0;padding:0}.simpleTree .line{padding:0;line-height:3px;height:3px;font-size:3px;background:url(../images/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/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/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/line_bg_over_last.gif) 0 0 no-repeat transparent}.simpleTree .folder-open{background:url(../images/collapsable.gif) 0 -2px no-repeat #fff}.simpleTree .folder-open-last{background:url(../images/collapsable-last.gif) 0 -2px no-repeat #fff}.simpleTree .folder-close{background:url(../images/expandable.gif) 0 -2px no-repeat #fff}.simpleTree .folder-close-last{background:url(../images/expandable-last.gif) 0 -2px no-repeat #fff}.simpleTree .doc{background:url(../images/leaf.gif) 0 -1px no-repeat #fff}.simpleTree .doc-last{background:url(../images/leaf-last.gif) 0 -1px no-repeat #fff}.simpleTree .ajax{background:url(../images/spinner.gif) no-repeat 0 0 #fff;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 .text{cursor:default}.simpleTree .active{cursor:default;padding:0 2px;font-weight:bold}.simpleTree .active a{color:green}#drag_container{background:#fff;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:#fff;line-height:18px;white-space:nowrap;padding:1px 1px 0 16px;margin:0}#drag_container li span{padding:0}#drag_container li.doc,#drag_container li.doc-last{background:url(../images/leaf.gif) no-repeat -17px 0 #fff}#drag_container .folder-close,#drag_container .folder-close-last{background:url(../images/expandable.gif) no-repeat -17px 0 #fff}#drag_container .folder-open,#drag_container .folder-open-last{background:url(../images/collapsable.gif) no-repeat -17px 0 #fff}.contextMenu{display:none}

/*jquery.poshytip.css*/

.tip-darkgray {

	opacity:0.95;

	z-index:1000;

	text-align:left;

	text-shadow:#444 0 1px 1px;

	border:1px solid #888;

	padding:8px;

	min-width:50px;

	max-width:530px;

	color:#fff;

	background-color:#999;

	background-image:url(../images/tip-darkgray.png); 

}

.tip-darkgray .tip-inner {

	font:bold 12px/18px arial,helvetica,sans-serif;

	margin-top:-1px;

	padding:0 4px 3px 4px;

}



.tip-darkgray .tip-arrow-top {

	margin-top:-7px;

	margin-left:15px;

	top:0;

	left:0;

	width:16px;

	height:10px;

	background:url(../images/tip-darkgray_arrows.png) no-repeat;

}

.tip-darkgray .tip-arrow-right {

	margin-top:-9px; /* approx. half the height to center it */

	margin-left:-7px;

	top:50%;

	left:100%;

	width:11px;

	height:21px;

	background:url(../images/tip-darkgray_arrows.png) no-repeat -22px 0;

}

.tip-darkgray .tip-arrow-bottom {

	margin-top:-7px;

	margin-left:15px;

	top:100%;

	left:0;

	width:22px;

	height:13px;

	background:url(../images/tip-darkgray_arrows.png) no-repeat -44px 0;

}

.tip-darkgray .tip-arrow-left {

	margin-top:-9px; /* approx. half the height to center it */

	margin-left:-6px;

	top:50%;

	left:0;

	width:11px;

	height:21px;

	background:url(../images/tip-darkgray_arrows.png) no-repeat -66px 0;

}





.tip-green {

	z-index:1000;

	text-align:left;

	border:1px solid #bdde98;

	padding:7px 10px;

	min-width:50px;

	max-width:300px;

	color:#860404;

	background-color:#dff6c6;

	/**

	 * - If you set a background-image, border/padding/background-color will be ingnored.

	 *   You can set any padding to .tip-inner instead if you need.

	 * - If you want a tiled background-image and border/padding for the tip,

	 *   set the background-image to .tip-inner instead.

	 */

}

.tip-green .tip-inner {

	font:bold 12px/14px arial,helvetica,sans-serif;

}



/* Configure an arrow image - the script will automatically position it on the correct side of the tip */

.tip-green .tip-arrow-top {

	margin-top:-10px;

	margin-left:6px;

	top:0;

	left:0;

	width:10px;

	height:10px;

	background:url(../images/tip-green_arrows.gif) no-repeat;

}

.tip-green .tip-arrow-right {

	margin-top:6px;

	margin-left:0;

	top:0;

	left:100%;

	width:10px;

	height:10px;

	background:url(../images/tip-green_arrows.gif) no-repeat -10px 0;

}

.tip-green .tip-arrow-bottom {

	margin-top:0;

	margin-left:6px;

	top:100%;

	left:0;

	width:10px;

	height:10px;

	background:url(../images/tip-green_arrows.gif) no-repeat -20px 0;

}

.tip-green .tip-arrow-left {

	margin-top:6px;

	margin-left:-10px;

	top:0;

	left:0;

	width:10px;

	height:10px;

	background:url(../images/tip-green_arrows.gif) no-repeat -30px 0;

}









.tip-skyblue {

	z-index:1000;

	text-align:left;

	padding:8px 10px;

	min-width:50px;

	max-width:300px;

	color:#37356c;

	background-color:#b9f3f8;

	background-image:url(../images/tip-skyblue.png); /* bgImageFrameSize == 9 works fine */

	/**

	 * - If you set a background-image, border/padding/background-color will be ingnored.

	 *   You can set any padding to .tip-inner instead if you need.

	 * - If you want a tiled background-image and border/padding for the tip,

	 *   set the background-image to .tip-inner instead.

	 */

}

.tip-skyblue .tip-inner {

	font:bold 13px/15px 'trebuchet ms',arial,helvetica,sans-serif;

	padding:0 3px 1px 3px;

}



/* Configure an arrow image - the script will automatically position it on the correct side of the tip */

.tip-skyblue .tip-arrow-top {

	margin-top:-12px;

	margin-left:0;

	top:0;

	left:0;

	width:11px;

	height:19px;

	background:url(../images/tip-skyblue_arrows.png) no-repeat;

}

.tip-skyblue .tip-arrow-right {

	margin-top:0;

	margin-left:-7px;

	top:0;

	left:100%;

	width:18px;

	height:13px;

	background:url(../images/tip-skyblue_arrows.png) no-repeat -20px 0;

}

.tip-skyblue .tip-arrow-bottom {

	margin-top:-8px;

	margin-left:0;

	top:100%;

	left:0;

	width:11px;

	height:20px;

	background:url(../images/tip-skyblue_arrows.png) no-repeat -40px 0;

}

.tip-skyblue .tip-arrow-left {

	margin-top:0;

	margin-left:-11px;

	top:0;

	left:0;

	width:18px;

	height:13px;

	background:url(../images/tip-skyblue_arrows.png) no-repeat -60px 0;

}





.tip-twitter {

	opacity:0.8;

	z-index:1000;

	text-align:left;

	border-radius:4px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

	padding:8px 8px;

	max-width:200px;

	color:#fff;

	background-color:#000;

	/**

	 * - If you set a background-image, border/padding/background-color will be ingnored.

	 *   You can set any padding to .tip-inner instead if you need.

	 * - If you want a tiled background-image and border/padding for the tip,

	 *   set the background-image to .tip-inner instead.

	 */

}

.tip-twitter .tip-inner {

	font:bold 11px/14px 'Lucida Grande',sans-serif;

}



/* Configure an arrow image - the script will automatically position it on the correct side of the tip */

.tip-twitter .tip-arrow-top {

	margin-top:-5px;

	margin-left:-5px; /* approx. half the width to center it */

	top:0;

	left:50%;

	width:9px;

	height:5px;

	background:url(../images/tip-twitter_arrows.gif) no-repeat;

}

.tip-twitter .tip-arrow-right {

	margin-top:-4px; /* approx. half the height to center it */

	margin-left:0;

	top:50%;

	left:100%;

	width:5px;

	height:9px;

	background:url(../images/tip-twitter_arrows.gif) no-repeat -9px 0;

}

.tip-twitter .tip-arrow-bottom {

	margin-top:0;

	margin-left:-5px; /* approx. half the width to center it */

	top:100%;

	left:50%;

	width:9px;

	height:5px;

	background:url(../images/tip-twitter_arrows.gif) no-repeat -18px 0;

}

.tip-twitter .tip-arrow-left {

	margin-top:-4px; /* approx. half the height to center it */

	margin-left:-5px;

	top:50%;

	left:0;

	width:5px;

	height:9px;

	background:url(../images/tip-twitter_arrows.gif) no-repeat -27px 0;

}





.tip-violet {

	z-index:1000;

	text-align:left;

	border:1px solid #afafaf;

	padding:7px;

	min-width:50px;

	max-width:530px;

	color:#860404;

	background-color:#f2e7fd;

	background-image:url(../images/tip-violet.png); /* bgImageFrameSize >= 9 should work fine */

	/**

	 * - If you set a background-image, border/padding/background-color will be ingnored.

	 *   You can set any padding to .tip-inner instead if you need.

	 * - If you want a tiled background-image and border/padding for the tip,

	 *   set the background-image to .tip-inner instead.

	 */

}

.tip-violet .tip-inner {

	font:bold 12px/18px 'trebuchet ms',arial,helvetica,sans-serif;

	margin-top:-1px;

	padding:0 3px 2px 3px;

}



/* Configure an arrow image - the script will automatically position it on the correct side of the tip */

.tip-violet .tip-arrow-top {

	margin-top:-7px;

	margin-left:15px;

	top:0;

	left:0;

	width:16px;

	height:10px;

	background:url(../images/tip-violet_arrows.png) no-repeat;

}

.tip-violet .tip-arrow-right {

	margin-top:-9px; /* approx. half the height to center it */

	margin-left:-4px;

	top:50%;

	left:100%;

	width:10px;

	height:20px;

	background:url(../images/tip-violet_arrows.png) no-repeat -16px 0;

}

.tip-violet .tip-arrow-bottom {

	margin-top:-6px;

	margin-left:15px;

	top:100%;

	left:0;

	width:16px;

	height:13px;

	background:url(../images/tip-violet_arrows.png) no-repeat -32px 0;

}

.tip-violet .tip-arrow-left {

	margin-top:-9px; /* approx. half the height to center it */

	margin-left:-6px;

	top:50%;

	left:0;

	width:10px;

	height:20px;

	background:url(../images/tip-violet_arrows.png) no-repeat -48px 0;

}



.tip-yellow {

	z-index:1000;

	text-align:left;

	border:1px solid #939393;

	padding:7px;

	min-width:50px;

	max-width:530px;

	color:#8c3901;

	background-color:#fef9d9;

	background-image:url(../images/tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */

	/**

	 * - If you set a background-image, border/padding/background-color will be ingnored.

	 *   You can set any padding to .tip-inner instead if you need.

	 * - If you want a tiled background-image and border/padding for the tip,

	 *   set the background-image to .tip-inner instead.

	 */

}

.tip-yellow .tip-inner {

	font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;

	margin-top:-2px;

	padding:0 3px 1px 3px;

}



/* Configure an arrow image - the script will automatically position it on the correct side of the tip */

.tip-yellow .tip-arrow-top {

	margin-top:-7px;

	margin-left:15px;

	top:0;

	left:0;

	width:16px;

	height:10px;

	background:url(../images/tip-yellow_arrows.png) no-repeat;

}

.tip-yellow .tip-arrow-right {

	margin-top:-9px; /* approx. half the height to center it */

	margin-left:-4px;

	top:50%;

	left:100%;

	width:10px;

	height:20px;

	background:url(../images/tip-yellow_arrows.png) no-repeat -16px 0;

}

.tip-yellow .tip-arrow-bottom {

	margin-top:-6px;

	margin-left:15px;

	top:100%;

	left:0;

	width:16px;

	height:13px;

	background:url(../images/tip-yellow_arrows.png) no-repeat -32px 0;

}

.tip-yellow .tip-arrow-left {

	margin-top:-9px; /* approx. half the height to center it */

	margin-left:-6px;

	top:50%;

	left:0;

	width:10px;

	height:20px;

	background:url(../images/tip-yellow_arrows.png) no-repeat -48px 0;

}





.tip-yellowsimple {

	z-index:1000;

	text-align:left;

	border:1px solid #c7bf93;

	border-radius:4px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

	padding:6px 8px;

	min-width:50px;

	max-width:300px;

	color:#000;

	background-color:#fff9c9;

	/**

	 * - If you set a background-image, border/padding/background-color will be ingnored.

	 *   You can set any padding to .tip-inner instead if you need.

	 * - If you want a tiled background-image and border/padding for the tip,

	 *   set the background-image to .tip-inner instead.

	 */

}

.tip-yellowsimple .tip-inner {

	font:12px/16px arial,helvetica,sans-serif;

}



/* Configure an arrow image - the script will automatically position it on the correct side of the tip */

.tip-yellowsimple .tip-arrow-top {

	margin-top:-6px;

	margin-left:-5px; /* approx. half the width to center it */

	top:0;

	left:50%;

	width:9px;

	height:6px;

	background:url(../images/tip-yellowsimple_arrows.gif) no-repeat;

}

.tip-yellowsimple .tip-arrow-right {

	margin-top:-4px; /* approx. half the height to center it */

	margin-left:0;

	top:50%;

	left:100%;

	width:6px;

	height:9px;

	background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -9px 0;

}

.tip-yellowsimple .tip-arrow-bottom {

	margin-top:0;

	margin-left:-5px; /* approx. half the width to center it */

	top:100%;

	left:50%;

	width:9px;

	height:6px;

	background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -18px 0;

}

.tip-yellowsimple .tip-arrow-left {

	margin-top:-4px; /* approx. half the height to center it */

	margin-left:-6px;

	top:50%;

	left:0;

	width:6px;

	height:9px;

	background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -27px 0;

}


.ui-helper-hidden {

	display: none;

}

.ui-helper-hidden-accessible {

	border: 0;

	clip: rect(0 0 0 0);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute;

	width: 1px;

}

.ui-helper-reset {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	line-height: 1.3;

	text-decoration: none;

	font-size: 100%;

	list-style: none;

}

.ui-helper-clearfix:before,

.ui-helper-clearfix:after {

	content: "";

	display: table;

	border-collapse: collapse;

}

.ui-helper-clearfix:after {

	clear: both;

}

.ui-helper-clearfix {

	min-height: 0; /* support: IE7 */

}

.ui-helper-zfix {

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	position: absolute;

	opacity: 0;

	filter:Alpha(Opacity=0);

}



.ui-front {

	z-index: 100;

}





/* Interaction Cues

----------------------------------*/

.ui-state-disabled {

	cursor: default !important;

}





/* Icons

----------------------------------*/



/* states and images */

.ui-icon {

	display: block;

	text-indent: -99999px;

	overflow: hidden;

	background-repeat: no-repeat;

}





/* Misc visuals

----------------------------------*/



/* Overlays */

.ui-widget-overlay {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.ui-resizable {

	position: relative;

}

.ui-resizable-handle {

	position: absolute;

	font-size: 0.1px;

	display: block;

}

.ui-resizable-disabled .ui-resizable-handle,

.ui-resizable-autohide .ui-resizable-handle {

	display: none;

}

.ui-resizable-n {

	cursor: n-resize;

	height: 7px;

	width: 100%;

	top: -5px;

	left: 0;

}

.ui-resizable-s {

	cursor: s-resize;

	height: 7px;

	width: 100%;

	bottom: -5px;

	left: 0;

}

.ui-resizable-e {

	cursor: e-resize;

	width: 7px;

	right: -5px;

	top: 0;

	height: 100%;

}

.ui-resizable-w {

	cursor: w-resize;

	width: 7px;

	left: -5px;

	top: 0;

	height: 100%;

}

.ui-resizable-se {

	cursor: se-resize;

	width: 12px;

	height: 12px;

	right: 1px;

	bottom: 1px;

}

.ui-resizable-sw {

	cursor: sw-resize;

	width: 9px;

	height: 9px;

	left: -5px;

	bottom: -5px;

}

.ui-resizable-nw {

	cursor: nw-resize;

	width: 9px;

	height: 9px;

	left: -5px;

	top: -5px;

}

.ui-resizable-ne {

	cursor: ne-resize;

	width: 9px;

	height: 9px;

	right: -5px;

	top: -5px;

}

.ui-selectable-helper {

	position: absolute;

	z-index: 100;

	border: 1px dotted black;

}

.ui-accordion .ui-accordion-header {

	display: block;

	cursor: pointer;

	position: relative;

	margin-top: 2px;

	padding: .5em .5em .5em .7em;

	min-height: 0; /* support: IE7 */

}

.ui-accordion .ui-accordion-icons {

	padding-left: 2.2em;

}

.ui-accordion .ui-accordion-noicons {

	padding-left: .7em;

}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {

	padding-left: 2.2em;

}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {

	position: absolute;

	left: .5em;

	top: 50%;

	margin-top: -8px;

}

.ui-accordion .ui-accordion-content {

	padding: 1em 2.2em;

	border-top: 0;

	overflow: auto;

}

.ui-autocomplete {

	position: absolute;

	top: 0;

	left: 0;

	cursor: default;

}

.ui-button {

	display: inline-block;

	position: relative;

	padding: 0;

	line-height: normal;

	margin-right: .1em;

	cursor: pointer;

	vertical-align: middle;

	text-align: center;

	overflow: visible; /* removes extra width in IE */

}

.ui-button,

.ui-button:link,

.ui-button:visited,

.ui-button:hover,

.ui-button:active {

	text-decoration: none;

}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {

	width: 2.2em;

}

/* button elements seem to need a little more width */

button.ui-button-icon-only {

	width: 2.4em;

}

.ui-button-icons-only {

	width: 3.4em;

}

button.ui-button-icons-only {

	width: 3.7em;

}



/* button text element */

.ui-button .ui-button-text {

	display: block;

	line-height: normal;

}

.ui-button-text-only .ui-button-text {

	padding: .4em 1em;

}

.ui-button-icon-only .ui-button-text,

.ui-button-icons-only .ui-button-text {

	padding: .4em;

	text-indent: -9999999px;

}

.ui-button-text-icon-primary .ui-button-text,

.ui-button-text-icons .ui-button-text {

	padding: .4em 1em .4em 2.1em;

}

.ui-button-text-icon-secondary .ui-button-text,

.ui-button-text-icons .ui-button-text {

	padding: .4em 2.1em .4em 1em;

}

.ui-button-text-icons .ui-button-text {

	padding-left: 2.1em;

	padding-right: 2.1em;

}

/* no icon support for input elements, provide padding by default */

input.ui-button {

	padding: .4em 1em;

}



/* button icon element(s) */

.ui-button-icon-only .ui-icon,

.ui-button-text-icon-primary .ui-icon,

.ui-button-text-icon-secondary .ui-icon,

.ui-button-text-icons .ui-icon,

.ui-button-icons-only .ui-icon {

	position: absolute;

	top: 50%;

	margin-top: -8px;

}

.ui-button-icon-only .ui-icon {

	left: 50%;

	margin-left: -8px;

}

.ui-button-text-icon-primary .ui-button-icon-primary,

.ui-button-text-icons .ui-button-icon-primary,

.ui-button-icons-only .ui-button-icon-primary {

	left: .5em;

}

.ui-button-text-icon-secondary .ui-button-icon-secondary,

.ui-button-text-icons .ui-button-icon-secondary,

.ui-button-icons-only .ui-button-icon-secondary {

	right: .5em;

}



/* button sets */

.ui-buttonset {

	margin-right: 7px;

}

.ui-buttonset .ui-button {

	margin-left: 0;

	margin-right: -.3em;

}



/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,

button.ui-button::-moz-focus-inner {

	border: 0;

	padding: 0;

}

.ui-datepicker {

	width: 17em;

	padding: .2em .2em 0;

	display: none;

}

.ui-datepicker .ui-datepicker-header {

	position: relative;

	padding: .2em 0;

}

.ui-datepicker .ui-datepicker-prev,

.ui-datepicker .ui-datepicker-next {

	position: absolute;

	top: 2px;

	width: 1.8em;

	height: 1.8em;

}

.ui-datepicker .ui-datepicker-prev-hover,

.ui-datepicker .ui-datepicker-next-hover {

	top: 1px;

}

.ui-datepicker .ui-datepicker-prev {

	left: 2px;

}

.ui-datepicker .ui-datepicker-next {

	right: 2px;

}

.ui-datepicker .ui-datepicker-prev-hover {

	left: 1px;

}

.ui-datepicker .ui-datepicker-next-hover {

	right: 1px;

}

.ui-datepicker .ui-datepicker-prev span,

.ui-datepicker .ui-datepicker-next span {

	display: block;

	position: absolute;

	left: 50%;

	margin-left: -8px;

	top: 50%;

	margin-top: -8px;

}

.ui-datepicker .ui-datepicker-title {

	margin: 0 2.3em;

	line-height: 1.8em;

	text-align: center;

}

.ui-datepicker .ui-datepicker-title select {

	font-size: 1em;

	margin: 1px 0;

}

.ui-datepicker select.ui-datepicker-month-year {

	width: 100%;

}

.ui-datepicker select.ui-datepicker-month,

.ui-datepicker select.ui-datepicker-year {

	width: 49%;

}

.ui-datepicker table {

	width: 100%;

	font-size: .9em;

	border-collapse: collapse;

	margin: 0 0 .4em;

}

.ui-datepicker th {

	padding: .7em .3em;

	text-align: center;

	font-weight: bold;

	border: 0;

}

.ui-datepicker td {

	border: 0;

	padding: 1px;

}

.ui-datepicker td span,

.ui-datepicker td a {

	display: block;

	padding: .2em;

	text-align: right;

	text-decoration: none;

}

.ui-datepicker .ui-datepicker-buttonpane {

	background-image: none;

	margin: .7em 0 0 0;

	padding: 0 .2em;

	border-left: 0;

	border-right: 0;

	border-bottom: 0;

}

.ui-datepicker .ui-datepicker-buttonpane button {

	float: right;

	margin: .5em .2em .4em;

	cursor: pointer;

	padding: .2em .6em .3em .6em;

	width: auto;

	overflow: visible;

}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {

	float: left;

}



/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {

	width: auto;

}

.ui-datepicker-multi .ui-datepicker-group {

	float: left;

}

.ui-datepicker-multi .ui-datepicker-group table {

	width: 95%;

	margin: 0 auto .4em;

}

.ui-datepicker-multi-2 .ui-datepicker-group {

	width: 50%;

}

.ui-datepicker-multi-3 .ui-datepicker-group {

	width: 33.3%;

}

.ui-datepicker-multi-4 .ui-datepicker-group {

	width: 25%;

}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {

	border-left-width: 0;

}

.ui-datepicker-multi .ui-datepicker-buttonpane {

	clear: left;

}

.ui-datepicker-row-break {

	clear: both;

	width: 100%;

	font-size: 0;

}



/* RTL support */

.ui-datepicker-rtl {

	direction: rtl;

}

.ui-datepicker-rtl .ui-datepicker-prev {

	right: 2px;

	left: auto;

}

.ui-datepicker-rtl .ui-datepicker-next {

	left: 2px;

	right: auto;

}

.ui-datepicker-rtl .ui-datepicker-prev:hover {

	right: 1px;

	left: auto;

}

.ui-datepicker-rtl .ui-datepicker-next:hover {

	left: 1px;

	right: auto;

}

.ui-datepicker-rtl .ui-datepicker-buttonpane {

	clear: right;

}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {

	float: left;

}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,

.ui-datepicker-rtl .ui-datepicker-group {

	float: right;

}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {

	border-right-width: 0;

	border-left-width: 1px;

}

.ui-dialog {

	position: absolute;

	top: 0;

	left: 0;

	padding: .2em;

	outline: 0;

}

.ui-dialog .ui-dialog-titlebar {

	padding: .4em 1em;

	position: relative;

}

.ui-dialog .ui-dialog-title {

	float: left;

	margin: .1em 0;

	white-space: nowrap;

	width: 90%;

	overflow: hidden;

	text-overflow: ellipsis;

}

.ui-dialog .ui-dialog-titlebar-close {

	position: absolute;

	right: .3em;

	top: 50%;

	width: 21px;

	margin: -10px 0 0 0;

	padding: 1px;

	height: 20px;

}

.ui-dialog .ui-dialog-content {

	position: relative;

	border: 0;

	padding: .5em 1em;

	background: none;

	overflow: auto;

}

.ui-dialog .ui-dialog-buttonpane {

	text-align: left;

	border-width: 1px 0 0 0;

	background-image: none;

	margin-top: .5em;

	padding: .3em 1em .5em .4em;

}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {

	float: right;

}

.ui-dialog .ui-dialog-buttonpane button {

	margin: .5em .4em .5em 0;

	cursor: pointer;

}

.ui-dialog .ui-resizable-se {

	width: 12px;

	height: 12px;

	right: -5px;

	bottom: -5px;

	background-position: 16px 16px;

}

.ui-draggable .ui-dialog-titlebar {

	cursor: move;

}

.ui-menu {

	list-style: none;

	padding: 2px;

	margin: 0;

	display: block;

	outline: none;

}

.ui-menu .ui-menu {

	margin-top: -3px;

	position: absolute;

}

.ui-menu .ui-menu-item {

	margin: 0;

	padding: 0;

	width: 100%;

	/* support: IE10, see #8844 */

	list-style-image: url(../other/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);

}

.ui-menu .ui-menu-divider {

	margin: 5px -2px 5px -2px;

	height: 0;

	font-size: 0;

	line-height: 0;

	border-width: 1px 0 0 0;

}

.ui-menu .ui-menu-item a {

	text-decoration: none;

	display: block;

	padding: 2px .4em;

	line-height: 1.5;

	min-height: 0; /* support: IE7 */

	font-weight: normal;

}

.ui-menu .ui-menu-item a.ui-state-focus,

.ui-menu .ui-menu-item a.ui-state-active {

	font-weight: normal;

	margin: -1px;

}



.ui-menu .ui-state-disabled {

	font-weight: normal;

	margin: .4em 0 .2em;

	line-height: 1.5;

}

.ui-menu .ui-state-disabled a {

	cursor: default;

}



/* icon support */

.ui-menu-icons {

	position: relative;

}

.ui-menu-icons .ui-menu-item a {

	position: relative;

	padding-left: 2em;

}



/* left-aligned */

.ui-menu .ui-icon {

	position: absolute;

	top: .2em;

	left: .2em;

}



/* right-aligned */

.ui-menu .ui-menu-icon {

	position: static;

	float: right;

}

.ui-progressbar {

	height: 2em;

	text-align: left;

	overflow: hidden;

}

.ui-progressbar .ui-progressbar-value {

	margin: -1px;

	height: 100%;

}

.ui-progressbar .ui-progressbar-overlay {

	background: url("../images/animated-overlay.gif");

	height: 100%;

	filter: alpha(opacity=25);

	opacity: 0.25;

}

.ui-progressbar-indeterminate .ui-progressbar-value {

	background-image: none;

}

.ui-slider {

	position: relative;

	text-align: left;

}

.ui-slider .ui-slider-handle {

	position: absolute;

	z-index: 2;

	width: 1.2em;

	height: 1.2em;

	cursor: default;

}

.ui-slider .ui-slider-range {

	position: absolute;

	z-index: 1;

	font-size: .7em;

	display: block;

	border: 0;

	background-position: 0 0;

}



/* For IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,

.ui-slider.ui-state-disabled .ui-slider-range {

	filter: inherit;

}



.ui-slider-horizontal {

	height: .8em;

}

.ui-slider-horizontal .ui-slider-handle {

	top: -.3em;

	margin-left: -.6em;

}

.ui-slider-horizontal .ui-slider-range {

	top: 0;

	height: 100%;

}

.ui-slider-horizontal .ui-slider-range-min {

	left: 0;

}

.ui-slider-horizontal .ui-slider-range-max {

	right: 0;

}



.ui-slider-vertical {

	width: .8em;

	height: 100px;

}

.ui-slider-vertical .ui-slider-handle {

	left: -.3em;

	margin-left: 0;

	margin-bottom: -.6em;

}

.ui-slider-vertical .ui-slider-range {

	left: 0;

	width: 100%;

}

.ui-slider-vertical .ui-slider-range-min {

	bottom: 0;

}

.ui-slider-vertical .ui-slider-range-max {

	top: 0;

}

.ui-spinner {

	position: relative;

	display: inline-block;

	overflow: hidden;

	padding: 0;

	vertical-align: middle;

}

.ui-spinner-input {

	border: none;

	background: none;

	color: inherit;

	padding: 0;

	margin: .2em 0;

	vertical-align: middle;

	margin-left: .4em;

	margin-right: 22px;

}

.ui-spinner-button {

	width: 16px;

	height: 50%;

	font-size: .5em;

	padding: 0;

	margin: 0;

	text-align: center;

	position: absolute;

	cursor: default;

	display: block;

	overflow: hidden;

	right: 0;

}

/* more specificity required here to overide default borders */

.ui-spinner a.ui-spinner-button {

	border-top: none;

	border-bottom: none;

	border-right: none;

}

/* vertical centre icon */

.ui-spinner .ui-icon {

	position: absolute;

	margin-top: -8px;

	top: 50%;

	left: 0;

}

.ui-spinner-up {

	top: 0;

}

.ui-spinner-down {

	bottom: 0;

}



/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {

	/* need to fix icons sprite */

	background-position: -65px -16px;

}

.ui-tabs {

	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

	padding: .2em;

}

.ui-tabs .ui-tabs-nav {

	margin: 0;

	padding: .2em .2em 0;

}

.ui-tabs .ui-tabs-nav li {

	list-style: none;

	float: left;

	position: relative;

	top: 0;

	margin: 1px .2em 0 0;

	border-bottom-width: 0;

	padding: 0;

	white-space: nowrap;

}

.ui-tabs .ui-tabs-nav li a {

	float: left;

	padding: .5em 1em;

	text-decoration: none;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {

	margin-bottom: -1px;

	padding-bottom: 1px;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,

.ui-tabs .ui-tabs-nav li.ui-state-disabled a,

.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {

	cursor: text;

}

.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {

	cursor: pointer;

}

.ui-tabs .ui-tabs-panel {

	display: block;

	border-width: 0;

	padding: 1em 1.4em;

	background: none;

}

.ui-tooltip {

	padding: 8px;

	position: absolute;

	z-index: 9999;

	max-width: 300px;

	-webkit-box-shadow: 0 0 5px #aaa;

	box-shadow: 0 0 5px #aaa;

}

body .ui-tooltip {

	border-width: 2px;

}



/* Component containers

----------------------------------*/

.ui-widget {

	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;

	font-size: 1.1em;

}

.ui-widget .ui-widget {

	font-size: 1em;

}

.ui-widget input,

.ui-widget select,

.ui-widget textarea,

.ui-widget button {

	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;

	font-size: 1em;

}

.ui-widget-content {

	border: 1px solid #dddddd;

	background: #eeeeee url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;

	color: #333333;

}

.ui-widget-content a {

	color: #333333;

}

.ui-widget-header {

	border: 1px solid #e78f08;

	background: #f6a828 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;

	color: #ffffff;

	font-weight: bold;

}

.ui-widget-header a {

	color: #ffffff;

}



/* Interaction states

----------------------------------*/

.ui-state-default,

.ui-widget-content .ui-state-default,

.ui-widget-header .ui-state-default {

	border: 1px solid #cccccc;

	background: #f6f6f6 url(../images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;

	font-weight: bold;

	color: #1c94c4;

}

.ui-state-default a,

.ui-state-default a:link,

.ui-state-default a:visited {

	color: #1c94c4;

	text-decoration: none;

}

.ui-state-hover,

.ui-widget-content .ui-state-hover,

.ui-widget-header .ui-state-hover,

.ui-state-focus,

.ui-widget-content .ui-state-focus,

.ui-widget-header .ui-state-focus {

	border: 1px solid #fbcb09;

	background: #fdf5ce url(../images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;

	font-weight: bold;

	color: #c77405;

}

.ui-state-hover a,

.ui-state-hover a:hover,

.ui-state-hover a:link,

.ui-state-hover a:visited {

	color: #c77405;

	text-decoration: none;

}

.ui-state-active,

.ui-widget-content .ui-state-active,

.ui-widget-header .ui-state-active {

	border: 1px solid #fbd850;

	background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;

	font-weight: bold;

	color: #eb8f00;

}

.ui-state-active a,

.ui-state-active a:link,

.ui-state-active a:visited {

	color: #eb8f00;

	text-decoration: none;

}



/* Interaction Cues

----------------------------------*/

.ui-state-highlight,

.ui-widget-content .ui-state-highlight,

.ui-widget-header .ui-state-highlight {

	border: 1px solid #fed22f;

	background: #ffe45c url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;

	color: #363636;

}

.ui-state-highlight a,

.ui-widget-content .ui-state-highlight a,

.ui-widget-header .ui-state-highlight a {

	color: #363636;

}

.ui-state-error,

.ui-widget-content .ui-state-error,

.ui-widget-header .ui-state-error {

	border: 1px solid #cd0a0a;

	background: #b81900 url(../images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;

	color: #ffffff;

}

.ui-state-error a,

.ui-widget-content .ui-state-error a,

.ui-widget-header .ui-state-error a {

	color: #ffffff;

}

.ui-state-error-text,

.ui-widget-content .ui-state-error-text,

.ui-widget-header .ui-state-error-text {

	color: #ffffff;

}

.ui-priority-primary,

.ui-widget-content .ui-priority-primary,

.ui-widget-header .ui-priority-primary {

	font-weight: bold;

}

.ui-priority-secondary,

.ui-widget-content .ui-priority-secondary,

.ui-widget-header .ui-priority-secondary {

	opacity: .7;

	filter:Alpha(Opacity=70);

	font-weight: normal;

}

.ui-state-disabled,

.ui-widget-content .ui-state-disabled,

.ui-widget-header .ui-state-disabled {

	opacity: .35;

	filter:Alpha(Opacity=35);

	background-image: none;

}

.ui-state-disabled .ui-icon {

	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */

}



/* Icons

----------------------------------*/



/* states and images */

.ui-icon {

	width: 16px;

	height: 16px;

}

.ui-icon,

.ui-widget-content .ui-icon {

	background-image: url(../images/ui-icons_222222_256x240.png);

}

.ui-widget-header .ui-icon {

	background-image: url(../images/ui-icons_ffffff_256x240.png);

}

.ui-state-default .ui-icon {

	background-image: url(../images/ui-icons_ef8c08_256x240.png);

}

.ui-state-hover .ui-icon,

.ui-state-focus .ui-icon {

	background-image: url(../images/ui-icons_ef8c08_256x240.png);

}

.ui-state-active .ui-icon {

	background-image: url(../images/ui-icons_ef8c08_256x240.png);

}

.ui-state-highlight .ui-icon {

	background-image: url(../images/ui-icons_228ef1_256x240.png);

}

.ui-state-error .ui-icon,

.ui-state-error-text .ui-icon {

	background-image: url(../images/ui-icons_ffd27a_256x240.png);

}



/* positioning */

.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }





/* Misc visuals

----------------------------------*/



/* Corner radius */

.ui-corner-all,

.ui-corner-top,

.ui-corner-left,

.ui-corner-tl {

	border-top-left-radius: 4px;

}

.ui-corner-all,

.ui-corner-top,

.ui-corner-right,

.ui-corner-tr {

	border-top-right-radius: 4px;

}

.ui-corner-all,

.ui-corner-bottom,

.ui-corner-left,

.ui-corner-bl {

	border-bottom-left-radius: 4px;

}

.ui-corner-all,

.ui-corner-bottom,

.ui-corner-right,

.ui-corner-br {

	border-bottom-right-radius: 4px;

}



/* Overlays */

.ui-widget-overlay {

	background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;

	opacity: .5;

	filter: Alpha(Opacity=50);

}

.ui-widget-shadow {

	margin: -5px 0 0 -5px;

	padding: 5px;

	background: #000000 url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;

	opacity: .2;

	filter: Alpha(Opacity=20);

	border-radius: 5px;

}



/**hulanPortal.css*/

body,object, iframe, h1, h2, h3, h4, h5, h6,blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input,textarea {

    color: #666666;

    font-size: 12px;

    font-family: "雅黑","宋体",arial,verdana,sans-serif;

    padding:0;

    margin:0;

}

.column {

	/*padding-bottom:100px;*/

}



.portlet {

}

.portlet-header {

}

.portlet-header .ui-icon {

	float: right;

}

.portlet-content {

	/*padding: 0.4em;*/

	white-space:normal; 

	display:block;

	word-break:break-all;

}

.eps-admin-clear{height:0px;overflow:hidden;line-height:0;clear:both;font-size:0;}

/*样式表中不能出现针对于标签的默认样式的设置，以减少系统样式对用户样式的干扰*/

/*定义系统中含有input的button样式*/

.eps-button-outer{float:left;width:84px;height:22px;margin-right:10px;background:url(../images/buttons.png) left top no-repeat;padding-left:6px;display:inline;}

.eps-button-outer input{background:url(../images/buttons.png) right -68px no-repeat !important;border:none !important;width:auto;padding:0px 6px 0px 0 !important;height:22px !important;}

.eps-button-hover-outer{background-position:left -23px;}

.eps-button-hover-outer input{background-position:right -91px !important;}

.eps-button-mousedown-outer{background-position:left -46px;}

.eps-button-mousedown-outer input{background-position:right -114px !important;}

/*定义系统中含有button的button样式*/

.eps-article-btn{display:inline-block;height:22px;}

.eps-article-btn .eps-article-btn-midder{display:inline-block;height:22px;}

.eps-article-btn .eps-article-btn-inner{display:inline-block;height:22px;padding:0px 4px;}

.eps-article-btn button{border:none;background:none;height:20px;}

.eps-article-btn button img{width:16px;height:16px;margin:0 4px 0 0;vertical-align:middle;}

.eps-article-btn button span{display:inline-block;height:16px;vertical-align:middle;}

.eps-article-btn-hover{background:url(../images/button_bg.gif) left top repeat-x;}

.eps-article-btn-hover .eps-article-btn-midder{background:url(../images/button_bg.gif) left -22px no-repeat;}

.eps-article-btn-hover .eps-article-btn-inner{background:url(../images/button_bg.gif) right -44px no-repeat;}

/*登录后的头部样式*/

.navgationDiv{height:50px;background: #f4f4f4;padding:0;margin:0;}

.navgation-container {

	width: 1000px;

	margin: 0 auto;

	padding: 0;

}

.navgation-container .navgation-right {

	float: right;

	position: relative;

	width:560px;

}

.eps-model-list {

	display: inline-block;

	list-style-type: none;

	padding: 0;

	margin: 0;

}

.eps-model-list li {

	display: inline-block;

	padding: 0 50px;

	margin: 0;

	font-size: 16px;

	color: #545454;

	line-height: 50px;

	cursor: pointer;

}

.eps-model-list li:hover, .eps-model-list .eps-mode-cur-mode {

	color: #ff8d3a;

	font-weight: 700;

}

.eps-cur-user {

	position: relative;

	display: inline-block;

	vertical-align: top;

	z-index: 1000;

}

.eps-cur-user .eps-user-icon {

	display: inline-block;

	width: 20px;

	height: 20px;

	background: url(../images/user-icon.png) left top no-repeat;

}

.eps-cur-user .eps-cur-user-text {

	padding: 0 10px;

	font-size: 16px;

	color: #545454;

	line-height: 50px;

	vertical-align: middle;

}

.eps-cur-user .eps-user-arrow-icon {

	padding: 0;

	margin: 0;

	width:0;

	height: 0;

    vertical-align: middle;

	overflow: hidden;

	border-top: 8px solid #545454;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: none;

    background: none;

    cursor: pointer;

    outline: none;

}

.eps-cur-user .eps-user-arrow-icon:hover {

	border-top-color: #ff8d3a;

}

.eps-cur-user .eps-cur-user-dropdown {

	display: none;

	position: absolute;

	left: 0;

	top: 100%;

	width: 100%;

	margin: 0;

	padding: 0;

	list-style-type: none;

	background: #575965;

}

.eps-cur-user .eps-cur-user-dropdown-enter {

	display: block;

	animation:userDropMenu .25s ;

	-webkit-animation:userDropMenu .25s;

}

.eps-cur-user .eps-cur-user-dropdown li {

    padding-left: 20px;

	color: #fff;

    font-size: 14px;

    line-height: 36px;

    cursor: pointer;

}

.eps-cur-user .eps-cur-user-dropdown li:hover {

	background: #7d7e86;

	color: #ff8d3a;

}

.eps-current-site {

	padding: 0 10px;

	font-size: 16px;

	color: #545454;

}

@keyframes userDropMenu

{

from {top:90%;opacity: .5}

to {top:100%;opacity: 1}

}



@-moz-keyframes userDropMenu /* Firefox */

{

from {top:90%;}

to {top:100%;}

}



@-webkit-keyframes userDropMenu /* Safari 和 Chrome */

{

from {top:90%;}

to {top:100%;}

}



@-o-keyframes userDropMenu /* Opera */

{

from {top:90%;}

to {top:100%;}

}

.eps-mode-arrow {

	position: absolute;

	bottom: 0;

	padding: 0;

	margin: 0;

	width:0;

	height: 0;

	overflow: hidden;

	border-top: none;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: 8px solid #393c4e;;

    background: none;

    outline: none;

}

/* .navgationDiv *{padding:0;margin:0;}

.navgationDiv ul{float:right;width:500px;list-style-type:none;}

.navgationDiv ul li{text-align:right;height:24px;list-style-type:none;}

.navgationDiv .currentSite{color:#17970A;padding-right:10px;}

.navgationDiv .currentUser{color:#0184B1;padding-right:10px;}

.navgationDiv .exit{background:url(../images/quit.gif) left -1px no-repeat;padding-left:20px;margin-top:3px;display:inline-block;height:18px;line-height:18px;cursor:pointer;}

.navgationDiv .exit-hover{color:black;}

.navgationDiv .actionBar input{cursor:pointer}

.navgationDiv .actionBar label{cursor:pointer}

.navgationDiv .actionBar img{margin-right:3px;width:12px}

.navgationDiv h1{padding:4px 0 0 0;overflow:hidden;margin:0px;} */

/*不同模式操作按钮*/

.eps-design-mode-toolbar-container {

	background:#393c4e;

}

.eps-design-mode-toolbar-container .eps-design-mode-toolbar {

	width: 1000px;

	margin: 0 auto;

	padding: 0;

	list-style-type: none;

}

.eps-design-mode-toolbar-container .eps-design-mode-toolbar li {

	display:inline-block;

	padding: 0 20px;

	font-size: 14px;

	line-height: 50px;

	color: #fff;

	cursor: pointer;



}

.eps-design-mode-toolbar-container .eps-design-mode-toolbar .tool-active, .eps-design-mode-toolbar-container .eps-design-mode-toolbar li:hover {

	color: #ff8d3a;

	font-weight: 700;

}

/*当前位置的样式*/

.eps-nav-curPosition{height:28px;background:url("../images/topnav.png") left top repeat-x  #D8D8D8;line-height:28px;padding:0 30px;font-size:12px;border-botom:1px solid #D2D2D2;}

.eps-nav-curPosition a{color:#666666;font-weight:bold;font-size:12px;}

.eps-nav-curPosition a:hover{color:#363636;text-decoration:underline;}

/*内容区域样式*/

.eps-setting-content{padding:0;margin:0;overflow:hidden;}

/*html编辑页面样式*/

.eps-setting-savingBar{width:200px;margin:0 auto;padding:10px;overflow:hidden;}

/*模块设置页面样式*/

.eps-portal-modulSetting{list-style-type:none;padding:10px 30px 0;overflow:hidden;border-bottom:1px solid #BCBCBC;}

.eps-portal-modulSetting li{float:left;padding:0 8px;height:24px;line-height:24px;list-style-type:none;font-size:14px;font-weight:bold;}

.eps-portal-modulSetting .eps-portal-currTab{background:#BCBCBC;color:#F2F2F2;}



.eps-simpSetting-form{background:#eaeaea;padding-top:10px;}

.eps-protal-simpSetting{border-collapse:collapse;margin-left:30px;}

.eps-protal-simpSetting tr{padding:0;margin:0;}

.eps-protal-simpSetting td{padding:3px;}

.eps-protal-simpSetting table{border-collapse:collapse;margin:0;padding:0;border:1px solid #B5B8C8;width:100%;}

.eps-protal-simpSetting table caption{padding:3px;background:gray;margin:0;color:white;}

.eps-protal-simpSetting table td{border:1px solid #B5B8C8;text-align:center;}

.eps-protal-simpSetting .eps-portal-aRight{text-align:right;}

.eps-protal-simpSetting input,.eps-template-search .eps-templateMgr-text{padding:2px 3px 1px;vertical-align:middle;border:1px solid  #B5B8C8;height:16px;outline:none;background:url(../images/text-bg.gif) left top repeat-x;}

.eps-protal-simpSetting .eps-simpSetting-text{width:380px;}

.eps-protal-simpSetting select{color:#666666;}



.eps-portal-userAdd{background:url(../images/users_add.gif) left top no-repeat;}

.eps-portal-userDel{background:url(../images/users_del.gif) left top no-repeat;}

.eps-portal-picUpload{background:url(../images/picture_up.gif) left top no-repeat;}



.eps-portal-select{height:22px;vertical-align:middle;}



/*模板管理模块*/

.eps-portal-templateMag{padding:10px 0 0 30px;overflow:hidden;}

.eps-templateMag-left{float:left;width:15%;height:500px;border-right:1px solid #B5B8C8}

.eps-templateMag-right{float:left;height:510px;width:75%;}



.eps-portal-templateTable{border-collapse:collapse;margin:0;padding:0;width:100%;}

.eps-portal-templateTable caption{padding:4px;background:gray;margin:0;color:white;font-weight:bold;font-size:16px;}

.eps-portal-templateTable td{border:1px solid #B5B8C8;text-align:center;padding:3px;}



.eps-nav-tempMgr{padding-left:10px;background:none;}

.eps-portal-templateForm{padding-left:10px;}

.eps-template-search{padding:10px 0;}

.eps-search-buttons{display:inline-block;*display:inline;overflow:hidden;vertical-align:middle;}

.eps-search-buttons .eps-button-outer{width:auto;*float:none;}

.eps-nav-templateEdit{padding-left:10px;}



.eps-portal-tabs{height:24px;padding:10px 30px 0 !important;border-bottom:1px solid #BCBCBC;}

.eps-portal-tabs li{display:inline-block;height:24px;}

.eps-portal-tabs li a{line-height:22px;display:inline-block;border:1px solid #B5B8C8;border-bottom:none;color:#666666 !important;font-size:14px;font-weight:bold;}

.eps-portal-tabs li a:hover{background:#eaeaea !important;color:#4d4d4d !important;}

.tabset_tabs li a.active{background:#bcbcbc !important;color:#f2f2f2 !important;border:1px solid #B5B8C8;border-bottom:none;}



.eps-tabset-content{min-width: 600px; width:98% !important; height: 100%;overflow:hidden;}

.eps-templateMag-xmlEditRight{border: 1px solid #B5B8C8;}

#xmlTextArea{width: 100%;height: 600px; margin: 0; padding: 0;border:none;}



/*文章设置*/

#acticleListPortletSettingForm .tabset_content{background:none;}

.menuContent{display: none; position: absolute; z-index: 999;background:white;}

.eps-portal-artTitLeng{padding-top:3px;}

.eps-portal-artTitLeng input{vertical-align:middle;margin-right:3px;}

/*模块移动*/

.eps-portal-moveModule{margin-top:10px;}



/*底部声明样式*/

.eps-portal-footer{text-align:center;line-height:24px;padding:10px 0 20px 0;color:#666666;font-size:12px;}

.eps-portal-footer a{color:#666666;padding:0;margin:0;}

.eps-portal-footer a:hover{color:#363636;text-decoration:underline;}

.NormalRed {

    color: #FF0000;

    font-size: 12px;

}

.pagingNormal{

    font-size: 12px;

    cursor:pointer;

}

div.zTreeDemoBackground {

	width: 250px;

	height: 362px;

	text-align: left;

}



ul.ztree {

	margin-top: 10px;

	border: 1px solid #617775;

	background: #f0f6e4;

	width: 220px;

	height: 360px;

	overflow-y: scroll;

	overflow-x: auto;

}

/*手机站点*/

.eps-container-outer{overflow:hidden;}

.eps-container-right{float:right;padding:0 20px;border-left:1px solid #c9c9c9;background:#e0dede;}

.eps-container-left{padding-right:421px;}





.eps-phone-show{width:320px;height:480px;background:url("../images/iphone4(s).png") left top no-repeat;padding:129px 30px;overflow:hidden;}

.eps-phone-iframeContainer{width:100%;height:100%;overflow:hidden;}

.eps-phone-show .eps-phone-view{width:100%;height:100%;}

.eps-changephone-bar{text-align:center;padding:10px 0;}

/*iphone 4(s)*/

.eps-iphone4s-show{width:320px;height:480px;}

/*iphone 5(s)*/

.eps-iphone5s-show{width:320px;height:568px;background:url("../images/iphone5(s).png") left top no-repeat;padding:117px 28px 112px 32px;}

/*Galaxy S4*/

.eps-GalaxyS4-show{width:360px;height:640px;background:url("../images/GalaxyS4.png") left top no-repeat;padding:70px 18px;}

/*Galaxy S3*/

.eps-GalaxyS3-show{width:360px;height:640px;background:url("../images/GalaxyS3.png") left top no-repeat;padding:73px 24px 86px;}

/*xiao mi 2s*/

.eps-mi2s-show{width:360px;height:640px;background:url("../images/xiaomi2s.png") left top no-repeat;padding:86px 28px 113px;}

.huilan-add-new-site .huilan-icon-add {

	background-position: -342px -120px;

	display: block;

	height: 48px;

	margin: auto;

	width: 48px;

}

.huilan-pcl-img {

    background-image: url("../images/pingcele.png");

    background-repeat: no-repeat;

    margin-right: 3px;

}

.eportal_title_reduce,.eportal_title_max,.eportal_title_lock,.eportal_title_refresh,.eportal_title_close

	{

	color: #5a9bd4;

	cursor: pointer;

	float: right;

	font-size: 9pt;

	line-height: 28px;

}

.eportal_title {

	background-image: url("../images/title_bg.jpg");

	height: 27px;

	left: -2px;

	line-height: 27px;

	padding-left: 12px;

	position: relative;

	text-align: left;

	top: -2px;

}

.eportal_content {

	background-color: #ffffff;

	border-bottom: 1px solid #dfdfdf;

	border-left: 1px solid #dfdfdf;

	border-right: 1px solid #dfdfdf;

	height: 100%;

	left: -2px;

	padding: 8px 8px 15px 4px;

	position: relative;

	text-align: left;

	text-decoration: none;

	top: -2px;

}

.eportal_drag_div_style{

    border-color: #ff1010;

    border-style: dashed;

    border-width: 1px;

    margin-bottom: 5px;

    margin-top: 5px;

}

.portlet-mouseover-border{

	border:1px dashed #ff7f17;

}

/*修改列表弹出层样式*/

.eps-portallat-list .ui_lt, .eps-portallat-list .ui_rt, .eps-portallat-list .ui_lb, .eps-portallat-list .ui_rb {

	display: none;

}

.eps-portallat-list .ui_inner {

	border:none;

}

.eps-portallat-list .ui_title {

	padding: 0 30px 0 0;

	background: #0a7abf;

	height: 46px;

    line-height: 46px;

    font-size: 16px;

    color: #fff;

    text-align: center;

}

.eps-portallat-list .ui_title_buttons {

	top: 13px;

}

.eps-portallat-list .ui_main {

	border-left: 1px solid #cccccc;

    border-right: 1px solid #cccccc;

}

.eps-portallat-list .ui_buttons {

	padding: 0 20px 20px 0;

	background-color: #fcfcfc;

    border-top: none;

    border-left: 1px solid #cccccc;

    border-right: 1px solid #cccccc;

    border-bottom: 1px solid #cccccc;

}

.eps-portallat-list .ui_buttons input {

	text-shadow: none;

 	background: #0093e0;

    color: #fff;

    font-size: 14px;

    border-color: #0093e0;

    padding: 10px 27px;

    height: auto;

    filter: none;

 }

 .eps-portallat-list .ui_buttons input:hover {

 	opacity: 0.8;

 	color: #fff;

 }



 /**/

.easysite-section-placeholder {

	padding: 0px;

	cursor: pointer; 

}

.easysite-section-placeholder h2 {

	padding:64px 0 0;

	margin: 0;

    font-size: 24px;

    color: #A1A1A1;

    text-align: center;

    font-weight: 400;

    line-height: 1.5;

    background: url(../images/add-module.png) center 0 no-repeat;

}

.easysite-section-placeholder:hover h2 {

	color: #419dd5;

    background: url(../images/add-module-hover.png) center 0 no-repeat;

}



.easysite-section-header {

	text-align: center;

}

.easysite-section-header h2 {

	display: inline-block;

	font-size: 16px;

    color: #A1A1A1;

    line-height: 24px;

}

.easysite-section-header .easysite-section-header-addBtn {

	padding: 0;

	margin: 0 5px;

	width: 24px;

	height: 24px;

	border:none;

	vertical-align: top;

	background: url(../images/header-add-module.png) left top no-repeat;

    cursor: pointer;

}

.easysite-section-header:hover h2 {

	color: #419dd5;

}

.easysite-section-header:hover .easysite-section-header-addBtn {

	background: url(../images/header-add-module-hover.png) left top no-repeat;

}