/* LYPHP */
.status_ok { color: darkgreen !important; }
.status_warning { color: chocolate !important; }
.status_error { color: red !important; }
#bubleTable { margin-bottom: 13px; }
#buble { border: solid 1px #ccc; background: #EEE; padding: 5px; }
.highlight { background: #ffff63; }
#apgPW { margin-bottom: 3px; }
#apgPWValue { font-size: 17px; margin-bottom: 3px; font-family: monospace; font-weight: bold; }
.nowrap { white-space: nowrap; }

#timerFloat { position:absolute; top:4px; right:4px; }
#timerFloat, #timerFloat td { color:#CCC; font-size: 9px; }

/* autocomplete */
div.auto_complete { width: 350px; background: #fff;}
div.auto_complete ul { border:1px solid #888; margin:0; padding:0; width:100%; list-style-type:none; }
div.auto_complete ul li { margin:0; padding:3px;cursor:pointer;}
div.auto_complete ul li.selected { background-color: #ffb; }
div.auto_complete ul strong.highlight { color: #800; margin:0; padding:0; }

/* FORM BUILDER */

#fb_toolbar { background: #EBEBEB; padding: 5px; height: 17px; }
#fb_toolbar a { padding-right: 6px; background: url(../images/fb_button_r.gif) no-repeat top right; margin-right: 5px; float: left; }
#fb_toolbar a span { display: block; padding: 2px 0px 3px 6px; background: url(../images/fb_button_l.gif) no-repeat top left; font-size: 10px; color: #546947; text-transform: uppercase; line-height: 14px; }
#fb_preview { padding: 1px 0px 1px 0px; float: left; width: 390px; background: #EEE; overflow-y: scroll; height: 508px; }
#fb_tools { padding: 5px; float: right; width: 390px; overflow-y: scroll; height: 500px; }
#fb_preview_panel { padding-bottom: 0px; border: solid 1px #C7C2CE; }
#fb_preview .element { padding: 4px 5px; clear: both; border-bottom: solid 1px #DDD; background: #FFF; }
#fb_preview .ulLimited { background: lightyellow; }
#fb_preview .name { font-weight: bold; padding-right: 10px; }
#fb_preview .type { color: #888; font-style: italic; font-size: 11px; }
#fb_preview .nameInfo { font-style: italic; font-size: 11px; }
#fb_preview .tools { clear: both; margin-top: 5px; height: 13px; }
#fb_preview .customId { font-size: 10px; color: #888; float: left; margin-right: 10px; }
#fb_preview .links { float: left; margin-top: 1px; font-size: 9px; text-transform: uppercase; }
#fb_preview .links a { padding-right: 0px; }
#fb_preview .links a img {padding-right:2px;}
#fb_preview .icon { float: left; padding-right: 8px; }
#fb_preview .elementChildren { padding: 1px 0 1px 18px; }
#fb_preview .fb-tool { width: 12px; height: 12px; background: url(/p.gif) no-repeat top left; margin-right: 3px; float: left; opacity: 1; }
#fb_preview .fb-tool-edit { background-image: url(../images/icons/check_edit.gif); }
#fb_preview .fb-tool-move-up { background-image: url(../images/icons/check_puscica_gor.gif); }
#fb_preview .fb-tool-move-down { background-image: url(../images/icons/check_puscica_dol.gif); }
#fb_preview .fb-tool-delete { background-image: url(../images/icons/check_delete.gif); }
#fb_preview .fb-tool-add-child { background-image: url(../images/icons/check_app_child.gif); }
#fb_preview .fb-tool-form-include { background-image: url(../images/icons/check_cop.gif); }
#fb_preview .fb-tool-add-after { background-image: url(../images/icons/check_ins_after.gif); }

/* MB_OVERLAY */

#MB_overlay { position: absolute; margin: auto; top: 0;	left: 0; width: 100%; height: 100%; z-index: 9999; background-color: #000!important;}
#MB_overlay[id] { position: fixed; }
#MB_window { position:absolute; top: 0; border: 0 solid; text-align:left; z-index:10000; }
#MB_window[id] { position: fixed!important; }
#MB_frame { position:relative; background-color: #EFEFEF; height:100%; }
#MB_header { margin:0; height: 28px; }
#MB_content { padding: 6px .75em; overflow:auto; }
#MB_caption { font: bold 85% "Lucida Grande", Arial, sans-serif; text-shadow: #FFF 0 1px 0; padding: .75em 2em 0 .75em; margin: 0; text-align: left; }
#MB_close { display:block; position:absolute; right:5px; top:4px; padding:2px 3px; font-weight:bold; text-decoration:none; font-size:13px; }
#MB_close:hover { background:transparent; }
#MB_loading { padding: 1.5em; text-indent: -10000px; background: transparent url(../images/spinner.gif) 50% 0 no-repeat; }
/* Color scheme */
#MB_window { background-color:#EFEFEF; color:#000; }
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header { background-color:#DDD; border-bottom: 1px solid #CCC; }
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* Hide the input by using a className */
input.fd-hidden-input,
select.fd-hidden-input
        {
        display:none;
        }
/* Screen reader class - hides it from the visual display */
.fd-screen-reader
        {
        position:absolute;
        left:-999em;
        top:0;
        width:1px;
        height:1px;
        overflow:hidden;
        outline: 0 none;
	-moz-outline: 0 none;
        }
/* Disabled datePicker and activation button */
a.dp-disabled,
.dp-disabled table
        {
        opacity:.3 !important;
        filter:alpha(opacity=40);
        }
.dp-disabled,
.dp-disabled td,
.dp-disabled th,
.dp-disabled th span
        {
        cursor:default !important;
        }
a.date-picker-control:focus,
div.datePicker table td:focus
        {
        overflow:hidden;
        outline:0 none;
	-moz-outline: 0 none;
	color:rgb(100,130,170) !important;
        }
/* The wrapper div */
div.datePicker
        {
        position:absolute;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/1em Verdana, Sans-Serif;

        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana, sans-serif; */

        /* Or, if you prefer a pixel precision */
        /* font:900 12px/12px Verdana, sans-serif; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.static-datepicker
        {
        position:relative;
        top:5px;
        left:0;
        }
div.datePicker table
        {
        width:auto;
        height:auto;
        }
/* Draggable datepickers */
div.datePicker tfoot th.drag-enabled,
div.datePicker thead th.drag-enabled,
div.datePicker thead th.drag-enabled span
        {
        cursor:move;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited
        {
        position:relative;
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../images/cal-grey.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:top;
        }
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus,
a.dp-button-active:link,
a.dp-button-active:visited,
a.dp-button-active:hover,
a.dp-button-active:active,
a.dp-button-active:focus
        {
        background:transparent url(../images/cal.gif) no-repeat 50% 50%;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
/* IE, Safari & Opera. Seperate CSS rule seems to be required. */
a.date-picker-control
        {
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* Default "button" styles */
div.datePicker thead th span
        {
        display:block;
        padding:0;
        margin:0;
        text-align:center;
        line-height:1em;
        border:0 none;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
/* The "month, year" display */
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        display:inline;
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
/* Next & Previous (month, year) buttons */
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-weight:lighter;
        font-size:2.4em;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        cursor:pointer !important;
        }
/* Hover effect for Next & Previous (month, year) buttons */
div.datePicker th span.prev-but:hover,
div.datePicker th span.next-but:hover,
div.datePicker th span.today-but:hover
        {
        color:#a84444;
        }
/* Today button */
div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        padding-top:0.3em;
        text-transform:uppercase;
        vertical-align:middle;
        cursor:pointer !important
        }
/* Disabled buttons */
div.dp-disabled th span.prev-but,
div.dp-disabled th span.next-but,
div.dp-disabled th span.today-but,
div.dp-disabled th span.prev-but:hover,
div.dp-disabled th span.next-but:hover,
div.dp-disabled th span.today-but:hover,
div.datePicker th span.prev-but.fd-disabled:hover,
div.datePicker th span.next-but.fd-disabled:hover,
div.datePicker thead th span.fd-disabled,
div.datePicker th span.fd-disabled:hover
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        text-decoration:none;
        text-transform:lowercase;
        cursor:pointer;
        }
/* The table */
div.datePicker table
        {
        margin:0;
        padding:0px;
        border:1px solid #ccc;
        background:#fff url(../images/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        border-spacing:2px;
        padding:0.3em;
        width:auto;
        empty-cells:show;
        -moz-border-radius:0.8em;
        border-radius:0.8em;
        }
/* Common TD & TH styling */
div.datePicker table td,
div.datePicker table tbody th
        {
        border:0 none;
        padding:0;
        text-align:center;
        vertical-align:middle;
        cursor:pointer;
        background:#fff url(../images/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em;
        overflow:hidden;
        outline:transparent none 0px;
        border:1px solid #ccc;
        text-transform:none;
        -moz-border-radius:2px;
        border-radius:2px;
        }
div.datePicker table td:focus,
div.datePicker table td:active
        {
        outline:0 none red;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        text-transform:none;
        }
div.datePicker table thead th
        {
        height:auto !important;
        }
div.datePicker table tbody th
        {
        border:1px solid #dcdcdc;
        }
/* Week number display */
div.datePicker table thead th.date-picker-week-header,
div.datePicker table tbody th.date-picker-week-header
        {
        font-style:oblique;
        background:transparent;
        cursor:default;
        }
div.datePicker table thead th.date-picker-week-header
        {
        cursor:help;
        border:0 none;
        padding:0 0 0.2em 0;
        }
/* tfoot status bar */
div.datePicker tfoot th
        {
        cursor:default;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:0.1em;
        border:0 none;
        background:#fff;
        height:2.8em;
        }
/* TD cell that is _not_ used to display a day of the month */
div.datePicker table tbody td.date-picker-unused
        {
        background:#fff url(../images/backstripes.gif);
        border-color:#dcdcdc;
        cursor:default !important;
        }

/* The TH cell used to display the "month, year" title */
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header styles */
div.datePicker table thead th.date-picker-day-header
        {
        text-transform:lowercase;
        cursor:help;
        height:auto;
        }
/* The "todays date" style */
div.datePicker table tbody td.date-picker-today
        {
        background:#fff url(../images/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }

div.datePicker table tbody td.month-out.date-picker-highlight
        {
        color:#aa8866 !important;
        }
/* The "highlight days" style */
div.datePicker table tbody td.date-picker-highlight,
div.datePicker table thead th.date-picker-highlight
        {
        color:#a86666 !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../images/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170) !important;
        color:rgb(100,130,170);
        text-shadow: 0px 1px 1px #fff;
        }
/* The "disabled days" style */
div.datePicker table tbody td.day-disabled
        {
        background:#fff url(../images/backstripes.gif) no-repeat 0 0;
        color:#aaa !important;
        cursor:default;
        text-decoration:line-through;
        }
div.datePicker table tbody td.month-out
        {
        border-color:#ddd;
        color:#aaa !important;
        background:#fff url(../images/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        }
/* The "selected date" style */
div.datePicker table tbody td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* The date "out of range" style */
div.datePicker table tbody td.out-of-range,
div.datePicker table tbody td.not-selectable
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* Week number "out of range" && "month-out" styles */
div.datePicker table tbody th.month-out,
div.datePicker table tbody th.out-of-range
        {
        color:#aaa !important;
        font-style:oblique;
        background:#fcfcfc !important;
        }
/* week numbers "out of range" */
div.datePicker table tbody th.out-of-range
        {
        opacity:0.6;
        filter:alpha(opacity=60);
        }
/* Used when the entire grid is full but the next/prev months dates cannot be selected */
div.datePicker table tbody td.not-selectable
        {
        opacity:0.8;
        filter:alpha(opacity=80);
        }
div.datePicker table tbody tr
        {
        display:table-row;
        }
div.datePicker table tfoot sup
        {
        font-size:0.86em;
        letter-spacing:normal;
        text-transform:none;
        height: 0;
	line-height: 1;
	position: relative;
	top: -0.2em;
	vertical-align: baseline !important;
	vertical-align: top;
        }
div.datePicker table thead th.date-picker-day-header,
div.datePicker table thead span.month-display,
div.datePicker table thead span.year-display
        {
        text-shadow: 0px 1px 1px #fff;
        }
/* You can add focus effects (for everything but IE6) like so: */
div.datepicker-focus
        {
        /* Naughty, naughty - but we add a highlight using the table's border colour */
        outline:none;
        }
div.datepicker-focus table.datePickerTable
        {
        border-color:#999 !important;
        }
div.datePicker table tbody tr td:focus
        {
        overflow:hidden;
        outline:0 none;
	-moz-outline: 0 none;
	color:rgb(100,130,170) !important;
	color:#ff0000 !important;
        }
/* INTERNET EXPLORER WOES
   ======================

   Hover Effects
   -------------

   IE cannot deal with :focus on the TR so the datePicker script adds the class "dp-row-highlight" to the
   row currently being hovered over. This should enable you to add hover effects if desired.

   e.g. the following rule will highlight the cell borders in another colour when a row is moused over,
   it looks like crap though so I didn't include the rule within the demo:

div.datePicker table tbody tr.dp-row-highlight td
        {
        border-color:#aaa;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack
   This is a workaround for a nasty IE6 bug that never caches background images on dynamically created DOM nodes
   which means that they are downloaded for every cell for every table - nasty! */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
/* Chrome has problems with the -webkit-box-shadow and -webkit-border-radius styles together
   Remove one or the other to get things looking less ugly */
@media screen and (-webkit-min-device-pixel-ratio:0) {
        div.datePicker table
                {
                border-spacing:0.3em;
                /* Naughty, naughty */
                -webkit-box-shadow:0px 0px 5px #aaa;
                -webkit-border-radius:0.8em;
                }
        div.static-datepicker table
                {
                -webkit-box-shadow:0 0 0 transparent;
                }
        div.static-datepicker:focus table
                {
                -webkit-box-shadow:0px 0px 5px #aaa;
                }
        div.datePicker table td,
        div.datePicker table tbody th
                {
                padding:0.1em;
                -webkit-border-radius:2px;
                }
        div.datePicker table tbody td.date-picker-hover
                {
                -webkit-box-shadow:0px 0px 1px rgb(100,130,170);
                }
}
/* Untested webkit rules for fading out the disabled buttons - fingers crossed */
@-webkit-keyframes fadeout {
        to {
                opacity: 0.4;
        }
        from {
                opacity: 1.0;
                color:#222;
        }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
        div.datePicker table thead th span.fd-disabled {
                -webkit-animation-name: fadeout;
                -webkit-animation-duration: 3s;
                -webkit-animation-timing-function: ease-in-out;
        }
}


/* SORTABLE TABLE */
table.display {
	padding: 0; margin: 0 auto 1em auto; border-top: 1px solid #C1DAD7; border-left: 1px solid #C1DAD7; border-collapse:collapse;
}
table.display th, .displayInfo td {
	font: bold 10px/22px "Lucida Grande", Tahoma, Helvetica, sans-serif;; color: #4f6b72;
	border-right: 1px solid #C1DAD7; border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7;
	letter-spacing: 1px; text-transform: uppercase; text-align: left; padding: 8px 6px 2px 6px;
	background: #CAE8EA url(../images/bgh.jpg) no-repeat; vertical-align:top;
}
.displayInfo td { padding-top: 3px; border-left: 1px solid #C1DAD7; border-bottom: none; }
table.display th.sortable, table.display th.sortable-text,table.display th.sortable-date,table.display th.sortable-keep,
table.display th.sortable-date-dmy,table.display th.sortable-numeric,table.display th.sortable-currency,
table.display th.sortable-sortByTwelveHourTimestamp,table.display th.sortable-sortIPAddress,
table.display th.sortable-sortEnglishLonghandDateFormat,table.display th.sortable-sortScientificNotation,
table.display th.sortable-sortImage,table.display th.sortable-sortFileSize,table.display th.sortable-sortAlphaNumeric,
table.display th.sortable-sortEnglishDateTime {
	cursor:pointer; background: #CAE8EA url(../images/bghs.jpg) no-repeat -3px 0; padding: 7px 6px 2px 12px;
}
table.display th.forwardSort { background:#CAE8EA url(../images/bghu.jpg) no-repeat -3px 0; }
table.display th.reverseSort { background:#CAE8EA url(../images/bghd.jpg) no-repeat -3px 0; }
table thead th.forwardSort a,table thead th.reverseSort a { color:#000; text-decoration:none; }
th.sort-active { background:#CAE8EA url(../images/bgha.jpg) no-repeat -3px 0; cursor:wait; }
th.sort-active a { color:#a80000 !important; cursor:wait; }
table.display th a { text-decoration:none; color: #4f6b72; background:transparent; }
table.display td a { text-decoration:none; color:#239; background:transparent; }
table.display td a.delete { color:#C30; }
table.display td img { margin:0 auto; border:none; padding: 0 3px; display: block; }
table.display td .mover img,table.display td .dropper img { margin:0 auto; border:none; padding: 0px; }
table.display td {
	font: normal 11px "Lucida Grande", Tahoma, Helvetica, sans-serif;; border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7; padding: 6px; color: #4f6b72;
}
table.display td td { padding:2px; border:none; }
table.display td.lft { text-align:left; }
table.display tr.alt { background: #F5FAFA; color: #797268; }
table.display tr[class="alt"] { background: #F5FAFA url(../images/td_alt.jpg) no-repeat; }
table.display tr[class="normal"] { background: #FFF; }
table.display td[class~="alt"] { background: #edf3f3 url(../images/col_alt.jpg) no-repeat !important; }
* html table.display tr.alt td { background-color:#F5FAFA; }
* html table.display tr td.alt, * html tr.alt td.alt { background-color:#edf3f3; }
th.nopad { padding-top: 0px; padding-bottom: 0px; vertical-align: bottom; }
th.midTimeSlots{background:none;line-height:normal; font-weight:normal; text-align:center; text-transform:none;}
table.display tfoot td {
	border-top: 0; border-left: 0; border-right: 1px solid #C1DAD7; background: none;
	font-weight:bold; text-transform:uppercase; letter-spacing:1px;
}
td.displayMiddle {
	background: #D8DFDF url(../images/bgm.gif) no-repeat top left; padding: 6px;
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72;
	border-right: 1px solid #C1DAD7; border-left: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7;
}
td.displayMiddle label { font-weight: normal; }
td.displayMiddle form { display: inline; }
table.display tr td.hl { background: lightyellow; }
table.display caption { font-weight: bold; text-align: left; margin-bottom: 5px; }
table.display tr.colapsed td { padding:0; background: #C1DAD7; }
table.display tr.colapsed td img { display: block; }


/* Pagination list styles */
ul.fdtablePaginater {
	display:table; list-style:none; padding:0; margin:0 auto; text-align:center; height:2em;
	width:auto; margin-bottom:1em;
}
ul.fdtablePaginater li {
	display:table-cell; float: left; padding-right:4px; padding-bottom:4px; color:#666; list-style:none;
	-moz-user-select:none; -khtml-user-select:none;
}
ul.fdtablePaginater li a.currentPage { border-color:#a84444 !important; color:#000; }
ul.fdtablePaginater li a:active { border-color:#222 !important; color:#222; }
ul.fdtablePaginater li a, ul.fdtablePaginater li div {
	display:block; width:2em; font-size:1em; color:#666; padding:0; margin:0; text-decoration:none;
	outline:none; border:1px solid #ccc; font-family:georgia, serif;
}

ul.fdtablePaginater li div { cursor:normal; opacity:.5; filter:alpha(opacity=50); }
ul.fdtablePaginater li a span,ul.fdtablePaginater li div span {
	display:block; line-height:2em; border:1px solid #fff; background:#fff url(../images/gradient.gif) repeat-x 0 -20px;
}
ul.fdtablePaginater li a { cursor:pointer; }
ul.fdtablePaginater li a:focus { color:#333; text-decoration:none; border-color:#aaa; }
.fdtablePaginaterWrap { text-align:center; clear:both; text-decoration:none; }
ul.fdtablePaginater li .next-page span,ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,ul.fdtablePaginater li .last-page span { font-weight:bold !important; }

* html ul.fdtablePaginater li div span,* html ul.fdtablePaginater li div span { background:#eee; }
tr.invisibleRow { display:none; }
* html ul.fdtablePaginater {display:inline-block;}
* html ul.fdtablePaginater {display:inline;}
* html ul.fdtablePaginater li { float:left; }
* html ul.fdtablePaginater {text-align:center;}

/* SIFORM */

.sf-form-element, .sf-group-element, .sf-tab-element {
	padding: 3px 0; line-height: 15px; position: relative;
}


.sf-label {
	display: block; float: left; clear: left; padding: 3px 17px 3px 0px; margin-right:0px; color: #374569; background:none;
}

.sf-ulLimited { font-weight: bold; background:none;}
.sf-ulLimitedBig { font-weight: bold; font-size:15px;}
.sf-bordered {border:1px solid lightgray; padding:3px;min-height:15px;}
form.sf-form .sf-part {
		border: 1px solid lightgrey;
		-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.03);
		-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.03);
		box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.03);
		padding:8px;
		background:white;
}

.sf-label .star {
	color: red; font-weight: bold;
}
label.sf-val-error {
	border: none; background: white url(../images/bg_tiped.gif) no-repeat 0px 4px;
	padding-left: 17px; padding-right: 0px;
}
label.sf-val-error span {
	border-bottom: dashed 1px #C33; color: #C33;
}


.sf-textfield, .sf-textarea, .sf-select {
	background: #F7F7F7; border: solid 1px; border-color: #999999 #AAB3B3 #D5DDDD; padding: 3px; line-height: 15px; float: left;
}

textarea.editAreaPhp {float:none !important;}

.sf-repeater {
	background: #F7F7F7; border: solid 1px; border-color: #999999 #AAB3B3 #D5DDDD; padding: 3px; line-height: 15px; float: left;
}

.sf-repeater-icon {
	float:left; cursor: pointer;
}

.sf-repeater-tools {
	width: 100px; height: 23px; float:left;
}

.sf-checkboxes, .sf-radios {
	float: left;
}
input.sf-val-error,textarea.sf-val-error,select.sf-val-error {
	border-color: #C33; background-color: #FEE;
}
.sf-datepicker {
	margin-right: 20px;
}
.sf-column-element .sf-datepicker {
	margin-right: 26px !important;
}
.sf-form-element a.date-picker-control {
	margin: 4px 0 0 -16px;
}
.sf-form-element .sf-column-element a.date-picker-control {
	margin-left: -22px;
}

.sf-helpTip {
	position: absolute; display: block; background: #EEE; border: solid 1px #316A9A; padding: 7px; margin: 0; width: 300px; z-index: 9999;
}
.sf-help {
	position: absolute; top: 1px; overflow: visible; height: 23px; width: 16px; right: 0px;
}
.sf-help .sf-help-icon {
	width: 16px; height: 23px; background: url(../images/bg_helped.gif) no-repeat bottom right;
}
.sf-help .sf-help-text {
	display: none; position: absolute;
}
.sf-help-over .sf-help-text {
	display: block; width: 300px; background: #EEE; border: solid 1px #316A9A; padding: 7px; position: absolute; right: 0px; top: 18px;
}
.sf-info {
	font-size:10px;
	color: #999;
}

.sf-info-right {
	font-size:10px;
	color: #999;
	float:right;
}

.sf-toolbox-icon {
	float: left; margin: 4px 0px 0px 5px;
}
.sf-toolbox-icon img {
	width: 16px; height: 16px; background: url(../images/sf-toolbox.gif) no-repeat top left; display: block;
}

/*.sf-help-text-inside {
	position: absolute; top: 0; left: 0; height: 100%; width:100%;
}*/

.sf-tooltip {
	position: absolute; display: block; background: #FEE; border: solid 3px #C33; padding: 2px 7px; margin: 2px 2px 0 0;
}
.sf-tooltip P {
	margin: 5px 0px; padding: 0; color: #C33;
}

.sf-subelements-no-newline .sf-sub-element {
	float: left;
}
.sf-sub-element {
	padding: 3px 3px 0 0;
}
.sf-sub-element label, .sf-sub-element input {
	float: left;
}
.sf-sub-element input {
	margin-right: -30px;
}
.sf-sub-element label {
	padding-top: 0px; margin: 1px 0 0 22px;
}
.sf-subelements-no-newline .sf-sub-element label {
	/* white-space: nowrap; */
}
.sf-dateselect-time input {
	width: 60px; margin-left: 5px;
}
.sf-element { position: relative; }
.sf-element select {
	position: absolute;
}


.sf-html {
	float: left; padding-top: 3px;
}

.sf-location-frame { border: solid 1px; border-color: #999999 #AAB3B3 #D5DDDD; }

.sf-group {
	margin:0; padding:0; border:none; border-top: solid 2px #19ABCE; margin-bottom: 1em;
}


fieldset.sf-val-error {
	background: none;
}
.sf-group-title {
	padding: 0; margin: 0; background-color: #19ABCE; border-right: solid 3px white;
}

.sf-groupLimited { border: none; border-top: solid 2px #000 !important; border-bottom: solid 2px #000; 
				  padding:0px; padding-top:5px; padding-bottom:5px;
				  background-color:lightyellow;
}
.sf-groupLimited > .sf-group-title { margin-left: 10px; background-color: #000; border-left: solid 3px white; }

.sf-group-title span {
	display: block; padding: 5px; font-size: 11px; line-height: 12px; text-transform: uppercase; color: white;
}
fieldset.sf-val-error .sf-group-title {
	background: #d14747 url(../images/sf-error.gif) no-repeat 5px 6px; padding-left: 16px;
}
.sf-group-content {
	padding-top: 5px;
}
.sf-group-collapsible .sf-group-title span {
	padding-left: 19px; background: url(../images/sf-group-close.gif) no-repeat 5px 6px; cursor: pointer;
}
.sf-group-collapsed .sf-group-title span {
	background-image: url(../images/sf-group-open.gif);
}
.sf-group-collapsed .sf-group-content {
	display: none;
}

/* SF-TABS */

.sf-tabs-container {
	margin-bottom: 1em;
}
.sf-tabs, .sf-tab {
	list-style:none; margin:0; padding:0;
}
.sf-tabs {
	border-bottom: solid 2px #19ABCE; margin-bottom: 5px; clear: both;
}
.sf-tab {
	padding: 5px; background-color: #8dd5e7; color: white; font-size: 11px; line-height: 12px; text-transform: uppercase; float:left; margin-right: 3px; cursor: pointer;
}
.sf-tab a {
	color: #FFF;
}
.sf-tab-active {
	background-color: #19ABCE; height:15px;
}
.sf-tabs .sf-val-error {
	background: #d14747 url(../images/sf-error.gif) no-repeat 5px 6px; padding-left: 19px;
}


.sf-columns {
	float: left;
}
.sf-columns .sf-column-element {
	float: left;
}

.sf-appended {
  float:right;
  padding-top:5px;
}

.sf-help-text-plain {display:none;}


.mupControl {
	position: relative;
}
.mupControl .mup_exImages {
	float: left; width: 200px; padding-right: 20px;
}
.mupControl .mup_exImage {
	width: 200px; clear: both; padding-bottom: 10px;
}
.mupControl .mup_exImage img {
	width: 100px; display: block; float: left; margin-bottom: 10px;
}
.mupControl .mup_exImage .mup_tools {
	float: right; width: 70px; text-align: right;
}
.mupControl .mup_iframe {
	float: left; width: 300px; height: 50px; border: none; background: #DEDEDE;
}


.sf-buttons-bar {
	background: none; padding: 0px 0px; margin-top: 10px;
}
.sf-buttons-bar input {
	width: auto; _width: 1; overflow: visible; background: #036 url(../images/bg_button.gif) no-repeat top left; font-size: 10px; line-height: 12px; text-transform: uppercase; border: none; padding: 4px 10px 3px 24px; margin-right: 5px; color: white;
}


.sf-cf {
	clear: both;
}


/* FILEBROWSER TOOLBOX */

#filebrowserToolbox { min-width: 600px; min-height: 500px; }
#filebrowserToolbox .fbToolbar { height: 36px; padding: 0px 10px; background: #19ABCE; }
#filebrowserToolbox .fbPath { font-size: 14px; color: #FFF; float: left; padding-top: 10px; }
#filebrowserToolbox .fbPath a { color: #FFF; text-decoration: none; }
#filebrowserToolbox .fbLinks { font-size: 12px; float: right; }
#filebrowserToolbox .fbLinks a { display: block; float: left; height: 26px; padding: 10px 0px 0px 10px; color: white; }
#filebrowserToolbox .fbLinks a.fbLinkClose { color: #A33; }
#filebrowserToolbox .fbContents { padding: 10px 0; overflow-y: scroll; min-height: 450px; }
#filebrowserToolbox .fbContents .fbElement { display: block; background: url(../images/sort-group.png) no-repeat 10px 5px; height: 21px; padding: 5px 10px 0 30px; font-color: #19ABCE; border: solid 1px #CCC; border-width: 1px 0; margin-top: -1px; }
/*#filebrowserToolbox .fbContents .fbElement { display: block; background: url(../images/sort-group.png) no-repeat 10px 5px; height: 20px; padding: 5px 10px 0 30px; font-color: #19ABCE; border: solid 1px #CCC; border-width: 1px 0; margin-top: -1px; }*/
#filebrowserToolbox .fbContents .fbElement:hover { background-color: #eee; }
#filebrowserToolbox .fbContents .fbFile { background-image: url(../images/sort-item.png); }
#filebrowserToolbox .fbContents .fbElement .delete { float: right; margin-top: 2px; }
#filebrowserToolbox .fbContents .fbElement .info { font-size: 10px; color: #666; padding-left: 10px; }
#filebrowserToolbox #fbUpload { padding: 10px; }
#filebrowserToolbox #fbSwfUploadHolder { border: solid 1px #19ABCE; background: #8dd5e7; width: 180px; }
#filebrowserToolbox #fbUpload .close { display: block; float: right; padding: 3px 5px; border: solid 1px #C33; color: #FFF; background-color: #d14747; }

#filebrowserToolbox .progressWrapper { width: 357px; overflow: hidden; }
#filebrowserToolbox .progressContainer { margin: 5px; padding: 4px; border: solid 1px #E8E8E8; background-color: #F7F7F7; overflow: hidden; }
/* Message */
#filebrowserToolbox .message { margin: 1em 0; padding: 10px 20px; border: solid 1px #FFDD99; background-color: #FFFFCC; overflow: hidden; }
/* Error */
#filebrowserToolbox .red { border: solid 1px #B50000; background-color: #FFEBEB; }
/* Current */
#filebrowserToolbox .green { border: solid 1px #DDF0DD; background-color: #EBFFEB; }
/* Complete */
#filebrowserToolbox .blue { border: solid 1px #CEE2F2; background-color: #F0F5FF; }
#filebrowserToolbox .progressName { font-size: 8pt; font-weight: 700; color: #555; width: 323px; height: 14px; text-align: left; white-space: nowrap; overflow: hidden; }
#filebrowserToolbox .progressBarInProgress,
#filebrowserToolbox .progressBarComplete,
#filebrowserToolbox .progressBarError { font-size: 0; width: 0%; height: 2px; background-color: blue; margin-top: 2px; }
#filebrowserToolbox .progressBarComplete { width: 100%; background-color: green; visibility: hidden; }
#filebrowserToolbox .progressBarError { width: 100%; background-color: red; visibility: hidden; }
#filebrowserToolbox .progressBarStatus { margin-top: 2px; width: 337px; font-size: 7pt; font-family: Arial; text-align: left; white-space: nowrap; }
#filebrowserToolbox a.progressCancel { font-size: 0; display: block; height: 14px; width: 14px; background-image: url(../javascripts/swfuplaod/cancelbutton.gif); background-repeat: no-repeat; background-position: -14px 0px; float: right; }
#filebrowserToolbox a.progressCancel:hover { background-position: 0px 0px; }

.sf-password-helper { background: #fff; border: 1px solid #999; padding: 6px; z-index: 100; }
.sf-password-helper ul { margin: 0; padding: 2px; list-style: none; }
.sf-password-helper ul li { color: red; }
.sf-password-helper ul li.checked { color: green; }
.sf-password-helper .password-strength { margin-top: 8px; }
.sf-password-helper .password-strength span { font-weight: bold; }
.sf-overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; vertical-align: middle; background: #000; opacity: 0.3; filter: alpha(opacity=30); z-index: 150000; }
.sf-overlay img { left: 50%; position: absolute; top: 50%; z-index: 1002; margin-top: -50px; margin-left: -50px; }


/* NESTED SORTABLE HELPER */
div.sortable ol { list-style: none; }
div.sortable > ol { padding-left: 0px; margin: 0px; }
div.sortable > ol ol { padding-left: 15px; }
div.sortable ol li { position: relative; }
div.sortable ol li.closed { display: none; }
div.sortable ol li > div > .collapse { float: left; margin-top: 2px; }
div.sortable ol li > div {  cursor: pointer;
    border: 1px solid #d4d4d4; border-color: #D4D4D4 #D4D4D4 #BCBCBC; 
    padding: 5px;margin: 0;
    margin-top: 2px; margin-bottom: 2px;
    background: #F5FAFA;
} 
div.sortable ol li > div:hover { border-color: #666; }
div.sortable .ui-sortable-placeholder { border: 1px dashed #431261; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; visibility: visible !important; }
div.sortable ol li .tools { float: right; right: 7px; top: 7px; z-index: 10; }
div.sortable .editable-accept { cursor: pointer; }
div.sortable .undo-button { }
div.sortable > .toolbar { 
    border: 1px solid #d4d4d4; border-color: #D4D4D4 #D4D4D4 #BCBCBC; 
    padding: 5px;margin: 0;
    margin-top: 2px; margin-bottom: 2px;
    background: #eee;
    overflow: hidden;
}
div.sortable > .toolbar > .status { float: right; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; border-color: #D4D4D4 #D4D4D4 #BCBCBC;  background: #fff; padding: 3px 6px 3px 6px; font-size: 13px;  }


/* LYbrowser */
#lybrowser-overlay {
    background: #000;
    opacity: 0.3;
    position: absolute;
    z-index: 1000;
    left: 0px; 
    top: 0px;
}
#lybrowser-instance {
    -webkit-border-radius: 6px;
    border-radius: 6px;    
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    background: #fff;
    position: absolute;
    z-index: 1001;
    width: 800px;
    height: 600px;
    overflow: hidden;
}
#lybrowser-instance * { font-family: 'Calibri'; font-size: 14px; }
#lybrowser-instance > .header { 
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #787878 0%, #4b4b4b 47%, #787878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(47%,#4b4b4b), color-stop(100%,#787878));
    background: -webkit-linear-gradient(top,  #787878 0%,#4b4b4b 47%,#787878 100%);
    background: -o-linear-gradient(top,  #787878 0%,#4b4b4b 47%,#787878 100%);
    background: -ms-linear-gradient(top,  #787878 0%,#4b4b4b 47%,#787878 100%);
    background: linear-gradient(top,  #787878 0%,#4b4b4b 47%,#787878 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#ededed',GradientType=0 );      
    padding: 3px;
    padding-left: 7px;
    color: #fff;
    font-size: 16px;
    position: relative;
    height: 20px;
}

#lybrowser-instance > .header > .close { position: absolute; right: 15px; top: 3px; font-size: 16px; font-weight: bold; cursor: pointer; }
#lybrowser-instance > .toolbar { height: 38px; border-bottom: 1px solid #9e9e9e; 
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );  
}
#lybrowser-instance > .toc { position: absolute; top: 65px; left: 0px; width: 230px; height: 526px; border-right: 1px solid #9e9e9e;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );  
    overflow: auto;
    padding: 5px;
}
#lybrowser-instance > .toc ul { list-style: none; margin: 0px; margin-left: 6px; padding: 0px; }
#lybrowser-instance > .toc ul li { padding: 0px; margin: 0px; }
#lybrowser-instance > .toc ul li.new-folder { background: url(../images/famfam/folder_add.png) no-repeat 1px 5px; padding-left: 19px; }
#lybrowser-instance > .toc ul li.new-folder input { width: 100px;  }
#lybrowser-instance > .toc ul li a { padding: 4px; display: inline-block; background: url(../images/famfam/folder.png) no-repeat 0px 3px; padding-left: 19px; }
#lybrowser-instance > .toc ul li a.current { background: url(../images/famfam/folder_go.png) no-repeat 0px 3px; font-weight: bold; }
#lybrowser-instance > .toc ul li a:hover { background: #ddd url(../images/famfam/folder_explore.png) no-repeat 1px 5px;  }
#lybrowser-instance > .toc ul li a.current:hover { background: url(../images/famfam/folder_go.png) no-repeat 0px 3px; }
#lybrowser-instance > .main { position: absolute; top: 65px; left: 240px; height: 536px; width:560px; }
#lybrowser-instance > .main > .filelist { padding: 10px; height: 450px; width: 540px; overflow: auto; }
#lybrowser-instance > .main > .footer { position: absolute; bottom: 0px; left: 1px; height: 66px; width: 560px; 
    background: #ededed;
    background: -moz-linear-gradient(top,  #fff 0%, #ededed 20%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(20%,#ededed), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #fff 0%,#ededed 20%,#ededed 100%);
    background: -o-linear-gradient(top,  #fff 0%,#ededed 20%,#ededed 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#ededed 20%,#ededed 100%);
    background: linear-gradient(top,  #fff 0%,#ededed 20%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );  
}
.css-loader {
    width: 11px;
    height: 11px;
    border-right: 3px solid #4D4D4D;
    border-bottom: 3px solid #4D4D4D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: css-loader-rotate 1s infinite linear;
    -moz-animation: css-loader-rotate 1s infinite linear;
    -ms-animation: css-loader-rotate 1s infinite linear;
    animation: css-loader-rotate 1s infinite linear;
}
#lybrowser-instance > .main > .footer > .dropzone {
    border: 1px dashed #9a9a9a;
    width: 300px;
    height: 30px;
    margin: 10px;
    color: #9a9a9a;
    padding: 4px;
    padding-top: 12px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
#lybrowser-instance > .main > .footer > .dropzone.hover {
    border-color: green;
    color: green;
}
#lybrowser-instance > .main > .footer > .dropzone.uploading {
    color: #000;
    border-color: #000;
}
#lybrowser-instance > .main > .footer > .dropzone .css-loader { display: inline-block; }
@-webkit-keyframes css-loader-rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes css-loader-rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-ms-keyframes css-loader-rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes css-loader-rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
#lybrowser-instance .filelist_details .row { overflow: hidden; padding-top: 3px; border-bottom: 1px solid #ddd; padding-bottom: 3px; }
#lybrowser-instance .filelist_details .row > div { float: left; overflow: hidden; }
#lybrowser-instance .filelist_details .row > div > div { display:table-cell; vertical-align: middle; }
#lybrowser-instance .filelist_details .row .thumb { width: 34px; height: 34px; text-align: center; }
#lybrowser-instance .filelist_details .row .title { width: 310px; height: 34px; overflow: hidden; margin-left: 5px; word-break: break-all; }
#lybrowser-instance .filelist_details .file .title { cursor: pointer; }
#lybrowser-instance .filelist_details .file .title:hover { text-decoration: underline; }
#lybrowser-instance .filelist_details .row .size { margin-left: 5px; width: 60px; height: 34px;}
#lybrowser-instance .filelist_details .row .modified { margin-left: 5px; width: 100px; height: 34px; }
#lybrowser-instance .filelist_details .row.header { border-top: none; height: 20px; font-weight: bold; border-bottom: 1px solid #6d6d6d; }
#lybrowser-instance .filelist_details .file { 

}
#lybrowser-instance .filelist_details .row.header > div {  cursor:pointer; }
#lybrowser-instance .filelist_details .row.header > div:hover { text-decoration: underline  }

#lybrowser-instance .filelist_details .file.alt { background: #fafafa; }
#lybrowser-instance .filelist_details .file.selected { background: #accd93;
    background: #f7e180;
}
#lybrowser-instance .filelist_details .sort-icon { height: 12px; width: 12px; background-image: url(../images/famfam/bullet_arrow_up.png); display: inline-block; background-position: left -1px; }
#lybrowser-instance .filelist_details .sort-icon.sort-down { background-image: url(../images/famfam/bullet_arrow_down.png); }
#lybrowser-instance > .toolbar .label { float: left; font-size: 13px; margin-top: 7px; padding: 5px 4px 0px 4px; color: #787878; }
#lybrowser-instance > .toolbar .button {float: left;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
    margin-left: 3px; 
    margin-top: 3px;
    padding: 5px 4px 0px 4px;
    height: 25px;
    font-size: 13px;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px 0px #666666;
    box-shadow: 0px 1px 1px 0px #666666;
    /*width: 16px;*/
    overflow: hidden;
    white-space:nowrap;
} 
#lybrowser-instance > .toolbar .button:hover {
    background: #eeeeee;
    width: auto;
}
#lybrowser-instance > .toolbar .button img { top: 1px; position: relative; }
