.jitk-message {
	display: none;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	/*background: url(images/shaded_bg.png) repeat-x;*/
}
.jitk-message .element {
	font-weight: bold;
}

.error
{
	border-bottom: 1pt solid #EA6A31;
	background: url(images/error.png) #F5C4A1 no-repeat 6px 9px;
	padding: 10px 30px;
}
.information
{
	border-bottom: 1pt solid #cccccc;
	background: url(images/information.png) #f4f4f4 no-repeat 6px 9px;
	padding: 10px 30px;
}
/* RBAR: changed color style and image */
.warning
{
	border-bottom: 1pt solid #D8801C;
	background: url(images/warning.png) #FEE06C no-repeat 6px 9px;
	padding: 10px 30px;
}
.success
{
	border-bottom: 1pt solid #22B300;
	background: url(images/success.png) #B5E6A9 no-repeat 6px 9px;
	padding: 10px 30px;
}
.question
{
	border-bottom: 1pt solid #4164DC;
	background: url(images/question.png) #B3DBFF no-repeat 6px 9px;
	padding: 10px 30px;
}
.jitk-message ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*
input[type="button"],input[type="reset"],input[type="submit"] {
	background-color:#7789AF;
	background-position:center top;
	background-repeat:repeat-x;
	border-color:#97BEEB rgb(36, 65, 109) rgb(36, 65, 109) rgb(151, 190, 235);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Tahoma,sans-serif;
	overflow:visible;
	padding:1px 5px;
	font-weight:bold;
	margin-right: 5px;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	background-color:#7789AF;
	background-position:center top;
	background-repeat:repeat-x;
	border-color:#93BFEE rgb(50, 92, 142) rgb(50, 92, 142) rgb(147, 191, 238);
}
*/
a.cancel {
	padding-left: 0px;
}

.jitk-floating-panel-window-container {
	overflow: hidden;
	width: 450px;
	height: auto;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 1px solid #666;
	background-color: #FFF;
}
.jitk-floating-panel-window-container-inside {
	overflow: hidden;
	height: auto;
	position: relative;
	border: 0;
	background-color: #FFF;
}
.jitk-floating-panel-window {
	overflow: hidden;
	font-size: 1em;
	background: #FFF;
	width: 100%;
}
/*
.jitk-floating-panel-window-container {
	background-image:url(images/lightbox_bg.png);
	background-repeat:repeat;
	overflow:auto;
	padding: 8px;
	width: 450px;
	position: relative;
	top: 100px;
	left: 100px;
}
.jitk-floating-panel-window {
	font-size: small;
	width: 444px;
	border: 2px solid #666;
	background: #FFF;
}
*/	
.jitk-floating-panel-titlebar {
	background-color: #7184AC;
	background-image: url(images/bg_header.jpg);
	background-position: 0pt -44px;
	height: 18px;
	overflow: hidden;
	border-bottom: 1px solid #666;
}

.jitk-floating-panel-titlebar-text {
	padding: 2px 5px;
	color: #FFF;
	font-weight: bold;
	float: left;
}

.jitk-floating-panel-titlebar-button {
	float: right;
	height: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 0 4px;
}
.jitk-floating-panel-titlebar-button .close {
	background: url(images/titlebar_button_close_gray.gif) no-repeat;
	text-decoration: none;
	display: none;
	padding: 1px 8px;
}
.jitk-floating-panel-titlebar-button .close:hover {
	background: url(images/titlebar_button_close_black.gif) no-repeat;
}
.jitk-floating-panel-titlebar-button .expand {
	background: url(images/titlebar_button_expand_gray.gif) no-repeat;
	text-decoration: none;
	display: none;
	padding: 1px 8px;
}
.jitk-floating-panel-titlebar-button .expand:hover {
	background: url(images/titlebar_button_expand_black.gif) no-repeat;
}
.jitk-floating-panel-titlebar-button .collapse {
	background: url(images/titlebar_button_collapse_gray.gif) no-repeat;
	text-decoration: none;
	display: none;
	padding: 1px 8px;
}
.jitk-floating-panel-titlebar-button .collapse:hover {
	background: url(images/titlebar_button_collapse_black.gif) no-repeat;
}

.jitk-floating-panel-window-body-wrapper {
	z-index: 5;
	background: url(images/callbackActivityIndicator_55x55.gif) no-repeat center center;
}

.jitk-floating-panel-window-body {
	overflow: auto;
	z-index: 6;
	padding: 0;
	margin: 0;
	background: #FFF;
}

.jitk-floating-panel-window-body label {
	text-align: left;
}

.jitk-floating-panel-optional-button-row {
	clear: both;
	padding: 5px;
	text-align: left;
	background: #FFF;
}

.jitk-floating-panel-footer {
	clear: both;
	padding: 2px 5px;
	text-align: left;
	font-size: 1em;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
	font-style: italic;
}

.jitk-floating-panel-content-wrapper {
	padding: 0;
	margin: 0;
}
.jitk-floating-panel-content {
	padding: 5px;
}

.jitk-floating-panel-actions-container {
	clear: both;
	text-align: left;
	background: #FFF;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 1em;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
	margin-top: 5px;
    padding: 0 0 0 4px;
	background: url(images/tab_bg.gif) repeat-x bottom;
	/*border-bottom: 1px solid #97A5B0;*/
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	border-bottom: 1px solid #97A5B0;
}
.ui-tabs-nav .ui-tabs-selected a {
    z-index: 2;
    margin-top: 0;
    color: #000;
	border-bottom: 1px solid #FFF;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 16px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 5px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    background: #FFF; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

